var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Is Joe Dumars overrated?
";
arnews[0] += "Posted by John Paulsen John Hollinger sure thinks so. 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 ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:55:01 GMT";
arnews[0] += "
";
arnews[1]="NBA Trade Rumors: Amar'e to Detroit? Igoudala to Mavs? Camby for Darko?
";
arnews[1] += "I'm back! And so are these trade rumors! Let's get to the case! Richard Jefferson Jefferson has barely anything to do in the NBA Trade Rumors because of his untradeable contract.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:39:45 GMT";
arnews[1] += "
";
arnews[2]="Los Angeles Clippers Chris Kaman Gets a Well Deserved All Star Berth
";
arnews[2] += "The Los Angeles Clipper roller coaster ride continues to roll. The season started with the high of learning they had landed the #1 NBA draft pick and selected Blake Griffin.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 22:07:36 GMT";
arnews[2] += "
";
arnews[3]="Is a high lottery pick in Pistons' near future?
";
arnews[3] += "With their just-concluded 1-5 home stand, the Pistons have all but eliminated themselves from the playoff picture.";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Lowered Expectations
";
arnews[4] += "After breaking their five game losing streak against the New Jersey Nets Tuesday, the healthy Pistons are ready to make it two in a row at the Indiana Pacers.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 22:43:55 GMT";
arnews[4] += "
";
arnews[5]="Two Cents: Darko Milicic was symbol of better days for Detroit Pistons
";
arnews[5] += "I kind of miss Darko Milicic, just for the fact that when \"The Human Victory Cigar\" was on the floor, not even he could botch another Pistons' victory.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 16:35:13 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("