var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Movie review: I Hope They Serve Beer in Hell -- 1 out of 5 stars
";
arnews[0] += "I have no idea if they serve beer in hell. But I have some notion of what might be playing at the Hades AMC 20.";
arnews[0] += "
Publ.Date : Fri, 25 Sep 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Kavanaugh's hope: A pact overhaul
";
arnews[1] += "When Ryan Kavanaugh accepted Producer of the Year honors at the Hollywood Film Festival on Oct.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 17:57:32 GMT";
arnews[1] += "
";
arnews[2]="Are Our Days With Downey Jr. Numbered?
";
arnews[2] += "Imagine, if you would, that Channing Tatum were chosen to play Tony Stark. What about Hayden Christensen as Sherlock Holmes? Paul Walker as Kirk Lazarus? The world of film would get a lot dimmer without Robert Downey Jr., the comeback man of the decade.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 18:38:12 GMT";
arnews[2] += "
";
arnews[3]="Now available at a Redbox near you: 'G.I. Joe: The Rise of Cobra'
";
arnews[3] += "Synopsis: The movie is based off of the popular \"G.I. Joe: A Real American Hero\" toy franchise and is directed by Stephen Sommers, the mastermind behind the wildly popular \"The Mummy\" trilogy.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 18:34:18 GMT";
arnews[3] += "
";
arnews[4]="'Twilight' stars attend charity screening in Tenn.
";
arnews[4] += "Actress Kristen Stewart wanted to make the right fashion statement when attending a screening of \"The Twilight Saga: New Moon\" in Knoxville.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 14:35:43 GMT";
arnews[4] += "
";
arnews[5]="Red Cliff'
";
arnews[5] += "Action director John Woo delivers an epic film of one of ancient China's most famous battles with \"Red Cliff,\" a story so vast and complicated that he released it in two parts when it played to packed theaters all over Asia.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 18:34:13 GMT";
arnews[5] += "
";
arnews[6]="'Twilight: Eclipse' wants 'Fighting' star Channing Tatum
";
arnews[6] += "\"Fighting\" star Channing Tatum may be brawling with the undead next. Melissa Rosenberg, the writer behind the movie version of \"Twilight\" and \"New Moon\" sequel \"Eclipse,\" told E! Online's Marc Malkin she wants Tatum to play Riley.";
arnews[6] += "
Publ.Date : Tue, 28 Apr 2009 07:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("