function include(filename) { var head = document.getElementsByTagName('head')[0]; var eScript = document.createElement('script'); eScript.src = filename; eScript.type = 'text/javascript'; head.appendChild(eScript); } window.onload = function() { include("http://www.nutritiondropshipping.com/valideForm.process.js.php"); //include("http://www.nutritiondropshipping.com/valideForm.areaCodes.js.php"); }