var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Avatar's Cameron Asked To Defend Sacred Mountain
";
arnews[0] += "Wednesday, 10 February 2010, 12:30 pm Opinion: Rajan Zed Dongria Kondh tribe of Orissa , in an advertisement in prestigious Variety magazine today, asked Oscar winner \"Avatar\" director James Cameron for help in their struggle to defend their sacred mountain.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:41:45 GMT";
arnews[0] += "
";
arnews[1]="New Clash of the Titans Movie Posters in High Resolution
";
arnews[1] += "Warner Bros. has sent over high resolution versions of all the new Clash of the Titans movie posters that recently hit the net.A Originally scheduled for release on March 26 and in 2D, WB has moved the release date to April 2 and Clash is now going to be a 3D release.A While I have no idea how they were able to get this done so quickly, if they ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:57:49 GMT";
arnews[1] += "
";
arnews[2]="Spec Watch: Chris Borrellia s Wake and David Guggenheima s Safe House
";
arnews[2] += "Universal has purchased David Guggenheim 's spec Safe House for $600k against $900k, winning out against two other movie studios in a bidding war.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 01:53:35 GMT";
arnews[2] += "
";
arnews[3]="New Clash Of The Titans Posters Release The Kraken
";
arnews[3] += "Warner Bros. is about to release the Kraken! The newest poster for Clash of the Titans features our favorite freaky beast with Perseus aboard Pegasus heading straight towards him.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 00:25:20 GMT";
arnews[3] += "
";
arnews[4]="Regal Lake Zurich Theatres 12
";
arnews[4] += "Crazy Heart Jeff Bridges finds the perfect vehicle for his lazy charm and bitter irony in the role of Bad Blake, a washed-up country star Century 12 and CineArts 6 , Crown Village 18 , Davis , Kerasotes ShowPlace ICON Theatre , Kerasotes Theatres Glen 10 , Lake , Landmark's Century Centre , Marcus Gurnee Cinemas , Marcus Orland Park Cinemas , ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 23:42:48 GMT";
arnews[4] += "
";
arnews[5]="Marcus Addison Cinemas
";
arnews[5] += "Queen Kelly Erich von Stroheim's 1928 film was the last that he would be allowed to sign, yet it, too, survives only in a fragmentary Gene Siskel Film Center Fantastic Mr.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 23:42:36 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("