var arnews = new Array(9); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Women's All-Time Top Performers-Performances in Long Course Meters
"; arnews[0] += "PHOENIX, Arizona, December 29. WITH the end of the year quickly approaching, Swimming World superfan Bill Bell has been busy putting some final touches on a few of his lists."; arnews[0] += "
Publ.Date : Tue, 29 Dec 2009 13:34:00 GMT"; arnews[0] += "
"; arnews[1]="International Swimming Hall Of Fame Announces Induction Class Of 2010
"; arnews[1] += "FORT LAUDERDALE, Florida, December 16. LOCATED on Fort Lauderdale's magnificent beachfront since 1965, the International Swimming Hall of Fame today announced the Honoree Induction Class of 2010."; arnews[1] += "
Publ.Date : Wed, 16 Dec 2009 14:07:19 GMT"; arnews[1] += "
"; arnews[2]="Britain banking on Pickering glittering
"; arnews[2] += "Karen Pickering carries the weight of British expectation when she defends her title at the World Short Course Championships in Rio de Janeiro, starting today."; arnews[2] += "
Publ.Date : Sat, 12 Sep 2009 11:22:52 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("
");document.write("
");