var arnews = new Array(7);
totcount = 7;
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]="The Ex
";
arnews[1] += "When career slacker Tom gets fired from his latest job, he packs up his wife Sofia and their newborn kid and trades life in the Big Apple for the calming pleasures of small-town Ohio -- Sherwood Anderson country.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:30:56 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]="Amanda Peet to appear on How I Met Your Mother
";
arnews[3] += "Amanda Peet is set to guest-star on How I Met Your Mother , TVGuide.com has confirmed.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 04:42:26 GMT";
arnews[3] += "
";
arnews[4]="It's best not to think
";
arnews[4] += "Not in the consenting adults making love way. More in the way it should be seen.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 04:02:49 GMT";
arnews[4] += "
";
arnews[5]="'2012': When will it end?
";
arnews[5] += "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[5] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="'2012' proves Hollywood doomsayers wrong
";
arnews[6] += "Exclusive conversations with the industry's top directors and producers about the latest releases and trends in the feature film business.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 06:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("