var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Detroit Pistons (17-32) at Milwaukee Bucks (23-26), 8 p.m.
";
arnews[0] += "Miami Heat at Milwaukee Bucks , 8:30 p.m. The Milwaukee Bucks hope to finish a brief two-game homestand in perfect fashion Saturday when they welcome the Miami Heat to Brew City.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 19:34:27 GMT";
arnews[0] += "
";
arnews[1]="Detroit Pistons (17-32) at Milwaukee Bucks (23-26), 8 p.m.
";
arnews[1] += "The Milwaukee Bucks hope to finish a brief two-game homestand in perfect fashion Tuesday, when they welcome the Central Division- rival Detroit Pistons to the Bradley Center.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 17:18:07 GMT";
arnews[1] += "
";
arnews[2]="Carter leads Magic over Hornets 123-117
";
arnews[2] += "New Orleans Hornets forward Peja Stojakovic, right, looks for an opening as Orlando Magic guard J.J. Redick defends during the first half yesterday in Orlando, Fla.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 12:49:25 GMT";
arnews[2] += "
";
arnews[3]="Vote: Which Magic player would you have take a last-second shot to tie or win a game?
";
arnews[3] += "Dwight Howard , J.J. Redick , Jameer Nelson , Rashard Lewis , vince carter - posted by josh robbins on February, 9 2010 2:18 AM Here's a scenario for you.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 07:39:44 GMT";
arnews[3] += "
";
arnews[4]="Ia m Reading:Sam Smith, Trade Ideas Galore
";
arnews[4] += "Sam Smith puts together a solid read on all teams that could make a good match with the Bulls for a mid season trade.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 01:42:40 GMT";
arnews[4] += "
";
arnews[5]="Chris Mannix: NBA Power Rankings
";
arnews[5] += "The Cavs retain the top spot and the Lakers remain locked in at No. 2, but for the second week in a row the most stunning jump belongs to the Utah Jazz.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 17:58:40 GMT";
arnews[5] += "
";
arnews[6]="Q&A: How good can LeBron be?
";
arnews[6] += "Some NBA-watchers contend that LeBron is far from his peak. What would he look like if/when that time comes? In a couple of years, Kobe will be on the downside of his career.";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 17:45:12 GMT";
arnews[6] += "
";
totcount = 7;
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("