var parent = document.getElementById("blidgetparent");
var iframe = document.createElement("iframe");
iframe.setAttribute("src", "http://www.myskin.com/blidget-content.html");
iframe.setAttribute("width", "220");
iframe.setAttribute("height", "460");
iframe.setAttribute("frameBorder", "0");
iframe.setAttribute("allowTransparency", "true");
parent.appendChild(iframe);