var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Holiday TV promises old, new offerings
";
arnews[0] += "Christmas is still weeks away, but if you turn on your TV, you'd think it was already Christmas Eve.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:39:03 GMT";
arnews[0] += "
";
arnews[1]="When Levi Met La Toya - US Weekly Celebrates 'Hot Hollywood 2009'
";
arnews[1] += "NOVEMBER 18: Singer Adam Lambert arrives at the Us Weekly Hot Hollywood Event at Voyeur on November 18, 2009 in Los Angeles, California.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Melissa Joan Hart a Dancinga Blog: a a Exhausted!a
";
arnews[2] += "Louie Vito & Melissa Joan Hart Leave 'Dancing' ABC Mark Ballas and Melissa Joan Hart show off their waltz on Week 6 of 'Dancing' ABC Mark Ballas dips Melissa Joan Hart on Week 5 of 'Dancing' ABC ABC It's Charleston time - Melissa Joan Hart and Mark Ballas on Week 4 of 'Dancing' hottest galleries more galleries FIRST PUBLISHED: November 20, 2009 ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 21:52:39 GMT";
arnews[2] += "
";
arnews[3]="Scene & Herd: Pop Tarts' Celebrity Sightings
";
arnews[3] += "Lauren Bosworth and Stephanie Pratt artying up a storm at Maxim & Ubisoft Assassin'sA Creed 2 Launch at Voyeur in West Hollywood last Wednesday Kid Rock hanging out last Monday afternoon at country music's most famous honky-tonk, Tootsie's Orchid Lounge in Nashville.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 20:46:08 GMT";
arnews[3] += "
";
arnews[4]="Audrina Patridge Scores New Boyfriend
";
arnews[4] += "We don't know what's more messed up about this - \" that somebody is attracted to Audrina Patridge, or that he's a 27-year old playing a high school junior on TV.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 14:37:00 GMT";
arnews[4] += "
";
arnews[5]="Us Weekly Hot Hollywood 2009 Party Honors All Kinds Of Hotties
";
arnews[5] += "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[5] += "
Publ.Date : Thu, 19 Nov 2009 17:59:18 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("