var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Dish Of Salt: Friday TV Round-Up
"; arnews[0] += "Access Hollywood's Geek Squad meet Katee 'Starbuck' Sackhoff! CBS Getty Images Jennifer Lopez performs onstage during the 2009 American Music Awards rehearsals held at Nokia Theatre L.A. Live on November 19, 2009 in Los Angeles, California HBO Larry David, Jerry Seinfeld, Michael Richards, Julia Louis-Dreyfus and Jason Alexander on 'Curb Your ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:06:31 GMT"; arnews[0] += "
"; arnews[1]="full article
"; arnews[1] += "Two Tivos To Paradise 11.20.09: A Nearly New Moon-Free Look At The Week In Television Posted by Al Norton on 11.20.2009 Lost & Chuck get premiere dates, Smallville's movie event, ABC gives Charlie's Angels a reboot, The CW gives Vampire Diaries a full week of primetime , a guide to Thanksgiving day programming, more raves for Curb Your Enthusiasm , ..."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 10:33:05 GMT"; arnews[1] += "
"; arnews[2]="A retooled 'Charlie's Angels' may be heading to ABC
"; arnews[2] += "Back in the '70s, Charlie's Angels was heavensent. It boosted ABC's ratings, made stars of Farrah Fawcett, Kate Jackson and Jaclyn Smith, and spawned the term \"jigglevision.\" But can another televised Angels take flight? Drew Barrymore seems to think so."; arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="Katee Sackhoff Makes A a Big Banga
"; arnews[3] += "NEXT Comic-Con 2009: 'Big Bang Theory' Cast Talk Season 3 2009 Emmys Red Carpet: Jim Parsons - How Does 'Steve Carell Know Who I Am'? PREV NEXT Clint Eastwood and Chris Pine on the cover of December 2009's GQ Johnny Depp on the cover of People's 2009 'Sexiest Man Alive' issue Alec Baldwin poses with his Emmy award for best actor in a comedy series ..."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 13:50:31 GMT"; arnews[3] += "
"; arnews[4]="Sweeps dont appear as sweeping success this year
"; arnews[4] += "\"NCIS\" forensic scientist Abby crosses over to spin-off series \"NCIS: Los Angeles\" for Tuesday's episode at 9 p.m. on CBS."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 06:16:43 GMT"; arnews[4] += "
"; totcount = 5; 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("
");