var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tinsley Mortimer Caught on Film Canoodling With Constantine Maroulis
";
arnews[0] += "Guest of a Guest obtained pictures of socialite, soon-to-be reality star, and recent divorcee Tinsley Mortimer in an intimate moment with Rock of Ages star and American Idol runner-up Constantine Maroulis.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:31:05 GMT";
arnews[0] += "
";
arnews[1]="Scene & Herd: Pop Tarts' Celebrity Sightings
";
arnews[1] += "Lauren Bosworth and Stephanie Pratt artying up a storm at Maxim & Ubisoft Assassin'sA Creed 2 Launch at Voyeur in West Hollywood last Wednesday Kid Rock hanging out last Monday afternoon at country music's most famous honky-tonk, Tootsie's Orchid Lounge in Nashville.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 20:46:08 GMT";
arnews[1] += "
";
arnews[2]="Hot Hollywood party
";
arnews[2] += "Actress Stephanie Pratt poses at the US Weekly Fall Hot Hollywood Issue party in West Hollywood, California November 18, 2009.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 18:13:33 GMT";
arnews[2] += "
";
arnews[3]="Us Weekly Hot Hollywood 2009 Party Honors All Kinds Of Hotties
";
arnews[3] += "Having just celebrated the launch of her new album, Echo , Leona Lewis made her way over to the Us Weekly Hot Hollywood 2009 Party to get her due for Chanteuse of the Year.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 17:59:18 GMT";
arnews[3] += "
";
arnews[4]="TV Throwdown: Old Vs. New Girls Next Door
";
arnews[4] += "When The Girls Next Door premiered in 2005, the world got a glimpse into Hugh Hefner's mansion, and more specifically, his creepy/fascinating relationships with women young enough to be his granddaughters.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 16:17:00 GMT";
arnews[4] += "
";
totcount = 5;
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("