var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Out and about this weekend?
"; arnews[0] += "A view from inside one of the homes on the Central City Opera's L'Esprit de Noel Holiday Home Tour."; arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:52:49 GMT"; arnews[0] += "
"; arnews[1]="Friday, November 20, 2009
"; arnews[1] += "Carol B. Sparks Lewis Boyd 1947-2009 MOREHEAD - Carol B. Sparks Lewis Boyd, age 62, of Andrew Boyd Lane, Morehead, Kentucky, went home to be with God, her Savior, on Wednesday, November 18, 2009, after her second brave battle with breast cancer."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 21:06:03 GMT"; arnews[1] += "
"; arnews[2]="New Era Workers Worry Abouta
"; arnews[2] += "The company that makes caps for Major League Baseball is shutting down two of its Alabama plants."; arnews[2] += "
Publ.Date : Thu, 15 Oct 2009 07:00:00 GMT"; arnews[2] += "
"; arnews[3]="GRHS Girls Soccer: Glen Rock gives its all before falling
"; arnews[3] += "The game had everything a Glen Rock High School girls soccer fan could want, except for one key element."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 07:39:58 GMT"; arnews[3] += "
"; arnews[4]="Women Bowhunters have successful Does & Arrows hunt:
"; arnews[4] += "Members of the Women Bowhunters Association met Nov. 12-15 at Master Rack Lodge, Union Springs, Ala., for their first annual Does and Arrows bow hunt."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 03:52:29 GMT"; arnews[4] += "
"; totcount = 5; 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("
");