$(function(){$.ajaxSetup({global:false,type:"POST",cache:false,dataType:"json",error:function(a,c,b){_debug(a);_debug(c);_debug(b);return false}})});function next_testimonial(){$.ajax({url:"/process/index.html",data:"action=testimonial",beforeSend:function(a){$("#indexTestimonial").mask("process...")},complete:function(a,b){$("#indexTestimonial").unmask()},success:function(a){$("#indexTestimonial").html(a.html);return false}});return false}function _debug(a){try{console.log(a)}catch(b){}};
