var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Belbin looks like an Olympic medalist. But we say the winner is . . .
"; arnews[0] += "A few figure skating observations as the Grand Prix series heads into its last event before the Dec."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 01:49:25 GMT"; arnews[0] += "
"; arnews[1]="Chukyo University Nagoya
"; arnews[1] += "Two of Japan's best figure skaters, Mao Asada and Miki Ando, both attend Chukyo."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 01:08:47 GMT"; arnews[1] += "
"; arnews[2]="Kim Shaky in Free Skate, but Still Wins
"; arnews[2] += "The world champion Kim Yu-na of South Korea won Skate America for the second year in a row despite losing the free skate to Rachael Flatt of the United States."; arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 04:18:23 GMT"; arnews[2] += "
"; arnews[3]="Kim Yu-na Wins 7th Straight Grand Prix Event
"; arnews[3] += "Korean figure skating star Kim Yu-na claimed her seventh consecutive Grand Prix title on Monday by winning the 2009 Skate America in Lake Placid, New York, with a combined score of 187.98 points."; arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 02:23:40 GMT"; arnews[3] += "
"; arnews[4]="Canadian skaters shine on world stage
"; arnews[4] += "Patrick Chan slept in Sunday and was late for a scheduled photo session with Canada's other world figure skating medallists."; arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 14:07:47 GMT"; arnews[4] += "
"; arnews[5]="Meissner glides to title
"; arnews[5] += "Kimmie Meissner beat the world champion and the world junior champion and survived the judges who decided to enforce the scoring system yesterday to earn the gold medal at Skate America."; arnews[5] += "
Publ.Date : Mon, 29 Oct 2007 07:00:00 GMT"; arnews[5] += "
"; arnews[6]="World champ Lysacek leads Skate America
"; arnews[6] += "Skating to Stravinski and wearing Vera Wang, world champion Evan Lysacek embodied both athlete and artist at Skate America."; arnews[6] += "
Publ.Date : Sat, 14 Nov 2009 17:12:32 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("
");document.write("
");