var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Hahn: McGrady can be had, but it'll cost Knicks
"; arnews[0] += "There's actually nothing more to tell. The Rockets believe they're better off without him."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:22:19 GMT"; arnews[0] += "
"; arnews[1]="Besiktas 3-0- Fenerbahce
"; arnews[1] += "The first goal of Besiktas came in the 54th minute by Fink, and the second goal was scored by Bobo in the 57th minute and finally Ugur sealed the victory for his team in the 83rd minute of the game."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:35:19 GMT"; arnews[1] += "
"; arnews[2]="McGrady eager to play, Rockets say slow down
"; arnews[2] += "Tracy McGrady is keen to return to NBA action, but the Houston Rockets aren't taking any chances with their seven-time All-Star. McGrady, who had microfracture surgery on his left knee in February, said prior to Friday's game against Atlanta that he's completely recovered."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 22:34:30 GMT"; arnews[2] += "
"; arnews[3]="Credit where due on McGrady reporting
"; arnews[3] += "THIS BLOG POST by Chron basketball writer Jonathan Feigen explains the latest Tracy McGrady controversy in detail, from an informed perspective."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 18:37:14 GMT"; arnews[3] += "
"; arnews[4]="Magic Daily Buzz: Allen Iverson's and tensions simmer...
"; arnews[4] += "The Orlando Magic notched their most impressive victory of the season last night in Boston."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 16:29:32 GMT"; arnews[4] += "
"; arnews[5]="Hawks stay best in NBA after last-second tip-in
"; arnews[5] += "Josh Smith spent most of the fourth quarter cheering on his teammates from the bench."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 15:51:25 GMT"; arnews[5] += "
"; totcount = 6; 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("
");document.write("
");