var arnews = new Array(6); totcount = 3; rnd = 0; document.title=document.title+ " "; arnews[0]="Daily guide
"; arnews[0] += "Greater Boston Region SVP Steve Hackley talks about the future of cable television and the impact of the economy on the industry."; arnews[0] += "
Publ.Date : Mon, 09 Nov 2009 09:13:02 GMT"; arnews[0] += "
"; arnews[1]="TV best bets: Sun., Nov. 8
"; arnews[1] += "HOTEL FOR DOGS a ' Stray canines get a place to stay, thanks to orphaned siblings who make an abandoned hotel an expanded shelter for as many homeless dogs as they can house there, in this family-oriented comedy based on a Lois Duncan book."; arnews[1] += "
Publ.Date : Sun, 08 Nov 2009 06:56:01 GMT"; arnews[1] += "
"; arnews[2]="Networks offer a Saturday shake-up
"; arnews[2] += "Three networks try something a little different -- on Saturday night, no less, TV's forgotten evening."; arnews[2] += "
Publ.Date : Sun, 08 Nov 2009 06:24:59 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("
");