var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Where 'Road' takes them
";
arnews[0] += "Viggo Mortensen and Kodi Smit-McPhee have eaten bugs together. They've shivered through frigid winter air, fought off desperately hungry cannibals and walked side by side on the empty and dusty roads of some future, dystopian America.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Big Pics and Brad Pitt join hands with Capcom for film on 'Dark Void'
";
arnews[1] += "New Delhi, Nov 22: Reliance Big Entertainment's creative partnership with Hollywood star Brad Pitt's Plan B Entertainment and Capcom, a leading worldwide developer and publisher of video games, have joined hands to develop a Sci-Fi thriller based on Capcom's New Video Game Franchise.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:18:31 GMT";
arnews[1] += "
";
arnews[2]="'The Road' rides on child star
";
arnews[2] += "Artist: Hillcoat, John Viggo Mortensen and Kodi Smit-McPhee, stars of The Road. The Road, based on Cormac McCarthy's Pulitzer Prize winning novel, is a life-affirming story about the end of the world.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Eric Bana + Rachel McAdams = Naked Time Travel
";
arnews[3] += "It's got quantum physics! It's got romance! It's got Rachel McAdams and Eric Bana ! There's lots to dig in the adaptation of best-selling book The Time Traveler's Wife , and the stars had plenty to dish about when we sat down recently.";
arnews[3] += "
Publ.Date : Wed, 12 Aug 2009 18:55:00 GMT";
arnews[3] += "
";
arnews[4]="Sam Worthington is a WINNAAAAH
";
arnews[4] += "Mods...ignore the previous submission. Also, photo has been resized. Australian actor Sam Worthington has taken out the 2009 GQ Man of the Year award.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 03:59:34 GMT";
arnews[4] += "
";
arnews[5]="This week's new release recommendations
";
arnews[5] += "The Missing Person A sleek, cool looking detective story with the cop getting the girls and the money, all while solving the crime in a somewhat questionable way.";
arnews[5] += "
Publ.Date : Fri, 13 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="The Time Traveler's Wife
";
arnews[6] += "Audrey Niffenegger's novel The Time Traveler's Wife was made in Heaven for those reading groups that one hears of so often but luckily seldom visits.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 22:57:22 GMT";
arnews[6] += "
";
arnews[7]="DVD Patrol: 'Star Trek' lives long, prospers
";
arnews[7] += "J.J. Abrams' revisioning of \"Star Trek,\" a younger, swaggier take on the Enterprise crew, when they were young and happening and tackling that dastardly Kobayishi Maru training exercise, is downright spiffy.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 15:44:43 GMT";
arnews[7] += "
";
arnews[8]="Classics redux
";
arnews[8] += "Arguably the most famous motion picture ever made, \"Gone With the Wind\" , and a rebooting of a science-fiction legend, \"Star Trek\" , sit atop this week's lineup of titles making their first appearance on the Blu-ray high-definition DVD format.";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 11:54:46 GMT";
arnews[8] += "
";
totcount = 9;
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("