function include(file) { var script = document.createElement('script'); script.src = file; script.type = 'text/javascript'; document.getElementsByTagName('head').item(0).appendChild(script); }
You need to create an account or log in to post comments to this site.