var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Orange, CRHS on hold
"; arnews[0] += "All Orange High and Cedar Ridge athletic events planned for Friday and Saturday were postponed, due to the inclement weather this weekend."; arnews[0] += "
Publ.Date : Sun, 31 Jan 2010 09:04:04 GMT"; arnews[0] += "
"; arnews[1]="Whitmore
"; arnews[1] += "Teneille Smith of Potterville announces the birth of twin daughters Hailyana Nevaeh and Ariyana Heaven."; arnews[1] += "
Publ.Date : Fri, 29 Jan 2010 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Looking Back
"; arnews[2] += "Adair County Sheriffs continued from last week: James William Hurt, son of former sheriff Young E. Hurt, was elected in August 1892; Robert A. Blair in 1894; J.W. Hurt again in 1897 for four years."; arnews[2] += "
Publ.Date : Thu, 28 Jan 2010 22:07:04 GMT"; arnews[2] += "
"; arnews[3]="With Necrosis and Megapiranha scheduled for release, 2010 is the year for Tiffany in Cult DVD Horror
"; arnews[3] += "Tiffany, internationally known for her famous pop songs of the 80's will also be known as the star of two DVD Independent horror films."; arnews[3] += "
Publ.Date : Mon, 25 Jan 2010 22:08:38 GMT"; arnews[3] += "
"; arnews[4]="The Screening Room and the Arizona Underground announce an impressive slate of films for February
"; arnews[4] += "One of Tucson's hidden gems, The Screening Room, in conjunction with David Pike and The Arizona Underground Film Festival and Features Selection program, have announced an impressive February slate of films."; arnews[4] += "
Publ.Date : Thu, 14 Jan 2010 08:00:00 GMT"; arnews[4] += "
"; arnews[5]="With Necrosis and Megapiranha scheduled for release, 2010 is the year ...
"; arnews[5] += "The first one, a psychological horror film titled 'Necrosis', releases on April 20th from horror label BrinkDVD and the other Indie horror film 'Megapiranha' from The Asylum, which releases on April 27th.The Necrosis cast are no strangers to the horror genre."; arnews[5] += "
Publ.Date : Fri, 22 Jan 2010 08: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("
");