var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Nearly a third of the members of Parliament are on Twitter bandwagon
";
arnews[0] += "Members of Parliament are scrambling to climb aboard the Twitter bandwagon - and getting elbowed by controversial, satirical and even phoney postings.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:56:00 GMT";
arnews[0] += "
";
arnews[1]="MacKay talks Afghan troop withdrawal with U.S. counterpart
";
arnews[1] += "Defence Minister Peter MacKay and U.S. Secretary of Defense Robert Gates talk at Citadel Hill in Halifax, Nova Scotia, Nov.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 16:34:22 GMT";
arnews[1] += "
";
arnews[2]="Blount Leopards beat Williamson Lions in 2OT
";
arnews[2] += "Here's a brief video clip from the final performance, on Thursday, Nov. 19, 2009, of the University of Mobile Center for Performing Arts' Christmas Spectacular program at Dauphin Way Baptist Church.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:11:17 GMT";
arnews[2] += "
";
arnews[3]="Prime Minister Harper is no R.B. Bennett
";
arnews[3] += "Our history does repeat itself - almost. The city of Calgary has elected two Conservative MPs who became prime ministers.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 12:35:59 GMT";
arnews[3] += "
";
arnews[4]="Liberals upbeat after Ignatieff staff change
";
arnews[4] += "Liberal MPs said Wednesday they believe the addition of a Chretien-era staffer to Michael Ignatieff's inner circle will help revive sagging Liberal fortunes.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 11:12:09 GMT";
arnews[4] += "
";
arnews[5]="And the Conservative spin machine spins on a
";
arnews[5] += "You should receive the email within the next few minutes. PLEASE NOTE: Your Globe and Mail account will expire after 2 days if not validated as described in the email.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 02:40:00 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("