var arnews = new Array(10);
totcount = 10;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Hollywood Gossip: Jennifer Aniston Hearts Gerard Butler
";
arnews[0] += "Jennifer Aniston Hearts Gerard Butler. Jennifer Aniston may be back with Brad Pitt according to tabloid reports that are hilariously manufactured, but she is still Gerard Butler's biggest fan. In fact, she's been praising her co-star in ...";
arnews[0] += "
";
arnews[1]="Rumor Mill: Does Miley Cyrus Have a Crush on Gerard Butler ...
";
arnews[1] += "Miley Cyrus has revealed that her favorite movie is PS I Love You. Have you seen it? It is about a woman who receives a series of love letters from her dead.";
arnews[1] += "
";
arnews[2]="Gerard Butler ? | Eminem Disses Mariah Carey
";
arnews[2] += "Does anyone else think that Gerard Butler is a total cutey?";
arnews[2] += "
";
arnews[3]="Jennifer Aniston talks about Gerard Butler
";
arnews[3] += "Jennifer Aniston talks about Gerard Butler - Jennifer Aniston Gushes About Gerard.";
arnews[3] += "
";
arnews[4]="Gerard Butler speaks out for Artists for Peace and Justice + New ...
";
arnews[4] += "Gerard Butler is one of the celebrities voicing support for Artists for Peace and Justice in Haiti. Other celebrities include Daniel Craig, Paul Haggis, Olivia Wilde, Penelope Cruz, and Maria Bello. ...";
arnews[4] += "
";
arnews[5]="Win A Date With Gerard Butler and Kick Cancer's Butt | The Vibe ...
";
arnews[5] += "In honor of the new film Valentine's Day, which opens this Friday, February 12, eligible bachelor and notorious stud Gerard Butler is offering up a date with.";
arnews[5] += "
";
arnews[6]="Jennifer Aniston Gerard Butler boyfriend | Jennifer Aniston dating ...
";
arnews[6] += "HollywoodLife claims Gerard Butler was invited to her birthday in Mexico to give the impression they're dating, which is good for box office. Bad conspiracy.";
arnews[6] += "
";
arnews[7]="Jen Aniston Explains Her Affection for Gerard Butler | Jennifer ...
";
arnews[7] += "Why is Jennifer Aniston so fond of her Bounty Hunter costar and frequent party buddy Gerard Butler? It's not rocket science. The guy's fun to be around and.";
arnews[7] += "
";
arnews[8]="Jennifer Aniston Talks About Gerard Butler : Holly-wood.net
";
arnews[8] += "Jennifer Aniston Talks About Gerard Butler. Posted By LoveHollywood. I think that Gerard needs to return the favor after Jennifer Aniston said all these great things about him, including that he was “fun,”\"unpretentious,” and “lovely. ...";
arnews[8] += "
";
arnews[9]="{alltv} Jen Aniston Explains Her Affection for Gerard Butler ...
";
arnews[9] += "Why is Jennifer Aniston so fond of her Bounty Hunter costar and frequent party buddy Gerard Butler? It's not rocket science. The guy's fun to be around and doesn't take himself too seriously. \"We just had so much fun [making the movie] ...";
arnews[9] += "
";
totcount = 10;
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("