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

	$(function(){
		
		$("<div>")
			.css({
				'position': 'absolute',
				'top': '0px',
				'left': '0px',
				backgroundColor: 'black',
				'opacity': '0.9',
				'width': '100%',
				'height': '300%',
				zIndex: 5000
			})
			.appendTo("body");
			
		$("<div><img src='/wp-content/themes/neono/images/logo.png' alt='Neono' width='40%' width='40%' style='float: left; margin-top: 14px; margin-left: 30px;'/><p style='margin-left: 30px;'><br /><br /><br /><br /><strong>Tyv&auml;rr! Denna site st&ouml;djer inte Internet Explorer.</strong><br /><br />Om du vill kunna se siten (vilket vi självklart vill!) v&auml;nligen anv&auml;nd en modern webbl&auml;sare med fullt stöd som t.ex:</p><p style='margin-left: 30px;'><a href='http://getfirefox.org'><img src='/wp-content/themes/neono/images/ff.png' alt='Firefox' width='10%'/></a><a href='https://www.google.com/chrome/index.html?hl=sv'><img style='margin-left:10px;' src='/wp-content/themes/neono/images/chrome.png' alt='Chrome' width='10%'/></a><a href='http://www.apple.com/se/safari/'><img style='margin-left:10px;' src='/wp-content/themes/neono/images/safari.png' alt='Safari' width='10%'/></a><br /></p>")
			.css({
				backgroundColor: 'white',
				'top': '50%',
				'left': '50%',
				marginLeft: -210,
				marginTop: -100,
				width: 410,
				paddingRight: 10,
				height: 250,
				'position': 'absolute',
				zIndex: 6000
			})
			.appendTo("body");
	});		
}
