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

	$(function(){
		$('.customSelect').css('z-index', '10');
		$("<div>")
			.css({
				'position': 'absolute',
				'z-index': '109', 
				'top': '0px',
				'left': '0px',
				backgroundColor: 'black',
				'opacity': '0.90',
				'width': '100%',
				'height': $("body").height(),
				zIndex: 5000
			})
			.appendTo("body");
			
		$("<div style='padding: 10px 10px 10px 10px; font-size: 15px;'><p><br /><strong>Sorry, but your web browser (Microsoft Internet Explorer 6) does not support on this site!</strong><br /><br />Please, upgrade it to the newest version (<a href='http://www.microsoft.com/downloads/details.aspx?FamilyID=341c2ad5-8c3d-4347-8c03-08cdecd8852b&displaylang=en'>Internet Explorer 8</a>) or if you want to keep your personal data in safe and browse the internet more faster, download one of these browsers:<br /><br /><center><a href='http://www.mozilla-europe.org/en/firefox/'>Mozilla Firefox</a><br /><a href='http://www.google.com/chrome/index.html?hl=en&brand=CHMB&utm_campaign=en&utm_source=en-ha-emea-en-sk&utm_medium=ha'>Google Chrome</a><br /><a href='http://www.apple.com/safari/'>Apple Safari</a><br /><a href='http://www.opera.com/browser/'>Opera</a></center></p>")
			.css({
				backgroundColor: 'white',
				color: 'black',
				'top': '200px',
				'left': '50%',
				marginLeft: -270,
				marginTop: -100,
				width: 540,
				paddingRight: 10,
				height: 160,
				'position': 'absolute',
				'z-index': '119', 
				zIndex: 6000
			})
			.appendTo("body");
	});		
}
