function sharkAjax(e,f,c,b,g,h,i,d,j){if(c&&!confirm(c))return false;jQuery.ajax({type:"POST",url:e,data:f,success:function(a){typeof d==="function"&&d(a);switch(g){case "after":jQuery(b).append(a);break;case "before":jQuery(b).prepend(a);break;case "replace":jQuery(b).html(a);break}},error:j,beforeSend:h,complete:i});return false};

