var arnews = new Array(9);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Up in the Air' Screening with Vera Farmiga and Anna Kendrick - BackStage.com
";
arnews[0] += "The ensemble cast includes Vera Farmiga, Anna Kendrick, Jason Bateman, Danny McBride, Melanie Lynskey, Amy Morton, J.K. Simmons, Zach Galifianakis and Sam Elliott. RSVP Required. To RSVP, please email upintheairbackstage@gmail.com . Photo ID required ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 00:50:00 GMT";
arnews[0] += "
";
arnews[1]="The Informant! - Shropshire Star
";
arnews[1] += "He has a beautiful wife Ginger (Melanie Lynskey), who is dedicated to him and their children, and a rosy future. A tip-off from a Japanese rival suggests there is a mole in the company who is sabotaging the plant, so Mark’s bosses call in the FBI.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:45:00 GMT";
arnews[1] += "
";
arnews[2]="Eleven movies gift-wrapped for the holidays - News-Democrat
";
arnews[2] += "A couple of post-apocalypse dramas this fall does not mean the holiday movie season will be a desolate landscape of despair. On the contrary, many of the year-end movies touch on our basic need for human connection in an increasingly impersonal ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:59:00 GMT";
arnews[2] += "
";
totcount = 3;
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("