var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="NORM: Caesars shows off some sexy looks
";
arnews[0] += "French hunk Gilles Marini had 'em swooning during his photo shoot at Caesars Palace for People Magazine's \"Sexiest Man Alive\" issue.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 12:07:41 GMT";
arnews[0] += "
";
arnews[1]="Movie Guide
";
arnews[1] += "Palace 2012 158 minutes Not reviewed PG-13 for some violence John Cusack, Chiwetel Ejiofor, Amanda Peet An epic adventure about a global cataclysm and its remaining survivors.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="What's Playing
";
arnews[2] += "Justin Bartha and Eva Amurri star in \"New York, I Love You,\" a collaboration of storytelling from some of today's most imaginative filmmakers.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 03:06:00 GMT";
arnews[2] += "
";
arnews[3]="Johnny Depp Named Sexiest Man Alive - for Second Time
";
arnews[3] += "For just the third time ever, there is a two-time winner of People Magazine's Sexiest Man Alive award.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 18:36:50 GMT";
arnews[3] += "
";
arnews[4]="Peoplea s Sexiest Man Alive a 09 is surprise pick
";
arnews[4] += "Take a look back at the magazine's most iconic covers, from the death of John Lennon to the election of President Barack Obama.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 14:59:13 GMT";
arnews[4] += "
";
arnews[5]=""New York, I Love You"
";
arnews[5] += "Tuesday, 17 November 2009 [Language and sexual content.] - Numerous filmmakers direct a series of eclectic vignettes that pay tribute to the Big Apple in this entertaining, star-dotted but uneven film that follows various couples, including a Hassidic diamond dealer negotiating prices with an Indian Jewish buyer before her wedding, two pickpockets ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 02:32:27 GMT";
arnews[5] += "
";
arnews[6]="Can we find love on The Rebound?
";
arnews[6] += "The Rebound explores a new angle to the romantic comedy starring Catherine Zeta Jones in one of her less glamorous roles.";
arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 07:01:25 GMT";
arnews[6] += "
";
arnews[7]="Comments
";
arnews[7] += "Archival still of U.S. Air Force fighter pilot on his P.51 B Mustang. HISTORY's new series WWII in HD premieres Sunday, November 15th at 9pm ET.";
arnews[7] += "
Publ.Date : Sun, 15 Nov 2009 12:50:15 GMT";
arnews[7] += "
";
arnews[8]=""WWII in HD" series, by Lou Reda Productions of Easton, debuts on TV's History channel
";
arnews[8] += "When most people think of World War II, they imagine a bleak, black-and-white version of the battles.";
arnews[8] += "
Publ.Date : Sun, 15 Nov 2009 12:43:10 GMT";
arnews[8] += "
";
totcount = 9;
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("