﻿//dynamically load and add this .js file

//load only for IE6
if (navigator.userAgent.indexOf("MSIE 6") > -1 && navigator.userAgent.indexOf("Opera") == -1){
    document.write('<script type="text/javascript" src="ie6opera_bgloader.js"></script>');
    
};


