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

if(IE6){

	$(function(){
		
		$("<div>")
			.css({
				'position': 'absolute',
				'top': '0px',
				'left': '0px',
				backgroundColor: 'black',
				'opacity': '0.75',
				'width': '100%',
				'height': $(window).height(),
				zIndex: 5000
			})
			.appendTo("body");
			
		$("<div style='text-align:center;padding:10px;'><img src='wp/js/no-ie6.png' alt='' style='margin:0px auto;'/><p><strong>We no longer support Internet Explorer 6. It's out of date.</strong><br /><br />Please upgrade to a current browser!<br><a href='http://www.apple.com/safari/download/'>Get Safari</a><br><a href='http://www.google.com/chrome/index.html?hl=en&brand=CHMA&utm_campaign=en&utm_source=en-ha-na-us-bk&utm_medium=ha'>Get Chrome</a><br><a href='http://www.mozilla.com/en-US/firefox/firefox.html'>Get Firefox</a><br><a href='http://www.microsoft.com/windows/internet-explorer/worldwide-sites.aspx'>Get IE 8</a><br><br>If you don't wish to upgrade your browser but still wish to view our lookbook, please <a href='lookbook-mobile/' target='_self'>click here</a></p>")
			.css({
				backgroundColor: 'white',
				'top': '30%',
				'left': '50%',
				marginLeft: -210,
				marginTop: -100,
				width: 510,
				paddingRight: 10,
				height: 400,
				'position': 'absolute',
				zIndex: 6000
			})
			.appendTo("body");
	});		
}

if(IE7){

	$(function(){
		
		$("<div>")
			.css({
				'position': 'absolute',
				'top': '0px',
				'left': '0px',
				backgroundColor: 'black',
				'opacity': '0.75',
				'width': '100%',
				'height': $(window).height(),
				zIndex: 5000
			})
			.appendTo("body");
			
		$("<div style='text-align:center;padding:10px;'><img src='wp/js/no-ie6.png' alt='' style='margin:0px auto;'/><p><strong>We no longer support Internet Explorer 7. It's out of date.</strong><br /><br />Please upgrade to a current browser!<br><a href='http://www.apple.com/safari/download/'>Get Safari</a><br><a href='http://www.google.com/chrome/index.html?hl=en&brand=CHMA&utm_campaign=en&utm_source=en-ha-na-us-bk&utm_medium=ha'>Get Chrome</a><br><a href='http://www.mozilla.com/en-US/firefox/firefox.html'>Get Firefox</a><br><a href='http://www.microsoft.com/windows/internet-explorer/worldwide-sites.aspx'>Get IE 8</a><br><br>If you don't wish to upgrade your browser but still wish to view our lookbook, please <a href='lookbook-mobile/' target='_self'>click here</a></p>")
			.css({
				backgroundColor: 'white',
				'top': '30%',
				'left': '50%',
				marginLeft: -210,
				marginTop: -100,
				width: 510,
				paddingRight: 10,
				height: 400,
				'position': 'absolute',
				zIndex: 6000
			})
			.appendTo("body");
	});		
}
