var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Exclusive Crazy on the Outside Poster
";
arnews[0] += "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[0] += "
Publ.Date : Thu, 19 Nov 2009 01:23:35 GMT";
arnews[0] += "
";
arnews[1]="WATERWORLD Blu-ray Review
";
arnews[1] += "Hollywood has figured something out, which is that even if you spend a shit-ton of money on a film, that in and of itself can attract an audience.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 21:04:44 GMT";
arnews[1] += "
";
arnews[2]="Nello May Be in Trouble for $47,221 Bill Story
";
arnews[2] += "Those recent wallet-busting lunch bills at Nello were small change compared to the $47,221 that Russian oligarch Roman Abramovich blew, according to a TMZ item that has now been removed.";
arnews[2] += "
Publ.Date : Sat, 07 Nov 2009 00:41:58 GMT";
arnews[2] += "
";
arnews[3]="Celebrity Sex List
";
arnews[3] += "I have an article in today's movie section about Tony Curtis's new book, in which he claims to have had an affair with Marilyn Monroe during the making of SOME LIKE IT HOT.";
arnews[3] += "
Publ.Date : Fri, 06 Nov 2009 18:50:45 GMT";
arnews[3] += "
";
arnews[4]="Waterworld
";
arnews[4] += "Our review of Waterworld , published November 17th, 2000, is also available. \"Smokerrrrrrrrrrssssssss!!!!!\" Ahoy! A webbed-toed Kevin Costner swims into high-def, with the speed of a roid-raging manatee.";
arnews[4] += "
Publ.Date : Mon, 26 Oct 2009 05:36:29 GMT";
arnews[4] += "
";
arnews[5]="Bill Paxton, Jeanne Tripplehorn on surviving 3 years of polygamy
";
arnews[5] += "It isn't everyday that one gets to meet a polygamist face to face - much less two polygamists.";
arnews[5] += "
Publ.Date : Mon, 26 Oct 2009 03:46:43 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("