var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="Braves have past and future with awards
"; arnews[0] += "During the 1990s, it became easy to predict that a Braves pitcher would capture the National League's Cy Young Award."; arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT"; arnews[0] += "
"; arnews[1]="Anna B. Kidd
"; arnews[1] += "ANDERSON - Anna B. Kidd passed away Saturday, November 14, 2009 at St. John's Hospital in Anderson, with her husband at her side."; arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Indianapolis LGBT Film Festival events
"; arnews[2] += "From last year's Indianapolis LGBT Film Festival, \"Save Me\": Chad Allen and Robert Gant portray gay men at a Christian center that seeks to \"cure\" them."; arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 00:22:49 GMT"; arnews[2] += "
"; arnews[3]="Harris helps 7A Mustangs down Rams
"; arnews[3] += "Dominique Harris scored two touchdowns Tuesday to help the Nolan 7A Mustangs defeat the Manor Rams 38-14 at Manor."; arnews[3] += "
Publ.Date : Sat, 07 Nov 2009 08:00:00 GMT"; arnews[3] += "
"; arnews[4]="Get Crpyhy's Jimmy 2 Times and Plain Ole' Bill get iPod 'jacked
"; arnews[4] += "Hijacking a DJ's iPod is kind of like putting shampoo in Robert Pattinson's shower -- an instant vulnerability occurs and near-tangible tension fills the air."; arnews[4] += "
Publ.Date : Fri, 06 Nov 2009 23:51:34 GMT"; arnews[4] += "
"; arnews[5]="Velma Marie Glass
"; arnews[5] += "Velma Marie Glass, 94, of Scottsboro, passed away on Wednesday, October 28, 2009, at her home."; arnews[5] += "
Publ.Date : Fri, 30 Oct 2009 16:02:40 GMT"; arnews[5] += "
"; arnews[6]="Upcoming events: Gifts from Lambs
"; arnews[6] += "The Lambs Farm holiday gift catalog offers a wide variety of gifts and proceeds from each purchase help support Lambs Farm's mission to empower individuals with developmental disabilities."; arnews[6] += "
Publ.Date : Thu, 05 Nov 2009 10:08:55 GMT"; arnews[6] += "
"; arnews[7]="Art Review: 'From Their Studios'
"; arnews[7] += "Teachable Exhibit Stanford art profs show off their diverse visual strategies in'From Their Studios' at Cantor Arts Center By Michael S. Gant JESUS, barefoot and with a lamp protectively cradled in his arm, strides in close formation with Abe Lincoln in a stove-pipe hat and Julie Andrews in her Sound of Music dirndl, looking ready to break into ..."; arnews[7] += "
Publ.Date : Thu, 05 Nov 2009 03:20:13 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("
");