
/* - scripts.js - */
// http://unitedvoice.org.au/portal_javascripts/scripts.js?original=1
jq(document).ready(function(){var enquiry=document.getElementById("form.enquiry");jq(enquiry).change(function(){if(enquiry.value==="Membership resignation"){alert("Due to privacy considerations we are unable to accept membership resignations by email or the website. Please contact your branch by telephone if you wish to resign.");window.location.replace("http://unitedvoice.org.au/contact")}})});

