var arnews = new Array(9);
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]="National Girls & Women in Sports Day-- Anniversary of Title IX - Gather.com
";
arnews[1] += "National Girls & Women in Sports Day is celebrated in all fifty states today February 3rd. It is commemorated with community-based events, award ceremonies, and activities honoring the achievement and encouraging participation of women and girls in ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 20:46:00 GMT";
arnews[1] += "
";
arnews[2]="Eclipse Awards - The Gaea Times
";
arnews[2] += "Steve Asmussen, the trainer of champion mare Rachel Alexandra got the outstanding trainer award for the second time. The 2010 annual eclipse Awards also brought good news for Julien Leparoux who won the award for outstanding jockey. The owner of ...";
arnews[2] += "
Publ.Date : Mon, 18 Jan 2010 09:52:00 GMT";
arnews[2] += "
";
arnews[3]="Here he comes to save the day - Columbia Daily Tribune
";
arnews[3] += "The fourth-year event has never lacked big-time draws — even last February, Lochte and three-time Olympic medalist Katie Hoff highlighted a “down” field. It provides Missouri’s swimmers an annual opportunity to compete against the world’s ...";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 13:54: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("