var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Rochette a changed figure skater
"; arnews[0] += "At 22, Joannie Rochette is the same age as some rookies in the NHL. Rochette is no hockey player, but a four-time Canadian \"senior\" women's figure skating champion, a veteran of the international arenas."; arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 01:08:26 GMT"; arnews[0] += "
"; arnews[1]="No-spill performance for Meissner
"; arnews[1] += "Kimmie Meissner, executing a jump during her short program yesterday, appears to have benefited from the coaching change she made in January."; arnews[1] += "
Publ.Date : Thu, 20 Mar 2008 07:00:00 GMT"; arnews[1] += "
"; arnews[2]="100 days to the Vancouver Olympics
"; arnews[2] += "While Olympic organizers marked the 100-days-out point before the Vancouver Games , world figure skating champion Evan Lysacek on Wednesday did what hea ll do with 99 days left, 98 days, and just about every other day before the Olympics."; arnews[2] += "
Publ.Date : Wed, 04 Nov 2009 22:39:11 GMT"; arnews[2] += "
"; arnews[3]="Naperville's Lysacek now No. 3 in world
"; arnews[3] += "Evan Lysacek, the Naperville native and 2009 World Champion in men's figure skating, has moved up to No."; arnews[3] += "
Publ.Date : Wed, 04 Nov 2009 19:34:35 GMT"; arnews[3] += "
"; arnews[4]="Rochette seventh after short program
"; arnews[4] += "Joannie Rochette of Canada performs in the ladies' short program during the ISU Grand Prix of Figure Skating 2009/2010 in Beijing on October 30, 2009."; arnews[4] += "
Publ.Date : Mon, 02 Nov 2009 10:42:22 GMT"; arnews[4] += "
"; arnews[5]="Canadian Rochette struggles in figure skating Grand Prix
"; arnews[5] += "Canada's Joannie Rochette struggled Friday at the ISU Grand Prix figure skating circuit stop in Beijing, as she stands seventh following the women's short program."; arnews[5] += "
Publ.Date : Sat, 31 Oct 2009 19:46:39 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("
");