function postcheck(){if(!$(".input").hasClass("errinput")){$("#fabu").val("提交中...");$("#fabu").attr("disabled",true);$("#loadingDiv").show();window.setTimeout(function(){document.form1.submit()},500)}else{return false}}function loading(){var _PageWidth=document.documentElement.clientWidth;var _LoadingLeft=_PageWidth>215?(_PageWidth-215)/2:0;var _LoadingHtml='
';document.write(_LoadingHtml)}loading();