var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Olivia Wilde, Actress - Gothamist.com
";
arnews[0] += "The film just premiered in New York the other night — how was the reception, and how has it been so far overall? The reception of the film, all over the world in over 35 film festivals, has been extraordinary. Audiences have a great time watching ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 13:27:00 GMT";
arnews[0] += "
";
arnews[1]="Olivia Wilde - myfoxny.com
";
arnews[1] += "Olivia Wilde is on Good Day talking about her new movie \"Fix\" and her hit TV show \"House\". In \"Fix\", documentary filmakers are racing across Los Angeles in one, unwieldy day. Bella and Milo must race from Beverly Hills to Watts — and places in ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 02:17:00 GMT";
arnews[1] += "
";
arnews[2]="Actress, Washington Native: Olivia Wilde - Express Night Out
";
arnews[2] += "» EXPRESS: Tell us about \"Fix.\" » WILDE: I like to describe the film as a dark comedy, a road movie and a story about a family. It's about two brothers, one of whom has 12 hours to get his brother to rehab, or else he'll have to go to jail for ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 03:24:00 GMT";
arnews[2] += "
";
arnews[3]="Stranded With Olivia Wilde - Nymag.com
";
arnews[3] += "Not that it was always easy being the child of writers. “When I was very young, I used to see books as the thing keeping everyone from playing with me. So there’d be long stretches in the afternoons when everyone was off in their reading corners ...";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 23:58:00 GMT";
arnews[3] += "
";
arnews[4]="Olivia Wilde gets her indie 'Fix' - Entertainment Weekly Online
";
arnews[4] += "Ruspoli said he’s always wanted to work with his wife: “We always joked that while we had gotten married after only knowing each other for 6 months, the real commitment (and risk) it takes to make a film together required 4 years.” Fix opens ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 13:27:00 GMT";
arnews[4] += "
";
arnews[5]="Olivia Wilde: It's Up to 'House' To Bring Thirteen Back - Buddytv.com
";
arnews[5] += "Are you happy that the old team is back on House ? Or do you want Thirteen (Olivia Wilde) and Taub (Peter Jacobson) to be back? Nevertheless, Wilde tells TV Guide that she's happy for the break. Now whether or not her character and Taub will be back ...";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 05:29: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("