var arnews = new Array(7); totcount = 7; rnd = 0; document.title=document.title+ " "; arnews[0]="Lady Pioneers Earn Win Over King College
"; arnews[0] += "Tusculum opened its season with a strong 88-65 win at home Monday night over King, but the Lady Pioneers had to work for it."; arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 17:27:38 GMT"; arnews[0] += "
"; arnews[1]="Parenting: Stopping the back talk
"; arnews[1] += "The other night I walked into the kitchen, where my 13-year-old daughter was hunched over her geometry book."; arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Shorter Chorale to perform Nov. 14
"; arnews[2] += "The Shorter Chorale, widely regarded as one of America's finest collegiate choral ensembles, will perform a concert on Nov."; arnews[2] += "
Publ.Date : Thu, 12 Nov 2009 18:59:33 GMT"; arnews[2] += "
"; arnews[3]="Shorter Chorale to perform concert Saturday
"; arnews[3] += "The Shorter Chorale will perform a concert titled a oeLonging: In Anticipation of Things Yet to Comea at 7:30 p.m. Saturday, Nov."; arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 21:22:19 GMT"; arnews[3] += "
"; arnews[4]="Ernestine Henry
"; arnews[4] += "Ernestine Henry, a resident of South Fulton, died Nov. 4, at Parkway Regional Hospital in Fulton."; arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 19:34:56 GMT"; arnews[4] += "
"; arnews[5]="Why were port authority board minutes altered?
"; arnews[5] += "At the Toronto Port Authority, life appears to reinvent itself. Who was chair of the federal public agency's board in 2008? Were directors going at each other tooth and nail? Or was the board gliding along under current chair Mark McQueen? Depends on which set of minutes you read."; arnews[5] += "
Publ.Date : Fri, 06 Nov 2009 12:30:00 GMT"; arnews[5] += "
"; arnews[6]="Nannie L. Cymek
"; arnews[6] += "BERLIN -- Nannie L. Cymek, 95, of Berlin, and formerly of Towson, Md., died peacefully on Sunday, Nov."; arnews[6] += "
Publ.Date : Wed, 04 Nov 2009 08:00:00 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("
");