    /* GLOBAL JAVASCRIPT FILE FOR ITGCO.COM */
    /* ------------------------------------ */
    
    /* GLOBAL J-QUERY */
    document.write("<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js?ver=1.3.2'></script>");

    /* SUPERFISH J-QUERY MENU */
    document.write("<script src='js/superfish.js'></script>");
    document.write("<script src='js/hoverIntent.js'></script>");
    
    /* J-QUERY CYCLE FOR SLIDES */
    document.write("<script src='js/jquery.cycle.all.js'></script>");
    
    /* J-QUERY FUNCTIONS */
    document.write("<script src='js/jquery-functions.js'></script>");
    
    
