var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="2 future Lady Vols will play In WBCA All-America game
"; arnews[0] += "Two University of Tennessee Lady Vols signees are among the 20 players chosen to participate in the Women's Basketball Coaches Association All-America game in April."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:45:59 GMT"; arnews[0] += "
"; arnews[1]="UConn Recruits Walker, Hartley Picked For WBCA Game
"; arnews[1] += "The Women's Basketball Coaches Association announced today the nation's top 20 girls' basketball players selected to participate in the 19th annual WBCA High School All-America Game presented by Nike."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 21:14:14 GMT"; arnews[1] += "
"; arnews[2]="Cheer athletes show off skills
"; arnews[2] += "Jesse Darrow never expected to spend a Super Bowl Sunday as one of more than 1,000 spectators at a cheerleading competition at the Sioux Falls Arena."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="SOAP wants to 'Save Our Art Program'
"; arnews[3] += "The Community Redevelopment Agency Board agreed Tuesday that it will fund up to $40,000 to keep the Cedar Key School Art Program in place next academic year."; arnews[3] += "
Publ.Date : Sat, 06 Feb 2010 21:10:30 GMT"; arnews[3] += "
"; arnews[4]="Bestival goes Flaming Bonkers
"; arnews[4] += "Bestival have announced their first tide of acts with The Flaming Lips, Dizzee Rascal and LCD Soundsystem to head to the Isle Of Wight."; arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 15:30:16 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("
");document.write("
");