var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Women in Trouble' review
";
arnews[0] += "The lives of various Los Angeles women intersect and overlap, including porn stars Elektra Luxx and Holly Rocket , professional escort Bambi , psychiatrist Maxine McPherson , flight attendant Cora , masseuse Darby and vaguely defined but very important Doris .";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 11:31:00 GMT";
arnews[0] += "
";
arnews[1]="Sebastian Gutierrez Women in Trouble Interview
";
arnews[1] += "Women in Trouble , featuring several of Hollywood's finest and up and coming actresses Carla Gugino , Emmanuelle Chriqui, Adrianne Palicki, Marley Shelton , and Connie Britton in some revealing outfits all acting their hearts out with Josh Brolin , Joseph Gordon-Levitt , and Simon Baker in toe.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:00:28 GMT";
arnews[1] += "
";
arnews[2]="Marshall Fine: Interview: Carla Gugino talks about being in Trouble
";
arnews[2] += "Carla Gugino is one of those actors whose fans believe she hasn't gotten the breaks she deserves.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 06:58:47 GMT";
arnews[2] += "
";
arnews[3]="Review: Humor falls flat in 'Women In Trouble'
";
arnews[3] += "\"Women In Trouble\" follows a day in the life of 10 different females, united by their uncanny ability to look fabulous in their underwear while in the throes of emotional crisis.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 17:32:00 GMT";
arnews[3] += "
";
arnews[4]="A Ticklish Situation
";
arnews[4] += "The 10 women - mothers, porn stars, hookers, bartenders, stewardesses, shrinks - of Sebastian Gutierrez's interconnecting stories in Women in Trouble may not get into very inventive scrapes considering the title and the cast, but a lucky alchemy of writer and cast turns what could have been an indie bore into something surprisingly uproarious.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 23:32:49 GMT";
arnews[4] += "
";
arnews[5]="Carla Gugino: 'I want sexier porn'
";
arnews[5] += "Carla Gugino has said that she has never been a fan of pornographic films. The actress plays adult film star Elektra Luxx in her boyfriend Sebastian Gutierrez's new movie Women In Trouble .";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 13:19:52 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("