var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Divers can benefit from college
"; arnews[0] += "Divers David Boudia and Kelci Bryant had difficult decisions to make after high school."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:15:08 GMT"; arnews[0] += "
"; arnews[1]="Ballinger girls win battle of ranked teams
"; arnews[1] += "Thomas Metthe/Reporter-News Ballinger's Kaci Hite pulls down a rebound over Jim Ned's Dyllan Brown during the second quarter of Ballingers 54-49 win on Tuesday, Feb."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:48:14 GMT"; arnews[1] += "
"; arnews[2]="DIGEST: O'Bannon suit vs. NCAA moves forward
"; arnews[2] += "Tuesday, February 9, 2010 at 12:01 a.m. A federal judge has green-lighted most of a lawsuit by former UCLA basketball star Ed O'Bannon, who alleges the NCAA used the images of student-athletes without permission."; arnews[2] += "
Publ.Date : Sat, 09 Jan 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Bryant wins 1-meter title
"; arnews[3] += "Kelci Bryant , a Minnesota sophomore who trained in Indianapolis before the 2008 Olympics, won the women's 1-meter springboard competition Monday at the Winter National Championships in Columbus, Ohio."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:14:45 GMT"; arnews[3] += "
"; arnews[4]="Wright, Bryant win 1-meter diving titles
"; arnews[4] += "Michael Wright won the men's 1-meter springboard for his first national title at the USA Diving Winter National Championships on Monday."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 04:25:00 GMT"; arnews[4] += "
"; arnews[5]="Wright, Bryant win 1-meter titles at nationals
"; arnews[5] += "Two days after struggling in the 3-meter springboard competition, Michael Wright made up for it by winning the men's 1-meter title at the USA Diving Winter National Championships."; arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 23:26: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("
");document.write("
");