function contact(){jQuery.post("/ajax/contact/","&"+jQuery("#contactform").serialize(),onContact,"json");jQuery("#contactform :input").attr("disabled",true);return false}function onContact(a){jQuery("#contactmsg").html(a.Message).show("pulsate",{times:3},300);jQuery("#contactform :input").removeAttr("disabled");a.Status==1?jQuery("#contactbox").hide():Recaptcha.reload();jQuery("#contactmsg").effect("pulsate",{times:3},300)};
