var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="2012': The mother of all disaster flicks
";
arnews[0] += "A scene from the movie '2012' Another doomsday movie from the makers of \"The Day After Tomorrow\" and \"Independence Day\" is \"2012,\" whose premise is based on the Mayan calendar that the world ends on December 21, 2012.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Our critics' selections
";
arnews[1] += "And this one, starring John Cusack and Chiwetel Ejiofor, is the biggest, loudest example of Emmerich's philosophy that it's OK if eight billion people die so long as eight movie stars - and the dog - live.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:01:00 GMT";
arnews[1] += "
";
arnews[2]="'2012' Director Emmerich Revels In Apocalyptic Absurdity
";
arnews[2] += "By STEWART SMITH Entertainment Writer The bums are right. That's right, all those scraggly, homeless, crazy guys standing on the street corner crying out about the end of the world - according to director Roland Emmerich - are right.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:15:12 GMT";
arnews[2] += "
";
arnews[3]="It's best not to think
";
arnews[3] += "Not in the consenting adults making love way. More in the way it should be seen.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 04:02:49 GMT";
arnews[3] += "
";
arnews[4]="'2012': When will it end?
";
arnews[4] += "Cataclysmic disaster and apocalyptic doom, as foretold by Hollywood, have a way of bringing together broken families, revealing the unseen heroism of deadbeat dads and neatly disposing of their rivals.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="A predictable year to ignore?
";
arnews[5] += "Submitted by Marcus Eger on Fri, 11/20/2009 - 13:51. 2012 Directed by Roland Emmerich It's funny how the most ridiculous of things can become the norm in Hollywood, but it happens day after day and for a long time now, we have accepted it all with open arms.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 22:53:16 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("