var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stars ready to break out
";
arnews[0] += "Like Alberto Tomba, Johann Koss and Katarina Witt before them, these five athletes from beyond the North American continent could easily become household names this February.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:40:30 GMT";
arnews[0] += "
";
arnews[1]="Eddie heads to Canada
";
arnews[1] += "The winter season is now going strong, and athletes all over the world have a chance to show that their Winter Olympic ambitions are more than just talk.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 18:02:18 GMT";
arnews[1] += "
";
arnews[2]="Debi Thomas: From Olympic medallist to surgeon
";
arnews[2] += "To say that Debi Thomas lives in Illinois and works in Indiana is technically correct, but she also has a mobile home; her Toyota Prius.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 01:25:01 GMT";
arnews[2] += "
";
arnews[3]="Sale, Simpson best on blades
";
arnews[3] += "Jamie Sale and Craig Simpson acknowledge the crowd after being voted the winners of the seven-week Battle of the Blades skating reality show.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Finding our way back to skating - go figure
";
arnews[4] += "The greatest outcome of the TV hit Battle of the Blades is that we Canadians have fallen in love with figure skating again.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 20:16:21 GMT";
arnews[4] += "
";
arnews[5]="TV: Jamie Sale, Craig Simpson best on Battle of the Blades
";
arnews[5] += "Jamie Sale and Craig Simpson acknowledge the crowd after being voted the winners of the seven-week Battle of the Blades skating reality show.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 18:58:26 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("