var arnews = new Array(8); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Soldiers honor loved ones, present awards at 1140th's fall Family Day
"; arnews[0] += "Sgt. 1st Class Jonathan Welter serves food to Peggy Blaylock, whose husband Bill served in the Missouri National Guard for nearly three decades."; arnews[0] += "
Publ.Date : Fri, 23 Oct 2009 18:45:17 GMT"; arnews[0] += "
"; arnews[1]="Cinemax Friday After Dark films for October
"; arnews[1] += "Cinemax presents films for Friday After Dark, with adult entertainment. Following is the lineup of Friday After Dark films for October and the encore playdates."; arnews[1] += "
Publ.Date : Sat, 03 Oct 2009 07:00:00 GMT"; arnews[1] += "
"; arnews[2]="Check out a breakdown of the show and tell us your thoughts.
"; arnews[2] += "Listen Live Segment 1 - Richmond's new signal starts tomorrow, Twitter, Sports Scores, and Bubba Raw 4 Bubba started off the show asking Spice when REO will be coming in; Spice said it'll be October 30."; arnews[2] += "
Publ.Date : Tue, 01 Sep 2009 07:00:00 GMT"; arnews[2] += "
"; arnews[3]="Leopold Picnic
"; arnews[3] += "The annual picnic at St. John's Catholic Church in Leopold, Mo. began in 1890. These youngsters enjoy some ice cream before dinner, including Austin Broshuis, left, Garrett Macke and Jessica Hester at the Leopold Picnic."; arnews[3] += "
Publ.Date : Sun, 26 Jul 2009 08:34:21 GMT"; arnews[3] += "
"; totcount = 4; 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("
");