var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Hill apologizes for nude photos
";
arnews[0] += "San Antonio Spurs guard George Hill is apologizing for nude pictures of himself that were recently posted online.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:44:09 GMT";
arnews[0] += "
";
arnews[1]="John Hollinger's Joe Dumars bashing goes a little too far
";
arnews[1] += "John Hollinger : Overrated: Joe Dumars Let's look ourselves in the mirror, fellow media members: We've all given the guy a free pass because of his amazing run to six straight conference finals and blithely ignored the fact that he's screwed up a hundred ways from Tuesday since he decided to whack Flip Saunders after the 2008 conference finals.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:33:56 GMT";
arnews[1] += "
";
arnews[2]="Tayshaun Prince and Rodney Stuckey combine for 36 to send Pistons past Bucks
";
arnews[2] += "Tayshaun Prince scored a season-high 18 points and Rodney Stuckey added 18 to help the Detroit Pistons beat the Milwaukee Bucks, 93-81, on Tuesday night.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 04:33:55 GMT";
arnews[2] += "
";
arnews[3]="Game Preview: Detroit Pistons at Milwaukee Bucks
";
arnews[3] += "Both of these teams have just two games remaining until the All-Star break. The Bucks are trying to get back to .500, while the Pistons are doing their best to stay afloat.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 04:33:28 GMT";
arnews[3] += "
";
arnews[4]="Pistons Win at Milwaukee
";
arnews[4] += "Temp: 22.0 F Wind Chill: 8 F Font Size: The Detroit Pistons won at Milwaukee Tuesday night over the Bucks, 93-81. Rodney Stuckey and Tayshaun Prince each led the way with 18 points for Detroit who won for only the third time in nine games.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 04:25:43 GMT";
arnews[4] += "
";
arnews[5]="Pistons use balanced attack to down Bucks
";
arnews[5] += "Tayshaun Prince, Rodney Stuckey and Ben Gordon each scored 18 points as Detroit snapped Milwaukee's seven-game home winning streak with a 93-81 decision at the Bradley Center.";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 04:02:01 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("