var jScript = document.createElement("script");
jScript.src = "경로/파일명.js";
document.head.appendChild(jScript);