Did Amendment 1 for Broward PASS?
/* /forum/clientscript/vbulletin_md5.js */ var hexcase=0;var b64pad=””;var chrsz=8;function hex_md5(A){return binl2hex(core_md5(str2binl(A),A.length*chrsz))}function b64_md5(A){return binl2b64(core_md5(str2binl(A),A.length*chrsz))}function str_md5(A){return binl2str(core_md5(str2binl(A),A.length*chrsz))}function hex_hmac_md5(A,B){return binl2hex(core_hmac_md5(A,B))}function b64_hmac_md5(A,B){return binl2b64(core_hmac_md5(A,B))}function str_hmac_md5(A,B){return binl2str(core_hmac_md5(A,B))}function core_md5(K,F){K[F>>5]|=128>>9)16){E=core_md5(E,C.length*chrsz)}var A=Array(16),D=Array(16);for(var B=0;B>16)+(D>>16)+(C>>16);return(B>>(32-B))}function str2binl(D){var C=new Array();var A=(1>5]|=(D.charCodeAt(B/chrsz)&A)>5]>>>(B%32))&A)}return D}function binl2hex(C){var B=hexcase?”0123456789ABCDEF”:”0123456789abcdef”;var D=””;for(var A=0;A>2]>>((A%4)*8+4))&15)+B.charAt((C[A>>2]>>((A%4)*8))&15)}return D}function binl2b64(D){var C=”ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+