var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Ashland braces for another foot of snow
"; arnews[0] += "HANOVER, VA It's not quite out with the old, in with the new in Ashland tonight."; arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 05:52:55 GMT"; arnews[0] += "
"; arnews[1]="Housebroken
"; arnews[1] += "Housebroken is a brutally dreadful film. Housebroken is a brutally dreadful film that runs about 91 minutes."; arnews[1] += "
Publ.Date : Wed, 27 Jan 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Acting for Their Supper: Top Five Musicians-as-Actors Appearances & 'The Book of Eli'
"; arnews[2] += "TOM WAITS IS so disturbingly believable at being, well, disturbing that it's hard to imagine the musician as a normal person, a dude that doesn't wear fedoras on a daily basis or create hauntingly morose music about loss and loneliness."; arnews[2] += "
Publ.Date : Thu, 14 Jan 2010 23:07:21 GMT"; arnews[2] += "
"; arnews[3]="Tonight's TV Hot List: Friday, Dec. 18, 2009
"; arnews[3] += "Dollhouse 8/7c Fox As evidenced by December's first two Dollhouse double shots, Joss Whedon's take on the ultimate identity theft is hitting on all cylinders."; arnews[3] += "
Publ.Date : Fri, 18 Dec 2009 15:18:54 GMT"; arnews[3] += "
"; arnews[4]="Tonight's TV Hot List: Wednesday, Nov. 11, 2009
"; arnews[4] += "Criminal Minds 9/8c CBS Gavin Rossdale is better known as a musician than an actor, but he gets to meld the two professions when he guest stars as a rock star in this episode."; arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 14:29:37 GMT"; arnews[4] += "
"; arnews[5]="Wedding Singer, The
"; arnews[5] += "There are few movies that capture audiences right from the start. There are also few movies that contain captivating performances."; arnews[5] += "
Publ.Date : Wed, 07 Oct 2009 20:55:05 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("
");