var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Ex
";
arnews[0] += "When career slacker Tom gets fired from his latest job, he packs up his wife Sofia and their newborn kid and trades life in the Big Apple for the calming pleasures of small-town Ohio -- Sherwood Anderson country.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:30:56 GMT";
arnews[0] += "
";
arnews[1]=""Scrubs - The Complete Eighth Season" on DVD
";
arnews[1] += "The doctors at Sacred Heart Hospital administer another hilarious dose of their inimitable medicine in Scrubs: The Complete Eighth Season, coming to DVD on August 25, 2009 and Blu-ray for the first time on November 17, 2009.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:45:50 GMT";
arnews[1] += "
";
arnews[2]="Just because ita s on Twitter, it (still) isna t true
";
arnews[2] += "Earlier this week, the New American Oxford Dictionary announced the addition of social network slang \"unfriend\" to its next edition, vexing armchair vocabulists everywhere.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 14:03:55 GMT";
arnews[2] += "
";
arnews[3]="Thanksgiving in the Big Apple
";
arnews[3] += "Haley Reicher, 14, will not be celebrating Thanksgiving with her family in Piedmont this year.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 19:29:25 GMT";
arnews[3] += "
";
arnews[4]="TV on DVD
";
arnews[4] += "Check out the week's new releases in our latest installment of... TV on DVD! Show : \"Scrubs: The Complete Eighth Season\" Format: Blu-ray What is it? In many ways, the episodes in this collection - which came out on DVD in August, but are only now coming to Blu-ray - represent the true end of this sitcom.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 21:30:00 GMT";
arnews[4] += "
";
arnews[5]="Zach Braff Is a a Foodie,a and a Partner in Mermaid Oyster Bar
";
arnews[5] += "This might be even more random than Kevin Bacon plugging vegan ice cream : Zach Braff shilling for Mermaid Oyster Bar on the PX 11 Morning News.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 20:00:25 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("