var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Exclusive Video: New Double Identity DVD Clip
";
arnews[0] += "We have a brand new exclusive DVD clip from the upcoming release Double Identity , which will be available on DVD shelves everywhere on February 23.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 00:22:24 GMT";
arnews[0] += "
";
arnews[1]="5 New Clash of the Titans Posters Arrive
";
arnews[1] += "UGO has just debuted five new posters from the upcoming blockbuster Clash of the Titans , which will clash in theaters everywhere in 3D on April 2. Click on any of these new poster images below to access our full gallery of poster images.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 23:48:14 GMT";
arnews[1] += "
";
arnews[2]="Frickin' Eh Movie News 02.03.10: More of the Same
";
arnews[2] += "Frickin' Eh Movie News 02.03.10: More of the Same Posted by Matthew Motiuk on 02.03.2010 Two new trailers - the international Clash of the Titans trailer and the new trailer for The Losers , plus new rumors around the Bourne franchise from Matt Damon's mouth, the Academy Award and Razzie nominations, and plenty more! I've been doing a bit of ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 07:17:20 GMT";
arnews[2] += "
";
arnews[3]="Clash of the Titans International Trailer Brings Us New Footage
";
arnews[3] += "IGN has posted a new international trailer for the highly-anticipated film Clash of the Titans , which will be released in theaters everywhere on March 26.";
arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 21:09:48 GMT";
arnews[3] += "
";
arnews[4]="International Trailer for Clash of the Titans
";
arnews[4] += "IGN has posted this new international trailer for Warner Bros. Pictures' Clash of the Titans that includes some new footage from the March 26 release.";
arnews[4] += "
Publ.Date : Mon, 01 Feb 2010 21:32:47 GMT";
arnews[4] += "
";
arnews[5]="EXCLUSIVE: Get Your First Look at Double Identity
";
arnews[5] += "We have a brand new exclusive photo gallery from the upcoming DVD release Double Identity , which hits DVD shelves nationwide on February 23.";
arnews[5] += "
Publ.Date : Mon, 01 Feb 2010 20:44:18 GMT";
arnews[5] += "
";
arnews[6]="On Jan. 21, 1970, the Boeing 747 went on its first commercial flight
";
arnews[6] += "A Boeing 747 is displayed at Le Bourget Today is Thursday, Jan. 21, the 21st day of 2010.";
arnews[6] += "
Publ.Date : Tue, 26 Jan 2010 17:15:13 GMT";
arnews[6] += "
";
arnews[7]="On Jan. 21, 1970, the Boeing 747 went on its first commercial flight
";
arnews[7] += "A Boeing 747 is displayed at Le Bourget Today is Thursday, Jan. 21, the 21st day of 2010.";
arnews[7] += "
Publ.Date : Tue, 26 Jan 2010 12:11:59 GMT";
arnews[7] += "
";
totcount = 8;
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("