var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="LeBron James scores 32 and tough defense down stretch sends Cavs past Sixers 97-91
";
arnews[0] += "LeBron James scored 32 points, Mo Williams added 18 and the Cleveland Cavaliers clamped down defensively in the fourth quarter, holding the Philadelphia 76ers to 10 points over the final 12 minutes for a 97-91 victory on Saturday night.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:06:18 GMT";
arnews[0] += "
";
arnews[1]="Recap: Cleveland vs. Philadelphia
";
arnews[1] += "LeBron James tallied 32 points, nine assists and seven rebounds, and the Cavaliers benefited from a cold-shooting 76ers club in the fourth quarter to come away with a 97-91 victory.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:03:02 GMT";
arnews[1] += "
";
arnews[2]="Larry Brown: Allen Iverson Needs You
";
arnews[2] += "Allen Iverson is officially out of options. The New York Knicks even turned him down.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:56:48 GMT";
arnews[2] += "
";
arnews[3]="LeBron James scores 32 and tough defense down stretch sends Cavs past Sixers 97-91
";
arnews[3] += "LeBron James scored 32 points, Mo Williams added 18 and the Cleveland Cavaliers clamped down defensively in the fourth quarter, holding the Philadelphia 76ers to 10 points over the final 12 minutes for a 97-91 victory on Saturday night.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 03:56:03 GMT";
arnews[3] += "
";
arnews[4]="NBA Capsules
";
arnews[4] += "Al Harrington and Danilo Gallinari each scored 17 points, and the New York Knicks beat the winless New Jersey Nets 98-91 on Saturday.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 03:54:02 GMT";
arnews[4] += "
";
arnews[5]="Cavs, LeBron D up in fourth to fend off Sixers
";
arnews[5] += "LeBron James scored 32 points, Mo Williams added 18 and the Cleveland Cavaliers clamped down defensively in the fourth quarter, holding the Philadelphia 76ers to 10 points over the final 12 minutes for a 97-91 victory on Saturday night.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 03:48:09 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("