var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pamela Anderson breaks sex tape news to her sons
";
arnews[0] += "Pamela Anderson 's infamous sex tape has come back to haunt her - thanks to Borat .";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:36:59 GMT";
arnews[0] += "
";
arnews[1]="St. Pete Beach: Barry Sternlicht Surfaces With Molly Sims On His Arm at The Postcard Inn
";
arnews[1] += "Barry Sternlicht, chairman and CEO of Starwood Capital Group, celebrates the opening of Postcard Inn on The Beach in St.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 22:59:30 GMT";
arnews[1] += "
";
arnews[2]="Molly Sims admits she's got a boyfriend
";
arnews[2] += "Aaron Eckhart and Molly Sims were recently spotted having dinner together in Baton Rouge.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 13:26:57 GMT";
arnews[2] += "
";
arnews[3]="Movie Guide
";
arnews[3] += "Palace 2012 158 minutes Not reviewed PG-13 for some violence John Cusack, Chiwetel Ejiofor, Amanda Peet An epic adventure about a global cataclysm and its remaining survivors.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Keeping up with crass
";
arnews[4] += "Sounds like things were a little tense last week, the first time reality TV star Khloe Kardashian attended a Los Angeles Lakers game at L.A.'s Staples Center since she married Lakers star Lamar Odom.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 10:33:44 GMT";
arnews[4] += "
";
arnews[5]="Molly Sims dating Aaron Eckhart?
";
arnews[5] += "Model Molly Sim and actor Aaron Eckhart are dating, reports Fox411. The two were first spotted dining together last week in Baton Rouge, La., at Sullivan's Steakhouse.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 01:33:20 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("