var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Meissner 6th and satisfied
";
arnews[0] += "When others fell, Shizuka Arakawa did not, allowing the Japanese skater to win her country's first medal at these Olympics and avert a Russian sweep of the figure skating events.";
arnews[0] += "
Publ.Date : Fri, 24 Feb 2006 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="US women figure skaters on thin ice
";
arnews[1] += "With Sasha Cohen still lame on Monday, the emergency call went out to Emily Hughes, who has become the EMT of US women's figure skating.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 10:44:02 GMT";
arnews[1] += "
";
arnews[2]="Skating: Figure skating
";
arnews[2] += "Holders: Evgeni Plushenko & Shizuka Arakawa Ice skating is the sport that brings glitz and glamour to the Winter Olympics.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 17:35:13 GMT";
arnews[2] += "
";
arnews[3]="After three-year layoff, Cohen begins comeback
";
arnews[3] += "A group of the top U.S. women's skaters was asked recently about 2006 Olympic silver medalist Sasha Cohen's return to competition.";
arnews[3] += "
Publ.Date : Wed, 04 Nov 2009 04:04:33 GMT";
arnews[3] += "
";
arnews[4]="Figure skating: What to expect
";
arnews[4] += "Russian Yevgeny Plushenko returns to defend his Torino gold. As this Olympic season approached, a theme began to appear: comebacks.";
arnews[4] += "
Publ.Date : Mon, 26 Jan 2009 08:34:00 GMT";
arnews[4] += "
";
arnews[5]="After three-year layoff, Cohen begins comeback
";
arnews[5] += "A group of the top U.S. women's skaters was asked recently about 2006 Olympic silver medalist Sasha Cohen 's return to competition.";
arnews[5] += "
Publ.Date : Tue, 03 Nov 2009 05:27:27 GMT";
arnews[5] += "
";
arnews[6]="Bond girl Kim lights up Paris
";
arnews[6] += "South Korea's Yu-Na Kim gave warning to her rivals that she has Olympic gold in her sights as she surged to the lead after the short programme in the season-opening ISU Paris Grand Prix here on Friday.";
arnews[6] += "
Publ.Date : Sat, 17 Oct 2009 02:55:33 GMT";
arnews[6] += "
";
totcount = 7;
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("