var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Levi Johnston in Playgirl
";
arnews[0] += "Here's the much-ballyhooed but penis-less Levi Johnston Playgirl shoot that made its way online today.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:37:37 GMT";
arnews[0] += "
";
arnews[1]="The Faster Times
";
arnews[1] += "November 21, 2009 The Faster Times From former This Girl is Mine LM columnist, Deesha Philyaw: I'm psyched to report that I'm the new co-parenting columnist for The Faster Times .";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 17:54:29 GMT";
arnews[1] += "
";
arnews[2]="Carmen Electra 'sex' tape leaked
";
arnews[2] += "Is it a publicity stunt A seductive amateur video featuring American model Carmen Electra in foreplay with a female friend has been leaked online ? more";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 20:41:33 GMT";
arnews[2] += "
";
arnews[3]="4ie6
";
arnews[3] += "\" New Moon \" is getting critically panned -- but there's one movie out there that's getting two thumbs waaaay up: Carmen Electra 's girl-on-girl strip/sex tape! We got Carmen's ex-husband Dave Navarro last night, and even he had to admit he wishes he was the mystery man behind the camera.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 16:49:44 GMT";
arnews[3] += "
";
arnews[4]="Carmen Sex Tape Gets Navarro Seal of Approval
";
arnews[4] += "\" New Moon \" is getting critically panned -- but there's one movie out there that's getting two thumbs waaaay up: Carmen Electra 's girl-on-girl strip/sex tape! We got Carmen's ex-husband Dave Navarro last night, and even he had to admit he wishes he was the mystery man behind the camera.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 16:49:30 GMT";
arnews[4] += "
";
arnews[5]="No Twilight for Dave Navarro: "I'm an Adult!"
";
arnews[5] += "No Twilight for Dave Navarro: \"I'm an Adult !\" Today 8:42 AM PST by Ted Casablanca While supporting fellow rock babe Mary Weiland during her book party at Book Soup in West Hollywood, Dave Navarro told me he's \"Team Nobody,\" when I asked if he was on Edward's or Jacob's bus.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 16:42: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("