var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Smith lifts Hawks to seventh straight win - Summary
";
arnews[0] += "High-flying Josh Smith kept the Atlanta Hawks soaring. Smith skied through the lane for a put-back of Mike Bibby's missed jumper with seven tenths of a second left, lifting the surging Hawks to their seventh straight win on Friday night, a dramatic 105-103 victory over the visiting Houston Rockets.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:54:42 GMT";
arnews[0] += "
";
arnews[1]="Thunder Fends Off Wizards 127-108
";
arnews[1] += "Scott Brooks spent his first year as the Thunder's coach trying to turn Oklahoma City into a defensive-minded team.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:52:21 GMT";
arnews[1] += "
";
arnews[2]="Hawks finish strong
";
arnews[2] += "Pacers guard T.J. Ford gets a pass off despite a tug by Cavaliers' Daniel Gibson.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 11:49:37 GMT";
arnews[2] += "
";
arnews[3]="Wizards run hot and cold in defeat
";
arnews[3] += "The Washington Wizards may have all their pieces back after an injury-plagued first two weeks of the season, but they're far from a well-oiled machine.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 10:46:53 GMT";
arnews[3] += "
";
arnews[4]="Red-hot Hawks edge Rockets
";
arnews[4] += "Marvin Williams scored a season-high 29 points, but it was Smith, who spent most of the fourth quarter on the bench because of foul trouble, who came through at the end.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 10:36:48 GMT";
arnews[4] += "
";
totcount = 5;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("