var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Zoe Kravitz is the New Face for Vera Wang Princess
";
arnews[0] += "Posted Nov 19th 2009 at 4:55PM by Courtney Dunlop Zoe Kravitz, rebel royalty. Photo courtesy of Coty, Inc.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 21:55:00 GMT";
arnews[0] += "
";
arnews[1]="9. Rock god
";
arnews[1] += "But a humble film role made him seem like a real man View a slide show Lenny Kravitz was sexy before he was interesting.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 22:53:13 GMT";
arnews[1] += "
";
arnews[2]="Zoe Kravtiz is the Face of Vera Wang Princess
";
arnews[2] += "Lenny Kravitz's daughter Zoe Kravitz is the face of campaign for Vera Wang Princess, a new fragrance from Vera Wang that debuts in Decemeber.";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 01:12:00 GMT";
arnews[2] += "
";
arnews[3]="Zoe Kravitz Does Vera Wang princess
";
arnews[3] += "Got hot tips, pics or just want something posted send an e-mail to tips@celebdirtylaundry.com and we will be glad to post it! CONTEST The prize this time is a Full Size Advanced Eye Area Therapy product, which retails at $95. Contest ends November 14th, 2009.";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 08:53:47 GMT";
arnews[3] += "
";
arnews[4]="Gabourey Sidibe on being 'Precious'
";
arnews[4] += "Save for a few college productions, Gabourey Sidibe had no acting experience when she auditioned for the lead role in \"Precious,\" director Lee Daniels' drama about a sexually abused Harlem teenager.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 09:27:38 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("