var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Virtue, Moir music to eyes
";
arnews[0] += "It's possible, Kurt Browning said, to watch a figure skating program for the first time and believe it's the one that will win Olympic gold.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 14:06:59 GMT";
arnews[0] += "
";
arnews[1]="Belbin looks like an Olympic medalist. But we say the winner is . . .
";
arnews[1] += "A few figure skating observations as the Grand Prix series heads into its last event before the Dec.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 01:49:25 GMT";
arnews[1] += "
";
arnews[2]="'Rebellion' over, Nagasu keeps focus on Vancouver
";
arnews[2] += "Mirai Nagasu was having one of those off days that every figure skater -- everyone in every career, really -- has had.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 19:21:26 GMT";
arnews[2] += "
";
arnews[3]="Lynnwood roller skater one of best in world
";
arnews[3] += "From the ankle up, roller skater Kylee Berger looks like she could be on ice: flesh-colored tights, black Lycra skating dress, a lean frame.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 22:33:05 GMT";
arnews[3] += "
";
arnews[4]="Today's Headlines: 11-year-old kills bear on front porch; Roller ...
";
arnews[4] += "Hop into the Northwest Headline's way-back machine for a noteworthy story that we somehow missed last week, a tale that turns a fairy tale, \"The Three Bears,\" on its head.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 18:56:15 GMT";
arnews[4] += "
";
arnews[5]="World-class roller skating in Lynnwood
";
arnews[5] += "From the ankle up, roller skater Kylee Berger looks like she could be on ice: flesh-colored tights, black Lycra skating dress, a lean frame.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 09:46:03 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("