var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TV best bets: Wed., Jan. 27
";
arnews[0] += "BLOW a ' Director Ted Demme's fact-inspired 2001 drama boasts a performance by Johnny Depp as George Jung, a liaison between Colombian drug dealers and U.S. buyers during the 1970s.";
arnews[0] += "
Publ.Date : Wed, 27 Jan 2010 11:00:26 GMT";
arnews[0] += "
";
arnews[1]="Wednesday's TV Highlights: Alan Alda has his head examined on 'The Human Spark'
";
arnews[1] += "GRAY MATTER: 'The Human Spark' uses high-tech imaging techniques provide a glimpse inside the head of host Alan Alda at 8 p.m. on KCET.";
arnews[1] += "
Publ.Date : Wed, 20 Jan 2010 05:40:02 GMT";
arnews[1] += "
";
arnews[2]="TV Today
";
arnews[2] += "Oprah explores what marriage means to people around the world. The New Adventures of Old Christine - Christine gets a reaction that is very different from what she had expected when she tells Max , her therapist, that she is in love with him in the new episode \"A Whale of a Tale.\" Clark Gregg, Hamish Linklater, Tricia O'Kelley and Alex Kapp Horner ...";
arnews[2] += "
Publ.Date : Wed, 13 Jan 2010 07:34:58 GMT";
arnews[2] += "
";
arnews[3]="Roger Catlin: New Year's Eve: Rockin' and Otherwise
";
arnews[3] += "Save your money and pick your poison for witnessing the end of 2009. \"Dick Clark's New Year's Rockin' Eve with Ryan Seacrest 2010\" returns to Times Square with the impending \"American Idol\" host and the old man, still showing signs from a stroke several years back.";
arnews[3] += "
Publ.Date : Thu, 31 Dec 2009 18:28:09 GMT";
arnews[3] += "
";
arnews[4]="Daily television guide
";
arnews[4] += "Chat 11 a.m. Courtney Hollands on upcoming events. Chat noon Psychic Joanne Gerber on New Year's resolutions and regrets.";
arnews[4] += "
Publ.Date : Thu, 31 Dec 2009 10:55:05 GMT";
arnews[4] += "
";
arnews[5]="Shauna Lyon: Off-Broadway Theatre
";
arnews[5] += "This year, Off Broadway theatre yielded myriad pleasures, as well as some pain, from reconceived classics to star-driven spectacles to truly heart-wrenching dramas to elaborately offbeat displays of inventiveness.";
arnews[5] += "
Publ.Date : Fri, 18 Dec 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("