var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Canadian Flag-Bearer and Right to Play Ambassador Clara Hughes...
";
arnews[0] += "\"I will never forget that feeling I got when I saw the change in a child from struggle to joy as a result of Right To Play's efforts,\" says Hughes.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:17:30 GMT";
arnews[0] += "
";
arnews[1]="Figure skaters look to keep medal streak alive
";
arnews[1] += "It is modest and respectable, the quintessential Canadian streak. For seven consecutive Winter Olympics, figure skaters have come up with at least one medal, 10 in total since 1984.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:59:37 GMT";
arnews[1] += "
";
arnews[2]="More scandals, please
";
arnews[2] += "VANCOUVER: Judging controversies and a baffling scoring system have left figure skating struggling to pull in the fans, and Olympic champion Jamie Sale believes there is one good way to regain its popularity - more scandals.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:17:54 GMT";
arnews[2] += "
";
arnews[3]="Tuesday News
";
arnews[3] += "Most snow missed Gotham but likely affected slowing B.O. [ P ] Despite the Snow, the Show Went On at Arlington's Signature Theatre [ LAT ] Culture Monster Final curtain for the Pasadena Playhouse -- for awhile, at least by Yvonne Villarreal [ LAT ] A shifting canvas in Pasadena By Cara Mia DiMassa The city has long had a vibrant arts scene.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 15:01:33 GMT";
arnews[3] += "
";
arnews[4]="Jamie Sale and David Pelletier
";
arnews[4] += "Elegantly, effortlessly, the couple glides across the ice, locked in a soulful embrace.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Sale suggests more scandals to give figure skating a lift
";
arnews[5] += "JUDGING controversies and a baffling scoring system have left figure skating struggling to pull in the fans, and Olympic champion Jamie Sale believes there is one good way to regain its popularity - more scandals.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 18:18:04 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("