var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Lee Schneider: Spitting Into The Future
"; arnews[0] += "It's been said that the future will be much like the present, only longer. But knowing the future would change your life."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:39:01 GMT"; arnews[0] += "
"; arnews[1]="from the Trenches Experience binds three actors as they play World War I veterans in MRT's 'Heroes'
"; arnews[1] += "It's all about laughter and male bonding at Merrimack Repertory Theatre these days, as veteran actors Jonathan Hogan, Ron Holgate and Ken Tigar, and their director, Carl Forsman, put the finishing touches on Heroes."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 20:23:12 GMT"; arnews[1] += "
"; arnews[2]="Christmas Belles opens November 27 at AAAA
"; arnews[2] += "The Alexandria Area Arts Association Theatre is proud to present Christmas Belles - \" a hilarious spoof on the traditional, annual church Christmas pageant."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 11:36:13 GMT"; arnews[2] += "
"; arnews[3]="Chicago BBQ is Better than Memphis BBQ
"; arnews[3] += "Memphis barbecue ain't all that. There, I said it. I expected and wanted Memphis barbecue to be the soul shaking, stomach sating, come-to-Jesus occasion everyone says it is."; arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 22:48:08 GMT"; arnews[3] += "
"; arnews[4]="Making movies could be a money maker
"; arnews[4] += "The Lamar County Chamber of Commerce officials were more than pleased with the turnout last week when Lynne Spivey, Ron Holloman and Lee Ellen Benjamin of the Northeast Texas Regional Film Commission came to visit and make their pitch for Paris' participation in promoting Northeast Texas to the growing number of independent filmmakers in Texas."; arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 21:30:37 GMT"; arnews[4] += "
"; arnews[5]="An Analysis Of The Poor State Of Comedy In The UK Today
"; arnews[5] += "Has the comedy scene in the UK really dried up? I'm not too sure where to start with this but let's just say that I'm pissed off."; arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 22:10:56 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("
");