var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Australia's Abood wins in Singapore - ninemsn
";
arnews[0] += "Sprinter Matthew Abood has continued his good form at the World Cup meet in Singapore, setting a new Commonwealth and Australian short-course record for the men's 100m freestyle. Abood won the event in a time of 45.46, becoming the first Australian ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:18:00 GMT";
arnews[0] += "
";
arnews[1]="Second record for Leisel Jones - Adelaide Now
";
arnews[1] += "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[1] += "
Publ.Date : Tue, 17 Nov 2009 01:19:00 GMT";
arnews[1] += "
";
arnews[2]="Leisel Jones breaks another world record; Maradona banned - News.com.au
";
arnews[2] += "BERLIN: Australia's Leisel Jones finished the weekend with two world records after adding 200m breaststroke success to her 100m victory at the shortcourse World Cup meet. The 24-year-old, who won two golds and a silver in Beijing's Water Cube, won ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 04:54:00 GMT";
arnews[2] += "
";
arnews[3]="WR-Free World Cup Session In Singapore - Swimnews
";
arnews[3] += "Gosh. A whole world cup session without a world record. Still, plenty of shiny suit speed and close races at the last meet of the 2009 series in Singapore. The tour comes to a close tomorrow. The first-day finals started with an 8:17.21 win for ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 16:02:00 GMT";
arnews[3] += "
";
arnews[4]="FINA World Cup, Singapore: Day One Finals Underway, Whitney Myers Sets ... - SwimInfo
";
arnews[4] += "Australia's Blair Evans opened the evening with a victory in the women's distance event. Evans clocked a time of 8:17.21 to emerge triumphant. South Africa's Kathryn Meaklim and Hong Kong's Stephanie Au tied for second with matching 8:25.47s. Meaklim ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 09:07:00 GMT";
arnews[4] += "
";
arnews[5]="FINA World Cup, Singapore: Whitney Myers Sets American Record - SwimInfo
";
arnews[5] += "SINGAPORE, November 21. THE first day of finals at the FINA World Cup stop hosted in Singapore featured a few World Cup records as well as an American mark by Whitney Myers. Women's 800 free Australia's Blair Evans opened the evening with a victory ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 09:42:00 GMT";
arnews[5] += "
";
arnews[6]="More swim world records expected in Singapore - Big Hollywood
";
arnews[6] += "S.Africa's Darian Townsend (right) and Britain's Robert Bale are seen compe... S.Africa's Cameron Van der Burgh is seen on his way to winning and setting ... The final leg of the shortcourse swimming World Cup gets under way in Singapore on Saturday ...";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 03:52:00 GMT";
arnews[6] += "
";
arnews[7]="More world records expected in Singapore - Daily Times
";
arnews[7] += "Fourteen-time Olympic gold-medal winner Michael Phelps, who flopped in Germany, has opted out of this weekend but top stars Leisel Jones, Eamon Sullivan, Aaron Peirsol and Lisbeth Trickett will be in action. Breaststroke specialist Cameron van der ...";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 22:58:00 GMT";
arnews[7] += "
";
totcount = 8;
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("