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

	$(function(){
		$("<div class='ie_warning_container'>").appendTo("body");
		$("<div class='ie_warning'><p><strong>Our apologies!</strong> This site no longer supports Internet Explorer 6.</p><p>If you'd like to read our content, please upgrade to a friendlier browser like:</p> <ul><li><a href='http://www.ie8optimized.com/IE8/'>IE 8</a></li><li><a href='http://getfirefox.org'>Firefox</a></li><li><a href='http://www.google.com/chrome/'>Chrome</a></li><li><a href='http://www.apple.com/safari/download/'>Safari</a></li></ul> <p>All of these browsers are free to download & easy to use!</p>").appendTo("body");
	});		
}
