var arnews = new Array(6); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Matt Grevers, Katie Hoff win high-point awards to close out Long Beach ... - The Gaea Times
"; arnews[0] += "LONG BEACH, Calif. — Former Olympians Matt Grevers and Katie Hoff won the top overall awards at the Southern California Grand Prix, while Michael Phelps won the 100-yard butterfly Monday night. Three meet records were broken as the Grand Prix ..."; arnews[0] += "
Publ.Date : Mon, 18 Jan 2010 09:52:00 GMT"; arnews[0] += "
"; arnews[1]="Healthy Shanteau wins elusive gold medal - Universal Sports
"; arnews[1] += "ROME (AP) -- Eric Shanteau wasn’t really sure what to do. He’d never climbed to the top step of the medal podium at a major meet. So he listened to two ol’ pros, Michael Phelps and Aaron Peirsol. “I was just following,” said Shanteau, who ..."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 10:52:00 GMT"; arnews[1] += "
"; arnews[2]="Darmodys' stroke of excellence - CharlotteObserver.com
"; arnews[2] += "Today's scheduled N.C. 4A diving regional starts today at noon at the Huntersville Family Fitness and Aquatic Center. The 4A swimming regional will begin at 4:15 p.m. The 3A West swimming regional begins today in Huntersville. Swimming and diving ..."; arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 05:32:00 GMT"; arnews[2] += "
"; arnews[3]="20 Question Tuesday with Ian Crocker - Swimnetwork.com
"; arnews[3] += "I am getting back to it now. 17) How great was it to have Brendan Hansen and Aaron Peirsol to go through 2008 with though? Ian: You know, I remember having a conversation with Brendan in Beijing. We always have such a good time off on these trips ..."; arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 23:55:00 GMT"; arnews[3] += "
"; arnews[4]="Top 100 Memories: 2000-09 ( Part VIII) - Swimnews
"; arnews[4] += "26. March 30. Lochte leaps. At Melbourne 2007, Aaron Peirsol (USA) became the first man inside 53sec in the 100m backstroke. Three days later, the double Olympic champion suffered his first loss in the 200m in nearly seven years. The gold went to the ..."; arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 17:06:00 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("
");