var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Blanka Vlasic is Number 2 all time, by All Athletics.com, Comments by Larry Eder: Blanka Vlasic shown here in he.. http://bit.ly/6vvbY
";
arnews[0] += "Blanka Vlasic is Number 2 all time, by All Athletics.com, Comments by Larry Eder: Blanka Vlasic shown here in he..";
arnews[0] += "
";
arnews[1]="Blanka Vlasic is Number 2 all time, by All Athletics.com, Comments by Larry Eder
";
arnews[1] += "Blanka Vlasic is Number 2 all time, by All Athletics.com, Comments by Larry Eder -";
arnews[1] += "
";
arnews[2]="Aymeric: Sneakily previewing next week's show: We've got young designer Nikolina Kucan, Prof Luka Budak live from Sydney...Working on Blanka Vlasic!
";
arnews[2] += "Sneakily previewing next week's show: We've got young designer Nikolina Kucan, Prof Luka Budak live from Sydney...Working on Blanka Vlasic! -";
arnews[2] += "
";
arnews[3]="Şener Yelkenci: Kenenisa Bekele, Blanka Vlasic, Sanya Richards, Andreas Thorkildsen ve Usain Bolt sezonu Selanik'te kapatıyorlar.
";
arnews[3] += "Kenenisa Bekele, Blanka Vlasic, Sanya Richards, Andreas Thorkildsen ve Usain Bolt sezonu Selanik'te kapatıyorlar.";
arnews[3] += "
";
arnews[4]="snel kijken op Eén+ naar World Athletics Final, want Blanka Vlasic doet het héél goed, net 2m04, dadelijk 2m10 ???????
";
arnews[4] += "snel kijken op Eén+ naar World Athletics Final, want Blanka Vlasic doet het héél goed, net 2m04, dadelijk 2m10 ???????";
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("