var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Natalie Portman on Why She did Thor - Superhero Hype!
";
arnews[0] += "Ever since Natalie Portman signed on to play Dr. Don Blake's love interest Jane Foster in Kenneth Branagh's upcoming Thor , the actress hasn't done a ton of interviews, so we haven't had much of a chance to learn about her take on the character. At ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:10:00 GMT";
arnews[0] += "
";
arnews[1]="Natalie Portman to Jake Gyllenhaal: You’re Ugly! - Just Jared
";
arnews[1] += "The 28-year-old actor’s Brothers co-star shared this little quote in the mag: “ Jake is the kind of guy who can do a spot-on impression of someone you work with that will make you giggle. He plays guitar and has a great voice. Kids and dogs love ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:15:00 GMT";
arnews[1] += "
";
arnews[2]="Natalie Portman on Why She did Thor - Superhero Hype!
";
arnews[2] += "Ever since Natalie Portman signed on to play Dr. Don Blake's love interest Jane Foster in Kenneth Branagh's upcoming Thor , the actress hasn't done a ton of interviews, so we haven't had much of a chance to learn about her take on the character. At ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 21:10:00 GMT";
arnews[2] += "
";
arnews[3]="Natalie Portman - YAHOO!
";
arnews[3] += "Hailed as a child prodigy for her uncommonly skilled performances in Luc Besson’s “The Professional” (1994) and Michael Mann’s “Heat” (1995), Natalie Portman dodged the “child star curse” bullet to become a major big screen draw in ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 07:49:00 GMT";
arnews[3] += "
";
arnews[4]="Natalie Portman & Amber Rose Check Out New Moon - Just Jared
";
arnews[4] += "Really glad that Natalie is managing to look good. It’ll distract from the fact that she supports child-rapists. Or maybe it was just the one child-rapist. She’s probably smiling because she’s thinking about another 13 year old getting drugged ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 01:00:00 GMT";
arnews[4] += "
";
arnews[5]="Natalie Portman On Growing Up, ‘Dating A Million People’ & Her ... - Access Hollywood
";
arnews[5] += "“It’s not raunchy – it’s extreme,” she said of a lesbian scene reportedly with co-star Mila Kunis in the 2010 drama. Natalie also has a sex scene – her first – in her next movie , December’s “Brothers,” and she said the decision ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 22:15: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("