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

	$(function(){
		
		$("<div>")
			.css({
				'position': 'absolute',
				'top': '0px',
				'left': '0px',
				backgroundColor: 'black',
				'opacity': '0.75',
				'width': '100%',
				'height': $(window).height()+150,
				zIndex: 5000
			})
			.appendTo("body");
		
		var x = "<div style='display:inline; margin-left:10px; clear:left;float:left; width:120px; height:122px; background-repeat:no-repeat; background-image:url(images/background_browser.gif); margin-right:10px;' ><a style='text-decoration:none; font-size:10px; color:#555555;' href='http://getfirefox.net/'><img style='margin:1px 0px 0px 10px; border:none;' src='images/browser_firefox.gif' ><div style='width:120px; text-align:center;'>Firefox 3+</div></a></div>";
		x +=               "<div style='float:left; width:120px; height:122px; background-repeat:no-repeat; background-image:url(/images/background_browser.gif); margin-right:10px;' ><a style='text-decoration:none; font-size:10px; color:#555555;' href='http://www.google.com/chrome'><img style='margin:1px 0px 0px 10px; border:none;' src='images/browser_chrome.gif' ><div style='width:120px; text-align:center;'>Chrome 2.0+</div></a></div>";
		x +=               "<div style='float:left; width:120px; height:122px; background-repeat:no-repeat; background-image:url(/images/blocker/background_browser.gif); margin-right:10px;' ><a style='text-decoration:none; font-size:10px; color:#555555;' href='http://www.opera.com/download'><img style='margin:1px 0px 0px 10px; border:none;' src='images/browser_opera.gif' ><div style='width:120px; text-align:center;'>Opera 9.5+</div></a></div>";
		x +=               "<div style='float:left; width:120px; height:122px; background-repeat:no-repeat; background-image:url(/images/blocker/background_browser.gif); margin-right:10px;' ><a style='text-decoration:none; font-size:10px; color:#555555;' href='http://www.apple.com/se/safari/download/'><img style='margin:1px 0px 0px 10px; border:none;' src='images/browser_safari.gif' ><div style='width:120px; text-align:center;'>Safari 3+</div></a></div>";
		x +=               "<div style='float:left; width:120px; height:122px; background-repeat:no-repeat; background-image:url(/images/blocker/background_browser.gif); ' ><a style='text-decoration:none; font-size:10px; color:#555555;' href='http://www.microsoft.com/windows/Internet-explorer/default.aspx'><img style='margin:1px 0px 0px 10px; border:none;' src='images/browser_ie.gif' ><div style='width:120px; text-align:center;'>Explorer 8+</div></a></div>";
			
		$("<div><img src='/images/blocker/no-ie6.png' alt='' style='float: left;'/><p><br /><strong>Sorry! This page doesn't support Internet Explorer 6.</strong><br /><br />If you'd like to read our content please upgrade to one of the following browsers.</p>" + x)
			.css({
				backgroundColor: 'white',
				'top': '50%',
				'left': '50%',
				marginLeft: -325,
				marginTop: -175,
				width: 650,
				paddingRight: 10,
				height: 350,
				'position': 'absolute',
				zIndex: 6000
			})
			.appendTo("body");
	});		
}
