var arnews = new Array(7);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Britain banking on Pickering glittering
";
arnews[0] += "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[0] += "
Publ.Date : Sat, 12 Sep 2009 11:22:52 GMT";
arnews[0] += "
";
arnews[1]="FINA bans high-tech swimsuits
";
arnews[1] += "In an effort to clean up its sport, the international governing body of swimming will require its athletes to show more skin.";
arnews[1] += "
Publ.Date : Sat, 25 Jul 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Trying to Clean Up by Shedding Swimsuits
";
arnews[2] += "In an effort to clean up its sport, the international governing body of swimming will require its athletes to show more skin.";
arnews[2] += "
Publ.Date : Sat, 25 Jul 2009 02:08:27 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("