var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lucy Liu Turns Director, to direct Mumbai Flick with Tannishtha ... - The Gaea Times
";
arnews[0] += "Lucy Liu is coming to Mumbai next month. Charlie’s Angels and Kill Bill star Lucy Liu is turning director along with two other American superstar-actresses Meryl Streep and Angelina Jolie in a four-segment all-women feature film, yet to be untitled ...";
arnews[0] += "
Publ.Date : Mon, 25 Jan 2010 03:03:00 GMT";
arnews[0] += "
";
arnews[1]="I am doing Lucy Liu’s project: Tannishtha Chatterjee - The Gaea Times
";
arnews[1] += "NEW DELHI - Actress Tannishtha Chatterjee, who has earned international acclaim with films like “Brick Lane” and German film “Shadows of Time”, has confirmed that she has been signed on to essay the lead role in a project to be directed by ...";
arnews[1] += "
Publ.Date : Tue, 26 Jan 2010 03:02:00 GMT";
arnews[1] += "
";
arnews[2]="Bill Murray Considers His 'Difficult' Title as 'Badge of Honor' - AceShowbiz
";
arnews[2] += "He was also rumored to have clashed with actress Lucy Liu - one of his \"Charlie's Angels\" co-stars. Murray admits he's \"nothing but trouble\" on film sets, especially when he doesn't agree with the decisions being made - but he doesn't see his refusal ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 04:40:00 GMT";
arnews[2] += "
";
arnews[3]="The Science Of Metal Fever, Or How To Build Your Sexbot - io9.com
";
arnews[3] += "But I don't think that celebrities like Lucy Liu will be the ones to have their personalities duplicated. It's much more likely that people will choose characters that Liu has portrayed, and have those personalities imprinted on the robots.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 22:28:00 GMT";
arnews[3] += "
";
arnews[4]="Bill Murray sees 'difficult' label as 'badge of honour' - New Kerala
";
arnews[4] += "Murray was rumored to have been caught in a row with actress Lucy Liu and director McG, during the filming of ‘Charlie''s Angels’ in 2000.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 10:24:00 GMT";
arnews[4] += "
";
arnews[5]="8daysageek.com casts Final Fantasy 8 - COMICBOOKMOVIE.com
";
arnews[5] += "I know that this isn’t the most popular in the series, and I’m well on my way to casting the other FF games for all the other fans out there, so without much more delay I will cast MY favorite Final Fantasy, FF8. Squall Leonhart – Josh Hartnett ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 05:20: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("