var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="LookingBack Nov. 22
"; arnews[0] += "In the fall of 1621, the Pilgrims, early settlers of Plymouth Colony, held a three-day feast to celebrate a bountiful harvest, an event many regard as the nation's first Thanksgiving."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:38:59 GMT"; arnews[0] += "
"; arnews[1]="Boozy Augusten Burroughs spins tales of Christmas cheer
"; arnews[1] += "Even among high-functioning alcoholics, Augusten Burroughs is an acquired taste."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:36:50 GMT"; arnews[1] += "
"; arnews[2]="TV's fall season on broadcast networks has sent mixed signals
"; arnews[2] += "Gauging the fall TV season's success as we head into winter and the holidays is an exercise that reveals as much about you as it does about the state of television."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:17:34 GMT"; arnews[2] += "
"; arnews[3]="Watch this
"; arnews[3] += "The stars of the Broadway shows \"Billy Elliot,\" \"Bye Bye Birdie,\" \"Hair\" and \"Shrek\" perform."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 05:25:26 GMT"; arnews[3] += "
"; arnews[4]="TV Tidbits: Creasey family got a lot more than just a new house
"; arnews[4] += "The Creasey family didn't just get a new house in Extreme Makeover: Home Edition -- they were also showered with gifts from local businesses."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 05:00:00 GMT"; arnews[4] += "
"; arnews[5]="As Simi Valley dad revives comedy career, daughter is following him to footlights
"; arnews[5] += "Comedian Mike Guido paced in back of the Valencia comedy club after completing his monologue, then introducing 10-year-old Ariana to a crowd of about 50 diners."; arnews[5] += "
Publ.Date : Sat, 21 Nov 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("
");document.write("
");