function PageMethod(g,b,d,f){var e=window.location.pathname,a="";if(b.length>0)for(var c=0;c<b.length;c+=2){if(a.length>0)a+=",";a+='"'+b[c]+'":"'+b[c+1]+'"'}a="{"+a+"}";$.ajax({type:"POST",url:e+"/"+g,contentType:"application/json; charset=utf-8",data:a,dataType:"json",success:d,error:f})}
