var arnews = new Array(8);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Celebrity Sex Tape © - The Smoking Gun
";
arnews[0] += "SEPTEMBER 24--Two days after a video showing them frolicking naked was posted online, actors Eric Dane and Rebecca Gayheart rushed to register a copy of the risque \"motion picture\" with the United States Copyright Office. The 12-minute production ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[0] += "
";
arnews[1]="Judge Approves Redmond O’Neal’s Release To Rehab Facility - Access Hollywood
";
arnews[1] += "Last week, O’Neal – the son of the late Farrah Fawcett and Ryan O’Neal — pleaded no contest ... Rehab” castmate, Kari Ann Peniche — the other girl in the Eric Dane/Rebecca Gayheart nude video — is a prostitute. Now, Kari Ann is firing ...";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 23:57:00 GMT";
arnews[1] += "
";
arnews[2]="Scoop: Give Thanks for the End of "Jon & Kate" - NBC Dallas-Fort Worth
";
arnews[2] += "... this full-circle moment won't just be just fodder for the kids’ eventual therapy, can serve as a larger lesson in celebrity sex-tape accountability. This year alone, images of Rihanna , Carrie Prejean, and Eric Dane and Rebecca Gayheart have ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 06:37:00 GMT";
arnews[2] += "
";
arnews[3]="Give thanks for the end of ‘Jon & Kate’ - MSNBC
";
arnews[3] += "Thanksgiving celebrations coincide with a winding down of the pop-culture year. Here are three things to be thankful for as you carve turkeys and channel surf among parades, dog shows and football. The end of Jon and Kate The series finale of “Jon ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 01:58:00 GMT";
arnews[3] += "
";
arnews[4]="HollyNotes: The CMAs, Kelly Kaposksi, Levi Johnston, Lindsay Lohan ... - Limelife
";
arnews[4] += "After cracking up the audience with Kanye West jokes and poking fun at his co-host Carrie Underwood, Brad Paisley found time to pick up Male Vocalist of the Year for the third year in a row. Underwood walked away with no awards this year but kept a ...";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 23:57:00 GMT";
arnews[4] += "
";
arnews[5]="How Do You Tell Your Kids About a Sex Tape? Ask Pamela Anderson - Pop Eater
";
arnews[5] += "From 'Gossip Girl' to the Miss California competition, it seems that every sector of the entertainment world has a few sex tapes in its closet. Celebrity sex tapes are so common these days, they barely make a blip on the news radar. But one of the ...";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 17:30: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("