if (/MSIE (\d+\.\d+);/.test(navigator.userAgent))
{
var ieversion=new Number(RegExp.$1);
if (ieversion<=6)
{
if ( document.cookie.indexOf("ie6stop") < 0 ) 
{
document.write('<div style="border: 1px solid red; background: #FFFFFF; text-align: center; clear: both; height: 67px; position: relative;"><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="images/x.jpg" style="border: none;" alt="Zatvori"/></a></div><div style="width: 960px; margin: 0 auto; text-align: left; padding: 0; overflow: hidden; color: black;"><div style="width: 710px; float: left; font-family: Arial, sans-serif;"><div style="font-size: 13px; font-weight: bold; margin-top: 12px;">Da li znate da je Vaš browser sastareo?</div><div style="font-size: 11px; margin-top: 6px; line-height: 14px;">Da bi efektivno iskoristili sve prednosti <b>www.prodajauto.com</b> -a, predlažemo Vam da osvežite svoj browser... Hvala.</div></div><div style="width: 50px; float: left; margin-top:8px;"><a href="http://www.mozzila.com/" target="_blank" title=""><img src="images/stopi6_ff.jpg" width="50" style="border: none;" alt="Firefox"/></a></div><div style="width: 50px; float: left; margin-top:8px;"><a href="http://www.microsoft.com/windows/internet-explorer" target="_blank"><img src="images/stopi6_ie.jpg" width="50" style="border: none;" alt="Internet Explorer"/></a></div><div style="width: 50px; float: left; margin-top:8px;"><a href="http://www.apple.com/safari/download/" target="_blank" title=""><img src="images/stopi6_safari.jpg" width="50" style="border: none;" alt="Safari"/></a></div><div style="width: 50px; float: left; margin-top:8px;"><a href="http://www.google.com/chrome" target="_blank" title=""><img src="images/stopi6_chrome.jpg" width="50" style="border: none;" alt="Google Chrome"/></a></div><div style="width: 50px; float: left; margin-top:8px;"><a href="http://www.opera.com/download/" target="_blank" title=""><img src="images/stopi6_opera.jpg" width="50" style="border: none;" alt="Opera"/></a></div></div></div>');
var date = new Date();
date.setTime(date.getTime()+86400000);
document.cookie = "ie6stop = yes";
}
}
}
