var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="More swim world records expected in Singapore - France 24
"; arnews[0] += "S.Africa's Darian Townsend (right) and Britain's Robert Bale are seen competing during the heats of the men's 200m freestyle race in 2008. The final leg of the shortcourse swimming World Cup gets under way in Singapore on Saturday with expectations ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:43:00 GMT"; arnews[0] += "
"; arnews[1]="More world records expected in Singapore - Daily Times
"; arnews[1] += "SINGAPORE: The final leg of the shortcourse swimming World Cup gets under way in Singapore on Saturday with expectations high that world records will fall. Sixteen new marks were set in Berlin last weekend with the vast majority achieved by athletes ..."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 22:58:00 GMT"; arnews[1] += "
"; arnews[2]="Stephanie Rice's splash of colour with cocktail frock - News.com.au
"; arnews[2] += "NEWLY independent Stephanie Rice made an interesting fashion choice for the GQ Man of the Year awards, channelling a canary in a cheery cocktail frock. The swimmer, who recently cut ties with her management company to go it alone, is also single in ..."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 14:30:00 GMT"; arnews[2] += "
"; arnews[3]="Van der Burgh looks to secure top spot - Independent Online
"; arnews[3] += "Singapore - The final leg of the shortcourse swimming World Cup gets under way in Singapore on Saturday with expectations high that world records will fall. Sixteen new marks were set in Berlin last weekend with the vast majority achieved by athletes ..."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:03:00 GMT"; arnews[3] += "
"; arnews[4]="Swimming: More world records expected in Singapore - Channel NewsAsia
"; arnews[4] += "SINGAPORE: The final leg of the shortcourse swimming World Cup gets under way in Singapore on Saturday with expectations high that world records will fall. Sixteen new marks were set in Berlin last weekend with the vast majority achieved by athletes ..."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 04:43:00 GMT"; arnews[4] += "
"; arnews[5]="Check your knowledge - Arkansas Online
"; arnews[5] += "LITTLE ROCK — 1. Name the sport in which Eamon Sullivan of Australia is a champion. 2. What 1940s song about flowers is to the tune of “Old Time Religion”? 3. Eve Arden was the star of Our Miss Brooks on radio and television. What subject did ..."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 10:21:00 GMT"; arnews[5] += "
"; totcount = 6; 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("
");