var arnews = new Array(8);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Low-tech Phelps ploughs a lonely path as records tumble around him - Sydney Morning Herald
";
arnews[0] += "BERLIN: Beijing Olympics star Michael Phelps insisted he would use his poor form at Berlin's world record-laden shortcourse World Cup event as future motivation with an eye to the London 2012 Games. Phelps won a historic eight gold medals in Beijing ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 13:09:00 GMT";
arnews[0] += "
";
arnews[1]="Flash!%20Five%20World%20Records%20Set%20During%20Day%20One%20Finals',null,',menubar=0,toolbar=0,location=0,scrollbars=1,resizable=1,status=0');return false;\" id='a_4b07e0734ec96' name='a_4b07e0734ec96' >FINA World Cup, Berlin: Flash! Five World Records Set During Day One ... - SwimInfo
";
arnews[1] += "Women's 200 free Sweden's Sarah Sjostrom snatched the crown in 1:53.77, just off Libby Trickett's World Cup record of 1:53.29 from Sydney 2005. She also just missed Josefin Lillhage's Swedish record of 1:53.55 from 2007. Australia's Merinda Dingjan ...";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 16:24:00 GMT";
arnews[1] += "
";
arnews[2]="Leisel breaks breaststroke WR - Australian Broadcasting Corp.
";
arnews[2] += "Leisel Jones powers through the water on her way to a world record in Berlin. (AFP: John MacDougall) Olympic champion Leisel Jones has broken the short-course world record for the 100 metres breaststroke at the FINA World Cup meet in Berlin. Germany ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 01:21:00 GMT";
arnews[2] += "
";
arnews[3]="Leisel smashes record in comeback - Brisbane Times
";
arnews[3] += "... proved she can race when it counts winning the 50m backstroke from lane one in 26.09secs, as well as finishing third in the 50m freestyle in 23.74, just 0.03 outside of Libby Trickett's Australian record of 23.77. Current world record holder in ...";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 11:58:00 GMT";
arnews[3] += "
";
arnews[4]="Sanatarium Weet-Bix Kids TRYathlon in Perth Sunday 7 February - News.com.au
";
arnews[4] += "Sport stars including cricketer Brett Lee, Perth Glory striker Mile Sterjovski, AFL funnyman Billy Brownless and Olympic swimmers Libby Trickett and Leisel Jones are just some of the event ambassadors. In partnership with the MBF Foundation, the ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 00:43:00 GMT";
arnews[4] += "
";
arnews[5]="Day 1 Berlin: Event-by-event recap - Universal Sports
";
arnews[5] += "Women's 200m free Sweden's Sarah Sjostrom snatched the crown in 1:53.77, just off Libby Trickett's World Cup record of 1:53.29 from Sydney 2005. She also just missed Josefin Lillhage's Swedish record of 1:53.55 from 2007. Australia's Merinda Dingjan ...";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 17:29:00 GMT";
arnews[5] += "
";
arnews[6]="Second record for Leisel Jones - Adelaide Now
";
arnews[6] += "LEISEL Jones proved that amidst swimming's suit farce she is still the force. with two world short course records confirming her status as breaststroke queen. With Libby Trickett contemplating retirement, Jones showed she is the blonde bombshell to ...";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 01:19:00 GMT";
arnews[6] += "
";
totcount = 7;
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("