var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NBA Draft: Top Blunders of the 21st Century - Bleacherreport.com
";
arnews[0] += "Being a New York native, I can't help but notice the display that Milwaukee's Brandon Jennings is putting on. I cringed when the Knicks announced Jordan Hill over Demar DeRozan and Brandon Jennings. Although it is very early in the season, it seems ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 15:08:00 GMT";
arnews[0] += "
";
arnews[1]="Under 25: The Best Current International NBA Players - Bleacherreport.com
";
arnews[1] += "With every NBA Draft comes the inevitable search for the next big international superstar with skills that will translate to the NBA. This thirst for potential has blessed us with the likes of Tony Parker, Pau Gasol, and Dirk Nowitzki, but it has ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 06:48:00 GMT";
arnews[1] += "
";
arnews[2]="Can Eddy Curry make a difference? - Posting and Toasting
";
arnews[2] += "Do you have faith, though? I'm personally worried to fall into this trap again. I was excited over the summer for an energized Curry to compete for minutes with Jordan Hill and Darko Milicic, but that really hasn't panned out. Eddy looked nice in ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 17:17:00 GMT";
arnews[2] += "
";
arnews[3]="Source: Knicks give up pursuit of Iverson - Newsday
";
arnews[3] += "The Knicks put a great deal of thought into bringing Allen Iverson to New York to help rejuvenate the 2-9 team, but a source this morning suggested the team -- after coming very close to going for it -- has decided not to go through with making a ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 16:46:00 GMT";
arnews[3] += "
";
arnews[4]="Once-dominant Pistons lurch toward an uncertain future - NBA
";
arnews[4] += "AUBURN HILLS, Mich. -- Seven weeks from now, when we usher out the old, the Pistons will have mixed feelings as the big ball finally drops. The last decade was very, very satisfying for the franchise. But what do they do now for an encore? The ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 11:26:00 GMT";
arnews[4] += "
";
totcount = 5;
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("