var arnews = new Array(4); totcount = 4; rnd = 0; document.write("
"); arnews[0]="New TV Spot Highlights Poll That Shows 86 percent of Florida Voters Believe Elected Officials Should Decide How Taxpayer Funds Are Spent
"; arnews[0] += ""; arnews[0] += "
Author : News Release"; arnews[0] += "
"; arnews[1]="Bill Amending Membership of Medicaid Low-Income Pool Council Heads to the Governor for Approval
"; arnews[1] += ""; arnews[1] += "
Author : News Release"; arnews[1] += "
"; arnews[2]="Deficit Spending Tied Record in August
"; arnews[2] += ""; arnews[2] += "
Author : Wall Street Journal"; arnews[2] += "
"; arnews[3]="True Measure of State Finances Includes Storm Scenario
"; arnews[3] += ""; arnews[3] += "
Author : News Service of Florida"; 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]); } document.write("
");document.write("
");