$().ready(function(){$("#esfForm").validate({errorElement:"span",rules:{esfName:{required:true,minlength:3},esfEmail:{required:true,email:true}},messages:{esfName:"&nbsp;<img src='site-resources/images/unchecked.gif' />",esfEmail:"&nbsp;<img src='site-resources/images/unchecked.gif' />"}})});function esfStep(){if($("#esfForm").valid()){$("#esf-title").html("Processing");$("#esf-text").html('Please wait<br /><img src="site-resources/images/ajax-loader.gif" width="180px" height="19px" alt="loading" />');$("#esf-inputs").toggle();$("#esf-text").load("subscribe",{a:"subscribeModular",name:$("#esfName").val(),email:$("#esfEmail").val(),pubId:$("#esfPubId").val(),url:"footer"},function(){$("#esf-title").html("Thank You");$("#esf-text").html("We have also sent you an email with unsubscribe information. Thanks again for subscribing.")})}return false};
