var IE6 = (navigator.userAgent.indexOf("MSIE 6")>=0) ? true : false;
if(IE6){
    $j(document).ready(function() {
        if (document.cookie.indexOf('ie6notifier') == -1) {
            document.cookie = 'ie6notifier=true';
            $j("<div>")
			    .css({
			        'position': 'absolute',
			        'top': '0px',
			        'left': '0px',
			        backgroundColor: 'black',
			        'opacity': '0.80',
			        'width': '100%',
			        'height': $j(window).height(),
			        zIndex: 5000
			    })
			    .appendTo("body");

            $j("<div><span><a href='javascript:this.location.reload();'><img src='http://images.thegolfchannel.com/images/element2009/328160.png' border='0' style='position:absolute; right:0; margin:10px 10px 0 0; height:18px; width:19px;' alt='Close' /></a></span><span><a href='javascript:this.location.reload();'><img src='http://images.thegolfchannel.com/images/element2009/328161.png' border='0' style='position:absolute; bottom:0; right:0; margin:0 15px 55px 0;' alt='Continue to GOLFCHANNEL.COM' /></a></span><span><a href='http://www.microsoft.com/windows/internet-explorer/default.aspx' target='_blank'><img src='http://images.thegolfchannel.com/images/element2009/328163.png' border='0' style='position:absolute; bottom:0; left:0; margin:0 15px 80px 23px;' alt='Upgrade to the latest version of Internet Explorer for free' /></a></span><span><a href='http://www.mozilla.com/en-US/firefox/upgrade.html' target='_blank'><img src='http://images.thegolfchannel.com/images/element2009/328162.png' border='0' style='position:absolute; bottom:0; left:0; margin:0 15px 27px 23px;' alt'Upgrade to the latest version of Firefox for free' /></a></span>")
			    .css({
			        background: 'url(http://images.thegolfchannel.com/images/element2009/328159.png) no-repeat',
			        'top': '50%',
			        'left': '50%',
			        marginLeft: -284,
			        marginTop: -177,
			        width: 568,
			        height: 354,
			        'position': 'absolute',
			        zIndex: 6000
			    })
			    .appendTo("body");
        }
    });		
}