var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Portia de Rossi to pen memoirs - New Kerala
";
arnews[0] += "The Aussie actress, born Amanda Lee Rogers, has sealed a deal to publish her memoirs, which will describe her life when she discovered she was a lesbian, and her public ''outing'' while she was starring in the popular sitcom Ally McBeal. The book ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 09:11:00 GMT";
arnews[0] += "
";
arnews[1]="Portia De Rossi Fears Gay Impact On Career - New Kerala
";
arnews[1] += "December 5, 2009: Lesbian actress PORTIA DE ROSSI constantly worries about whether her sexuality will affect her job security, despite leading the cast in U.S. TV comedy BETTER OFF TED. The Aussie star, 36, has become known for her parts on hit TV ...";
arnews[1] += "
Publ.Date : Sat, 05 Dec 2009 13:36:00 GMT";
arnews[1] += "
";
arnews[2]="Portia De Rossi Puts Gay Rights Campaigning Before Acting - Post Chronicle
";
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. The openly gay pair wed in 2008, taking advantage of the Supreme ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 15:09:00 GMT";
arnews[2] += "
";
arnews[3]="Ellen DeGeneres' Wife Portia De Rossi Writing Tell-All Book - Post Chronicle
";
arnews[3] += "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. The Australian actress, who was born Amanda ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 15:09:00 GMT";
arnews[3] += "
";
arnews[4]="Portia de Rossi to pen memoirs - New Kerala
";
arnews[4] += "London, Feb 10 : Ellen DeGeneres' wife Portia de Rossi is ready to open up about her private life in a tell-all book, which will include her struggles with her sexuality and her battle with an eating disorder. The Aussie actress, born Amanda Lee ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 09:11:00 GMT";
arnews[4] += "
";
arnews[5]="Portia De Rossi Puts Campaigning First - femalefirst.co.uk
";
arnews[5] += "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. The openly gay pair wed in 2008, taking advantage of the Supreme ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 07:59: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("