var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Deep Inside Hollywood
";
arnews[0] += "Jackie Warner and Scary Spice fight your fat Finally. Romeo had been lamenting the loss of lesbian personal trainer Jackie Warner from the Bravo line-up of shows , but it turns out they were just re-inventing her.";
arnews[0] += "
Publ.Date : Fri, 29 Jan 2010 13:19:33 GMT";
arnews[0] += "
";
arnews[1]="Blu-Ray Review: Boogie Nights Has Still Got the Touch
";
arnews[1] += "Second-time director Paul Thomas Anderson 's 1997 ode to the Golden Age of Porn didn't shy away from sex or nudity, but somehow felt less exploitive than an episode of Baywatch .";
arnews[1] += "
Publ.Date : Mon, 25 Jan 2010 19:02:00 GMT";
arnews[1] += "
";
arnews[2]="Magnolia
";
arnews[2] += "Our review of Magnolia , published August 14th, 2000, is also available. Things fall down.";
arnews[2] += "
Publ.Date : Thu, 21 Jan 2010 13:58:45 GMT";
arnews[2] += "
";
arnews[3]="Boogie Nights
";
arnews[3] += "Our reviews of Boogie Nights and Boogie Nights: Double Disc Platinum Series are also available.";
arnews[3] += "
Publ.Date : Wed, 20 Jan 2010 14:42:43 GMT";
arnews[3] += "
";
arnews[4]="Magnolia
";
arnews[4] += "Sooner or later, every director makes his Short Cuts . Paul Thomas Anderson only waited until his third film to make his, an over-three-hour epic with at least 10 major characters in almost as many separate story lines.";
arnews[4] += "
Publ.Date : Wed, 13 Jan 2010 09:03:58 GMT";
arnews[4] += "
";
arnews[5]="Boogie Nights Gets Groovy on Blu-ray on January 19th
";
arnews[5] += "It seems that Paul Thomas Anderson's breakthrough film will be coming to Blu-ray in the very near future.";
arnews[5] += "
Publ.Date : Tue, 12 Jan 2010 20:15:24 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("