var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Trailer Trio: Unmade Beds, Across The Hall and Slayers
"; arnews[0] += "I'm stepping on Christopher Stipp's toes a little bit here; he's been doing a great job with his column This Week in Trailers on Fridays, but here it's only Tuesday and we've already got a trio of indie clips to show off."; arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 01:51:38 GMT"; arnews[0] += "
"; arnews[1]="The Trailer from Across the Hall
"; arnews[1] += "Here at the Dread Central offices you can hear any number of things reverberating across the halls."; arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 23:22:33 GMT"; arnews[1] += "
"; arnews[2]="TV career heats up with 'Cold Case'
"; arnews[2] += "Lilly and Valens appear in a past episode of \"Cold Case.\" Former Charlottean Erica Anderson is now writing for the show."; arnews[2] += "
Publ.Date : Sat, 14 Nov 2009 22:29:20 GMT"; arnews[2] += "
"; arnews[3]="John Aniston Guest Stars on Cold Case
"; arnews[3] += "Days of Our Lives star John Aniston will guest star on CBS's Cold Case this Sunday, November 1 at 10 p.m. ET, according to a CBS press release."; arnews[3] += "
Publ.Date : Fri, 30 Oct 2009 03:09:24 GMT"; arnews[3] += "
"; arnews[4]="Now Playing
"; arnews[4] += "A thriller about a standoff between a young man, his fiancee and his best friend who comes to his aide."; arnews[4] += "
Publ.Date : Thu, 29 Oct 2009 04:00:00 GMT"; arnews[4] += "
"; arnews[5]="West Branch School Board members hear from CIU director
"; arnews[5] += "Paula Pash as cheerleading volunteer and Mark Russell, Lisa Woods, Jennifer Ferringer and Margaret Phelps as district volunteers."; arnews[5] += "
Publ.Date : Tue, 27 Oct 2009 17:16:43 GMT"; arnews[5] += "
"; arnews[6]="Both ears and the tail for this Carmen
"; arnews[6] += "\"World Passions,\" the collection of four works that Boston Ballet opened at the Opera House last night, was more pleasant than passionate until Kathleen Breen Combes sashayed out as the title character in Jorma Elo's Carmen ."; arnews[6] += "
Publ.Date : Sun, 25 Oct 2009 05:10:26 GMT"; arnews[6] += "
"; arnews[7]="Around the Remote: Chuck Barney's TV Picks for Oct. 11-17
"; arnews[7] += "DON'T MISS: \"30 Rock\" - After pulling off a rare Emmy \"three-peat,\" Tina Fey's hilariously twisted sitcom returns for its fourth season."; arnews[7] += "
Publ.Date : Thu, 08 Oct 2009 22:52:15 GMT"; arnews[7] += "
"; totcount = 8; 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("
");