var arnews = new Array(9);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Libby Trickett warns of medal drought without top coach - News.com.au
";
arnews[0] += "Distance great Grant Hackett and Trickett have retired and Leisel Jones took a sabbatical away from the pool. \"Obviously I hope we don't go backwards,\" Trickett said. \"We slipped back a bit in 2008. \"The most important thing for this group is ...";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 19:31:00 GMT";
arnews[0] += "
";
arnews[1]="BYU’s Sarah Edwards sets meet record in 1,000 meters at New Balance - The Gaea Times
";
arnews[1] += "NEW YORK — Sarah Edwards set a meet record in the 1,000 meters, finishing in 2 minutes, 48.50 seconds at the New Balance Collegiate Invitational on Friday night. The Brigham Young sophomore bested the record of 2:51.73 set by Villanova’s Theresa ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 GMT";
arnews[1] += "
";
arnews[2]="Top 100 Memories: 2000-09 ( Part VIII) - Swimnews
";
arnews[2] += "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[2] += "
Publ.Date : Mon, 08 Feb 2010 17:06:00 GMT";
arnews[2] += "
";
totcount = 3;
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("