function formProtect() {
	document.getElementById("contact_form").setAttribute("action","/capture.weblead");
}

function formProtect2() {
    document.getElementById("contact_form2").setAttribute("action","/capture.weblead");
}

