var arnews = new Array(2); totcount = 2; rnd = 0; document.write("
| ");
document.title=document.title+ " ";
arnews[0]="Pat Rooney endorsed by Police Benevolent Association "; arnews[0] += "Candidate for Florida House of Representatives Pat Rooney announced today he has been endorsed by th..."; arnews[0] += " "; arnews[1]="Local Businessman Kenneth R. Kennerly Endorses Pat Rooney "; arnews[1] += "\"I have known Pat for many years, and his tireless efforts supporting our local community are unmat..."; arnews[1] += " "; totcount = 2; 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(" |