var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Heartbreakers (2001) - San Diego weekly Reader
";
arnews[0] += "Witless, long-winded comedy about a mother-daughter team of con artists named Conners. That's a sample. The seven-inch semi-erect penis that gets broken off a statue, twice, is another and another and another. Miles of cleavage (if that's how it's ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:54:00 GMT";
arnews[0] += "
";
arnews[1]="Poster: Tim Allen In Crazy On The Outside - Cinema Blend
";
arnews[1] += "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 ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 13:55:00 GMT";
arnews[1] += "
";
arnews[2]="Tim Allen is Crazy on the Outside - Reel Movie News
";
arnews[2] += "ComingSoon.net has just debuted the new poster for Tim Allen's first turn in the director's chair. Crazy on the Outside , is a comedy starring Allen, Sigourney Weaver, Ray Liotta, Jean Tripplehorn , Kelsey Grammer, Julie Bowen and J.K. Simmons. Click ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 22:25:00 GMT";
arnews[2] += "
";
arnews[3]="Battle for 'Youth' rages now on a college campus near you, including ... - Examiner
";
arnews[3] += "So who will win the right to see actors Michael Cera, Portia Doubleday and their film 'Youth In Revolt' for free on their college campus? If you are a college student in San Francisco or in one of several other U.S. cities (Boston, Chicago ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 17:23:00 GMT";
arnews[3] += "
";
arnews[4]="PASSINGS: Marvin Minoff, Jack Kissell, Bernard Wynne - Los Angeles Times
";
arnews[4] += "Together they produced the feature films \"Dominick and Eugene,\" a 1988 drama featuring Tom Hulce and Ray Liotta, and \"Patch Adams,\" a 1998 release starring Robin Williams in the title role of a doctor who employs unorthodox methods. Minoff and ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 GMT";
arnews[4] += "
";
arnews[5]="Remind Me of This Event - HitFix
";
arnews[5] += "About The Event When: Jan 19, 2010 12:00AM (Eastern) When a shifty magician turns state's evidence against a Las Vegas underworld heavy, the high price placed on his head sparks a fevered race to rub the snitch out and collect a tidy paycheck in Narc ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 01:17:00 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("