function clickBanner(b,a){$.ajax({type:"GET",url:$("#base_path").val()+"users/bannerClick",data:"id="+b+"&click="+a,success:function(c){}})};
