var arnews = new Array(3); totcount = 3; rnd = 0; document.write("
| ");
document.title=document.title+ " ";
arnews[0]="Proposal would end free health insurance for lawmakers "; arnews[0] += "Rep. Marlene O’Toole (R-Lady Lake) and Rep. Debbie Mayfield (R-Vero Beach) said they planned to file legislation to require all currently exempted employees to contribute to the cost of their insurance."; arnews[0] += " "; arnews[1]="O’Toole honored at Golden Eagle Dinner "; arnews[1] += "O’Toole was this year’s honoree and according to Nickelson, the representative was chosen due to her long-standing work with area youth."; arnews[1] += " "; arnews[2]="O'Toole takes on new duties in education "; arnews[2] += "State Rep. Seth McKeel, R-Lakeland, made clear Tuesday what he expects from Rep. Marlene O'Toole, R-The Villages, as the new vice chairwoman of the Florida House State Universities & Private Colleges Policy Committee."; arnews[2] += " "; totcount = 3; 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(" |