var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Colleges Vie for Michael Cera Party - NBC Chicago
";
arnews[0] += "If you love him, he will come. Youth in Revolt, the latest Michael Cera flick, is hosting a contest in which local colleges can win a screening of the movie plus a personal appearance by the bird-chested twee idol -- who's so expertly played the ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 15:22:00 GMT";
arnews[0] += "
";
arnews[1]="Michael Cera romance 'fictional' - Entertainment.uk.msn.com
";
arnews[1] += "Michael Cera 's romance with Charlyne Yi was made up, Charlyne has revealed. The couple star together in Nicholas Jasenovec's documentary-film Paper Heart, which documents their blossoming friendship and later relationship, which led many people to ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 12:12:00 GMT";
arnews[1] += "
";
arnews[2]="Michael Cera’s Coming to Town & You Pick Where - NBC Philadelphia
";
arnews[2] += "Local college students are battling it out to try and bring a Hollywood star to their hood. It doesn’t matter if you were naughty or nice only that you voted online. In a genius marketing campaign a Tri-State Area school would get the chance to win ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 18:08:00 GMT";
arnews[2] += "
";
arnews[3]=""Paper Heart" on DVD! - EDGE Boston
";
arnews[3] += "Charlyne Yi (Knocked Up) and Michael Cera (Juno, Nick and Nora’s Infinite Playlist, and Superbad) star in the Sundance Film Festival favorite, PAPER HEART, an Overture Films release available on DVD and Blu-ray™ Tuesday, December 1st from Anchor ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 02:11:00 GMT";
arnews[3] += "
";
arnews[4]="Battle for 'Youth' rages now on a college campus near you, including ... - Examiner
";
arnews[4] += "So who will win the right to see actors Michael Cera, Portia Doubleday and their film 'Youth In Revolt' for free on their college campus? If you are a college student in San Francisco or in one of several other U.S. cities (Boston, Chicago ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 17:23:00 GMT";
arnews[4] += "
";
arnews[5]="Dimension previews 'Youth in Revolt' - Variety
";
arnews[5] += "Dimension Films will sneak preview on Jan. 2 the Michael Cera comedy \"Youth in Revolt\" on the same screens playing the Weinstein Co.'s musical \"Nine.\" Coming-of-age laffer directed by Miguel Arteta opens nationwide on Jan. 8. Dimension made the ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 07:20: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("