var arnews = new Array(8);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stars Wish Oprah Well - andPOP
";
arnews[0] += "News that The Oprah Winfrey Show will end in less than two years has prompted many stars to express their support and praise for the daytime talk show host, reports E! News. “I am going to enjoy every episode between now and 2011,” said former ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:37:00 GMT";
arnews[0] += "
";
arnews[1]="Dr. Phil, Rachael Ray & More Continue Singing Oprah's Praises - Entertainment Online
";
arnews[1] += "Before everyone and his mother had a daytime talk show, there was Oprah Winfrey . \"I am going to enjoy every episode between now and 2011,\" offered Food Network star turned syndicated talk-show host Rachael Ray , who waited until Oprah had discussed ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 00:53:00 GMT";
arnews[1] += "
";
arnews[2]="Lindsay Lohan Denies Starring Role In Alleged Cocaine Video - Entertainmentwise
";
arnews[2] += "Lindsay Lohan has denied being caught on camera taking cocaine in the bathroom of a Hollywood house-party. A blonde who looks very much like the troubled Mean Girls star is seen through an open window enjoying a private party with group of males, in ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 17:01:00 GMT";
arnews[2] += "
";
arnews[3]="doug reinhardt - The Gossip Girls
";
arnews[3] += "They’ve been in the midst of romantic bliss since they got back together, but last night (November 17) Paris Hilton and Doug Reinhardt had quite the blow out. According to a report, the “Simple Life” starlet and her handsome boyfriend were ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 15:51:00 GMT";
arnews[3] += "
";
arnews[4]="Nicole Richie - People
";
arnews[4] += "The fish-out-of-water reality series The Simple Life is originally conceived as a vehicle for Paris and her sister Nicky Hilton. When Nicky bows out, Richie steps in. Soon after she leaves rehab, Richie heads for the Ledings' farm in Altus, Ark.,";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 06:17:00 GMT";
arnews[4] += "
";
arnews[5]="Neighbourhood tragedy stuns Manurewa - New Zealand Herald
";
arnews[5] += "On a recent trip to California to visit her son Ryan she spotted hotel heiress Nicky Hilton. \"Deborah introduced herself and gave her a big hug and a kiss.\" Gibbons was shocked by the circumstances of her friend's death. Duggan had always been a ...";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 19:45:00 GMT";
arnews[5] += "
";
arnews[6]="Go to rehab? LiLo says no - Chicago Sun-Times
";
arnews[6] += "Many of Lindsay Lohan's friends and business associates have been deeply concerned about the once-hot actress' continuing downward spiral -- fueled by her heavy drinking and less public but widely reported alleged drug use. A longtime Lohan friend ...";
arnews[6] += "
Publ.Date : Wed, 18 Nov 2009 08:06:00 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("