jQuery(function( $ ){
	$('#linkPonuka').click(function(e) {
		scrollToContent(e);
	});
});
