var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="The gymnastics week in review
"; arnews[0] += "Devyatovsky edges Hambuchen for Champions Trophy : Russia's Maxim Devyatovsky won his second Champions Trophy, though unlike in 2008 he had to do well at four competitions, not just one, to sit atop the standings."; arnews[0] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="La Vergne, Blackman open 7-AAA volleyball tourney with wins
"; arnews[1] += "La Vergne picked the perfect time to win its first game against a District 7-AAA opponent Tuesday night."; arnews[1] += "
Publ.Date : Wed, 14 Oct 2009 07:00:00 GMT"; arnews[1] += "
"; arnews[2]="La Vergne, Blackman open 7-AAA volleyball tourney with wins
"; arnews[2] += "The Lady Wolverines stunned third-seeded Smyrna 25-16, 25-23, 25-20 at Riverdale in the district tournament quarterfinals to reach tonight's semifinal round."; arnews[2] += "
Publ.Date : Wed, 14 Oct 2009 08:10:56 GMT"; arnews[2] += "
"; arnews[3]="Colts win with late rally
"; arnews[3] += "The Cumberland Regional High School girls' soccer team rallied to a 2-1 victory over Highland Wednesday."; arnews[3] += "
Publ.Date : Thu, 01 Oct 2009 07:00:00 GMT"; arnews[3] += "
"; arnews[4]="Willits rallies past Clear Lake in five; M'town girls win in soccer
"; arnews[4] += "The Wolverines may be the team to beat in the upcoming North Central League I North volleyball race."; arnews[4] += "
Publ.Date : Thu, 01 Oct 2009 06:33:15 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("
");