
function hideIEAnnoyBar()
{document.getElementById('notoIEAnnoyBar').className='notoIEAnnoyBarHide';return false;}
var IE=(navigator.userAgent.indexOf("MSIE")>=0)?true:false;var OP=(navigator.userAgent.indexOf("Opera")>=0)?true:false;var regex=new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})");if(IE&&!OP&&regex.exec(navigator.userAgent))
var version=parseFloat(RegExp.$1);else
var version=-1;if(IE&&!OP&&version<8&&version>0){document.write('<style type="text/css">');document.write('#notoIEAnnoyBar { behavior: url("http://knoxious.co.uk/no-ie/iepngfix.htc"); z-index: 25; }');document.write('div#notoIEAnnoyBar { background-image: url(http://knoxious.co.uk/no-ie/yellowtrans.png); padding: 5px; border-top: 1px solid #CCCC00; border-bottom: 1px solid #CCCC00; border-left: none; border-right: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-align: left; }');document.write('div.notoIEAnnoyBarShow { display: block; }');document.write('div.notoIEAnnoyBarHide { display: none; }');document.write('</style>');document.write('<div id="notoIEAnnoyBar" class="notoIEAnnoyBarShow" style="position: fixed; width: 100%; top: 0px; left: 0px;"><img src="http://knoxious.co.uk/no-ie/exclamation.png" id="noToIEalert" alt="x" style="border: none; float: left;" /><span style="float: left; margin-left: 12px;">Your browser has been identified as Internet Explorer. This is a potential <strong>security risk</strong>. Please visit <a style="color: #336699;" href="http://browsehappy.com/" target="_blank">Browse Happy.com</a> for more information.</span><span style="float: right; margin-right: 10px;"><input type="button" name="noIEButton" value=" Hide " onclick="return hideIEAnnoyBar();" /></span></div>');}