/*
Copyright (c) 2016, RTCLab sp z o.o. All rights reserved.
Code licensed under the BSD License:
https://embed.livewebinar.com/license
version: 1.0.0
build: 2016-05-23
*/

    var iframe = document.createElement('iframe');
    iframe.id="randomid";

    iframe.width="800px";
    iframe.height="600px";

    iframe.style.width = "800px";
    iframe.style.height = "600px";
    iframe.frameBorder=0;
    iframe.setAttribute("src", "https://embed.livewebinar.com/license-not-found?app_error_code=1101&is_host=0");
var container = document.getElementById("");

if( container ) {
    container.appendChild(iframe);
} else {
    document.currentScript.parentNode.insertBefore(iframe, document.currentScript);
}


