var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Hollywood casts wide shadow on Bay State
"; arnews[0] += "Local movie studio development may be struggling and film-industry tax credits remain controversial, but for those in the casting business, the story of film in Beantown remains a feel-good blockbuster."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 05:22:01 GMT"; arnews[0] += "
"; arnews[1]="Fat Guys at the Movies Ep. 141 - Big Fat Moon
"; arnews[1] += "On This Week's Show: Neil squeals about Team Jacob in his review of the highly anticipated The Twilight Saga: New Moon while Kevin struts around the Magical Studio in the Sky with no shirt on, desperately hoping people will mistake him for Taylor Lautner."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 16:07:01 GMT"; arnews[1] += "
"; arnews[2]="Date book
"; arnews[2] += "Jim Nabors is back with 'A Merry Christmas with Friends and Nabors.' This is his first holiday show since 2006."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="TV Watch: 'The Office' recap: You're not the boss of me
"; arnews[3] += "A limo ride, a recycling mythical beast-turned-robot, a former senator, and a serious lack of line-management skills: \"Shareholders Meeting\" brought us back to the nitty gritty of actual corporate life, and it wasn't pretty."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 05:40:00 GMT"; arnews[3] += "
"; arnews[4]="Comedy show proves successful
"; arnews[4] += "The Drexel University Campus Activity Board hosted their 10th annual comedy show at the auditorium of the Main Building Friday Nov."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 12:32:01 GMT"; arnews[4] += "
"; arnews[5]="Editor's Picks
"; arnews[5] += "Following tonight's celebration in honor of Chai's Island Bistro's 10th and Singha Thai's 20th anniversaries, the party continues at Aloha Tower Marketplace as photographer Russell Tanoue marks 20 years of taking pictures in Honolulu."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 11:30:00 GMT"; arnews[5] += "
"; arnews[6]="Laugh Factory Thanksgiving Dinner
"; arnews[6] += "If there's anything the venerable Laugh Factory can lay claim to besides a storied history of comedy, it's goodwill toward men."; arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 09:58:17 GMT"; arnews[6] += "
"; totcount = 7; 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("
");