
new function() {
    var element = document.createElement( "div");
        element.style.position = "relative";
    var html = '<div style="position: relative">';
        html += '<iframe src="http://www.schedulicity.com/Scheduling/Embed/Loading.aspx?business=UIWSE8&popup=0" allowtransparency="true" frameborder="0" style="border: none; width: 674px; padding: 0px; margin: 0px; height: 500px; position: absolute; top: 0px; left: 0px; z-index: -1;"></iframe>';
        html += '<iframe src="http://www.schedulicity.com/Scheduling/Embed/Embed.aspx?business=UIWSE8&popup=0" allowtransparency="true" frameborder="0" style="border: none; width: 674px; padding: 0px; margin: 0px; height: 500px; z-index: 1; overflow: hidden"></iframe>';
        html += '</div>';
    document.write(html);
}();