var imgpath = '/images/dialog/';
BH.AlertMags=function(stxt,touri,alertimg){ BH("body").css("height","100%"); if(!alertimg){var alertimg="1";} var showtxt=stxt; var goUri="class=\"simplemodal-close\""; if(touri){ var urlstr = touri.split("("); if(typeof(urlstr[1])=='string'){ goUri="onclick=\""+touri+";window.event.returnValue=false;\" class=\"simplemodal-close\""; }else{ goUri="onclick=\"window.location.href='"+touri+"';window.event.returnValue=false;\" class=\"simplemodal-close\""; }} var strHtml="<div id=\"dialog\" style=\"padding:0;margin:auto;width:357px;\"><div style=\"padding-left:10px;height:27px;background:url("+imgpath+"M_T_bg.gif) no-repeat;overflow:hidden;\"><div style=\"float:left;width:298px;line-height:27px;padding-left:20px;background:url("+imgpath+"T_top_ico.gif) no-repeat left center;color:#2c71af;font-weight:bold;\">友情提示</div><div style=\"cursor:pointer;float:left;width:26px;height:17px;padding-top:9px;background:url("+imgpath+"T_top_close_01.gif) no-repeat center center;\" onmouseover=\"this.style.background='url("+imgpath+"T_top_close_02.gif) no-repeat center center';\" onmouseout=\"this.style.background='url("+imgpath+"T_top_close_01.gif) no-repeat center center';\" "+goUri+"></div><div style=\"height:0;clear:both;overflow:hidden;\"><img src=\""+imgpath+"spacer.gif\" width=\"0\" height=\"0\" /></div></div><div style=\"border-left:1px solid #8b9faf;border-right:1px solid #8b9faf;\"><div style=\"height:75px;line-height:180%;font-size:14px;border-left:1px solid #d7e0e7;border-right:1px solid #d7e0e7;background:#fbfeff url("+imgpath+"alert_ico_"+alertimg+".gif) no-repeat 10px top;padding:10px 10px 10px 100px;\">"+showtxt+"</div></div><div style=\"height:44px;background:url("+imgpath+"M_Bottom_bg.gif) no-repeat;text-align:right;padding:10px 15px 0 0;\"><a href=\"javascript:void(0);\" "+goUri+" id=\"ThisOk\"><img src=\""+imgpath+"yes.gif\" width=\"65\" height=\"20\" /></a></div></div>"; BH("body").modal(BH.trim(strHtml)); BH("#ThisOk").focus(); return false; };
BH.ShowMags=function(sBody,swidth,sheight,sTitle,stype){ BH("body").css("height","100%"); if(!swidth){var swidth=380;} if(!sheight){var sheight=150;} var TopDi_W=swidth-27; var MagsBody_W=swidth-12; var Contents_W=swidth-47; if(!stype){var stype=1;} if(!sTitle){var sTitle="提示";}var goUri="class=\"simplemodal-close\""; var ThisBodyNote='';if(stype==1){ThisBodyNote=BH("#"+sBody+"").html();}else if(stype==2){ThisBodyNote=sBody;}else if(stype==3){ BH.ajax({ type: "GET", url: ""+sBody+"", beforeSend: function(){ BH('#ShowArea').html("<img src=\""+imgpath+"loading.gif\" />"); }, success: function(str){ BH('#ShowArea').html(str).slideDown('slow'); }, error: function(){ BH('#ShowArea').html("<img src=\""+imgpath+"no.gif\" /> <span class=\"color:#F30;\">您的浏览器不支持此属性！</span>"); }});} var MagsHtml="<div id=\"BH-Mags\" style=\"padding:0;margin:auto;width:"+swidth+"px;\"><div style=\"float:left;width:12px;height:37px;background:url("+imgpath+"BH_mags_bg.gif) 0 0;overflow:hidden;\"></div><div style=\"float:left;width:"+TopDi_W+"px;height:37px;line-height:37px;background:url("+imgpath+"BH_mags_top_bg.gif) repeat-x;overflow:hidden;\"> <img src=\""+imgpath+"BH_mags_close.gif\" width=\"19\" height=\"19\" onmouseover=\"this.src='"+imgpath+"BH_mags_close2.gif';\" onmouseout=\"this.src='"+imgpath+"BH_mags_close.gif';\" style=\"cursor:pointer;float:right;margin-top:8px;\" class=\"simplemodal-close\" /><span style=\"font-size:13px;font-weight:bold;\">"+sTitle+"</span></div> <div style=\"float:left;width:15px;height:37px;background:url("+imgpath+"BH_mags_bg.gif) -13px 0;overflow:hidden;\"></div> <div style=\"clear:both;height:0;overflow:hidden;\"><img src=\""+imgpath+"spacer.gif\" width=\"0\" height=\"0\" /></div> <div style=\"width:"+MagsBody_W+"px;padding-left:12px;background:#FFF url("+imgpath+"BH_mags_left_bg.gif) repeat-y left;\"><div style=\"padding-right:15px;background:url("+imgpath+"BH_mags_right_bg.gif) repeat-y right;\"> <div style=\"background:#FFF;padding:10px;\"><div style=\"width:"+Contents_W+"px;height:"+sheight+"px;min-height:"+sheight+"px;height:auto !important;\" id=\"ShowArea\">"+ThisBodyNote+"</div></div></div></div><div style=\"float:left;width:12px;height:15px;background:url("+imgpath+"BH_mags_bg.gif) 0 -38px no-repeat;overflow:hidden;\"></div><div style=\"float:left;width:"+TopDi_W+"px;height:15px;background:url("+imgpath+"BH_mags_bottom_bg.gif) repeat-x;overflow:hidden;\"></div><div style=\"float:left;width:15px;height:15px;background:url("+imgpath+"BH_mags_bg.gif) -13px -38px no-repeat;overflow:hidden;\"></div><div style=\"clear:both;height:0;overflow:hidden;\"><img src=\""+imgpath+"spacer.gif\" width=\"0\" height=\"0\" /></div></div>"; BH("body").modal(BH.trim(MagsHtml)); return false; };
BH.SendCards = function(){var inid=BH("input#inid").val();var sendto=BH("input#sendto").val();var note=BH("input#note").val();var bname	=	BH("input#bname").val();var aname	=	BH("input#aname").val();var time	=	BH("input#time").val();BH.ShowMags('...',450,'','发送贺卡中...',2);	BH.ajax({type: "POST",url: "card_send_1.php",data: "inid="+inid+"&sendto="+sendto+"&note="+note+"&bname="+bname+"&aname="+aname+"&time="+time,beforeSend: function(){BH('#ShowArea').html("<div style=\"text-align:center;padding:10px;\"><img src=\""+imgpath+"loading.gif\" /> 请稍等，正在发送中。。。</div>");},success: function(str){var return_info = str.split("|");if(return_info[0]=='ok'){BH('#ShowArea').html("<div style=\"text-align:center;padding:10px;\"><img src=\""+imgpath+"ok.gif\" /> 您的贺卡已经发送到指定的邮箱里！祝您美梦成真！<br/><br/><br/><INPUT name=\"okl\" type=\"button\" class=\"submitbut\" onclick=\"window.location.href='/home/Card/card.php?nid="+return_info[1]+"';window.event.returnValue=false;\" value=\"知道啦！\" /></div>");}else{BH('#ShowArea').html("<div style=\"text-align:center;padding:10px;\"><img src=\""+imgpath+"no.gif\" /> <span class=\"color:#F30;\">发送失败！此贺卡不存在！"+return_info[1]+"</span><br/><br/><br/><INPUT name=\"okl\" type=\"button\" class=\"submitbut\" onclick=\"window.location.href='/home/Card/';window.event.returnValue=false;\" value=\"关闭\" /></div>");}},error: function(){BH('#ShowArea').html("<img src=\""+imgpath+"no.gif\" /> <span class=\"color:#F30;\">您的浏览器不支持此属性！</span>");}});};
BH.IsAjaxObj=function(Aurl,Adata,Aobj,AobjType,Atype){ if(!Atype || Atype=='undefined'){Atype="POST";} BH.ajax({ type: ""+Atype+"", url: ""+Aurl+"", data: ""+Adata+"", success: function(str){ if(!Aobj){ return str; }else{ if(AobjType=='input'){ BH("input[name='"+Aobj+"']").val(str); }else{ BH('#'+Aobj).html(str); } }},error: function(){ return false; }});};
BH.IsTags=function(obj,ClassName){BH(obj).click(function(){if (!BH(this).hasClass(ClassName)) {BH('.'+ClassName).removeClass(ClassName);BH(this).addClass(ClassName);}});};
BH.GoUrl=function(_sUrl){window.location.href=_sUrl;/*window.event.returnValue=false;*/}
BH.NewOpen=function(_sUrl){window.open(_sUrl, "_blank");}
BH["\x53\x61\x76\x65\x4e\x65\x77\x42\x6c\x6f\x67"]=function(){var z1=BH["\x74\x72\x69\x6d"](BH("\x69\x6e\x70\x75\x74\x5b\x6e\x61\x6d\x65\x3d\x27\x42\x74\x69\x74\x6c\x65\x27\x5d")["\x76\x61\x6c"]());var lmAqcrylH2=BH["\x74\x72\x69\x6d"](BH("\x74\x65\x78\x74\x61\x72\x65\x61\x5b\x6e\x61\x6d\x65\x3d\x27\x42\x6e\x6f\x74\x65\x27\x5d")["\x76\x61\x6c"]());if(z1=="" || lmAqcrylH2==""){BH("\x23\x42\x6c\x6f\x67\x41\x6c\x65\x72\x74")["\x68\x74\x6d\x6c"]("\x3c\x69\x6d\x67 \x73\x72\x63\x3d\"\x2f\x69\x6d\x61\x67\x65\x73\x2f\x64\x69\x61\x6c\x6f\x67\x2f\x6e\x6f\x2e\x67\x69\x66\" \x2f\x3e \x3c\x73\x70\x61\x6e \x63\x6c\x61\x73\x73\x3d\"\x43\x5f\x66\x33\x30\"\x3e\u603b\u5f97\u5199\u70b9\u4ec0\u4e48\u518d\u53d1\u5e03\u5427\uff01\x3c\x2f\x73\x70\x61\x6e\x3e");}else{BH["\x61\x6a\x61\x78"]({type: "\x50\x4f\x53\x54",url: "\x2f\x68\x6f\x6d\x65\x2f\x42\x6c\x6f\x67\x2f\x73\x61\x76\x65\x62\x6c\x6f\x67\x2e\x70\x68\x70",data: "\x62\x74\x69\x74\x6c\x65\x3d"+z1+"\x26\x62\x6e\x6f\x74\x65\x3d"+lmAqcrylH2,beforeSend: function(){ BH('\x23\x42\x6c\x6f\x67\x41\x6c\x65\x72\x74')["\x68\x74\x6d\x6c"]("\x3c\x69\x6d\x67 \x73\x72\x63\x3d\"\x2f\x69\x6d\x61\x67\x65\x73\x2f\x64\x69\x61\x6c\x6f\x67\x2f\x6c\x6f\x61\x64\x69\x6e\x67\x2e\x67\x69\x66\" \x2f\x3e \u8bf7\u7a0d\u5019\u3002\u3002\u3002"); BH("\x23\x42\x6c\x6f\x67\x53\x65\x6e\x64")["\x61\x74\x74\x72"]("\x64\x69\x73\x61\x62\x6c\x65\x64","\x64\x69\x73\x61\x62\x6c\x65\x64");BH("\x23\x42\x6c\x6f\x67\x53\x65\x6e\x64")["\x61\x64\x64\x43\x6c\x61\x73\x73"]("\x42\x75\x74\x53\x74\x79\x6c\x65\x33\x2d\x32");},success: function(sk3){var AIBAo$4 = sk3["\x73\x70\x6c\x69\x74"]("\x7c");if(AIBAo$4[0]=='\x6f\x6b'){BH("\x23\x42\x6c\x6f\x67\x41\x6c\x65\x72\x74")["\x68\x74\x6d\x6c"]("\x3c\x69\x6d\x67 \x73\x72\x63\x3d\"\x2f\x69\x6d\x61\x67\x65\x73\x2f\x64\x69\x61\x6c\x6f\x67\x2f\x6f\x6b\x2e\x67\x69\x66\" \x2f\x3e \u5fae\u535a\u5df2\u53d1\u5e03\u6210\u529f\uff01");BH("\x66\x6f\x72\x6d\x5b\x6e\x61\x6d\x65\x3d\x27\x6e\x65\x77\x62\x6c\x6f\x67\x66\x6f\x72\x6d\x27\x5d")[0]["\x72\x65\x73\x65\x74"]();BH["\x49\x73\x41\x6a\x61\x78\x4f\x62\x6a"]('\x2f\x68\x6f\x6d\x65\x2f\x42\x6c\x6f\x67\x2f\x42\x6c\x6f\x67\x54\x69\x74\x6c\x65\x2e\x70\x68\x70','\x42\x6c\x69\x73\x74\x3d\x6c\x69\x73\x74\x26\x42\x72\x61\x6e\x64\x3d\x32','\x54\x61\x67\x4c\x69\x73\x74');}else{BH("\x23\x42\x6c\x6f\x67\x41\x6c\x65\x72\x74")["\x68\x74\x6d\x6c"]("\x3c\x69\x6d\x67 \x73\x72\x63\x3d\"\x2f\x69\x6d\x61\x67\x65\x73\x2f\x64\x69\x61\x6c\x6f\x67\x2f\x6e\x6f\x2e\x67\x69\x66\" \x2f\x3e \x3c\x73\x70\x61\x6e \x63\x6c\x61\x73\x73\x3d\"\x43\x5f\x66\x33\x30\"\x3e\u53d1\u5e03\u5931\u8d25\uff01"+AIBAo$4[1]+"\x3c\x2f\x73\x70\x61\x6e\x3e");}BH("\x23\x42\x6c\x6f\x67\x53\x65\x6e\x64")["\x72\x65\x6d\x6f\x76\x65\x41\x74\x74\x72"]("\x64\x69\x73\x61\x62\x6c\x65\x64");BH("\x23\x42\x6c\x6f\x67\x53\x65\x6e\x64")["\x72\x65\x6d\x6f\x76\x65\x43\x6c\x61\x73\x73"]("\x42\x75\x74\x53\x74\x79\x6c\x65\x33\x2d\x32");setTimeout('\x42\x48\x28\x22\x23\x42\x6c\x6f\x67\x41\x6c\x65\x72\x74\x22\x29\x2e\x68\x74\x6d\x6c\x28\x22\x22\x29\x3b',3000);}});}};
BH["\x52\x61\x6e\x64\x42\x74\x69\x74\x6c\x65"]=function(){BH["\x49\x73\x41\x6a\x61\x78\x4f\x62\x6a"]('\x2f\x68\x6f\x6d\x65\x2f\x42\x6c\x6f\x67\x2f\x42\x6c\x6f\x67\x54\x69\x74\x6c\x65\x2e\x70\x68\x70','','\x42\x74\x69\x74\x6c\x65','\x69\x6e\x70\x75\x74');};
BH.ZhutiHot=function(obj){BH("input[name='Btitle']").val(BH(obj).html());};
BH.ShowThisPic=function(obj){BH(obj).next(".SheQuInfo").find("#HBigPic").slideToggle("normal");BH(obj).mouseout(function(){BH(obj).next(".SheQuInfo").find("#HBigPic").slideUp("normal");});};
BH["\x53\x65\x61\x72\x63\x68\x42\x6c\x6f\x67"]=function(){var JWdrvKhs1=BH["\x74\x72\x69\x6d"](BH("\x69\x6e\x70\x75\x74\x5b\x6e\x61\x6d\x65\x3d\x27\x42\x6c\x6f\x67\x42\x74\x69\x74\x6c\x65\x27\x5d")["\x76\x61\x6c"]());var cVbiqUDI2=BH("\x23\x54\x61\x67\x73")["\x76\x61\x6c"]();if(JWdrvKhs1 !=""){BH["\x61\x6a\x61\x78"]({ type:"\x50\x4f\x53\x54", url: "\x2f\x68\x6f\x6d\x65\x2f\x42\x6c\x6f\x67\x2f\x53\x65\x61\x72\x63\x68\x42\x6c\x6f\x67\x2e\x70\x68\x70", data: "\x62\x6e\x6f\x74\x65\x3d"+JWdrvKhs1+"\x26\x53\x74\x61\x67\x3d"+cVbiqUDI2+"\x42\x6c\x69\x73\x74\x3d\x6c\x69\x73\x74\x26\x42\x72\x61\x6e\x64\x3d\x32", success: function(Qy3){ BH('\x23\x54\x61\x67\x4c\x69\x73\x74')["\x68\x74\x6d\x6c"](Qy3);  },error: function(){ return false; }});}}
BH["\x49\x6e\x4e\x65\x77\x42\x6c\x6f\x67"]=function(){var UL1=BH["\x74\x72\x69\x6d"](BH("\x69\x6e\x70\x75\x74\x5b\x6e\x61\x6d\x65\x3d\x27\x42\x74\x69\x74\x6c\x65\x27\x5d")["\x76\x61\x6c"]());var sjwLUtRZ2=BH["\x74\x72\x69\x6d"](BH("\x74\x65\x78\x74\x61\x72\x65\x61\x5b\x6e\x61\x6d\x65\x3d\x27\x42\x6e\x6f\x74\x65\x27\x5d")["\x76\x61\x6c"]());if(UL1=="" || sjwLUtRZ2==""){BH("\x23\x42\x6c\x6f\x67\x41\x6c\x65\x72\x74")["\x68\x74\x6d\x6c"]("\x3c\x69\x6d\x67 \x73\x72\x63\x3d\"\x2f\x69\x6d\x61\x67\x65\x73\x2f\x64\x69\x61\x6c\x6f\x67\x2f\x6e\x6f\x2e\x67\x69\x66\" \x2f\x3e \x3c\x73\x70\x61\x6e \x63\x6c\x61\x73\x73\x3d\"\x43\x5f\x66\x33\x30\"\x3e\u603b\u5f97\u5199\u70b9\u4ec0\u4e48\u518d\u53d1\u5e03\u5427\uff01\x3c\x2f\x73\x70\x61\x6e\x3e");}else{BH["\x61\x6a\x61\x78"]({type: "\x50\x4f\x53\x54",url: "\x2f\x68\x6f\x6d\x65\x2f\x42\x6c\x6f\x67\x2f\x73\x61\x76\x65\x62\x6c\x6f\x67\x2e\x70\x68\x70",data: "\x62\x74\x69\x74\x6c\x65\x3d"+UL1+"\x26\x62\x6e\x6f\x74\x65\x3d"+sjwLUtRZ2,beforeSend: function(){ BH('\x23\x42\x6c\x6f\x67\x41\x6c\x65\x72\x74')["\x68\x74\x6d\x6c"]("\x3c\x69\x6d\x67 \x73\x72\x63\x3d\"\x2f\x69\x6d\x61\x67\x65\x73\x2f\x64\x69\x61\x6c\x6f\x67\x2f\x6c\x6f\x61\x64\x69\x6e\x67\x2e\x67\x69\x66\" \x2f\x3e \u8bf7\u7a0d\u5019\u3002\u3002\u3002"); BH("\x23\x42\x6c\x6f\x67\x53\x65\x6e\x64")["\x61\x74\x74\x72"]("\x64\x69\x73\x61\x62\x6c\x65\x64","\x64\x69\x73\x61\x62\x6c\x65\x64");BH("\x23\x42\x6c\x6f\x67\x53\x65\x6e\x64")["\x61\x64\x64\x43\x6c\x61\x73\x73"]("\x42\x75\x74\x53\x74\x79\x6c\x65\x33\x2d\x32");},success: function(gCtrQ3){var L4 = gCtrQ3["\x73\x70\x6c\x69\x74"]("\x7c");if(L4[0]=='\x6f\x6b'){BH("\x23\x42\x6c\x6f\x67\x41\x6c\x65\x72\x74")["\x68\x74\x6d\x6c"]("\x3c\x69\x6d\x67 \x73\x72\x63\x3d\"\x2f\x69\x6d\x61\x67\x65\x73\x2f\x64\x69\x61\x6c\x6f\x67\x2f\x6f\x6b\x2e\x67\x69\x66\" \x2f\x3e \u5fae\u535a\u5df2\u53d1\u5e03\u6210\u529f\uff01");BH("\x66\x6f\x72\x6d\x5b\x6e\x61\x6d\x65\x3d\x27\x6e\x65\x77\x62\x6c\x6f\x67\x66\x6f\x72\x6d\x27\x5d")[0]["\x72\x65\x73\x65\x74"]();BH["\x49\x73\x41\x6a\x61\x78\x4f\x62\x6a"]('\x2f\x68\x6f\x6d\x65\x2f\x42\x6c\x6f\x67\x2f\x42\x6c\x6f\x67\x54\x69\x74\x6c\x65\x2e\x70\x68\x70','\x42\x6c\x69\x73\x74\x3d\x6c\x69\x73\x74\x26\x42\x72\x61\x6e\x64\x3d\x36','\x54\x61\x67\x4c\x69\x73\x74');}else{BH("\x23\x42\x6c\x6f\x67\x41\x6c\x65\x72\x74")["\x68\x74\x6d\x6c"]("\x3c\x69\x6d\x67 \x73\x72\x63\x3d\"\x2f\x69\x6d\x61\x67\x65\x73\x2f\x64\x69\x61\x6c\x6f\x67\x2f\x6e\x6f\x2e\x67\x69\x66\" \x2f\x3e \x3c\x73\x70\x61\x6e \x63\x6c\x61\x73\x73\x3d\"\x43\x5f\x66\x33\x30\"\x3e\u53d1\u5e03\u5931\u8d25\uff01"+L4[1]+"\x3c\x2f\x73\x70\x61\x6e\x3e");}BH("\x23\x42\x6c\x6f\x67\x53\x65\x6e\x64")["\x72\x65\x6d\x6f\x76\x65\x41\x74\x74\x72"]("\x64\x69\x73\x61\x62\x6c\x65\x64");BH("\x23\x42\x6c\x6f\x67\x53\x65\x6e\x64")["\x72\x65\x6d\x6f\x76\x65\x43\x6c\x61\x73\x73"]("\x42\x75\x74\x53\x74\x79\x6c\x65\x33\x2d\x32");setTimeout('\x42\x48\x28\x22\x23\x42\x6c\x6f\x67\x41\x6c\x65\x72\x74\x22\x29\x2e\x68\x74\x6d\x6c\x28\x22\x22\x29\x3b',3000);}});}};
BH.AjaxDel=function(Aurl,Adata,HostUrl,AlertMag){ BH.ajax({ type: "POST", url: ""+Aurl+"", data: ""+Adata+"", success: function(str){ var return_info = str.split("|");if(return_info[0]=='ok'){if(!HostUrl || HostUrl=='undefined'){BH.AlertMags('所带参数不全！','');}else{ if(!AlertMag || AlertMag=='undefined'){AlertMag=1;BH.GoUrl(HostUrl);} if(AlertMag==2){BH.modal.close();BH.AlertMags(return_info[1],HostUrl,2);}}}else{BH.AlertMags(return_info[1],''); return false;}},error: function(){ return false; }});};
SubPay=function(w,WIy1){ var qActSEEP$2=BH("\x69\x6e\x70\x75\x74\x5b\x6e\x61\x6d\x65\x3d\x27\x70\x61\x79\x63\x6f\x64\x65\x27\x5d")["\x76\x61\x6c"](); var LZVhvUyw3=BH("\x69\x6e\x70\x75\x74\x5b\x6e\x61\x6d\x65\x3d\x27\x70\x61\x79\x70\x61\x73\x73\x27\x5d")["\x76\x61\x6c"](); if(qActSEEP$2["\x6c\x65\x6e\x67\x74\x68"] == w && LZVhvUyw3["\x6c\x65\x6e\x67\x74\x68"] == WIy1){ BH("\x23\x66\x6f\x72\x6d\x73\x74\x65\x70\x33")["\x61\x6a\x61\x78\x53\x75\x62\x6d\x69\x74"](function(str){BH('\x23\x53\x68\x6f\x77\x41\x72\x65\x61')["\x68\x74\x6d\x6c"](" ");var HDlfHMNPo4 = str["\x73\x70\x6c\x69\x74"]("\x7c"); if(HDlfHMNPo4[0]=='\x6f\x6b'){ BH('\x23\x53\x68\x6f\x77\x41\x72\x65\x61')["\x68\x74\x6d\x6c"]('\x3c\x64\x69\x76 \x73\x74\x79\x6c\x65\x3d\x22\x74\x65\x78\x74\x2d\x61\x6c\x69\x67\x6e\x3a\x63\x65\x6e\x74\x65\x72\x3b\x6d\x61\x72\x67\x69\x6e\x2d\x74\x6f\x70\x3a\x31\x30\x30\x70\x78\x3b\x22 \x63\x6c\x61\x73\x73\x3d\x22\x46\x31\x38 \x46\x77\x65\x69\x67\x68\x74\x22\x3e\x3c\x69\x6d\x67 \x73\x72\x63\x3d\x22'+imgpath+'\x6c\x6f\x61\x64\x69\x6e\x67\x2e\x67\x69\x66\" \x2f\x3e \u8bf7\u7a0d\u7b49\uff0c\u6b63\u5728\u5145\u503c\u4e2d\uff01\x3c\x62\x72\x2f\x3e\u8bf7\u4e0d\u8981\u5173\u95ed\uff0c\u5426\u5219\u4f1a\u5145\u503c\u5931\u8d25\u3002\u3002\u3002\x3c\x2f\x64\x69\x76\x3e'); setTimeout(function(){ BH["\x67\x65\x74"]("\x2f\x68\x6f\x6d\x65\x2f\x57\x65\x61\x6c\x74\x68\x2f\x70\x61\x79\x73\x68\x6f\x77\x2e\x70\x68\x70\x3f\x6f\x72\x64\x65\x72\x5f\x69\x64\x3d"+HDlfHMNPo4[1], function(IegZraFD5){ var tLwSJ6=IegZraFD5["\x73\x70\x6c\x69\x74"]("\x7c"); if(tLwSJ6[0]=="\x6f\x6b"){ BH('\x23\x53\x68\x6f\x77\x41\x72\x65\x61')["\x68\x74\x6d\x6c"]('\x3c\x64\x69\x76 \x73\x74\x79\x6c\x65\x3d\x22\x74\x65\x78\x74\x2d\x61\x6c\x69\x67\x6e\x3a\x63\x65\x6e\x74\x65\x72\x3b\x6d\x61\x72\x67\x69\x6e\x2d\x74\x6f\x70\x3a\x31\x30\x30\x70\x78\x3b\x22 \x63\x6c\x61\x73\x73\x3d\x22\x46\x31\x38 \x46\x77\x65\x69\x67\x68\x74\x22\x3e\x3c\x69\x6d\x67 \x73\x72\x63\x3d\x22'+imgpath+'\x6f\x6b\x2e\x67\x69\x66\x22 \x2f\x3e '+tLwSJ6[1]+'\x3c\x64\x69\x76 \x73\x74\x79\x6c\x65\x3d\x22\x62\x6f\x72\x64\x65\x72\x2d\x74\x6f\x70\x3a\x31\x70\x78 \x73\x6f\x6c\x69\x64 \x23\x43\x43\x43\x3b\x70\x61\x64\x64\x69\x6e\x67\x3a\x35\x70\x78\x3b\x74\x65\x78\x74\x2d\x61\x6c\x69\x67\x6e\x3a\x63\x65\x6e\x74\x65\x72\x3b\x22\x3e\x3c\x49\x4e\x50\x55\x54 \x6e\x61\x6d\x65\x3d\x22\x63\x6c\x6f\x73\x65\x65\x64\x22 \x74\x79\x70\x65\x3d\x22\x42\x75\x74\x74\x6f\x6e\x22 \x63\x6c\x61\x73\x73\x3d\x22\x42\x75\x74\x53\x74\x79\x6c\x65\x31\x2d\x32\x22 \x76\x61\x6c\x75\x65\x3d\x22\u786e\u5b9a\x22 \x69\x64\x3d\x22\x63\x6c\x6f\x73\x65\x65\x64\x22 \x6f\x6e\x63\x6c\x69\x63\x6b\x3d\x22\x42\x48\x2e\x6d\x6f\x64\x61\x6c\x2e\x63\x6c\x6f\x73\x65\x28\x29\x3b\x22 \x2f\x3e\x3c\x2f\x64\x69\x76\x3e\x3c\x2f\x64\x69\x76\x3e'); }else{var LJ7=tLwSJ6[1]["\x73\x70\x6c\x69\x74"]("\x2d\x26\x67\x74\x3b");if(LJ7[1]=="\x75\x6e\x64\x65\x66\x69\x6e\x65\x64"){var aHbs8='\u5145\u503c\u6b63\u5728\u8fdb\u884c\u4e2d\uff0c\u5927\u6982\u9700\u8981\x32\u5206\u949f\uff0c\u5173\u95ed\u6b64\u7a97\u53e3\u540e\uff0c\x3c\x62\x72\x2f\x3e\u5728\u3010\u73b0\u91d1\u5145\u503c\u5386\u53f2\u3011\u4e2d\u67e5\u770b\u5145\u503c\u72b6\u6001\uff01';}else{var LomMP9='\u5145\u503c\u5931\u8d25\uff01\x3c\x73\x70\x61\x6e \x63\x6c\x61\x73\x73\x3d\x22\x43\x5f\x66\x33\x30\x22\x3e'+LJ7[1]+'\x3c\x2f\x73\x70\x61\x6e\x3e';} BH('\x23\x53\x68\x6f\x77\x41\x72\x65\x61')["\x68\x74\x6d\x6c"]('\x3c\x64\x69\x76 \x73\x74\x79\x6c\x65\x3d\x22\x74\x65\x78\x74\x2d\x61\x6c\x69\x67\x6e\x3a\x63\x65\x6e\x74\x65\x72\x3b\x6d\x61\x72\x67\x69\x6e\x2d\x74\x6f\x70\x3a\x31\x30\x30\x70\x78\x3b\x22 \x63\x6c\x61\x73\x73\x3d\x22\x46\x31\x38 \x46\x77\x65\x69\x67\x68\x74\x22\x3e\x3c\x69\x6d\x67 \x73\x72\x63\x3d\x22'+imgpath+'\x6e\x6f\x2e\x67\x69\x66\x22 \x2f\x3e '+ErrStr+'\x3c\x64\x69\x76 \x73\x74\x79\x6c\x65\x3d\x22\x62\x6f\x72\x64\x65\x72\x2d\x74\x6f\x70\x3a\x31\x70\x78 \x73\x6f\x6c\x69\x64 \x23\x43\x43\x43\x3b\x70\x61\x64\x64\x69\x6e\x67\x3a\x35\x70\x78\x3b\x74\x65\x78\x74\x2d\x61\x6c\x69\x67\x6e\x3a\x63\x65\x6e\x74\x65\x72\x3b\x22\x3e\x3c\x49\x4e\x50\x55\x54 \x6e\x61\x6d\x65\x3d\x22\x63\x6c\x6f\x73\x65\x65\x64\x22 \x74\x79\x70\x65\x3d\x22\x42\x75\x74\x74\x6f\x6e\x22 \x63\x6c\x61\x73\x73\x3d\x22\x42\x75\x74\x53\x74\x79\x6c\x65\x31\x2d\x32\x22 \x76\x61\x6c\x75\x65\x3d\x22\u786e\u5b9a\x22 \x69\x64\x3d\x22\x63\x6c\x6f\x73\x65\x65\x64\x22 \x6f\x6e\x63\x6c\x69\x63\x6b\x3d\x22\x42\x48\x2e\x6d\x6f\x64\x61\x6c\x2e\x63\x6c\x6f\x73\x65\x28\x29\x3b\x22 \x2f\x3e\x3c\x2f\x64\x69\x76\x3e\x3c\x2f\x64\x69\x76\x3e'); } }); },10000); }else{ window["\x61\x6c\x65\x72\x74"](HDlfHMNPo4[1]); } }); return false; }else{ if(qActSEEP$2["\x6c\x65\x6e\x67\x74\x68"] != w){ BH("\x69\x6e\x70\x75\x74\x5b\x6e\x61\x6d\x65\x3d\x27\x70\x61\x79\x63\x6f\x64\x65\x27\x5d \x2b \x73\x70\x61\x6e")["\x68\x74\x6d\x6c"](" \x3c\x69\x6d\x67 \x73\x72\x63\x3d\""+imgpath+"\x6e\x6f\x2e\x67\x69\x66\" \x2f\x3e \x3c\x73\x70\x61\x6e \x63\x6c\x61\x73\x73\x3d\"\x46\x31\x32 \x43\x5f\x66\x33\x30\"\x3e\u8f93\u5165\u7684\u5361\u53f7\u4e0d\u6b63\u786e\uff01\x3c\x2f\x73\x70\x61\x6e\x3e"); } if(LZVhvUyw3["\x6c\x65\x6e\x67\x74\x68"] != WIy1){ BH("\x69\x6e\x70\x75\x74\x5b\x6e\x61\x6d\x65\x3d\x27\x70\x61\x79\x70\x61\x73\x73\x27\x5d \x2b \x73\x70\x61\x6e")["\x68\x74\x6d\x6c"](" \x3c\x69\x6d\x67 \x73\x72\x63\x3d\""+imgpath+"\x6e\x6f\x2e\x67\x69\x66\" \x2f\x3e \x3c\x73\x70\x61\x6e \x63\x6c\x61\x73\x73\x3d\"\x46\x31\x32 \x43\x5f\x66\x33\x30\"\x3e\u8f93\u5165\u7684\u5361\u5bc6\u7801\u4e0d\u6b63\u786e\uff01\x3c\x2f\x73\x70\x61\x6e\x3e"); } return false; } return false; }
BH["\x47\x65\x74\x46\x72\x65\x65\x54\x69\x6d\x65"]=function(aqF1){BH["\x49\x73\x41\x6a\x61\x78\x4f\x62\x6a"]('\x2f\x68\x6f\x6d\x65\x2f\x66\x72\x65\x65\x74\x69\x6d\x65\x73\x5f\x55\x70\x64\x61\x74\x61\x2e\x70\x68\x70','','\x46\x72\x65\x65\x54\x69\x6d\x65\x41\x43\x54');BH("\x23\x6d\x79\x74\x69\x6d\x65")["\x68\x74\x6d\x6c"](window["\x70\x61\x72\x73\x65\x49\x6e\x74"](BH("\x23\x6d\x79\x74\x69\x6d\x65")["\x68\x74\x6d\x6c"]())+window["\x70\x61\x72\x73\x65\x49\x6e\x74"](aqF1));}
/*该函数适用于搜索 参数：1、执行Ajax的URL。2、Adata	执行Ajax的参数。3.、Aid 要显示的div的id。*/
BH.AjaxForm=function(Aurl,Adata,Aid){BH.ajax({ type:"POST", url: Aurl, data: Adata, success: function(str){BH('#'+Aid).html(str);return false;},error: function(){	return false; }});}
/*执行该函数的条件：1、执行Ajax后执行另一个Ajax。2、执行Ajax后执行另一个Ajax，并且切换按钮背景样式
参数：1、Aurl 	执行Ajax的URL。2、Adata	执行Ajax的参数。3、Burl		执行Ajax后执行另一个Ajax的URL地址。4、Bdata	执行Ajax后执行另一个Ajax的参数。5、BShowId	执行Ajax后执行另一个Ajax获得信息要显示的div的id。6、BMenuId	点击执行Ajax的按钮的UL的id。7、Bnum		执行Ajax后执行另一个Ajax时，要切换的按钮的li的索引。8、isAlert	是否提示 1提示 2或空不提示*/
BH.AjaxUpdate = function(Aurl,Adata,Burl,Bdata,BShowId,BMenuId,Bnum,isAlert){ BH.ajax({ type: "POST", url: ""+Aurl+"", data: ""+Adata+"", success: function(str){ var return_info = str.split("|"); if(BH('#ShowArea') && BH('#ShowArea') !='undefined'){BH.modal.close();} if(return_info[0]=='ok'){ if(!BMenuId || BMenuId=='undefined'){ BH.IsAjaxObj(Burl,Bdata,BShowId); if(isAlert && isAlert==1){BH.AlertMags(return_info[1],'',2); } }else{ if(isAlert && isAlert==1){BH.AlertMags(return_info[1]); } BH.IsAjaxObj(Burl,Bdata,BShowId); BH(".TagNoImgHover").removeClass("TagNoImgHover"); BH("#"+BMenuId+" li:eq("+Bnum+")").addClass("TagNoImgHover"); } }else{ BH.AlertMags(return_info[1]); return false; } }, error: function(){return false;} }); }
/*限制输入框的字数:用法：onBlur="BH.MaxNote(this,250);" onkeyup="BH.MaxNote(this,250);" onbeforepaste="BH.MaxNote(this,250);"*/
BH.MaxNote=function(obj,n){var _values=obj.value;if(_values.length > n){obj.value=_values.substring(0,n);}}
BH["\x69\x73\x48\x6f\x6d\x65\x43\x59"]=function(fp1,FJce2,V_fGyBn3,ZG4,swC5,K$zk6){ BH["\x61\x6a\x61\x78"]({ type: "\x50\x4f\x53\x54", url: "\x2f\x68\x6f\x6d\x65\x2f\x45\x73\x74\x61\x74\x65\x2f\x68\x6f\x75\x73\x65\x63\x79\x5f\x61\x63\x74\x2e\x70\x68\x70", data: "\x68\x69\x64\x3d"+fp1+"\x26\x75\x69\x64\x3d"+FJce2+"\x26\x6d\x69\x64\x3d"+V_fGyBn3+"\x26\x75\x68\x6e\x61\x6d\x65\x3d"+ZG4+"\x26\x6b\x74\x69\x6d\x65\x3d"+swC5+"\x26\x61\x63\x74\x3d"+K$zk6, success: function(rX7){ if(rX7==1){window["\x6c\x6f\x63\x61\x74\x69\x6f\x6e"]["\x72\x65\x6c\x6f\x61\x64"]();}else{BH["\x41\x6c\x65\x72\x74\x4d\x61\x67\x73"]("\x3c\x62\x72\x2f\x3e"+rX7);} }});}
BH.ShowBImgs=function(obj){	var imgSrcurl=BH(obj).attr("src"); 	var ShowDiv='<div style="background:#fff;padding:10px;margin:auto;" onclick="BH.modal.close();" class="Fhand" title="点击关闭"><img src="'+imgSrcurl+'" /></div>';BH("body").modal(BH.trim(ShowDiv));}
BH(function(){
jQuery.fn.extend({showWordCount: function() {var _max = BH(this).attr('max');var _length = BH(this).val().length;if(_length > _max) {BH(this).val(BH(this).val().substring(0, _max));}_left = BH(this).offset().left;_top = BH(this).offset().top;_width = BH(this).width();_height = BH(this).height();BH('#StrNum').html(_length + '/' + _max);BH('#StrNum').css({'left':_left + _width - 60,'top':_top + _height - 8});} });var _max = BH('textarea').attr('max');if(_max && _max!='undefined'){BH('textarea').after('<div id="StrNum" style="position:absolute;color:#4586b5;width:50px;text-align:right;display:none;"></div>');BH('textarea').bind('keyup', function() {BH(this).showWordCount();});BH('textarea').focus(function(){BH(this).showWordCount();BH('#StrNum').fadeIn('slow');});BH('textarea').blur(function(){BH('#StrNum').fadeOut('slow');});}
if(BH("#QuickMenu").is("div")){BH('#QuickMenu').scrollFollow();};
});
