var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Time for Als to show they're CFL's best
";
arnews[0] += "Jermaine McElveen leads pursuit of Alouettes quarterback Anthony Calvillo during preparations for tomorrow's CFL East final against the B.C. Lions at Olympic Stadium.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:54:37 GMT";
arnews[0] += "
";
arnews[1]="Nats have proud history of awards
";
arnews[1] += "Since 1969, the Nationals/Expos have had their share of award-winning players, from Andre Dawson to Ryan Zimmerman.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:05:00 GMT";
arnews[1] += "
";
arnews[2]="MLB to host games in Puerto Rico in 2010
";
arnews[2] += "Other articles mention the Marlins as the host team, with the Mets as most likely rivals in some game .";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Could Eric Gagne Bring Baseball Back to Montreal?
";
arnews[3] += "When we last saw Eric Gagne, he was not in high esteem . But that was just Eric Gagne the baseball player.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:31:35 GMT";
arnews[3] += "
";
arnews[4]="Will Montreal teams hit the wall this weekend?
";
arnews[4] += "This is French Immersion, a daily blog about sports - and society - in Quebec, where the personal, the political and the athletic are often indistinguishable.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 23:58:54 GMT";
arnews[4] += "
";
totcount = 5;
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("