var scriptTag, myDiv;
scriptTag = document.getElementById('ggc-badge-png');
myDiv = document.createElement('DIV');
myDiv.innerHTML = '<a href="http://www.glueguncrafts.com"><img src="http://www.glueguncrafts.com/img/ggc-badge.png" border="0" alt="Featured Crafter on GlueGunCrafts.com" style="margin:5px" /></a>';

scriptTag.parentNode.replaceChild(myDiv, scriptTag);
