$(document).ready(function(){
	$("div#banners a").click(function(){
		$.post("/es/banners/contador", { id: $(this).attr("id") } );
		
	});
});
