var IE6 = (navigator.userAgent.indexOf("MSIE 6")>=0) ? true : false;
if(IE6){

	$(function(){
		
		$("<div id='ie6blocker1' style='background: #000 url(../images/wall.jpg) no-repeat 50% 0'>")
			.css({
				'position': 'absolute',
				'top': '0px',
				'left': '0px',
				'width': '100%',
				'height': $(window).height(),
				zIndex: 5000
			})
			.appendTo("body");
			
		$("<div id='ie6blocker2' style='background: #ffca0b url(../images/bg-ie-notification.gif) repeat-x 0 0; border-left: 1px solid #e58b4c; border-right: 1px solid #e58b4c;'><img src='../images/no-ie6.png' alt='' style='float: left; position: relative; top: 7px; left: 10px;'/><p style='color: #000; text-transform: uppercase; font-size: 150%; font-weight: bold; text-align: left; position: relative; left: 20px; font-family: Arial; letter-spacing: -1px;'><br /><strong>Starý prohlížeč nové triky nenaučís...</strong><br /><br /><br /><a href='http://www.microsoft.com/cze/windows/internet-explorer/default.aspx' style='display: block; width: 240px; height: 28px; text-align: center; background: #fff url(../images/btn-ie.png) no-repeat 0 0; color: #f8951e; text-decoration: none; font-size: 70%; line-height: 28px;'>Zde stáhni nový Internet Explorer 8</a></p><img src='../images/box-close.png' alt='' onclick='$(\"#ie6blocker1\").hide();$(\"#ie6blocker2\").hide();' style='cursor: hand; cursor: pointer; position: absolute; top: -8px; right: -8px;' />")
			.css({
				'top': '50%',
				'left': '50%',
				marginLeft: -210,
				marginTop: -100,
				width: 416,
				paddingRight: 10,
				height: 150,
				'position': 'absolute',
				zIndex: 6000
			})
			.appendTo("body");
	});		
}
