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