var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Five reasons to watch the Gemini Awards
";
arnews[0] += "We're unsure what we'll see from the Gas and Farce folks during Saturday night's 24th annual awards show from Calgary , but it'll probably be an extended party for the Trailer Park Boys .";
arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 14:17:55 GMT";
arnews[0] += "
";
arnews[1]="Who wants to be a Gemini winner?
";
arnews[1] += "Corner Gas is the front-runner to repeat in this category, and deservedly so. Consider the diversity of the other nominees, though, from the mockumentary zaniness of Cocka d Gunns to the animated slacker humour of Odd Job Jack to the hit-and-miss shots in Rent-a-Goalie. Chances are fans of Kenny vs.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 12:16:23 GMT";
arnews[1] += "
";
arnews[2]="Ron James pumped to host Geminis
";
arnews[2] += "There won't be any crass insults, ego-driven stage invasions or embarrassing wardrobe malfunctions at this year's Gemini Awards if everything goes according to Ron James' plan.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 14:35:08 GMT";
arnews[2] += "
";
arnews[3]="I Want to Read: 'The Lady in the Tower'
";
arnews[3] += "Rhys Meyers and Dormer of \"The Tudors\" Every week, we look ahead to a soon-to-be-published title that piques our interest.";
arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 14:57:26 GMT";
arnews[3] += "
";
arnews[4]="Joss Stone looks the part
";
arnews[4] += "Young and friendly British singer Joss Stone got the feeling she was being patronized, so she politely told her assembled castmates from The Tudors not to bother.";
arnews[4] += "
Publ.Date : Sun, 01 Nov 2009 12:44:31 GMT";
arnews[4] += "
";
arnews[5]="Jonathan Rhys Meyers and Natalie Dormer in The Tudors.
";
arnews[5] += "AFTER TAKING six awards in the Irish Film and Television Awards 'The Tudors' has finally run out of perishable wives and must draw a curtain on King Henry's reign in Bray.";
arnews[5] += "
Publ.Date : Wed, 28 Oct 2009 07:00:00 GMT";
arnews[5] += "
";
arnews[6]="Who wants to be a Gemini winner?
";
arnews[6] += "Corner Gas is the front-runner to repeat in this category, and deservedly so. Consider the diversity of the other nominees, though, from the mockumentary zaniness of Cocka d Gunns to the animated slacker humour of Odd Job Jack to the hit-and-miss shots in Rent-a-Goalie. Chances are fans of Kenny vs.";
arnews[6] += "
Publ.Date : Mon, 12 Oct 2009 09:55:41 GMT";
arnews[6] += "
";
totcount = 7;
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("