var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'2012' generates $225 million worldwide in opening weekend - Digital Journal
";
arnews[0] += "You can enter up to 10 comma-separated email addresses. After creating successfully grossing disaster films, the latest motion doomsday picture by Roland Emmrich, '2012', has made $225 million in box office returns worldwide. There have been jokes ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 20:04:00 GMT";
arnews[0] += "
";
arnews[1]="Box Office: End-of-world tale wins over weekend moviegoers - Charleston Daily Mail
";
arnews[1] += "With a cast led by John Cusack, Danny Glover and Chiwetel Ejiofor, \"2012\" was directed by doomsday specialist ... Roland is that type of filmmaker that casts his net really wide,\" said Rory Bruer, head of distribution for Sony. \"The story is ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 00:30:00 GMT";
arnews[1] += "
";
arnews[2]="'2012' makes Rs 191.5 mn in opening weekend in India - Indian Television
";
arnews[2] += "Distributed worldwide by Columbia Pictures, the movie casts John Cusack, Amanda Peet, Danny Glover, Thandie Newton, Oliver Platt, Chiwetel Ejiofor, Jimi Mistry and Woody Harrelson.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:27:00 GMT";
arnews[2] += "
";
arnews[3]="With '2012' atop the box office, this is Chiwetel Ejiofor's year - USA Today
";
arnews[3] += "\"I'd be very choosy. It would just be family and close friends. Sorry, dude, it's a short list,\" Ejiofor says with a laugh. Ejiofor plays presidential science adviser Adrian Helmsley in the environmental-disaster epic 2012 , which was tops at the ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 20:25:00 GMT";
arnews[3] += "
";
arnews[4]="'New Moon' sinks fangs into box office with $142.8 million - Examiner
";
arnews[4] += "Summit Entertainment's “ The Twilight Saga: New Moon ” earned about $142.8 million over the weekend. The figure, which includes about $26.3 million in midnight showings and about $72.7 million in opening day showings (both new records), means the ...";
arnews[4] += "
Publ.Date : Tue, 24 Nov 2009 16:56:00 GMT";
arnews[4] += "
";
arnews[5]="Film Shorts - Fort Worth Weekly
";
arnews[5] += "Bad Lieutenant: Port of Call New Orleans (R) Werner Herzog's remake of Abel Ferrara's 1992 film stars Nicolas Cage as a drug-addicted cop trying to solve the murders of five Senegalese immigrants in post-Katrina New Orleans. Also with Eva Mendes, Val ...";
arnews[5] += "
Publ.Date : Tue, 24 Nov 2009 15:58: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("