var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Romanian gymnast Porgras makes like a veteran, taking lead in early qualifying
";
arnews[0] += "Ana Porgras of Romania breezed to the lead in qualifying at the world gymnastics championships Wednesday, putting her almost a full point ahead of Deng Linlin of China.";
arnews[0] += "
Publ.Date : Thu, 15 Oct 2009 00:00:20 GMT";
arnews[0] += "
";
arnews[1]="Romanian Porgas takes lead at gymnastic worlds
";
arnews[1] += "Ana Porgras of Romania breezed to the lead in qualifying at the world gymnastics championships Wednesday, putting her almost a full point ahead of Deng Linlin of China.";
arnews[1] += "
Publ.Date : Wed, 14 Oct 2009 16:58:08 GMT";
arnews[1] += "
";
arnews[2]="Another rotation, another leader at gym worlds
";
arnews[2] += "Romania's Ana Porgras didn't look like a newcomer, breezing to the lead in qualifying at the world gymnastics championships.";
arnews[2] += "
Publ.Date : Wed, 14 Oct 2009 17:19:23 GMT";
arnews[2] += "
";
arnews[3]="China's Deng Tops Qualifying At Gymnastic Worlds
";
arnews[3] += "Romania's Ana Porgras didn't look like a newcomer, breezing to the lead in qualifying at the world gymnastics championships.";
arnews[3] += "
Publ.Date : Wed, 14 Oct 2009 14:30:52 GMT";
arnews[3] += "
";
arnews[4]="Women's prelims: Russia's Ekaterina Kurbatova leading after first subdivision
";
arnews[4] += "Olympic all-around bronze medalist Yang Yilin of China posted the highest beam score during the first women's qualifying session Wednesday at the 2009 World Gymnastics Championships.";
arnews[4] += "
Publ.Date : Wed, 14 Oct 2009 13:02:51 GMT";
arnews[4] += "
";
arnews[5]="British women have podium hopes
";
arnews[5] += "Beth Tweddle and Becky Downie lead a five-strong GB women's team, who begin World Championship qualifying at London's O2 Arena on Wednesday.";
arnews[5] += "
Publ.Date : Tue, 13 Oct 2009 11:56:18 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("