var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hawks finish strong
";
arnews[0] += "Pacers guard T.J. Ford gets a pass off despite a tug by Cavaliers' Daniel Gibson.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:58:54 GMT";
arnews[0] += "
";
arnews[1]="Knicks say no to Iverson
";
arnews[1] += "The New York Knicks won't sign Allen Iverson, believing any short-term gain would hinder plans to build for the future.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 14:56:30 GMT";
arnews[1] += "
";
arnews[2]="Fantasy Basketball Box Score Breakouts,
";
arnews[2] += "Herea TMs a look at some fantasy basketball players that blew up the box score last night.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 14:48:21 GMT";
arnews[2] += "
";
arnews[3]="Magic Daily Buzz: Allen Iverson's and tensions simmer...
";
arnews[3] += "The Orlando Magic notched their most impressive victory of the season last night in Boston.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 14:40:33 GMT";
arnews[3] += "
";
arnews[4]="Carter Soars, Lifting Magic Over the Celtics
";
arnews[4] += "Vince Carter scored 10 of his 26 points in the fourth quarter Friday night, including a tie-breaking jumper with 2 minutes 33 seconds left to give the visiting Orlando Magic an 83-78 victory against the Boston Celtics .";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 14:18:20 GMT";
arnews[4] += "
";
arnews[5]="Briefs
";
arnews[5] += "This article has been read 58 times. Cal women advance to NCAA quarterfinals The California University women's soccer team made sure the best season in school history continued with a 2-0 victory over IUP on Friday as the Vulcans claimed the Division II Atlantic Regional Championship.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 13:45:21 GMT";
arnews[5] += "
";
arnews[6]="NBA Capsules
";
arnews[6] += "Vince Carter scored 26 points, Rashard Lewis had 16 points and 10 rebounds, and the Orlando Magic beat the Boston Celtics 83-78 on Friday night.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 13:11:42 GMT";
arnews[6] += "
";
arnews[7]="NBA Roundup: Magic, Carter win fourth in a row
";
arnews[7] += "Vince Carter scored 26 points, Rashard Lewis had 16 points and 10 rebounds, and the Orlando Magic beat the Boston Celtics, 83-78, last night at TD Banknorth Garden in Boston.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 12:50:54 GMT";
arnews[7] += "
";
totcount = 8;
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("