var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Italy’s Carolina Kostner leads Euro figures after short program ... - The Gaea Times
";
arnews[0] += "TALLINN, Estonia — Carolina Kostner of Italy is in the lead after the short program and in position to win her third title at the European Figure Skating Championships. Kostner, the European champion in 2007 and 2008, landed her jumps with ...";
arnews[0] += "
Publ.Date : Fri, 22 Jan 2010 02:45:00 GMT";
arnews[0] += "
";
arnews[1]="Italy’s Carolina Kostner leads Europeans after short program; Finns ... - The Gaea Times
";
arnews[1] += "TALLINN, Estonia — Carolina Kostner of Italy rebounded from her disappointing season with a clean and assured short program Friday, putting her in position to win her third European title. In ice dancing, Russia’s Oksana Domnina and Maxim ...";
arnews[1] += "
Publ.Date : Fri, 22 Jan 2010 02:45:00 GMT";
arnews[1] += "
";
arnews[2]="First Olympic Museum in Italy Opens - Around Rings
";
arnews[2] += "Four years after the event that changed Torino and Piemonte and a few days before the opening ceremony of the 2010 Vancouver XXI Winter Olympic Games, Regione Piemonte, Provincia and Città di Torino, with the collaboration of TOP, Torino Olympic ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 16:29:00 GMT";
arnews[2] += "
";
arnews[3]="Opining on the European Championships - Examiner
";
arnews[3] += "Get alerts when there is a new article from the Figure Skating Examiner. Read Examiner.com's terms of use. This season’s folk/country dance theme for the original dance has certainly seen its share of reactions. While the ISU has encouraged dance ...";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 22:07:00 GMT";
arnews[3] += "
";
arnews[4]="Favored women's skater Kim Yu-na brings talent and appeal - Seattle Times
";
arnews[4] += "Men: Short program Feb. 16; Free skate Feb. 18. Ladies: Short program Feb. 23. Free skate Feb. 25. Michelle Kwan isn't coming back, and there's no American woman ready to take her place at the Vancouver Olympics. Get over it. The Winter Games ...";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 08:10:00 GMT";
arnews[4] += "
";
arnews[5]="Figure skating-Plushenko goes for rare double - The Guardian
";
arnews[5] += "LONDON, Feb 3 (Reuters) - Yevgeny Plushenko has always had a passion for driving high-speed cars but after getting bored with life in the fast lane he has returned to the rink in pursuit of the ultimate adrenaline rush -- to defend his crown at the ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 02:10:00 GMT";
arnews[5] += "
";
arnews[6]="Plushenko goes for rare double - Washington Post
";
arnews[6] += "LONDON (Reuters) - Yevgeny Plushenko has always had a passion for driving high-speed cars but after getting bored with life in the fast lane he has returned to the rink in pursuit of the ultimate adrenaline rush -- to defend his crown at the ...";
arnews[6] += "
Publ.Date : Wed, 03 Feb 2010 02:31:00 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("