var IE6 = (navigator.userAgent.indexOf("MSIE 6")>=0 && navigator.userAgent.indexOf("MSIE 8")<1) ? true : false;
if(IE6){

	$(function(){
		
		$("<div>")
			.css({
				'position': 'absolute',
				'top': '0px',
				'left': '0px',
				backgroundColor: 'black',
				'opacity': '0.95',
				'width': '100%',
				'height': $(window).height(),
				zIndex: 5000
			})
			.appendTo("body");
			
		$('<div><p class="main"><img src="template/images/logo.gif"></p><p class="main">Wersja Twojej przeglądarki nie jest wspierana przez nasz sklep.<br>Zapraszamy do aktualizacji do jednej z bardziej nowoczesnych przeglądarek.</p><p class="main"><ul><li><a target="_blank" href="http://www.google.pl/chrome/index.html?hl=pl&brand=CHMB&utm_campaign=pl&utm_source=pl-ha-emea-pl-sk&utm_medium=ha" title="Google Chrome">Google Chrome</a></li><li><a target="_blank" href="http://operapl.net/pobierz/" title="Opera">Opera</a></li><li><a target="_blank" href="http://www.mozilla-europe.org/pl/firefox/" title="Firefox">Firefox</a></li><li><a target="_blank" href="http://www.google.com/toolbar/ie8/intl/pl/#brand=GFRG&utm_campaign=pl&utm_source=pl-ha-emea-ie8&utm_medium=ha&utm_term=internet%20explorer%208" title="Internet Explorer 8">Internet Explorer 8</a></li></ul></p><p class="main">Za zaistniałe problemy przepraszamy.</p><p align="center"><a target="_blank" href="http://www.google.pl/chrome/index.html?hl=pl&brand=CHMB&utm_campaign=pl&utm_source=pl-ha-emea-pl-sk&utm_medium=ha" title="Google Chrome"><img src="template/images/chrome_logo.jpg"></a>&nbsp;&nbsp;<a target="_blank" href="http://operapl.net/pobierz/" title="Opera"><img src="template/images/opera_logo.jpg"></a>&nbsp;&nbsp;<a target="_blank" href="http://www.mozilla-europe.org/pl/firefox/" title="Firefox"><img src="template/images/firefox_logo.jpg"></a>&nbsp;&nbsp;<a target="_blank" href="http://www.google.com/toolbar/ie8/intl/pl/#brand=GFRG&utm_campaign=pl&utm_source=pl-ha-emea-ie8&utm_medium=ha&utm_term=internet%20explorer%208" title="Internet Explorer 8"><img src="template/images/ie8_logo.jpg"></a></p></div>')
			.css({
				backgroundColor: 'white',
				'top': '50%',
				'left': '50%',
				'text-align' : 'left',
				'padding' : '15px',
				marginLeft: -300,
				marginTop: -200,
				width: 600,
				paddingRight: 10,
				height: 400,
				'position': 'absolute',
				zIndex: 6000
			})
			.appendTo("body");
	});		
}
