var _____WB$wombat$assign$function_____ = function(name) {return (self._wb_wombat && self._wb_wombat.local_init && self._wb_wombat.local_init(name)) || self[name]; }; if (!self.__WB_pmw) { self.__WB_pmw = function(obj) { this.__WB_source = obj; return this; } } { let window = _____WB$wombat$assign$function_____("window"); let self = _____WB$wombat$assign$function_____("self"); let document = _____WB$wombat$assign$function_____("document"); let location = _____WB$wombat$assign$function_____("location"); let top = _____WB$wombat$assign$function_____("top"); let parent = _____WB$wombat$assign$function_____("parent"); let frames = _____WB$wombat$assign$function_____("frames"); let opener = _____WB$wombat$assign$function_____("opener"); // JavaScript Document var location_arr=window.location.href.split("#"); var end_tag=location_arr[location_arr.length-1]; if(end_tag=='evedit')ini_self_edit(); //³õʼ±à¼­ function ini_self_edit(){ $("a").each(function(){ $("a").attr("target","_self"); var tmp_href=$(this).attr('href'); if(tmp_href!=undefined){ tmp_href=trim(tmp_href); var pos=tmp_href.indexOf("javascript"); if(tmp_href!='' && pos==-1 && tmp_href!='#' && tmp_href!='###'){ if(tmp_href=='/vip_'+user_name+'.html'){ tmp_href='/self_define/index.php?username='+user_name+'&is_frame=1&is_action=2'; }else{ tmp_href=tmp_href+'#evedit'; } $(this).attr('href',tmp_href); } } }); //ÄÚÒ³¿É±à¼­×´Ì¬ //if(is_edit==1) set_qu_edit(); } }