var arnews = new Array(9);
totcount = 8;
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]="Deng leads qualifying at worlds
";
arnews[1] += "DENG Linlin, a member of China's gold medal team at the Beijing Olympics, took the lead yesterday in qualifying at the world championships in London.";
arnews[1] += "
Publ.Date : Wed, 14 Oct 2009 22:05:56 GMT";
arnews[1] += "
";
arnews[2]="Romanian Porgas takes lead at gymnastic worlds
";
arnews[2] += "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[2] += "
Publ.Date : Wed, 14 Oct 2009 16:58:08 GMT";
arnews[2] += "
";
arnews[3]="Another rotation, another leader at gym 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 17:19:23 GMT";
arnews[3] += "
";
arnews[4]="Kurbatova, Yang go 1-2 in gymnastics qualifying
";
arnews[4] += "Ekaterina Kurbatova of Russia edged Olympic bronze medalist Yang Yilin to take the early lead after the first of five qualifying sessions at the world gymnastics championships Wednesday.";
arnews[4] += "
Publ.Date : Wed, 14 Oct 2009 17:15:36 GMT";
arnews[4] += "
";
arnews[5]="China's Deng Tops Qualifying At Gymnastic Worlds
";
arnews[5] += "Romania's Ana Porgras didn't look like a newcomer, breezing to the lead in qualifying at the world gymnastics championships.";
arnews[5] += "
Publ.Date : Wed, 14 Oct 2009 14:30:52 GMT";
arnews[5] += "
";
arnews[6]="Fresh faces for US gymnastics teams
";
arnews[6] += "Hard to believe now, but there was a time Nastia Liukin was something of an unknown.";
arnews[6] += "
Publ.Date : Sun, 11 Oct 2009 10:30:07 GMT";
arnews[6] += "
";
arnews[7]="Canadians reach gymnastics finals
";
arnews[7] += "There will be a Canadian presence in all four women's finals at a gymnastics World Cup event in Glasgow, Scotland, as Elyse Hopfner-Hibbs of Toronto and Nansy Damianova of Montreal qualified for two finals apiece on Friday.";
arnews[7] += "
Publ.Date : Sat, 10 Nov 2007 08:00:00 GMT";
arnews[7] += "
";
totcount = 8;
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("