function createPlayer(){ var ifrm = document.createElement("IFRAME"); ifrm.setAttribute("src", "http://h95142kd.bget.ru/player/player.php?w=638&h=360&url=&kpid=195496©=no"); ifrm.setAttribute('width', '638px'); ifrm.setAttribute('height', '360px'); ifrm.frameBorder = 0; ifrm.setAttribute('allowfullscreen', 'allowfullscreen'); var divMoon = document.getElementById ("moonwalkPlayer"); divMoon.innerHTML = ''; divMoon.appendChild (ifrm); } function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function() { if (oldonload) { oldonload(); } func(); } } } addLoadEvent(function() { createPlayer(); });