var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Fall under Dracula's spell
"; arnews[0] += "The Playhouse will bring the classic Gothic drama, \"Dracula,\" to the Boykin Center stage Nov."; arnews[0] += "
Publ.Date : Wed, 11 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Casting Call: Martha Plimpton, 'HSM' alum give FOX 'Hope'; ABC Family adds to 'Liars'
"; arnews[1] += "FOX's pilot \"Keep Hope Alive\" has added three actors. The network has tapped newcomer Lucas Neff, Martha Plimpton and \"High School Musical\" actress Olesya Rulin in its latest comedy pilot from \"My Name Is Earl\" creator Greg Garcia, according to The Hollywood Reporter."; arnews[1] += "
Publ.Date : Fri, 13 Nov 2009 02:33:18 GMT"; arnews[1] += "
"; arnews[2]="Obituaries for Nov. 12-19, 2009
"; arnews[2] += "Martha Jane Johnson Anderson Sparkman, 73 of Franklin, died on Nov. 11, 2009. She was a member of Leiper's Fork Primitive Baptist Church."; arnews[2] += "
Publ.Date : Sat, 12 Nov 2005 08:00:00 GMT"; arnews[2] += "
"; arnews[3]="La Boheme - The Cock Tavern Theatre
"; arnews[3] += "OperaUpClose is presenting Robin Norton-Hale's new translation of Puccinia s La Boheme at The Cock Tavern Theatre - from December 8, 2009 to January 23, 2010."; arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 14:54:01 GMT"; arnews[3] += "
"; arnews[4]="Fall under Dracula's spell
"; arnews[4] += "The Playhouse will bring the classic Gothic drama, \"Dracula,\" to the Boykin Center stage Nov."; arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="ABC Family fills comedy, 'Liars' roles
"; arnews[5] += "Scott Cohen and Stephanie Childers Scott Cohen and Stephanie Childers have been tapped to star in ABC Family's untitled Michael Jacobs comedy pilot."; arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 16: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("
");