
$(document).ready(function(){
	
	
	
	$('.baner').click(function(){
		$.post('http://www.lokale-wesele.pl/firmy/reklama/' + $(this).attr('id'), { id: $(this).attr('id')}, function(data) {
			 return true;
		});
		//console.log( "clicked on", jQuery(this), "which has id", jQuery(this).attr('id') );
	});
	
});
