var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Valentine's weekend at The Kate: complete CT Film Festival schedule
";
arnews[0] += "CT Film Festival reception following a film screening. The Connecticut Film Festival is hosting a Valentines Weekend event at the Katharine Hepburn Cultural Arts Center in Old Saybrook.";
arnews[0] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="DVD Alternatives to This Weekend's Theatrical Offerings
";
arnews[1] += "We know how it is: You'd like to go to the movies this weekend, except you're busy writing long, flowery letters to the love of your life, who's on the other side of the planet somewhere where there's no Internet access.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 20:42:00 GMT";
arnews[1] += "
";
arnews[2]="Home movies
";
arnews[2] += "Zombieland An almost simple-minded movie, Zombieland is elevated by warm empathy-grabbing performances and macabre humor.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 08:27:52 GMT";
arnews[2] += "
";
arnews[3]="'Dear John' follows rules of romance to the letter
";
arnews[3] += "Not all \"Dear John\" letters are kiss-offs. Some of them are kissy kissy, especially when they are the central force in a Nicholas Sparks plot.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 06:33:24 GMT";
arnews[3] += "
";
arnews[4]="New York, I Love You
";
arnews[4] += "Our review of New York, I Love You , published February 2nd, 2010, is also available.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 16:25:18 GMT";
arnews[4] += "
";
arnews[5]="Zombies make life difficult for those who didn't change
";
arnews[5] += "Zombieland : Woody Harrelson and Jesse Eisenberg star in this inventive and occasionally gory horror-comedy about the survivors of a zombie plague who go on a cross-country trip trying to find a safe haven.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 22:09:00 GMT";
arnews[5] += "
";
arnews[6]="Review: 'Amelia' takes flight on DVD and Blu-ray
";
arnews[6] += "'AMELIA,\" a biopic about the world's most famous female pilot on DVD and Blu-ray, Amelia Earhart, seems almost a throwback to another era of filmmaking.";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 03:21:31 GMT";
arnews[6] += "
";
arnews[7]="Can Nicholas Sparks make you cry again with Dear John?
";
arnews[7] += "Dear John opens Friday throughout the Triangle For all their schmaltzy underpinning, two things have always buoyed the movie adaptations of novels by New Bern-based author Nicholas Sparks.";
arnews[7] += "
Publ.Date : Wed, 03 Feb 2010 23:27:53 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("