var iframe = document.createElement('iframe');iframe.setAttribute('title','chat iframe');iframe.setAttribute('allow','camera *;microphone *;fullscreen;clipboard-write;');iframe.setAttribute('style','position: absolute;top: 0;left: 0;bottom: 0;right: 0; width: 800px; height: 600px; border: none;');iframe.setAttribute('src','https://iwebcam.com/750795');var iwebdiv = document.getElementById('IWEBCAM');if (!iwebdiv.getAttribute('style') && iwebdiv.classList.length === 0) {iwebdiv.setAttribute('style','position: relative; overflow: hidden;width: 800px;height: 700px;');}iwebdiv.appendChild(iframe);