var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Thursday's TV Highlights: Amy has a party on 'Parks and Recreation'
";
arnews[0] += "ENTERTAINING: Leslie hosts a dinner party at her house to try to impress Justin on \"Parks and Recreation,\" at 8:30 p.m. on NBC.";
arnews[0] += "
Publ.Date : Thu, 21 Jan 2010 05:47:31 GMT";
arnews[0] += "
";
arnews[1]="The Stars Lined Up For Access Hollywooda s 4th Annual Stuff You Must Golden Globes Gift Lounge
";
arnews[1] += "Ric Pipino gives Jaime Pressly some hair help at the CVS Pharmacy Beauty 360 Suite at Access Hollywood's 4th Annual 'Stuff You Musta ' Golden Globes Gifting Lounge at the Sofitel Hotel in LA on January 15, 2010 WireImage AnnaLynne McCord is beautiful from any angle at the CVS Pharmacy Beauty 360 Suite at Access Hollywood's 4th Annual 'Stuff You ...";
arnews[1] += "
Publ.Date : Wed, 20 Jan 2010 01:34:28 GMT";
arnews[1] += "
";
arnews[2]="Gerard Butler at SLS Hotel & Secret Room Events Golden Globe Awards Gift Suite
";
arnews[2] += "Gerard Butler at SLS Hotel & Secret Room Events Golden Globe Awards Gift Suite, raising money for Haiti Earthquake Victims.";
arnews[2] += "
Publ.Date : Tue, 19 Jan 2010 09:12:04 GMT";
arnews[2] += "
";
arnews[3]="FRI. P.M. CLICKS: Amanda Righetti; Seau castrates a horse
";
arnews[3] += "Get all previous editions of Hot Clicks here . Follow Jimmy Traina on Twitter here .";
arnews[3] += "
Publ.Date : Fri, 15 Jan 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Hollywoods4u
";
arnews[4] += "Actress Amanda Righetti attends the 9th Annual Awards Season Diamond Fashion Show Preview at Beverly Hills Hotel on January 14, 2010 in Beverly Hills, California.";
arnews[4] += "
Publ.Date : Sun, 17 Jan 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Celebs Gather For BAFTA Tea Party [PHOTOS]
";
arnews[5] += "It was another celebrity bash this yesterday, the BAFTA tea party. This year's party made of some interesting coupling up in conversation .";
arnews[5] += "
Publ.Date : Mon, 18 Jan 2010 00:10:13 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("