var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ice Time Sato's commitment earns Hall of Fame nomination
";
arnews[0] += "In a development that hasn't even been acknowledged by the Japanese media, longtime coach Nobuo Sato was quietly nominated for the World Figure Skating Hall of Fame earlier this month.";
arnews[0] += "
Publ.Date : Sun, 31 Jan 2010 00:52:08 GMT";
arnews[0] += "
";
arnews[1]="The top Winter Olympics rivalries
";
arnews[1] += "Throughout history, there have been countless rivalries, some of which were large scale international rivalries and others which were more localized.";
arnews[1] += "
Publ.Date : Thu, 28 Jan 2010 14:37:03 GMT";
arnews[1] += "
";
arnews[2]="Figure skating a family affair for Japan's Satos
";
arnews[2] += "Nobuo Sato and daughter Yuka represented Japan in figure skating at the Winter Olympics.";
arnews[2] += "
Publ.Date : Mon, 25 Jan 2010 16:48:49 GMT";
arnews[2] += "
";
arnews[3]="Rochette soars to singles title
";
arnews[3] += "There were 12 ladies in the singles competition at the Skate Canada International this weekend, but Joannie Rochette of AZle Dupas skated in a class by herself.";
arnews[3] += "
Publ.Date : Sun, 02 Nov 2008 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Vancouver Olympics/Figure Skating: Asia set to dominate on ice
";
arnews[4] += "When Shizuka Arakawa won the Olympic gold medal in women's figure skating four years ago in Turin, it was not quite a shocker, but it was far from a given.";
arnews[4] += "
Publ.Date : Fri, 01 Jan 2010 06:08:43 GMT";
arnews[4] += "
";
arnews[5]="Opining on the December Nationals
";
arnews[5] += "A farewell to Fumie Suguri? After her unsuccessful bid to earn a third trip to the Olympic Games, 28-year old Fumie Suguri is likely to have skated in the final competition of her career at the Japanese Nationals.";
arnews[5] += "
Publ.Date : Sun, 27 Dec 2009 08:00:00 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("