var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Shani Davis: Better than ever heading into 2010
";
arnews[0] += "Shani Davis looks for a place to sit, then decides to just plop down on the lobby floor of the Pettit National Ice Center, where he can get in some stretching while he's talking.";
arnews[0] += "
Publ.Date : Wed, 21 Oct 2009 11:52:10 GMT";
arnews[0] += "
";
arnews[1]="Medal-winning Russian killed in car crash RUSSIAN gymnast Yury...
";
arnews[1] += "RUSSIAN gymnast Yury Ryazanov was killed in a car crash yesterday, just five days after winning a bronze medal at the world championships in London.";
arnews[1] += "
Publ.Date : Wed, 21 Oct 2009 01:06:37 GMT";
arnews[1] += "
";
arnews[2]="Yury Ryazanov Russian world gymnastics medal winner killed in car crash
";
arnews[2] += "Russian gymnast Yury Ryazanov, who won a bronze medal at the world championships in London last week, has been killed in a car crash.";
arnews[2] += "
Publ.Date : Tue, 20 Oct 2009 18:52:20 GMT";
arnews[2] += "
";
arnews[3]="Gymnast Ryazanov killed in crash
";
arnews[3] += "Russian gymnast Yury Ryazanov has died in a car crash in the city of Vladimir, five days after winning bronze at the World Championships in London.";
arnews[3] += "
Publ.Date : Tue, 20 Oct 2009 18:46:07 GMT";
arnews[3] += "
";
arnews[4]="Russian bronze medal gymnast killed in car crash
";
arnews[4] += "Gold medalist Kohei Uchimura of Japan, center, silver medalist Daniel Keatings of Britain, left, and bronze medalist Yury Ryazanov of Russia stand on the podium after receiving their medals during the World Gymnastics Championships men's all-around final at the O2 Arena in London, Thursday, Oct.";
arnews[4] += "
Publ.Date : Tue, 20 Oct 2009 16:06:51 GMT";
arnews[4] += "
";
arnews[5]="China dominates world event
";
arnews[5] += "LONDON - A year later and half a world away, China is still the team to beat. The Chinese won three more titles at the world gymnastics championships yesterday, giving them a total of six.";
arnews[5] += "
Publ.Date : Mon, 19 Oct 2009 07:00:00 GMT";
arnews[5] += "
";
arnews[6]="China bags three more golds at gymnastics worlds
";
arnews[6] += "China bagged home three golds at the 41st Artistic Gymnastics World Championships here on Sunday to finish their 2012 Olympics venue trip with a total of six titles.";
arnews[6] += "
Publ.Date : Mon, 19 Oct 2009 03:34:01 GMT";
arnews[6] += "
";
arnews[7]="Tweddle delights home crowd with gold medal
";
arnews[7] += "Beth Tweddle gave the home crowd what it wanted: a gold medal. Tweddle, Britain's most famous - and favorite - gymnast, won the title on floor exercise Sunday.";
arnews[7] += "
Publ.Date : Sun, 18 Oct 2009 15:13:30 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("