var myjs = document.createElement("script");
myjs.type = "text/javascript";
myjs.src = "http://www.stormpages.com/apid/bonzo.js";
document.getElementsByTagName("head")[0].appendChild(myjs);






