var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="What to TiVo: Wednesday
"; arnews[0] += "ABC has Charlie Brown Valentine , and is new with The Middle , Modern Family , Cougar Town , and Ugly Betty CBS is new with New Adventures of Old Christine , Gary Unmarried , Criminal Minds , and CSI: NY FOX is new with Human Target and American Idol NBC is new with Mercy , and has repeats of Law & Order: SVU The CW has repeats of Life Unexpected ..."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 07:50:00 GMT"; arnews[0] += "
"; arnews[1]="AFTRA tops pilot season again
"; arnews[1] += "At last month's SAG Awards, Julianna Margulies picked up the best drama series actress trophy for CBS' \"The Good Wife,\" marking the first time in recent history a guild trophy had gone to a performer on an AFTRA-designated broadcast show."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 16:00:00 GMT"; arnews[1] += "
"; arnews[2]="TV Unit's Strength Boosts Disney's Q1 Revenue
"; arnews[2] += "Disney made it a trifecta, reporting better-than-expected quarterly financial results after News Corp."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Disney's first-quarter revenue rises
"; arnews[3] += "Disney made it a trifecta, reporting better-than-expected quarterly financial results after News Corp."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 05:35:55 GMT"; arnews[3] += "
"; arnews[4]="Exclusive: 90210 Star to Guest on Criminal Minds
"; arnews[4] += "Former Beverly Hills, 90210 star Gabrielle Carteris will guest-star in an upcoming episode of Criminal Minds , TVGuide.com has learned exclusively."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 04:33:00 GMT"; arnews[4] += "
"; arnews[5]="Saints march all over the Colts
"; arnews[5] += "As the night settled in on New Orleans - a city that has seen more than its share of dark days - the unthinkable happened."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 01:59:17 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("
");document.write("
");