var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Holiday Movie Preview
";
arnews[0] += "In Hollywood, the holidays are a time for re-gifting. So Sherlock Holmes is repurposed in gleaming new wrapping paper.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 09:00:00 GMT";
arnews[0] += "
";
arnews[1]="A flood of holiday movies on the way
";
arnews[1] += "Time for that beloved annual question: Which comes earlier, holiday decorations at the department stores or Hollywood's declaration that the Christmas movie season has begun? Close call.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:35:25 GMT";
arnews[1] += "
";
arnews[2]="Artie Lange and Olivia Munn named best guests on Jimmy Fallon
";
arnews[2] += "Artie Lange and Olivia Munn named best guests on Jimmy Fallon Howard Stern Show tragic clown Artie Lange has come in at number one on the list of greatest guests on Late Night with Jimmy Fallon , sharing the honor with model/actress Olivia Munn who appeared on the same episode.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Is Playboy's bunny the key to its revival?
";
arnews[3] += "Playboy spent 56 years making sure that the world would know it by the sign of its bunny ears.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Forbes Ranks Hollywood's Top 10 Overpaid Actors
";
arnews[4] += "Nov 21st 2009 at 7:02PM Forbes loves lists, and this is a great one if you love to resent actors' huge paychecks -- the Top 10 Overpaid Actors , that is, actors who cost more than their box office worth.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 00:02:00 GMT";
arnews[4] += "
";
arnews[5]="Everybody's Fine
";
arnews[5] += "Robert De Niro , Drew Barrymore , Kate Beckinsale , Sam Rockwell Genre: Comedy, Drama MPAA Rating: PG-13 Official Website: Not Available Review: Not Available DVD Review: Not Available DVD: Not Available Movie Poster: Not Available Production Stills: View here Plot Summary: \"Everybody's Fine,\" a remake of Giuseppe Tornatore's \"Stanno Tutti Bene,\" ...";
arnews[5] += "
Publ.Date : Sat, 11 Apr 2009 07:00:00 GMT";
arnews[5] += "
";
arnews[6]="Will Farrell tops list of overpaid stars
";
arnews[6] += "Will Ferrell tops Forbes magazine's list of the Most Overpaid Stars in Hollywood.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 12:37:34 GMT";
arnews[6] += "
";
arnews[7]="Derby girls let good times roll
";
arnews[7] += "When jazz musician George Benson performed at the Masonic Temple recently, a less sedate form of entertainment unfurled several floors above.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 11:29:19 GMT";
arnews[7] += "
";
totcount = 8;
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("