
var isreload="0";function login_user_ajax(ifreload){if(typeof ifreload=="undefined"){ifreload=false;}else{ifreload=true;isreload="1"}
if(typeof pop_w!="undefined"&&typeof pop_w=="object")
pop_w.close();fk_pop_w("/modules/users.php?act=divlogin","请重新登录",330,160,ifreload);}
function closepop(){if(isreload=="1"){window.location.href=window.location.href;}else{pop_w.close();}}
function security_notify(){pop_w=new Popup({contentType:4,isReloadOnClose:false,width:420,height:120});pop_w.setContent("title","友情提示");pop_w.setContent("alertCon","<div style='margin-top:15px;margin-bottom:15px;font-size:14px'>你提交的内容中含有敏感字符，需要通过审核才可以显示！</div>");pop_w.build();pop_w.show();setTimeout("parent.pop_w.close();",2000);}
function verifywrite_notify(){pop_w=new Popup({contentType:4,isReloadOnClose:false,width:420,height:120});pop_w.setContent("title","友情提示");pop_w.setContent("alertCon","<div style='margin-top:15px;margin-bottom:15px;font-size:14px'>哇呜~你迅速滴重复性操作吓到koo友嘞~<BR>刷屏不是好孩子&gt;_&lt; 注意哦^__^ 木~~~哒！</div>");pop_w.build();pop_w.show();}
function block_notify(flag){if(flag=="blocker")
var tipContent="你已经把Ta加入黑名单，不能进行本操作！";else
var tipContent="Ta已经把你加入了黑名单，不能进行本操作！";pop_w=new Popup({contentType:4,isReloadOnClose:false,width:320,height:120});pop_w.setContent("title","友情提示");pop_w.setContent("alertCon","<div style='margin-top:15px;margin-bottom:15px;font-size:14px'>"+tipContent+"</div>");pop_w.build();pop_w.show();setTimeout("parent.pop_w.close();",2000);}