var currentScript = (
    function(e) {
        if (e.nodeName.toLowerCase() == 'script')
            return e;
        return arguments.callee(e.lastChild)
    }
)(document);
var iframe = document.createElement('IFRAME');
iframe.setAttribute('id', 'jspad_bannar_arera' + gloobal_jspad_position);
iframe.setAttribute('name', 'jspad_bannar_arera' + gloobal_jspad_position);
iframe.setAttribute('src', 'http://www.banner.jsp-kanri.com/get_image_html.php?siteNo=' + gloobal_jspad_sitecode + '&positionNo=' + gloobal_jspad_position + '&sizeNo=' + gloobal_jspad_size);
iframe.setAttribute('marginheight', '0');
iframe.setAttribute('marginwidth', '0');
iframe.setAttribute('height', gloobal_jspad_height);
iframe.setAttribute('width', gloobal_jspad_width);
iframe.setAttribute('frameBorder', '0');
iframe.setAttribute('scrolling', 'no');
currentScript.parentNode.insertBefore(iframe, currentScript.nextSibling);
//console.log(location.href);

