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]="And Youa ll Never Guess Whoa s Getting a Movie in January
";
arnews[1] += "Man, it's just a big old day of mystery for you folks, isn't it?A Got to be just KILLING you!A But don't worry, you know your old buddy always takes care of you with the answers to his own questions in rapid fashion.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:01:14 GMT";
arnews[1] += "
";
arnews[2]="Third time's a charm for Simon Baker on CBS
";
arnews[2] += "Simon Baker stars in The Mentalist on CBS. I thoroughly enjoy The Mentalist with Simon Baker, but I can't remember seeing him in anything before.";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Poster: Tim Allen In Crazy On The Outside
";
arnews[3] += "One of these days a decent movie will be released in the first few weeks after the New Year, and we can all finally stop relying on the assumption that, if it's coming out in January, it's either horrible or an Oscar movie finally going into wide release.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 14:21:07 GMT";
arnews[3] += "
";
arnews[4]="Exclusive Crazy on the Outside Poster
";
arnews[4] += "ComingSoon.net has your exclusive first look at the new poster for Crazy on the Outside , Tim Allen's directorial debut opening in theaters on January 8. The film stars Allen, Sigourney Weaver, Ray Liotta, Jeanne Tripplehorn, Kelsey Grammer, Julie Bowen and J.K. Simmons.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 01:23:35 GMT";
arnews[4] += "
";
arnews[5]="Martin Scorsese
";
arnews[5] += "IMAGES Ray Liotta, Robert De Niro, Paul Sorvino, and Joe Pesci in [Credits : Dirck Halstead/ 1990 Warner Brothers, Inc.; photograph from a private collection] Main American director born November 17, 1942, Flushing, Long Island, New York, U.S. American filmmaker known for his harsh, often violent depictions of American culture.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 10:20:03 GMT";
arnews[5] += "
";
arnews[6]="Red Seattle: A travelogue
";
arnews[6] += "An old episode of Frasier , the television comedy set in Seattle, focuses on an impending strike at the fictional radio station where Frasier works as an on-air psychiatrist.";
arnews[6] += "
Publ.Date : Sat, 14 Nov 2009 06:10:59 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("