var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Portia de Rossi Finds Her Voice In New Book
";
arnews[0] += "Portia de Rossi comes clean about how she used to \"swallow her words instead of her food\" in a new book that will address the darker period of her life before coming out and finding love with Ellen DeGeneres .";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:42:59 GMT";
arnews[0] += "
";
arnews[1]="De Rossi writing tell-all book
";
arnews[1] += "Actress Portia de Rossi attends the 36th Annual Daytime Emmy Awards at The Orpheum Theatre on August 30, 2009 in Los Angeles, California.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 18:07:54 GMT";
arnews[1] += "
";
arnews[2]="Portia De Rossi:'I Can Make A Difference'
";
arnews[2] += "Ellen Degeneres ' wife Portia De Rossi is thankful she's one half of a Hollywood power couple - because she wants to use her fame to \"make a difference\" in the fight for gay rights.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 17:34:31 GMT";
arnews[2] += "
";
arnews[3]="de Rossi Puts Gay Rights Campaigning Before Acting
";
arnews[3] += "The openly gay pair wed in 2008, taking advantage of the Supreme Court = ruling which legalised same-sex unions in California.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 12:35:16 GMT";
arnews[3] += "
";
arnews[4]="Ellen Degeneres - de Rossi Writing Tell-All Book
";
arnews[4] += "Caption: Ellen Degeneres having a dress down Easter Sunday. Los Angeles, California, USA .... DE ROSSI WRITING TELL-ALL BOOK ELLEN DEGENERES' wife PORTIA DE ROSSI is set to lift the lid on her private life with a tell-all book - which will include her struggles with her sexuality and harrowing details of her battle with anorexia.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 14:21:17 GMT";
arnews[4] += "
";
arnews[5]="Ellen Degeneres - de Rossi Puts Gay Rights Campaigning Before Acting
";
arnews[5] += "Caption: Ellen Degeneres having a dress down Easter Sunday. Los Angeles, California, USA .... ELLEN DEGENERES' wife PORTIA DE ROSSI is thankful she's one half of a Hollywood power couple - because she wants to use her fame to \"make a difference\" in the fight for gay rights.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 14:20:59 GMT";
arnews[5] += "
";
arnews[6]="JoN Barrett Xthumb (Peter Ross) | Advocate.Com
";
arnews[6] += "Jon Barrett shares a backstage view of the creative process involved in putting together the Portia De Rossi cover.";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 21:17:45 GMT";
arnews[6] += "
";
arnews[7]="What's up with Jolie
";
arnews[7] += "The latest on Angelina Jolie and other hot couples. WHETHER you like her or hate her, Angelina Jolie always creates buzz.";
arnews[7] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Drea de Matteo Looking Fiiiine in a Bikini
";
arnews[8] += "Don't need the closeup of her crotch but her character is awesome on DH and I hope she sticks around for later seasons.";
arnews[8] += "
Publ.Date : Fri, 22 Jan 2010 16:33:49 GMT";
arnews[8] += "
";
totcount = 9;
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("