var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Figure skating: Suguri 4th, Kim wins Skate America
";
arnews[0] += "Japan's Fumie Suguri placed fourth at Skate America on Sunday as South Korean world champion Kim Yu Na captured her second straight Grand Prix title.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 12:03:08 GMT";
arnews[0] += "
";
arnews[1]="World champion Kim falters but still wins at Skate America, Flatt shines
";
arnews[1] += "Rachael Flatt won the free skate at Skate America over a sloppy Yu-Na Kim but could not catch her for the gold medal.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Kim shatters world record
";
arnews[2] += "Kim Yu Na set a world record for a short program at Skate America, breaking her own mark with 76.28 points on Saturday.";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 00:57:32 GMT";
arnews[2] += "
";
arnews[3]="Figure skating: Suguri 4th, record score for Kim at Skate America
";
arnews[3] += "Japan's Fumie Suguri had to make do with fourth place as South Korean world champion Kim Yu Na blew away the field, breaking her own world record in the short program at Skate America on Saturday.";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 05:42:20 GMT";
arnews[3] += "
";
arnews[4]="Ford: No Cohen? No problem for Skate America
";
arnews[4] += "There's only one U.S. stop on the pre-Olympic figure skating express before the end of the year, and when 2006 silver medalist Sasha Cohen disembarked from the train, it took some of the steam out of Skate America.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 08:55:06 GMT";
arnews[4] += "
";
arnews[5]="Figure Skating Oda, Suzuki grab Grand Prix titles
";
arnews[5] += "BEIJING Nobunari Oda produced a winning double for Japan after retaining his lead from the short program en route to winning his second consecutive Grand Prix title at the Cup of China on Saturday.";
arnews[5] += "
Publ.Date : Sun, 01 Nov 2009 00:04:15 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("