var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Holiday TV Guide: Three 'Christmas Carols,' two showings of 'Grinch, and much more
";
arnews[0] += "The Grinch and his pal Max are back for another seasonal run of \"How The Grinch Stole Christmas.\" Television programmers decorate for the holidays much the same as we do.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:31:11 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]="TV on DVD
";
arnews[2] += "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[2] += "
Publ.Date : Mon, 16 Nov 2009 21:30:00 GMT";
arnews[2] += "
";
arnews[3]="Elliot / Sarah Chalke
";
arnews[3] += "ELLIOT REID As the daughter of a prominent Connecticut doctor, Dr. Elliot Reid grew up in a wealthy household but she never got the love from her parents that she needed.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 17:04:21 GMT";
arnews[3] += "
";
arnews[4]="Broad Chalke School excels at coffee morning
";
arnews[4] += "WHEN it comes to charity fundraising, Broad Chalke School is in a class of its own.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 14:41:11 GMT";
arnews[4] += "
";
arnews[5]="TV to DVD & Blu-Ray: November 17, 2009
";
arnews[5] += "The doctors at Sacred Heart Hospital administer another hilarious dose of their inimitable medicine in \"Scrubs: The Complete Eighth Season,\" now on Blu-ray. The long-running show's trademark surrealistic humor reaches a fever pitch in these 19 episodes, including the hysterical and heart-warming two-part season finale.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 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("