var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="When Levi Met La Toya - US Weekly Celebrates 'Hot Hollywood 2009'
";
arnews[0] += "NOVEMBER 18: Singer Adam Lambert arrives at the Us Weekly Hot Hollywood Event at Voyeur on November 18, 2009 in Los Angeles, California.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 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 : Fri, 20 Nov 2009 06:33:04 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]="Lyceum preview: Familiar but different, "It's a Wonderful Life: A...
";
arnews[3] += "Christmas is not far off, and for many that means its time for annual viewings of the holiday classic, \"It's a Wonderful Life.\" This year, fans of the film starring Jimmy Stewart and Donna Reed can get a jump on the tradition by taking in a show at the Arrow Rock Lyceum, where \"It's A Wonderful Life: A Live Radio Play\" will open Saturday, Nov.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 05:39:14 GMT";
arnews[3] += "
";
arnews[4]="Mario Lopez Crushing On Kate Gosselin?
";
arnews[4] += "\"Call me, Kate!\" File this under \"Unlikely Couples.\" We hear Mario Lopez has the hots for the Original Reality Octomom, Kate Gosselin! According to a scoop featured in the Nov.";
arnews[4] += "
Publ.Date : Fri, 13 Nov 2009 02:32:16 GMT";
arnews[4] += "
";
arnews[5]="Autumn: No Easy Task for Queen's Plate Winner
";
arnews[5] += "14. Twelve are entered in the 103rd renewel of the Autumn, a 1 1/16-mile event to be contested on the Toronto oval's Polytrack as the eighth race on the program.";
arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 23:59:08 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("