var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jeff Pearlman: In a regular rec league, a gem of a hoop dream is discovered
";
arnews[0] += "Larry Luftig schools the competition in his Thursday night hoops game. Jeff Pearlman NEW ROCHELLE, N.Y. -- On Thursday nights here at the A.E. Mascaro Unit of the Boys & Girls Club, an athletically unexceptional gaggle of men gather to play a brand of pickup basketball one would indisputably describe as \"bad.\" They are, by and large, working ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 16:49:09 GMT";
arnews[0] += "
";
arnews[1]="Granderson: The right NBA way? Let them play
";
arnews[1] += "Ever wonder what would've happened to Michael Jordan had Portland selected him instead of Sam Bowie in 1984? Clyde Drexler already was well established at shooting guard.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 16:52:00 GMT";
arnews[1] += "
";
arnews[2]="College Basketball Serious Business With attendance sagging and...
";
arnews[2] += "TOM Penders could see his coaching life flashing before his eyes. Penders was in the last year of a contract, coming off two seasons somewhere between disheartening and demoralizing.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 03:31:12 GMT";
arnews[2] += "
";
arnews[3]="Division Preview: Dallas Mavericks
";
arnews[3] += "Today we begin our division preview with the Dallas Mavericks. Dallas is aA team that has made many big moves this off-season and is hoping that this is the year they can get back to the finals.";
arnews[3] += "
Publ.Date : Sat, 10 Oct 2009 00:07:37 GMT";
arnews[3] += "
";
arnews[4]="The Dontonio Wingcast Episode 013
";
arnews[4] += "It's that time again: Basketball Prospectus's Kevin Pelton and I are back with another episode of The Dontonio Wingcast.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 18:47:44 GMT";
arnews[4] += "
";
arnews[5]="Hoops season begins; could UH get into Liberty Bowl through the back door?
";
arnews[5] += "Aubrey Coleman can laugh at the memory now, as the established go-to player of the Houston Cougars.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 19:13:14 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("