var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Goods: Live Hard, Sell Hard - San Diego weekly Reader
";
arnews[0] += "Neal Brennan’s high-pressure capitalist satire, on a travelling team of mercenary car salesmen summoned to Temecula for a Fourth-of-July blowout, takes continual leave of sense and senses in pursuit of jokes. With Jeremy Piven, Ving Rhames, David ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:45:00 GMT";
arnews[0] += "
";
arnews[1]="Surrogates brings high-octane action to Blu-ray and DVD - DVDTOWN.com
";
arnews[1] += "26, 2010 from Walt Disney Studios Home Entertainment. Directed by Jonathan Mostow (\"Terminator Three: Rise of the Machines,\" \"U-571\"), \"Surrogates\" is a heart-pounding futuristic tale of splintered identity, treachery and murder. Both DVD and Blu-ray ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:39:00 GMT";
arnews[1] += "
";
arnews[2]="The People Under the Stairs - Chud.com
";
arnews[2] += "Makes me want to catch up on more Wes Craven. Just a fun and creepy movie. A bit overly 80'ish/early 90'ish, \"suckas\" are thrown out, kufis are worn (Ving Rhames out of nowhere!). But I loved how quickly the movie got you into the action, maybe 15 ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 15:37:00 GMT";
arnews[2] += "
";
arnews[3]="Katie Holmes running around in lingerie - The Superficial
";
arnews[3] += "VING RHAMES: Ethan, you're going to have to time your jump just right so you pass directly through the blades then land inside. Are you sure you can't just stare at her titties? TOM: .... Let's do the blade thing";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 17:11:00 GMT";
arnews[3] += "
";
arnews[4]="Golden Globes adding extra pizzazz - Variety
";
arnews[4] += "Christine Lahti winning while in the john, Liz Taylor losing it while trying hard to present the best picture award or Ving Rhames giving his award away to competitor Jack Lemmon, the Globes are always what its promoters insist on calling \"the party ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 09:21:00 GMT";
arnews[4] += "
";
arnews[5]="Angels & Demons entertains - The Chronicle Herald
";
arnews[5] += "ANGELS AND DEMONS (Thriller, PG-13, 138 m., 2009). Professor Tom Hanks is back on the trail again, racing through Rome against a ticking time bomb to save four kidnapped cardinals and reach a vial of anti-matter that could vaporize the Vatican ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 09:58: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("