var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'New Adventures of Old Christine' ready for its touch-up
";
arnews[0] += "It's another new day for Old Christine. We're eight episodes into the fifth season of The New Adventures of Old Christine , and it's clear the show is undergoing some creative rehab, shifting characters and shaking up relationships.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 01:41:48 GMT";
arnews[0] += "
";
arnews[1]="On Tonight: 'Glass House,' 'Chef Academy': Roger Catlin | TV Eye
";
arnews[1] += "The compelling new documentary, \"The Glass House\" looks at a halfway house for troubled young Iranian women funded and run by an expatriate named Marjaneh Halati.";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 13:35:57 GMT";
arnews[1] += "
";
arnews[2]="The New Adventures of Old Christine
";
arnews[2] += "Christine Campbell has a busy life - after all, she's prone to taking NyQuil to get to sleep and leaving voicemail messages to herself in the middle of the night.";
arnews[2] += "
Publ.Date : Sun, 25 Oct 2009 21:53:20 GMT";
arnews[2] += "
";
arnews[3]="Tonigiht's TV Hot List: Friday, Oct. 23, 2009
";
arnews[3] += "White Collar 10/9c USA The cable net has found a new odd couple in Neal Caffrey and Peter Burke .";
arnews[3] += "
Publ.Date : Fri, 23 Oct 2009 15:00:00 GMT";
arnews[3] += "
";
arnews[4]="'White Collar' is Friday night's must-see television show
";
arnews[4] += "TONIGHT'S MUST-SEE: 'White Collar' debut, 9-10:30 p.m., USA. Peter , a federal agent, is quite smart and attractive ... until you compare him to Neal.";
arnews[4] += "
Publ.Date : Fri, 23 Oct 2009 12:16:11 GMT";
arnews[4] += "
";
arnews[5]="What's on TV tonight?
";
arnews[5] += "White Collar debut, 10-11:30 p.m., USA. Peter , a federal agent, is quite smart and attractive ... until you compare him to Neal.";
arnews[5] += "
Publ.Date : Fri, 23 Oct 2009 07: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("