var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kim Kardashian Shoots Sexy Commercial for Carl's Jr.
";
arnews[0] += "Kim Kardashian is the latest celebrity to shoot a commercial for Carl's Jr. Unlike Paris Hilton , Audrina Patridge and Padma Lakshmi , Kim Kardashian is eating a salad instead of a Carl's Jr.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:35:00 GMT";
arnews[0] += "
";
arnews[1]="Week in Review: November 14-20, 2009
";
arnews[1] += "From New Moon hype to rumored couples, random celebrity feuds, new musical releases and sex tape leaks, it was another busy week here at THG.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 11:47:23 GMT";
arnews[1] += "
";
arnews[2]="Is Audrina a Gleek with Benefits?
";
arnews[2] += "There's one thing that could make The Hills even more excruciating to watch: musical numbers.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 12:00:00 GMT";
arnews[2] += "
";
arnews[3]="When Levi Met La Toya - US Weekly Celebrates 'Hot Hollywood 2009'
";
arnews[3] += "NOVEMBER 18: Singer Adam Lambert arrives at the Us Weekly Hot Hollywood Event at Voyeur on November 18, 2009 in Los Angeles, California.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Don't Bother Audrina Patridge When She Is Getting Her Flirt On
";
arnews[4] += "\"The Hills\" star Audrina Patridge doesn't have time for her reality-drama rival Whitney Port - especially when she's flirting with a hot guy.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 17:09:52 GMT";
arnews[4] += "
";
arnews[5]="Have a look: Best dressed ladies from the Hot Hollywood event
";
arnews[5] += "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[5] += "
Publ.Date : Fri, 20 Nov 2009 13:27:01 GMT";
arnews[5] += "
";
arnews[6]="Arrival and party photos for US Weekly's Hot Hollywood event
";
arnews[6] += "Eliza Dushku and Rick Fox [Not at the party? The lovely Eliza Dushku, who left the scene after security wouldn't let her inside the party without the appropriate wristband.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 08:00:04 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("