var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="SHSU's Allmond Joins Elite Company - KBTX.com
";
arnews[0] += "Some of the best basketball players in the game have played in that arena. David Robinson, Clyde Drexler, Hakeem Olajuwon, Charles Barkley, Dominique Wilkins and Isaiah Thomas are all considered among the greats to have ever played the game and ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:32:00 GMT";
arnews[0] += "
";
arnews[1]="In a regular hack rec run, a gem of a hoop dream is discovered - CNN Sports Illustrated
";
arnews[1] += "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.\" It is here, in a dimly ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 17:07:00 GMT";
arnews[1] += "
";
arnews[2]="Sleepout shows what it's like for homeless - Houston Chronicle
";
arnews[2] += "Nimitz High School students build cardboard shelters Saturday at Sesquicentennial Park downtown. • Families with children are one of the fastest-growing segments of the homeless population. • At least 1.35 million children are homeless ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 12:12:00 GMT";
arnews[2] += "
";
arnews[3]="The Sports Guy hits with NBA book - MaineToday.com
";
arnews[3] += "If you've never read anything by Bill Simmons, here's what his recently released \"The Book of Basketball\" is like. In the middle of a mostly intelligent analysis on his picks for the top 96 NBA players of all time, Simmons provides his \"all-time team ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 05:07:00 GMT";
arnews[3] += "
";
arnews[4]="Pressure's on Penders for Tourney appearance - Houston Chronicle
";
arnews[4] += "The three coaches who preceded Penders at UH (Alvin Brooks, Clyde Drexler, Ray McCallum) went 111-193 (.377) in 11 seasons. On Penders' watch, UH has the third-best record in C-USA (102-61, .626) and four postseason appearances. But he hasn't gotten ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 06:20:00 GMT";
arnews[4] += "
";
arnews[5]="Bill Simmons is coming, Blazers fans, and he hopes you don't throw his ... - Oregonian
";
arnews[5] += "File Bill Simmons When ESPN columnist Bill Simmons dubbed this year's Portland Trail Blazers the \"You Thought We'd Take Another Leap, But Instead We Went Backward Because Expectations Were Too High, We Tinkered With Our Chemistry And Our Young Guys ...";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 22:58:00 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("