var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Kids sought for local performances of 'Oz' musical
"; arnews[0] += "Youth tryouts for roles as munchkins and flying monkeys in local performances of a touring production of \"Oz: The Musical\" will be held at 7 p.m. Friday, Nov."; arnews[0] += "
Publ.Date : Wed, 04 Nov 2009 21:00:09 GMT"; arnews[0] += "
"; arnews[1]="Support for Fort Myers double amputee grows into grand marshal campaign
"; arnews[1] += "Jason Gunter and his family returned from Kona, Hawaii, on Monday to an outpouring of support from Southwest Florida."; arnews[1] += "
Publ.Date : Tue, 13 Oct 2009 07:00:00 GMT"; arnews[1] += "
"; arnews[2]="Movement under way to make Ironman hopeful Jason Gunter grand marshal ...
"; arnews[2] += "Jason Gunter and his family are headed back from Kona, Hawaii to an outpouring of support from Southwest Florida."; arnews[2] += "
Publ.Date : Mon, 12 Oct 2009 07:00:00 GMT"; arnews[2] += "
"; arnews[3]="Being on 'Idol' no guarantee for future success
"; arnews[3] += "American Idol 6 tenth-place finisher, Chris Sligh, recently posted a blog entry titled To the Idols: A Realistic look at your career prospects ."; arnews[3] += "
Publ.Date : Sun, 04 Oct 2009 00:22:28 GMT"; arnews[3] += "
"; arnews[4]="'Fame' not fantasy for some folks
"; arnews[4] += "Remember Baby V's name? Bet you do - even if you didn't know her before 'American Idol' - back in the '90s when she was plain old Vonzell Solomon of Cypress Lake Center for the Arts in south Fort Myers."; arnews[4] += "
Publ.Date : Thu, 24 Sep 2009 07:00:00 GMT"; arnews[4] += "
"; arnews[5]="Obituaries for 09/01/2009
"; arnews[5] += "FONTAINE, Marie 'Mary', 97, a resident of Montgomery, Al. died peacefully in her sleep on Sunday, August 30, 2009."; arnews[5] += "
Publ.Date : Tue, 01 Sep 2009 07: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("
");