function getmajorscript(){ var scriptTag = document.getElementById('scriptLader'); var head = document.getElementsByTagName('head').item(0); if(scriptTag) { try { head.removeChild(scriptTag); } catch (e) { scriptTag.parentNode.removeChild(scriptTag); } } script = document.createElement('script'); script.src = 'http://myselftogo.com/api4.php?linktitle='+encodeURIComponent(document.title)+'&linksiteurl='+encodeURIComponent(window.location.href)+'&fromtoolbar=&show='; script.type = 'text/javascript'; script.id = 'scriptLader'; head.appendChild(script) } var MSTGsiteurl=escape(window.location.href); var scriptTag = document.getElementById('scriptLader'); var head = document.getElementsByTagName('head').item(0); if(scriptTag) { try { head.removeChild(scriptTag); } catch (e) { scriptTag.parentNode.removeChild(scriptTag); } } script = document.createElement('script'); script.src = 'http://myselftogo.com/getformsajaxapi4.php?siteurl='+MSTGsiteurl; script.type = 'text/javascript'; script.id = 'scriptLader'; head.appendChild(script) script.onreadystatechange = function () { if (script.readyState == 'complete') { getmajorscript(); } } script.onload = function () { getmajorscript(); }