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 ... - Cleveland Plain Dealer
";
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. They haul out the carefully stored old favorites and try to place them where ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 05:10:00 GMT";
arnews[0] += "
";
arnews[1]="Park Information - Mickey News
";
arnews[1] += "This is where you will find information on all of the Disney theme parks. Don’t plan your next trip to Disneyland without Mickey News Travel. You can get great prices on Disneyland tickets and hotel accomadations around the resort. Mickey News ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 06:27:00 GMT";
arnews[1] += "
";
arnews[2]="Web's Best: The Habits Of Happy Couples - YourTango
";
arnews[2] += "It's Friday and Thanksgiving (T-Gives to our editor Genevieve) is right around the corner. You need a chance to put your work on the side-burner for a second and learn a thing or three about love and relationships. According to the bros at Asylum ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 15:56:00 GMT";
arnews[2] += "
";
arnews[3]="Scrubs - TVShowsOnDVD.com
";
arnews[3] += "Dorian (Zach Braff) has survived his internship and become attending physician while Dr. Cox (John C. McGinley) has been kicked upstairs. Along with his best friends and colleagues Turk (Donald Faison), Elliot (Sarah Chalke) and Carla (Judy Reyes), J ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:20:00 GMT";
arnews[3] += "
";
arnews[4]="7 Sexy Hospital Shows Will Be On TV Next Season—Enough Already? - The Frisky
";
arnews[4] += "Honestly, I’m not sure this is the best move for Hayden. Prime time seems stacked full of shows where doctors and nurses canoodle and have sex with each other in supply closets, on operating tables, in ambulances, and even in their own homes. On ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 15:50:00 GMT";
arnews[4] += "
";
arnews[5]="TV on DVD - MetroMix
";
arnews[5] += "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. For starters, stars Zach Braff and Sarah Chalke will only appear in half of the ...";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 23:53: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("