var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'New Moon' Screening Brings Out Hip Nyc Crowd [Photo Gallery]
";
arnews[0] += "While celebrities seemed to shy away from the Los Angeles premiere of New Moon , this was not the cast at the The Twilight Saga: New Moon screening hosted by The Cinema Society & D&G in New York City .";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 18:01:33 GMT";
arnews[0] += "
";
arnews[1]="NFL Football Wives: Plenty of Jennifer Walcott and Not Enough October Gonzalez
";
arnews[1] += "E! aired its second installment of athlete wives last night . It featured plenty of playmate Jennifer Walcott, the fiancee of former safety Adam Archuleta.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 21:49:13 GMT";
arnews[1] += "
";
arnews[2]="Jay-Z and A-Rod Lunch at Nello; Tom Brokaw Dines at Grand Central Oyster Bar
";
arnews[2] += "The bold-name sightings at Nello have not slowed down: This week, Jay-Z made a triumphant return to the Upper East Side haunt with world-champ third baseman Alex Rodriguez, who's usually more of a Serafina celebrity , by his side.";
arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 00:32:54 GMT";
arnews[2] += "
";
arnews[3]="Howard Stern
";
arnews[3] += "He pioneered the \" shock jock \" profession with his outrageous and original radio show, which has segued into a number of other ventures, including books, satellite radio, a movie, and even a TV network: the uncensored, on demand Howard TV.";
arnews[3] += "
Publ.Date : Sat, 29 Sep 2007 07:00:00 GMT";
arnews[3] += "
";
arnews[4]="Olsens, Sorvino, Heche Celebrate Isaac Mizrahi Live! for QVC
";
arnews[4] += "Do you consider yourself a mogul? \"I don't think I necessarily want to be a mogul.";
arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 00:57:19 GMT";
arnews[4] += "
";
arnews[5]="Kim Kardashian: Sweating Makes Me Feel Sexy
";
arnews[5] += "Kim Kardashian is one of Hollywood's sexiest stars, but ask the sultry reality gal what she thinks is sexy and you might be surprised A- it's working up a sweat Kim Kardashian is one of Hollywood's sexiest stars, but ask the sultry reality gal what she thinks is sexy and you might be surprised - it's working up a sweat.";
arnews[5] += "
Publ.Date : Tue, 19 May 2009 07: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("