var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Second Avatar Featurette and New Clip - Coming Soon!
";
arnews[0] += "Opening December 18 in conventional 3D theaters and IMAX 3D, the action-adventure stars Sam Worthington, Zoe Saldana, Sigourney Weaver, Michelle Rodriguez, Giovanni Ribisi, Joel David Moore, CCH Pounder, Peter Mensah, Laz Alonso, Wes Studi, Stephen ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 19:57:00 GMT";
arnews[0] += "
";
arnews[1]="Sigourney Weaver caught in 3.1m pounds lawsuit - Kerala Next
";
arnews[1] += "Weaver, 60, who is a minority shareholder in the business, was also named after its owner Vincent Longo was sued by Anthony Minuto after a transaction between them turned sour. According to TMZ.com, the 'Alien' star has been named as a defendant in ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 06:20:00 GMT";
arnews[1] += "
";
arnews[2]="Sigourney Weaver Hit With Lawsuit - Post Chronicle
";
arnews[2] += "Sigourney Weaver has been named in a $5 million (£3.1 million) lawsuit over a business deal involving a cosmetics company she part-owns. The Alien actress is a minority shareholder in the business, and owner Vincent Longo is being sued by Anthony ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 15:03:00 GMT";
arnews[2] += "
";
arnews[3]="Sigourney Weaver on Ocean Acidification - ABC News Blogs
";
arnews[3] += "Veteran actress and narrator of the Planet Earth series Sigourney Weaver joined Sam Champion today to talk about \"ocean acidification.\" Weaver is now narrating a documentary by the Natural Resource Defense Council called \"Acid Test: The Global ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 12:22:00 GMT";
arnews[3] += "
";
arnews[4]="Sigourney Weaver: Cameron Spent Responsibly on 'Avatar' - TheWrap
";
arnews[4] += "Disney released a triptych of posters for this spring's \"Alice in Wonderland\" on Thursday. The posters give audiences a look at Johnny Depp's Mad Hatter, Helena Bonham Carter's Red Queen, Anne Hathaway's White Queen, and Mia Wasikowska's Alice. Take ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 22:51:00 GMT";
arnews[4] += "
";
arnews[5]="Quote Of The Day (Sigourney Weaver) - The Gaea Times
";
arnews[5] += "October 17th, 2009 Tokyo film festival opens with 'green' carpetTOKYO — The Tokyo International Film Festival opened with stars including Hollywood actress Sigourney Weaver strolling a \"green\" carpet made of recycled plastic bottles. The theme of ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 07:44:00 GMT";
arnews[5] += "
";
arnews[6]="PHOTOFLASH: Christina Ricci and Sigourney Weaver Honor Ang Lee and ... - TheaterMania.com
";
arnews[6] += "Carroll Baker, Christopher Durang, Tammy Grimes, Christina Ricci, and Sigourney Weaver were among the celebrities on hand on Wednesday, November 18 at the National Arts Club (NAC), where the NAC's Film Committee honored Oscar-winning director Ang Lee ...";
arnews[6] += "
Publ.Date : Thu, 19 Nov 2009 18:42:00 GMT";
arnews[6] += "
";
arnews[7]="Quote Of The Day (Sigourney Weaver, Mel Gibson) - The Gaea Times
";
arnews[7] += "“It was an odd situation to be the girl in a romantic story when the man is so much more attractive. When I first saw Mel, I felt like a little brown mouse.” SIGOURNEY WEAVER felt unattractive next to Mel Gibson on the set of The Year of Living ...";
arnews[7] += "
Publ.Date : Thu, 19 Nov 2009 07:50:00 GMT";
arnews[7] += "
";
arnews[8]="Sigourney Weaver 'named in £3.1m lawsuit' - Digital Spy
";
arnews[8] += "Sigourney Weaver has been named in a £3.1 million court case involving a cosmetics company that she co-owns. Make-up company Vincent Longo is being sued by Anthony Minuto over a soured business deal and Weaver is a minority shareholder in Longo's ...";
arnews[8] += "
Publ.Date : Tue, 17 Nov 2009 10:52:00 GMT";
arnews[8] += "
";
totcount = 9;
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("