var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Ellen Degeneris and Portia de Rossi talk lesbian love and same sex marriage on Oprah Winfrey Show
";
arnews[0] += "Today's Abiola's Kiss & Tell News : Emmy-winning talk show host Ellen Degeneres and Portia De Rossi had their first interview as a couple this week on The Oprah Winfrey Show .";
arnews[0] += "
Publ.Date : Wed, 11 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Lohan 'was dating Ledger when he died'
";
arnews[1] += "TWILIGHT hunk ROBERT PATTINSON was embarrassed by recent rumours of a romance with MEGAN FOX - because gossip magazines reported he had taken her on a \"cheesy\" date.";
arnews[1] += "
Publ.Date : Wed, 11 Nov 2009 14:33:03 GMT";
arnews[1] += "
";
arnews[2]="Paltrow's brother was best...
";
arnews[2] += "R&B singer RIHANNA was praised for her \"courage and honesty\" as she was named Glamour magazine's Woman of the Year in New York on Monday night .";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 14:32:52 GMT";
arnews[2] += "
";
arnews[3]="Twilight fans cause a riot...
";
arnews[3] += "PAMELA ANDERSON has silenced rumours she's facing financial ruin - by boasting about her growing property portfolio.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 14:32:25 GMT";
arnews[3] += "
";
arnews[4]="De Rossi: 'I was scared to date Ellen'
";
arnews[4] += "Portia de Rossi has revealed that she was too nervous to ask out Ellen DeGeneres when she first met her.";
arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 13:02:46 GMT";
arnews[4] += "
";
arnews[5]="Shepard Fairey + Queerty Invite You to Win: 2 VIP Tickets to the Love Unites Project
";
arnews[5] += "The Love Unites/Shepard Fairey Equality Project, CharityBuzz , and Queerty invite you to win two VIP tickets to attend the unveiling of twenty celebrity-customized prints to benefit marriage equality group FAIR at the Andaz West Hollywood in Los Angeles on Nov.";
arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 01:42:36 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("