var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Twilightish: 'Twilight' film studio picks up Anna Kendrick's 'I'm ...
";
arnews[0] += "... that the now-Oscar-nominated Anna Kendrick (\"Jessica Stanley\" in The Twilight Saga: New Moon and The Twilight Saga: Eclipse) was added to the cast of the dramatic comedy I'm With Cancer (co-starring Seth Rogan and James McAvoy). ...";
arnews[0] += "
";
arnews[1]="Summit nabs Seth Rogen/ James McAvoy film (Reuters) » GLOBAL NEWS ...
";
arnews[1] += "Reuters - 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. Posted February 10th, 2010 ...";
arnews[1] += "
";
arnews[2]="James McAvoy Source | JamesMcAvoyFan.com | Your Source for James ...
";
arnews[2] += "Welcome to James McAvoy Source, your source for all things James McAvoy. You can find thousands of pictures in our gallery, downloadable videos and audio clips, and tons of info. This site thrives on fan submissions; so don't hesitate ...";
arnews[2] += "
";
arnews[3]="Starter for 10 (DVD) | British Comedy
";
arnews[3] += "James McAvoy (The Last King of Scotland) stars as Brian, a working class student from Essex navigating his first year at Bristol University with a ragtag group of new friends. Brian's life-long dream is to join the team for the British ...";
arnews[3] += "
";
arnews[4]="Confessions of a TwiCrack Addict: Summit's NEW Movie With Anna ...
";
arnews[4] += "Summit Entertainment has acquired the rights to the untitled Seth Rogan and James McAvoy project, formally called \"I'm With Cancer\", scripted by Will Reiser who successfully beat the disease. Apparently both Bryce and Anna have signed ...";
arnews[4] += "
";
arnews[5]="sortof_awesome: Summit picks up domestic rights to "I'm With Cancer"
";
arnews[5] += "Summit Entertainment has acquired North American rights to Mandate Pictures' comedy Untitled Seth Rogen/James McAvoy Project. Formerly known as I'm With Cancer, the film also stars Oscar nominee Anna Kendrick and new cast member Bryce ...";
arnews[5] += "
";
arnews[6]="XciteFun: James McAvoy Nylon Guys March 2010
";
arnews[6] += "British actor James McAvoy is the feature star on the cover page of fashion magazine Nylon Guys for the month of March 2010. Matthew Frost photographed James in such different pose for the magazine. ...";
arnews[6] += "
";
arnews[7]="Alisa-celebkids
";
arnews[7] += "Anne-Marie Duff & James McAvoy: Premiere Pose. Expectant mommy Anne-Marie Duff posed for pics at the premiere with her husband James McAvoy's new film, The Last Station in Berlin, Germany ...";
arnews[7] += "
";
arnews[8]="ohnotheydidnt: James McAvoy - Nylon Guys outtakes
";
arnews[8] += "James McAvoy - Nylon Guys outtakes. Image and video hosting by TinyPic. I wish they were bigger, but some of these are even better than the ones that are in the mag! SOURCE. Page 1 of 3. <<, [1] [2] [3] · >> ...";
arnews[8] += "
";
arnews[9]="Celebrity of the month: JANUARY
";
arnews[9] += "8.Sarah Chalke & Jamie Afifi (have a baby boy Charlie Rhodes). jamie-afifi-picture_400×400.jpg. celebrity snap vote. 9.James McAvoy & Annie-Marie Duff (expecting a baby). 20s6aac.jpg. celebrity snap vote. 10.Dannii Minogue (pregnant) ...";
arnews[9] += "
";
totcount = 10;
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("