var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="TV Today - Philadelphia Inquirer
"; arnews[0] += "The Ellen DeGeneres Show (3 p.m., NBC10) - Dwayne Johnson ; Brian Williams; 12-year-old singer Rhap Salazar performs. Oprah Winfrey (4 p.m., 6ABC) - Lisa Ling reports on women, erotica and pornography; former adult film star Jenna Jameson; sex ..."; arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 08:07:00 GMT"; arnews[0] += "
"; arnews[1]="TV Junkie: 'The Prisoner' vs 'V' vs Fellini; 'Pacific' Progressing - Laist.com
"; arnews[1] += "Fellini's \"8 1/2\" on TCM is competing for your eyeballs at 8pm along with lots of other good stuff tonight Tonight's another tough night for picking what to watch: we're going to stick with \"The Prisoner\" to the end (what do you guys think of this ..."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:20:00 GMT"; arnews[1] += "
"; arnews[2]="Christmas comes early to 'Madagascar' - South Coast Today
"; arnews[2] += "The computer-animated gang from a popular film franchise comes to Santa's (Carl Reiner) rescue in \"Merry Madagascar\" (8 p.m., NBC, TV-PG), the very first holiday special of the too-early-to-be-Christmas season. (For the record, Thanksgiving is still ..."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 17:04:00 GMT"; arnews[2] += "
"; totcount = 3; 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("
");document.write("
");