var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Summit picks up domestic on Untitled Seth Rogen / James McAvoy comedy - Screendaily
";
arnews[0] += "Rogen, Evan Goldberg and Ben Karlin are producing and Reiser serves as executive producer alongside Mandate Pictures president Nathan Kahane. Principal photography is set to commence in Vancouver this month and Lionsgate is handling international ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:31:00 GMT";
arnews[0] += "
";
arnews[1]="Summit nabs Seth Rogen/James McAvoy film - YAHOO!
";
arnews[1] += "LOS ANGELES (Hollywood Reporter) – Betting that laughs can be found in a cancer diagnosis, Summit Entertainment has acquired North American rights to Mandate Pictures' untitled Seth Rogen/James McAvoy project. Formerly titled \"I'm With Cancer,\" the ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:40:00 GMT";
arnews[1] += "
";
arnews[2]="Seth Rogen/James McAvoy Cancer Dramedy Picked Up by Summit - The Celebrity Cafe.com
";
arnews[2] += "You'll laugh, you'll cry,.. CJ Stewart The script formerly known as I'm With Cancer has been picked up by Summit Entertainment, says The Hollywood Reporter. The project is a comedy-drama starring James McAvoy as a young man who contracts cancer, with ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 02:30:00 GMT";
arnews[2] += "
";
arnews[3]="Jude Law, James McAvoy for Olivier awards - Digital Spy
";
arnews[3] += "Keira Knightley ( The Misanthrope ) has also been put forward for 'Best Supporting Actress'. Nica Burns, president of the Society of London Theatre, revealed: \"The voting for the best acting awards was so close that the nominations had to be ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 18:02:00 GMT";
arnews[3] += "
";
arnews[4]="Anne-Marie Duff Credits James McAvoy at British Film Awards - AceShowbiz
";
arnews[4] += "She cooed, \"I'd really like to be Mrs. McAvoy for a minute and say thank you for seriously having to live with a flame-haired broken-hearted banjo player for quite some time.\" It's going to be an exciting year for the happy couple - the McAvoys are ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 09:05:00 GMT";
arnews[4] += "
";
arnews[5]="James McAvoy - YAHOO!
";
arnews[5] += "Hailed in 2006 by director Kevin Macdonald as the world’s “best British actor under 30 without question,” Glasgow native James McAvoy’s talent for playing flawed yet sympathetic characters made him an actor to watch for the new millennium ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 01:17: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("