function PostData(n,t,i,r){$.ajax({url:n,async:!0,type:"POST",data:t,dataType:"json",contentType:"application/json; charset=utf-8",error:r,success:i})}function Delete(n){if(confirm("אתה בטוח רוצה למחוק פוסט: "+n)){var t={id:n};$.post("/BoPost/DellPost",t,function(){location=location.href})}}function DeleteUser(n){if(confirm("אתה בטוח רוצה למחוק משתמש: "+n)){var t={id:n};$.post("/BoUsers/DellUser",t,function(){location=location.href})}}function DeleteCat(n){if(confirm("אתה בטוח רוצה למחוק קטגוריה: "+n)){var t={id:n};$.post("/BoCat/DellCat",t,function(){location=location.href})}}function DeleteComm(n){if(confirm("אתה בטוח רוצה למחוק פרסום: "+n)){var t={id:n};$.post("/BoAdv/DellComm",t,function(){location=location.href})}}var config={base:window.location.host}