var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="In Hollywood, "Show Me Some Skin" and "Show Me the Money" Aren't the Same Thing
";
arnews[0] += "You might think that movies featuring bare-breasted starlets are more likely to blow up at the box office.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:43:16 GMT";
arnews[0] += "
";
arnews[1]="Lindsay Lohan 'offends' LA boutique
";
arnews[1] += "Employees at a shop in Los Angeles reportedly feel \"offended\" by Lindsay Lohan. The star is alleged to have recently gone into Hollywood boutique Kitson asking for $15,000 of free clothes because she is a good customer.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:36:26 GMT";
arnews[1] += "
";
arnews[2]="New Michael Kors Lifestyle store opens at Bellevue Square
";
arnews[2] += "While in general I found this season of a oeProject Runwaya somewhat tame and a teensy bit uninspired, I was happy that they shook it up a bit in the judging department.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:09:19 GMT";
arnews[2] += "
";
arnews[3]="Psychiatrists call for action on anorexia sites
";
arnews[3] += "As the start of London Fashion Week reignites the debate over ultra-thin models, psychiatrists have called on the British government to act over the soaring numbers of pro-anorexia websites.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 01:17:39 GMT";
arnews[3] += "
";
arnews[4]="How Much Longer Will Lohan Last at Ungaro?
";
arnews[4] += "As Lindsay Lohan's reign at Emanuel Ungaro slogs on, Mounir Moufarrige seemingly remains the only person with a trace of confidence in her.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:44:16 GMT";
arnews[4] += "
";
arnews[5]="Ricky Hollywood's 15 Minutes Is Almost Up
";
arnews[5] += "Filed under: Lindsay Lohan > Kim Kardashian > Morgan Freeman > Events > Sarah Palin Yes, that's really what Levi Johnston calls himself.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 00:31:51 GMT";
arnews[5] += "
";
arnews[6]="Emanuel Ungaro Chairman Wants Lohan OUT
";
arnews[6] += "Now, Page Six has learned that Ungaro's chairman, Asim Abdullah, is locked in a fierce battle with Moufarrige over Lohan's future role at the company.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 00:24:20 GMT";
arnews[6] += "
";
totcount = 7;
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("