copyright=new Date();
update=copyright.getYear();
    if (navigator.userAgent.indexOf("MSIE") >= 0) {
        document.write("Copyright © 1997-"+ (update) + "&nbsp;&nbsp;The Internet Freight Terminal&nbsp;&nbsp;All rights Reserved.");
        }
    else {
        document.write("Copyright © 1997-"+ (update+1900) + "&nbsp;&nbsp;The Internet Freight Terminal&nbsp;&nbsp;All rights Reserved.");
        }