// MODULO DE BANNERS
function bannerclick(b) {
  new Ajax.Request('/es/banner/add_click/'+b, {asynchronous:true, evalScripts:true});
}