var arnews = new Array(6); totcount = 6; 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]="Park Hill South High School, MO
"; arnews[1] += "Park Hill South \"Home of the Panthers\" Everyday is a good day to be a panther!! View More Headlines>> School News View More Headlines>> The latest news from the USOC - November 3 November 3, 2009 by Sports Network Mike Parks led the way with a goal and two assists."; arnews[1] += "
Publ.Date : Tue, 03 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Kim wins title but loses free skate
"; arnews[2] += "Kim Yu-na was not infallible. She still was a winner at Skate America. Not stumbling at all were Tanith Belbin and Ben Agosto, who swept all three portions of ice dance."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 19:19:35 GMT"; arnews[2] += "
"; arnews[3]="Ups and downs at Skate America
"; arnews[3] += "The Cancer.net Skate America Grand Prix wrapped up over the weekend in Lake Placid, N.Y., with lots of ups and downs."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 22:53:54 GMT"; arnews[3] += "
"; arnews[4]="U.S. Athletes Win Four Medals at 2009 Cancer.Net Skate America
"; arnews[4] += "U.S. athletes won four medals, including two golds, at 2009 Cancer.Net Skate America in Lake Placid, N.Y. Evan Lysacek and ice dancers Tanith Belbin and Ben Agosto took the top prize in their respective disciplines, and both will compete at the ISU Grand Prix of Figure Skating Final next month in Tokyo, Japan."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 19:06:04 GMT"; arnews[4] += "
"; arnews[5]="Ice Dance: Chait shows pride in Zaretsky bronze
"; arnews[5] += "Former Israeli ice dance star Galit Chait has paid tribute to Alexandre and Roman Zaretsky after coaching the brother and sister duo to a bronze medal in the Free Dance at Skate America on Sunday."; arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 08:00:52 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("
");