var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Interview: Carla Gugino - cinematical
";
arnews[0] += "Cinematical: What immediately jumped out to me about Elektra is that even though she's at her own crossroads in Women in Trouble , she seems to have the most certainty of the characters about who she is. Carla Gugino: It was interesting. I was kind ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 02:50:00 GMT";
arnews[0] += "
";
arnews[1]="Exclusive: Carla Gugino on Women in Trouble - Coming Soon!
";
arnews[1] += "ComingSoon.net's Heather Newgen talked exclusively to Carla Gugino about starring in Sebastian Gutierrez's Women in Trouble and you can watch the interview using the player below. The comedy, now playing in limited theaters, co-stars Connie Britton ...";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 23:57:00 GMT";
arnews[1] += "
";
arnews[2]="Carla Gugino: Being Beautiful is a 'Wonderful Thing and a Liability' - Parade
";
arnews[2] += "Carla Gugino has played a wide range of women in her career, but never a porn star. Now, thanks to her longtime boyfriend, filmmaker Sebastian Gutierrez (Snakes on A Plane, Gothika ), she gets her chance in the dramedy Women in Trouble. Gugino doesn ...";
arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 23:58:00 GMT";
arnews[2] += "
";
arnews[3]="Interview: Carla Gugino talks about being in Trouble - Huffingtonpost.com
";
arnews[3] += "Carla Gugino is one of those actors whose fans believe she hasn't gotten the breaks she deserves. She's given terrific performances in small film roles - but never got that big breakthrough part that made her a movie star. She was outstanding in a TV ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 GMT";
arnews[3] += "
";
arnews[4]="Carla Gugino: 'I want sexier porn' - Digital Spy
";
arnews[4] += "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 . Gugino told Parade : \"There's a level of darkness that's ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 11:29:00 GMT";
arnews[4] += "
";
arnews[5]="Women in Trouble 's Carla Gugino Talks About Her Sucker Punch Duet - ReelzChannel.com
";
arnews[5] += "I'm a psychiatrist at an asylum and, in an alternate world, a dominatrix, choreographer and madam in a brothel. I sing and dance. I'm Polish and I have red hair. That's all I'm going to say. I have this amazing scene where I do this wild stunt over ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 23:30: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("