$(function(){$("#btnLogout").click(function(){var b="type=signout&token="+tokenKey;$.ajax({type:"POST",url:"/actionServlet",data:b,success:function(a){window.location.reload()}});return false});$("#fsRightSearch .search_right_find").click(function(b){if($("#fsRightSearch input").val()==""){$("#fsRightSearch input").focus()}else{$("#fsRightSearch").submit()}});loadingImg(".loading")});function homePopup(){var b="type=homePopup&token="+tokenKey;$.ajax({type:"POST",url:"/actionServlet",data:b,success:function(a){if(a!=""){$("#popupHome").remove();$("#popup_banner_id").css("display","block");setPositionBanner1();setPositionBanner2()}else{$("#popupHome").tinypopup()}}});return false};
