var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The end is near as Hollywood does the apocalypse
";
arnews[0] += "It's the end of the world as we know it, and Hollywood feels fine. Global warming, wars in Iraq and Afghanistan, continuing terrorist threats and the economic meltdown have people in a gloomy, even end-of-days frame of mind.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:26:53 GMT";
arnews[0] += "
";
arnews[1]="Viggo Mortensen: Modern Day Renaissance Man
";
arnews[1] += "Viggo Mortensen is a real-life Renaissance man whose abilities transcend his chiseled leading man looks.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 05:35:01 GMT";
arnews[1] += "
";
arnews[2]="Will Avatar live up to lofty expectations?
";
arnews[2] += "In Hollywood, the holidays are a time for re-gifting. So Sherlock Holmes is repurposed in gleaming new wrapping paper.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Movie studios cutting back for the holidays
";
arnews[3] += "Hollywood enters the holiday season with fewer tidings this year, but still bearing some intriguing gifts.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 05:20:23 GMT";
arnews[3] += "
";
arnews[4]="Director John Hillcoat Interview the Road
";
arnews[4] += "Australian director John Hillcoat creates a bleak universe on film and brings it to life with an incredible cast in his latest film, The Road , an epic post-apocalyptic tale about the survival of a father and his young son as they journey across a barren America destroyed by a mysterious cataclysm.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 05:05:53 GMT";
arnews[4] += "
";
arnews[5]="Viggo Mortensen is the face of desolation and intense determination in a The Roada
";
arnews[5] += "Viggo Mortensen is everything you'd want and expect him to be: shaggy-haired handsome, passionate, thoughtful, and smart.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 04:52:26 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("