var ext = '&extid=cinefriends'; var status = '' var id = '' ; var width = 180 ; var height = 235; var nbnews = '' ; var noheader = '0' ; var path = 'http://www.cinefriends.com'; var themepath = path + '/theme/default'; var rnd = Math.round(Math.random()*10); var cf_script = document.getElementsByTagName("script"); var cf_parent; for(var i=0; i < cf_script.length; i++) { if( cf_script[i].getAttribute('src')) { if(cf_script[i].getAttribute('src').indexOf("aj_external_js") != -1) { cf_parent = cf_script[i].parentNode; } } } var div = document.createElement('div'); div.setAttribute('id', 'cfdivbox' + rnd); var iframe = document.createElement('iframe'); iframe.setAttribute('frameborder', '0'); iframe.setAttribute('border', '0'); iframe.setAttribute('scrolling', 'no'); iframe.setAttribute('style', 'width:' + width + 'px; height:' + height + 'px; border: solid #FFFF00 0px;'); iframe.style.width = width + 'px'; iframe.style.height = height + 'px'; iframe.setAttribute('src', path + '/?L=widget.agenda' + ext + status + '&height=' + height + '&width=' + width + '&nbnews=' + nbnews + '&noheader=' + noheader); div.appendChild(iframe); cf_parent.appendChild(div);