var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Peirsol: high tech swimming suit records should stand
"; arnews[0] += "American Olympic swimming champion Aaron Peirsol thinks new records should not be removed from the books when high-tech suits are banned next year."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:40:07 GMT"; arnews[0] += "
"; arnews[1]="More world records expected in Singapore
"; 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."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 04:34:39 GMT"; arnews[1] += "
"; arnews[2]="FINA World Cup, Singapore: Day One Prelims Complete
"; arnews[2] += "Universal Sports FINA World Cup Dashboard, including webcasts and highlights SINGAPORE, November 21."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 00:40:19 GMT"; arnews[2] += "
"; arnews[3]="Van der Burgh looks to secure top spot
"; 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."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 09:46:28 GMT"; arnews[3] += "
"; arnews[4]="Industry News: PMG Sports Launches OpenWaterPlanet.com
"; arnews[4] += "CARY, North Carolina, November 19. PREMIER Management Group, the nation's leading aquatic marketing firm, announced today the launch of a new website for their open water swimming venture, Open Water Planet, at www.OpenWaterPlanet.com Open Water Planet owns and operates several major open water swimming events including, Aaron Peirsol's Race for ..."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 17:22:20 GMT"; arnews[4] += "
"; arnews[5]="The Morning Swim Show, Nov. 19, 2009: Matt Grevers on World...
"; arnews[5] += "The Morning Swim Show , Nov. 19, 2009: Matt Grevers on World Championships and Being Part of the National Team; Australian Swimmers Demonstrate Innovative Dryland Routines -- November 19, 2009 PHOENIX, Arizona, November 19."; arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 11:00: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("
");