var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Tina O Shoots On The Red Carpet
";
arnews[0] += "Call it Hollywood in Beverly Hills. Last weekend there was a Prada book launch party at the Prada store on Rodeo Drive in Beverly Hills.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 13:57:23 GMT";
arnews[0] += "
";
arnews[1]="The teeth are gone, let's hope wisdom isn't
";
arnews[1] += "I was assured many things before my operation to have my wisdom teeth removed. Among them, the promises that I would be blissfully stoned for the entire day following the procedure, that I would get to miss up to five glorious days of school and, most crucially, that I would get to snack on innumerable soft treats for a week, including such ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 12:40:32 GMT";
arnews[1] += "
";
arnews[2]="Thor casting continues. Idris Elba is in, but is Stan the Man out?
";
arnews[2] += "Idris Elba and Heimdall... Typecasting? Not hardly. Thor, God of Thunder and one of the original Avengers has not had an easy time of it.";
arnews[2] += "
Publ.Date : Tue, 20 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Hoffman not returning for Little Fockers
";
arnews[3] += "Dustin Hoffman will reportedly not reprise his 'Meet The Parents' role in sequel Little Fockers.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 09:18:53 GMT";
arnews[3] += "
";
arnews[4]="Dustin Hoffman Doesn't Want Any Little Fockers
";
arnews[4] += "Focker down! It looks like the third Meet the Parents film, Little Fockers , will be short one Focker.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 21:57:33 GMT";
arnews[4] += "
";
arnews[5]="Jessica Alba & her cute bb walk around Bev Hills, 11/19.
";
arnews[5] += "OMG the way the baby's pants blend into Jessica's shirt in that first picture it kind of looks like the baby is floating.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 20:58:30 GMT";
arnews[5] += "
";
arnews[6]="DIARY: Star Turn
";
arnews[6] += "Left: Outside the MoCA gala. MOVIE STARS MAY GET DAYS OFF but artists are always on the job.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 19:30:00 GMT";
arnews[6] += "
";
arnews[7]="Weeka s Best Star Sightings: November 14 - 20, 2009
";
arnews[7] += "Taylor Lautner and Robert Pattinson arrive at the afterparty for the premiere 'The Twilight Saga: New Moon' at the Hammer Museum on November 16, 2009 in Los Angeles, California Keyboard Shortcuts: Left Arrow - Previous; Right Arrow - Next; Taylor Lautner and Robert Pattinson arrive at the afterparty for the premiere 'The Twilight Saga: New Moon' at ...";
arnews[7] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Hoffman sunbs 'Fockers' return?
";
arnews[8] += "Dustin Hoffman will not reprise his Meet The Parents role in sequel Little Fockers , according to Entertainment Weekly .";
arnews[8] += "
Publ.Date : Fri, 20 Nov 2009 19:53:49 GMT";
arnews[8] += "
";
totcount = 9;
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("