var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Win Terminator Salvation on Blu-ray! - In the News
";
arnews[0] += "Stars Christian Bale (Batman Begins, The Dark Knight) and Sam Worthington (Avatar) ignite the battle between man and machine in the futuristic action epic Terminator Salvation, blasting its way onto Blu-ray and DVD on 23/11/09 from Sony Pictures Home ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:48:00 GMT";
arnews[0] += "
";
arnews[1]="DVD Patrol: 'Star Trek' lives long, prospers - Wichita Falls Times Record News
";
arnews[1] += "The Starship Enterprise’s crew includes Checkhov (Anton Yelchin), Capt. James T. Kirk (Chris Pine), Scotty (Simon Pegg), Bones (Karl Urban), Sulu (John Cho) and Ohura (Zoe Saldana). Energize — or re-energize, rather. J.J. Abrams’ revisioning of ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 14:44:00 GMT";
arnews[1] += "
";
arnews[2]="Remind Me of This Event - HitFix
";
arnews[2] += "About The Event When: Dec 01, 2009 12:00AM (Eastern) The fourth installment of the Terminator series follows an adult John Connor (played by Christian Bale) as he attempts to organize a human resistance force which could prove to be mankind's last ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 09:42:00 GMT";
arnews[2] += "
";
arnews[3]="Another New Image from AVATAR - IESB.NET
";
arnews[3] += "You Ready For Some Trek? Or Some Fight Club, Or Hey How About Some Fight Trek...To Boldy Punch Where No One Has Punched Before. Well buckle up because here we go. Number Of Discs: Comes in everything from 1 to 3 disc packages. Director: J.J. Abrams ...";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 19:06:00 GMT";
arnews[3] += "
";
arnews[4]="Sam Worthington Keeps Pursuing 'Next Big Thing' Status With Comic ... - Chud.com
";
arnews[4] += "Silence... Gordon steps to Wayne. Their eyes meet. \"All this time,\" whispers Gordon. \"All this time... The Bat.\" He's already gotten way more success and bigger profile roles than Gretchen Mole. And i like the guy, i enjoyed his Marcus on T4 and am ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 22:59:00 GMT";
arnews[4] += "
";
arnews[5]="You and I - Coming Soon!
";
arnews[5] += "Plot Summary: \"You and I\" brings together the hip and celebrated young talents from Hollywood - Mischa Barton and Anton Yelchin,and a new rising star Shantel VanSanten, shepherded by two-time Oscar-nominated and Palme d'Or winning director Roland ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:13: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("