function CheckForm(){var a="";if(document.userform.name.value.length<1){a+="\n\tPlease enter your name."}if(document.userform.email.value.length<1){a+="\n\tPlease enter your email address."}if(document.userform.subject.value.length<1){a+="\n\tPlease enter a subject."}if(document.userform.msgBody.value.length<1){a+="\n\tPlease enter a message."}if(a!=""){msg="Ooops.. We have detected a problem with the form..\n";msg+="Please correct the following issues and try again:\n";msg+="_______________________________________________________________\n\n";a+=alert(msg+a+"\n");return false}document.getElementById("submit1").value="Sending...";document.getElementById("submit1").disabled=true;document.body.style.cursor="wait";document.userform.submit();return true}function ShowHideTrust(a){if(a==1){$("trust_certificate").innerHTML="We won�t share your email address with other WAYN members or third parties. You may receive emails from WAYN introducing you to people coming to your location, newsletters, important account information or third party marketing offers sent to you by WAYN"}else{$("trust_certificate").innerHTML='<img src="'+appproxypath+'friends/images/import/TRUSTe_We_Dont_Spam.gif" border="0">'}};
