var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="James leads Cavaliers to 12th straight win
";
arnews[0] += "The win gives Cleveland the longest winning streak in the NBA this season. The Cavaliers also have the best record in the league.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 15:33:41 GMT";
arnews[0] += "
";
arnews[1]="Water fountains likely coming back to the Q
";
arnews[1] += "CLEVELAND a ' The Cleveland Cavaliers are looking at reinstalling their arena's drinking fountains, which Ohio officials say were removed in violation of the state building code.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 15:21:29 GMT";
arnews[1] += "
";
arnews[2]="Cavaliers 104, Nets 97: LeBron, Cavs get job done
";
arnews[2] += "LeBron James didn't have to be superA human against the New Jersey Nets, so he wasn't. With James doing just enough to help them maintain their flow before turning it on in the fourth quarter, the CavaA liers cruised to a 104-97 victory over the Nets on Tuesday night at Quicken Loans Arena.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 15:19:36 GMT";
arnews[2] += "
";
arnews[3]="James Leads Cavaliers To 12th Straight Win
";
arnews[3] += "LeBron James and the Cleveland Cavaliers keep rolling along. James scored 32 points to lead the Cavaliers to their 12th straight win Tuesday night, a 104-97 victory over the New Jersey Nets.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 15:18:38 GMT";
arnews[3] += "
";
arnews[4]="Cleveland Cavs Likely To Restore Water Fountains
";
arnews[4] += "The Cleveland Cavaliers are looking at reinstalling their arena's drinking fountains, which Ohio officials say were removed in violation of the state building code.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 15:18:31 GMT";
arnews[4] += "
";
arnews[5]="Quicken Loans Arena likely to restore water fountains
";
arnews[5] += "The Cleveland Cavaliers are looking at reinstalling their arena's drinking fountains, which Ohio officials say were removed in violation of the state building code.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 09:58: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("