var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Olivia Wilde Joins Cowboys & Aliens - Empire Movies
";
arnews[0] += "Robert Downey, Jr. was originally supposed to star in Cowboys & Aliens . He dropped out of the project last month and was replaced by Daniel Craig. News now that Olivia Wilde will co-star. The movie, based on the graphic novel by Fred Van Lente and ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 03:41:00 GMT";
arnews[0] += "
";
arnews[1]="Olivia Wilde wild about 'Cowboys and Aliens' - Irish Central
";
arnews[1] += "Olivia Wilde, known to us better as Dr. Remy Hadley in television series \"House\" is teaming up with Bond actor, Daniel Craig to co-star in the alien invasion drama, \"Cowboys and Aliens.\" Wilde has signed a contract to star in the sci-fi Western movie ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 12:53:00 GMT";
arnews[1] += "
";
arnews[2]="Olivia Wilde Saddles Up For An Alien Shoot Out - io9.com
";
arnews[2] += "Tron 's hot new bot is ready to ride into the sunset with Daniel Craig in Jon Favreau's Cowboys & Aliens comic book adaptation. Wilde will be playing the role of Ella, \"who joins up with [the] mysterious gunslinger in an unlikely uprising against an ...";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 08:58:00 GMT";
arnews[2] += "
";
arnews[3]="Olivia Wilde - Golden Globes 2010 Red Carpet - Just Jared
";
arnews[3] += "Oli , 25, wore a fully beaded jet and silver sequined Gucci evening gown for the festivities. She will be donating her dress to be auctioned off to benefit the relief efforts in Haiti. House is up for Best Television Series - Drama";
arnews[3] += "
Publ.Date : Mon, 18 Jan 2010 00:05:00 GMT";
arnews[3] += "
";
arnews[4]="You vote 'House' beauty Olivia Wilde's Golden Globes gown as your ... - Hello Magazine
";
arnews[4] += "And they've pulled out the stops once again, this time putting Olivia Wilde at the top of our poll to find your favourite gown of this year's Golden Globes. Olivia's floor length Gucci chain mail-style creation won praise from fashion pundits and ...";
arnews[4] += "
Publ.Date : Wed, 03 Feb 2010 10:38:00 GMT";
arnews[4] += "
";
arnews[5]="Christopher Nolan Working on "Superman" Reboot - WorstPreviews.com
";
arnews[5] += "Along with Kevin's loyal confidant Quorra (Olivia Wilde), father and son embark on a life-and-death journey of escape across a visually-stunning cyber universe that has become far more advanced and exceedingly dangerous. \"Tron Legacy\" is directed by ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 01:54: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("