﻿// Avisar o usuário sobre o IE6

if ($.browser.msie && $.browser.version == 6) {
	document.write('<div id="alertaIe6" style="border: 1px solid #F7941D; background: #FEEFDA; text-align: center; clear: both; position: relative; z-index:999"> <div style="position: absolute; right: 3px; top: 3px; font-family: courier new; font-weight: bold;"><a href="#" onclick="javascript:this.parentNode.parentNode.style.display=\'none\'; return false;"><img src="/ie6_alerta/ie6nomore-cornerx.jpg" style="border: none;" alt="Fechar este aviso"/></a></div> <div style="width: 740px; margin: 0 auto; text-align: left; padding: 0; overflow: hidden; color: black;"> <div style="width: 75px; float: left;"><img src="/ie6_alerta/ie6nomore-warning.jpg" alt="Warning!"/></div> <div style="width: 275px; float: left; font-family: Arial, sans-serif;"> <div style="font-size: 14px; font-weight: bold; margin-top: 10px;">Você está usando um navegador desatualizado.</div> <div style="font-size: 12px; margin-top: 6px; margin-bottom: 10px; line-height: 12px;">O site é melhor visualizado no Internet Explorer 7 ou superior, utilizando a versão atual do seu Internet Explorer algumas funcionalidade podem não funcionar adequadamente, por favor atualize seu Internet Explorer.</div> </div><div style="width: 75px; float: left;"><a href="http://www.firefox.com" target="_blank"><img src="/ie6_alerta/ie6nomore-firefox.jpg" style="border: none;" alt="Get Firefox 3.5"/></a></div><div style="width: 75px; float: left;"><a href="http://www.browserforthebetter.com/download.html" target="_blank"><img src="/ie6_alerta/ie6nomore-ie8.jpg" style="border: none;" alt="Get Internet Explorer 8"/></a></div> <div style="width: 73px; float: left;"><a href="http://www.apple.com/safari/download/" target="_blank"><img src="/ie6_alerta/ie6nomore-safari.jpg" style="border: none;" alt="Get Safari 4"/></a></div> <div style="float: left; width: 73px;"><a href="http://www.google.com/chrome" target="_blank"><img src="/ie6_alerta/ie6nomore-chrome.jpg" style="border: none;" alt="Get Google Chrome"/></a></div><div style="float: left;"><a href="http://www.opera.com/" target="_blank"><img src="/ie6_alerta/ie6nomore-opera.jpg" style="border: none;" alt="Opera"/></a></div></div></div>');
}
