function addClickBaner(baner_id) {
	var myAjax = new Ajax.Request('/banners/ajaxcountclick',{method: 'post', parameters: {id: baner_id} });
}