var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Krause nicely unbalanced in a Civic Dutya
";
arnews[0] += "Peter Krause, best known as Nate Fisher on HBO's \"Six Feet Under,\" plays a chillingly unbalanced laid-off accountant in \"Civic Duty.\" Krause plays Terry Allen, who faces his own problems after his company downsizes.";
arnews[0] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Who the hell is 'Lucy'?
";
arnews[1] += "\"Kyle XY\" alum Kirsten Prout has also landed the supporting role of vampire \"Lucy,\" in the third installment of Summit Entertainment's Twilight series, Eclipse.";
arnews[1] += "
Publ.Date : Thu, 15 Oct 2009 05:06:46 GMT";
arnews[1] += "
";
arnews[2]="The National Tree a holiday movie on Hallmark Channel
";
arnews[2] += "The National Tree is a holiday movie premiering on Hallmark Channel on Saturday, November 28 at 8 PM ET/PT, 7C.";
arnews[2] += "
Publ.Date : Sun, 11 Oct 2009 01:09:44 GMT";
arnews[2] += "
";
arnews[3]="Hallmark Channel Unveils 'Holiday Countdown' Program
";
arnews[3] += "Mike Reynolds -- Multichannel News, 10/5/2009 7:50:02 AM The countdown to a new year-round programming and marketing strategy has begun at Hallmark Channel.";
arnews[3] += "
Publ.Date : Mon, 05 Oct 2009 10:50:02 GMT";
arnews[3] += "
";
arnews[4]="Hallmark Channel Unveils 'Holdiday Countdown' Program
";
arnews[4] += "The countdown to a new year-round programming/marketing strategy has begun at Hallmark Channel.";
arnews[4] += "
Publ.Date : Mon, 05 Oct 2009 15:13:09 GMT";
arnews[4] += "
";
arnews[5]="Alberta beauties shine in Hollywood
";
arnews[5] += "It's a long way from a grain farm in Donalda to the fast lane in Hollywood. And no one knows that better than Tricia Helfer, the 5-foot-10 inch beauty who began the journey more than 15 years ago.";
arnews[5] += "
Publ.Date : Mon, 14 Sep 2009 10:50:21 GMT";
arnews[5] += "
";
arnews[6]="Casting call: 'White Collar,' '24,' 'Covert Affairs'
";
arnews[6] += "USA's new series \"White Collar\" has added \"The Middleman\" star Natalie Morales to its cast.";
arnews[6] += "
Publ.Date : Tue, 08 Sep 2009 22:10:38 GMT";
arnews[6] += "
";
arnews[7]="Four fitted for casts at USA
";
arnews[7] += "Natalie Morales has been added to the cast of USA Network's upcoming series \"White Collar\" as a regular.";
arnews[7] += "
Publ.Date : Mon, 07 Sep 2009 15:00:00 GMT";
arnews[7] += "
";
arnews[8]="CBC sweeps up Men with Brooms pilot
";
arnews[8] += "The popular 2002 movie Men With Brooms is coming to the CBC as a sitcom pilot. The pubcaster has given the production order to E1 Television and Serendipity Point Films for a pilot episode to loosely follow Paul Gross' curling comedy and directorial debut.";
arnews[8] += "
Publ.Date : Fri, 04 Sep 2009 03:40:03 GMT";
arnews[8] += "
";
totcount = 9;
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("