var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Amanda Peet on How I Met Your Mother - BSCreview
";
arnews[0] += "Amanda Peet should be fresh on most movie-goers mind as she’s in 2012 which seems to be doing rather well. How I Met Your Mother stars Josh Radnor, Jason Segel, Cobie Smulders, Neil Patrick Harris and Alyson Hannigan, and airs on CBS";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:09:00 GMT";
arnews[0] += "
";
arnews[1]="Quotable: Amanda Peet Doesn’t Think Jennifer Aniston Should Be A ... - The Frisky
";
arnews[1] += "“I mean, someone with a figure like Jennifer Aniston has a trainer, a cook spinning out some version of the latest diet, and probably a stop at the tanning salon. Then teenage girls go, ‘God, I wish I could look like that.’ Maybe they wouldn ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:53:00 GMT";
arnews[1] += "
";
arnews[2]="Amanda Peet - People
";
arnews[2] += "In fact, she even has a specific woman's figure in mind. \"If I could choose an ideal body, I’d take Gisele Bündchen ’s,\" says Peet. \"I challenge anyone to say she wouldn’t want Gisele’s body, deep down.\" She then adds, \"Actually, I’d take ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 14:18:00 GMT";
arnews[2] += "
";
arnews[3]="'How I Met Your Mother' Officially Hires Amanda Peet - AceShowbiz
";
arnews[3] += "On Thursday, November 19, Harris who plays Barney in the sitcom said that he has Peet in mind for a guest star. \"You know, she's never guest-starred on any shows before and plus, she's already worked with Jason Segel once on ' Gulliver's Travels ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 04:49:00 GMT";
arnews[3] += "
";
arnews[4]="Amanda Peet Bizarre Sleeping Ritual - Post Chronicle
";
arnews[4] += "Amanda Peet's pals have accused the actress of acting like a \"serial killer\", because she blacks out the windows at her home to help her two-year-old daughter sleep. The Whole Nine Yards actress travels with duct tape and dark-coloured sheets because ...";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 15:02:00 GMT";
arnews[4] += "
";
arnews[5]="Amanda Peet: Every Woman Wants Gisele's Body (POLL) - Huffingtonpost.com
";
arnews[5] += "Amanda Peet graces the cover of December's 'Self' magazine . Inside the 37-year-old mom gives uninspired fitness advice (\"everything in moderation\") and dishes about her quest for \"boobs, a gentle six-pack and a perky butt.\" She also issues a ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 18:50: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("