var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="ebaypro: Beijing Games GOLD Medal FDC - Leisel Jones
";
arnews[0] += "Beijing Games GOLD Medal FDC - Leisel Jones -";
arnews[0] += "
";
arnews[1]="動画侍: 2000 | Leisel Jones | Olympic Silver | 1.07.49 | 15 Years Old | 100m Breastroke | Quann Gold
";
arnews[1] += "2000 | Leisel Jones | Olympic Silver | 1.07.49 | 15 Years Old | 100m Breastroke | Quann Gold -";
arnews[1] += "
";
arnews[2]="Australian swimmer Leisel Jones reacts after victory in women's 100 meter breaststroke event in Santa Clara
";
arnews[2] += "Australian swimmer Leisel Jones reacts after victory in women's 100 meter breaststroke event in Santa Clara -";
arnews[2] += "
";
arnews[3]="John Lesko: Leisel is returning - Libby is undecided. More on the Aussie's future. Latest Swimming News. http://bit.ly/2YPUwK
";
arnews[3] += "Leisel is returning - Libby is undecided. More on the Aussie's future. Latest Swimming News.";
arnews[3] += "
";
arnews[4]="Nuoto: record di Biedermann [TuttoSport]
";
arnews[4] += "Nuoto: record di Biedermann [TuttoSport] -";
arnews[4] += "
";
totcount = 5;
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("