var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New on DVD: It's all about relationships
";
arnews[0] += "Four Midwestern couples embark on a journey to a tropical island resort. While one of the couples is there to work on their marriage, the other three set out to enjoy some fun in the sun.";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 17:55:00 GMT";
arnews[0] += "
";
arnews[1]="New on DVD: 'A Serious Man,' 'The Time Traveler's Wife,' 'Couples Retreat'
";
arnews[1] += "A star-studded cast brings hilarity to 'Couples Retreat.' It would be tough to find a broader range of releases than the ones we've got this week.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 19:44:39 GMT";
arnews[1] += "
";
arnews[2]="Births February 7, 2010
";
arnews[2] += "ARCHER, Tyler Marie, daughter, was born Jan. 27 to Kathi and Rob Archer of Leesburg.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 11:16:21 GMT";
arnews[2] += "
";
arnews[3]="Varietya s Power Of Youth & FanLaLa.com Fight To Aid Haiti
";
arnews[3] += "Young stars, including Jesse McCartney, Corbin Bleu and more, join together with Variety to rally the youth of America to help give whatever aid they can to earthquake survivors in Haiti.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 21:19:19 GMT";
arnews[3] += "
";
arnews[4]="Friday Morning Bonanza
";
arnews[4] += "Grammy TV spot lifts 'Idiot' [ HP ] Ladies and Gentlemen... Green Day! by Cara Joy David [ NYP ] PAGE SIX David Brown, who co-produced \"Jaws,\" \"The Sting\" and \"Cocoon,\" was remembered yesterday at the Frank E. Campbell Funeral Home as a man who loved women.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 13:35:27 GMT";
arnews[4] += "
";
arnews[5]="The Week Ahead: Feb. 5-11
";
arnews[5] += "This is a royal WEEK AHEAD. Start off with the kings of the Great American Songbooka continue with an all-star nod to the queen of the stage, Angela Lansburya finally, join Wynton Marsalis as he pays homage to the Count.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 11:56:20 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("