var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Montag, Pratt celebrate wedding anniversary
";
arnews[0] += "Heidi Montag and Spencer Pratt have celebrated their first anniversary together as a married couple.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 21:30:16 GMT";
arnews[0] += "
";
arnews[1]="Levi Johnston Playgirl Pictures: MORE Beefcake Shots
";
arnews[1] += "Playgirl.com members now have access to even more beefcake shots of former Alaskan First Grandbaby Baby Daddy Levi Johnston.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 17:12:57 GMT";
arnews[1] += "
";
arnews[2]="Perez Sez: Celebrities Are Gonna Be Pissed
";
arnews[2] += "You either love him or you hate him, but he doesn't care. Perez Hilton is only concerned that you know him.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 03:52:25 GMT";
arnews[2] += "
";
arnews[3]="Brad Pitt, Angelina Jolie, Lindsay Lohan, Kim Kardashian dabble in design
";
arnews[3] += "On of the more disturbing things to come about this decade has got to be how anyone - and I mean anyone - can call themselves a \"designer\" without even knowing how to sew on a button on or sketch a stick man.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 00:10:01 GMT";
arnews[3] += "
";
arnews[4]="Speidi Make Out On Jimmy Kimmel Show, Taint His Show Forever
";
arnews[4] += "Thursday, November 19, 2009 9:00 PM Photo Credit: FamePictures.com We didna t think it was possible, but it turns out there is a way to be worse than Late Night with Jimmy Fallon.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 14:26:00 GMT";
arnews[4] += "
";
arnews[5]="Upcoming guests on 'Live With Regis & Kelly'
";
arnews[5] += "'Live With Regis & Kelly' airs weekdays at 9:00 AM on ABC7. Monday: Journalist Anderson Cooper; the Hayes family discuss their reality TV series, \"Table for 12.'' Tuesday: Actor Keanu Reeves ; authors Heidi Montag and Spencer Pratt .";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 08:00: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("