var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Prince, Stuckey lead Pistons' win
";
arnews[0] += "Tayshaun Prince scored a season-high 18 points and Rodney Stuckey added 18 to help the Detroit Pistons beat the host Milwaukee Bucks 93-81 on Tuesday night.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 14:16:57 GMT";
arnews[0] += "
";
arnews[1]="About Last Night: Welcome back defense, we've missed you
";
arnews[1] += "Rodney Stuckey held Brandon Jennings in check for the second time this season. The tendency would be to talk too much after such a great win over a quality team on the road.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 13:57:54 GMT";
arnews[1] += "
";
arnews[2]="Pistons show what they're built for
";
arnews[2] += "Pistons fans got a glimpse Tuesday night of what the organization envisioned before this season.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 13:54:56 GMT";
arnews[2] += "
";
arnews[3]="Prince, Stuckey lead Detroit past Milwaukee
";
arnews[3] += "Tayshaun Prince sees better days ahead for the Detroit Pistons. He scored a season-high 18 points on 7 of 11 shooting and Rodney Stuckey added 18 to help the Pistons beat the Milwaukee Bucks 93-81 on Tuesday night.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 13:06:38 GMT";
arnews[3] += "
";
arnews[4]="Pistons down the Bucks
";
arnews[4] += "He scored a season-high 18 points on 7-of-11 shooting and Rodney Stuckey added 18 to help the Pistons beat the Milwaukee Bucks, 93-81, on Tuesday night.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 11:39:00 GMT";
arnews[4] += "
";
arnews[5]="James torches Nets for 32
";
arnews[5] += "LeBron James and the Cleveland Cavaliers keep rolling along. James scored 32 points to lead the Cavaliers to their 12th consecutive win Tuesday night, a 104-97 victory against the New Jersey Nets.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 11:23:52 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("