$('#content .text').corner('bottom 5px');
$('#aktualno .text').corner('bottom 5px');
$('#footer').corner('5px');
$('#vizitka .luc').corner('5px');
$('#vizitka .contacts').corner('5px');
$('#aktualno .novica').corner('5px');
$('#body .header').corner('top 5px');
$('#aktualno .header').corner('top 5px');
$('.graybox').corner('5px');
$('img').corner('5px');
$('input').corner('5px');
$('textarea').corner('5px');
$('.facebook').corner('5px');
$('.pic').corner('5px');
$('#header .right .error').corner('5px');

Cufon.now();

function resizeBoth(addHeight) {
	var maxHeight = 0;
	$('div#body .text').each(function(){
  	  if (maxHeight < $(this).height()) {maxHeight = $(this).height() + addHeight}
	});
	$('div#body .text').each(function(){
    $(this).height(maxHeight);
	});
};

resizeBoth(0);


// analytics
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20518695-1']);
_gaq.push(['_trackPageview']);

(function() {
  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

