// IE - fix blikajicich backgroundu
if(($.browser.msie && $.browser.version < 7)) {
	eval("try {document.execCommand('BackgroundImageCache', false, true);} catch(e) {}");
}

$(document).ready(function() {

	$('#p-top form input.text').fitt({
		classBlur: 'text',
		classFocus: 'text'
	});

	$("a[href*='mailto:']").unobfuscate({
		atstring: '(at)',
		dotstring: '(dot)'
	});

});

/* nastavování velikosti iframu */
function setIframeHeight(h,f) {
	$("#"+f).attr({
		height: h
	});
}

