var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Aniston says Gerard Butler is a 'fun' guy
"; arnews[0] += "Actress Jennifer Aniston has spoken about her 'Bounty Hunter' co-star Gerard Butler, describing him as \"fun\" and \"unpretentious\". Speaking to 'Access Hollywood', Aniston said: \"We just had so much fun [making the movie] together, you know.\" \"He's just fun."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:06:43 GMT"; arnews[0] += "
"; arnews[1]="Aniston 'helping Mexico' with Birthday vacation
"; arnews[1] += "The actress jetted off to the sun-soaked resort of Los Cabos last week with pals Courteney Cox, Sheryl Crow and rumored love interest Gerard Butler for a week."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="ARA: Help, I have to change my Facebook status to 'single'
"; arnews[2] += "Last night I was talking with my friend about her recent break-up. She dumped him, and for the most part it was an amicable split."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Tom Cruise Signs For Mission: Impossible 4
"; arnews[3] += "But until yesterday, it wasn't a locked deal - while Cruise was producing the next film with JJ Abrams, but though he was expected to return, he hadn't signed on the dotted."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:44:26 GMT"; arnews[3] += "
"; arnews[4]="Morning Links: Stalker who videotaped Erin Andrews researched other women online
"; arnews[4] += "A man who stalked and secretly filmed sports reporter Erin Andrews in her hotel room surreptitiously videotaped some 16 other women and did background searches on many other female celebrities, prosecutors say."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:30:39 GMT"; arnews[4] += "
"; arnews[5]="Butler gifted Aniston holiday in Mexico for birthday
"; arnews[5] += "Hollywood stars Jennifer Aniston and Gerard Butler have sparked romance rumours once again after the actress said that the Scottish actor organized her recent holiday to Mexico as a birthday treat."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 06:58:31 GMT"; arnews[5] += "
"; arnews[6]="John Mayer - Mayer Tweeted Too Much for Aniston
"; arnews[6] += "Caption: John Mayer performing live in concert at HMV Hammersmith Apollo London, England .... JOHN MAYER fears his love of Twitter.com cost him a romance with private JENNIFER ANISTON."; arnews[6] += "
Publ.Date : Wed, 10 Feb 2010 04:37:22 GMT"; arnews[6] += "
"; totcount = 7; 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("
");document.write("
");