var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'The Nanny' Star Recast As Diplomat, Politico?
";
arnews[0] += "She's known worldwide for her nasal voice, New York accent, and starring role in the sitcom \"The Nanny,\" but now actress Fran Drescher has recast herself as a high-profile foreign envoy , fierce political candidate and potential TV talk show host.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 21:28:44 GMT";
arnews[0] += "
";
arnews[1]="Melissa Joan Hart hangs with her sons in Bryant Park in NYC on January 29, 2010
";
arnews[1] += "NBC News Special Correspondent Tom Brokaw enjoying lunch at the Society Caf at Encore Las Vegas also there, Laurie Peterson, formerly of \"The Real Housewives of Orange County\" and at LAVO, Kirsten Dunst treating pal Jessica to a weekend in Vegas, where they were joined by Rilo Kiley singer Jenny Lewis and danced until the early morning hours Carman ...";
arnews[1] += "
Publ.Date : Thu, 28 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Rihanna's a bad Santa
";
arnews[2] += "The singer recently revealed how she comes up with her crazy stage costumes, telling W, \"My stylist Mariel Haenn and I always try to do something sexy, but never too girly.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 03:51:03 GMT";
arnews[2] += "
";
arnews[3]="NORM: Flamingo's Wallace laughs off death
";
arnews[3] += "Flamingo headliner George Wallace is alive and well and cracking jokes about his demise.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 15:30:30 GMT";
arnews[3] += "
";
arnews[4]="Struggling with her sexy secrets
";
arnews[4] += "Celebrities outside the Ed Sullivan Theater for the 'Late Show With David Letterman' Pussycat Dolls star Kimberly Wyatt celebrates her 28th birthday by visiting the Punchbowl pub in Mayfair, before heading to the Met Bar for more drinks Paris Hilton on her way to the airport with Doug Reinhardt Orlando Bloom filming in the water swimming in the ...";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 04:19:25 GMT";
arnews[4] += "
";
arnews[5]="Wild horse advocates reach out to Change.org
";
arnews[5] += "Wildhorse advocates are reaching out to Change.org, a social enterprise venture founded by Ben Rattray of San Francisco.";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 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("