
    if(-1 != navigator.userAgent.indexOf("MSIE"))
    {
    // Internet Explorer
    document.write('<script type="text/javascript" src="../js/code2.js"></script>');
    }
    else if (-1 != navigator.userAgent.indexOf("Mozilla"))
    {
    // Netscape
    document.write('<script type="text/javascript" src="../js/code.js"></script>');
    }
    else
    {
    // other
    document.write('<script type="text/javascript" src="../js/code.js"></script>');
    }
