var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Have a look: Best dressed ladies from the Hot Hollywood event
";
arnews[0] += "US Magazine's Hot Hollywood event has always been a place where all the eyes are on the looks and the attires of the stars.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 13:27:01 GMT";
arnews[0] += "
";
arnews[1]="Hot Hollywood party
";
arnews[1] += "Actress Stephanie Pratt poses at the US Weekly Fall Hot Hollywood Issue party in West Hollywood, California November 18, 2009.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 18:13:33 GMT";
arnews[1] += "
";
arnews[2]="Us Weekly Hot Hollywood 2009 Party Honors All Kinds Of Hotties
";
arnews[2] += "Having just celebrated the launch of her new album, Echo , Leona Lewis made her way over to the Us Weekly Hot Hollywood 2009 Party to get her due for Chanteuse of the Year.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 17:59:18 GMT";
arnews[2] += "
";
arnews[3]="Born Uniqorn - Fashionable Animal
";
arnews[3] += "Whether it's with roles in major films like 8 Mile and Hustle & Flow, musical ventures like her Boomkat project with her brother Kellin, or television appearances like the guest spot she had on Melrose Place earlier this season, Taryn Manning is habitually one of the busiest people in Hollywood.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 15:31:47 GMT";
arnews[3] += "
";
arnews[4]="Birch, Leachman join 'Bonnie and Clyde'
";
arnews[4] += "Thora Birch, Taryn Manning and Cloris Leachman have joined the cast of The Story of Bonnie and Clyde .";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 02:34:08 GMT";
arnews[4] += "
";
arnews[5]="Casting Tidbits: Stephen Root, Stephen Lang & Thora Birch
";
arnews[5] += "Casting Tidbits roll out! First up, THR reports character actor Stephen Root has joined the casts of two vastly different forthcoming projects.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 00:39:28 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("