var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Spread
";
arnews[0] += "Our review of Spread , published November 10th, 2009, is also available. It's a business doing pleasure.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 14:44:12 GMT";
arnews[0] += "
";
arnews[1]="Capsule reviews of new DVD releases
";
arnews[1] += "THE MERRY GENTLEMAN 3 1/2 stars $19.95. 96 mins. A suicidal hit man and an alcoholic detective compete for the affection of a woman escaping an abusive relationship.";
arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 12:49:19 GMT";
arnews[1] += "
";
arnews[2]="SPREAD
";
arnews[2] += "His latest conquest is Samantha , a stunning middle-aged lawyer who gives him more than he's ever had before.";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 09:28:10 GMT";
arnews[2] += "
";
arnews[3]="Video Releases
";
arnews[3] += "Capsule reviews of new DVD releases follow: THE MERRY GENTLEMAN $19.95. 96 minutes.";
arnews[3] += "
Publ.Date : Fri, 13 Nov 2009 05:00:00 GMT";
arnews[3] += "
";
arnews[4]="DVDs, new this week
";
arnews[4] += "WHAT: \"Up\" Rated PG WHO: Voices of Ed Asner, Christopher Plummer, Jordan Nagai, Delroy Lindo, John Ratzenberger, Bob Peterson THE SCOOP: A septuagenarian hitches thousands of balloons to his house in order to visit a South American rainforest, his lifelong dream.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Movies: Home video roundup
";
arnews[5] += "Pick of the week: \"Up\" To those reduced to tears by the opening scenes of Pixar's latest adventure, be warned that knowing what's coming only makes it all more devastating.";
arnews[5] += "
Publ.Date : Thu, 12 Nov 2009 08:14:04 GMT";
arnews[5] += "
";
arnews[6]="'Up,' 'The Ugly Truth' top this week's DVD releases
";
arnews[6] += "Animated characters Russell and Carl Fredricksen are shown in a scene from the film \"Up.\" \"Up,\" Disney/Pixar Home Video, 96 minutes, Rated PG for some peril and action - When Carl Fredrickson is forced to go to a retirement home, he remembers the promise that he made to his wife Ellie decades before.";
arnews[6] += "
Publ.Date : Thu, 12 Nov 2009 06:10:10 GMT";
arnews[6] += "
";
arnews[7]="DVD reviews: 'Up,' 'Spread'
";
arnews[7] += "This week's DVD releases include a stunning animated feature from Disney/Pixar and an intriguing Ashton Kutcher drama that earns its R rating.";
arnews[7] += "
Publ.Date : Wed, 11 Nov 2009 15:25:11 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("