// Meerkat splash configuration

$(document).ready(function() {

if(	location.href=="http://www.fiedlerreality.cz/" ||
	location.href=="http://www.fiedlerreality.cz" ||
	location.href=="http://www.fiedlerreality.cz/default.asp?intPage=100&intTab=1" ||
	location.href=="http://server/" ||
	location.href=="http://server" ||
	location.href=="http://server/default.asp?intPage=100&intTab=1") {

$(function(){
	$('.meerkat').meerkat({
		background: 'url(/themes/newrk/js/hmd-splash/hmd-splash-background.png)',
		height: '100%',
		width: '100%',
		position: 'top',
		dontShowAgain: '#meerkat-not-again',
		close: '#meerkat-close',
		animationIn: 'slide',
		animationOut: 'slide',
		animationSpeed: 800,
		timer: 10,
		removeCookie: '.reset'
	});
	
	$("#meerkat-container").css('padding-top', function(){return ($(window).height() - $("#meerkat-container #enter").height()) / 2.5; });
	
});

}

});
