var arnews = new Array(14); totcount = 10; rnd = 0; document.title=document.title+ " "; arnews[0]="CBS Sports Scores: Kansas St. 80, Boston U. 70
"; arnews[0] += "SAN JUAN, Puerto Rico-Rodney McGruder scored 20 points in 22 minutes and Kansas State beat Boston Un..."; arnews[0] += "
"; arnews[1]="Texas A&M: Aggies Ready to face Samford Friday
"; arnews[1] += "Details not available."; arnews[1] += "
"; arnews[2]="Michigan State: MSU And Toledo Meet In Legends Classic
"; arnews[2] += "Buy TicketsMichigan State Game NotesToledo Game Notes]]>"; arnews[2] += "
"; arnews[3]="No. 1 Kansas to Play Memphis Tuesday in St. Louis in Men's ...
"; arnews[3] += "The The University of Kansas Official Athletic Site, partner of CBS College Sports Networks, Inc. The most comprehensive coverage of The University of Kansas Athletics on the web."; arnews[3] += "
"; arnews[4]="Red Raider Basketball Hosts Networking Night and LISD Kids Night ...
"; arnews[4] += "The Texas Tech Official Athletic Site, partner of CSTV Networks, Inc. The most comprehensive coverage of Texas Tech Athletics on the web."; arnews[4] += "
"; arnews[5]="Tennessee Tech Athletics: Golden Eagles kick off Hall of Fame ...
"; arnews[5] += "Game Notes (PDF). COOKEVILLE, Tenn. – The Tennessee Tech men's basketball team will continue its four-game season-opening road trip when it visits Central Arkansas as part of the Hall of Fame Showcase Monday night in Conway, ..."; arnews[5] += "
"; arnews[6]="It Gets Started Tuesday - MISSOURI OFFICIAL ATHLETIC SITE
"; arnews[6] += "The University of Missouri Official Athletic Site, partner of CBS Networks, Inc. The most comprehensive coverage of University of Missouri Athletics on the web."; arnews[6] += "
"; arnews[7]="SoonerSports.com - Official Site of the Oklahoma Sooners
"; arnews[7] += "SoonerSports.com is the official athletics site of the Oklahoma Sooners and partner of CBS College Sports. SoonerSports.com provides official coverage of the Oklahoma Sooners direct from the OU Athletics Department in Norman."; arnews[7] += "
"; arnews[8]="Illinois State Opens the 2009-10 Campaign at SIUE - ILLINOIS STATE ...
"; arnews[8] += "The Illinois State University Official Athletic Site, partner of CSTV Networks, Inc. The most comprehensive coverage of Illinois State University Athletics on the web."; arnews[8] += "
"; arnews[9]="Illinois Tops Southern Illinois-Edwardsville In Season Opener, 96 ...
"; arnews[9] += "The Illinois Official Athletic Site, partner of CBS College Sports Networks, Inc. The most comprehensive coverage of Illinois Athletics on the web."; arnews[9] += "
"; totcount = 10; 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("
");document.write("
");