var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Today's Olympic previews: Curling, figure skating
"; arnews[0] += "Canada led the three-year Olympic qualifying cycle for both men and women , but for the second time in a row there was an upset at the Canadian women's team trials as a team led by Cheryl Bernard, whose best finish was second at the 1996 national championships, upset 2006 Olympic bronze medalist Shannon Kleibrink."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 06:00:00 GMT"; arnews[0] += "
"; arnews[1]="Vera Wang looks back at skaters' styles
"; arnews[1] += "This 1976 file photo shows United States figure skater Dorothy Hamill in action during the 1976 Winter Olympic games held in Innsbruck, Austria."; arnews[1] += "
Publ.Date : Wed, 13 Jan 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Opining on the European Championships
"; arnews[2] += "Oksana Domnina and Maxim Shabalin and their controversial original dance costumes at Europeans."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 00:49:14 GMT"; arnews[2] += "
"; arnews[3]="Favored women's skater Kim Yu-na brings talent and appeal
"; arnews[3] += "Men: Short program Feb. 16; Free skate Feb. 18. Ladies: Short program Feb. 23. Free skate Feb."; arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 11:05:08 GMT"; arnews[3] += "
"; arnews[4]="Plushenko goes for rare double
"; arnews[4] += "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 Vancouver Olympics."; arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 05:17:41 GMT"; arnews[4] += "
"; arnews[5]="To match preview OLYMPICS-FIGURE-SKATING/
"; arnews[5] += "Yevgeny Plushenko of Russia performs during the men's short program at the European Figure Skating Championships in Tallinn in this January 20, 2010 file photo."; arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 03:45:34 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("
");document.write("
");