var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Elisha Cuthbert named parade Grand Marshal - TSN
";
arnews[0] += "The 2009 Grey Cup Festival announced on November 13 that Hollywood actress and Calgary's own Elisha Cuthbert will be the Grand Marshal of the Safeway Grey Cup Festival Parade on Saturday, November 28th, as part of the weekend events. The Canadian ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 22:53:00 GMT";
arnews[0] += "
";
arnews[1]="New owners for Pontiac Silverdome - StarPhoenix
";
arnews[1] += "Vancouver comic Torben Rolfsen, after Prime Minister Stephen Harper visited the Golden Temple, one of India's holiest sites: \"Indian President Pratibha Patil plans to make a similar gesture on his return visit to Canada; he'll visit the Hockey Hall ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:45:00 GMT";
arnews[1] += "
";
arnews[2]="Award announcement leaves rivals green with envy - Calgary Sun
";
arnews[2] += "A huge pat on the back to two local businesses that were named imagineCalgary 2009 Sustainability Award winners this week. Honoured with the imagineCalgary Partner in Action Award was REAP Calgary -- REAP standing for 'Respect for the Earth and All ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 12:14:00 GMT";
arnews[2] += "
";
arnews[3]="John Woo on Red Cliff - CRAVE ONLINE
";
arnews[3] += "We interviewed star Ashlynn Brooke (who sort of looks like the real-life version of Elisha Cuthbert’s character in “The Girl Next Door”). We also talked to James Deen, the 2008 AVN male performer of the year. Check out that video on the next ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 10:06:00 GMT";
arnews[3] += "
";
arnews[4]="24 season 7 DVD review - Den Of Geek
";
arnews[4] += "Jack Bauer has certainly had better days than this one. Kicking off in episode one by re-introducing the apparently dead Tony Almeida, it's a lot more conventional than the muddled sixth season, yet the seventh series of the show simply seems bereft ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 10:29:00 GMT";
arnews[4] += "
";
arnews[5]="Puck Headlines: Russia Olympic favs; more no-goal controversy - YAHOO!
";
arnews[5] += "Globe & Mail ] • Elisha Cuthbert will be the grand marshal of the Grey Cup parade in Calgary. Wonder who the first choice was ... [ Sportress of Blogitude ] • Not exactly happy times for the Minnesota Wild , via Michael Russo: \"Lectures from ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 18:42: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("