addScript('http://www.yozik.com/script/prototype.js'); addLink('http://www.yozik.com/css/themes/default.css'); addLink('http://www.yozik.com/css/themes/alphacube.css'); addScript('http://www.yozik.com/script/window.js'); addScript('http://www.yozik.com/script/windowyozik.php?topif=&leftif=&rightif=&lang='); window.onload = function () { var body = document.getElementsByTagName('body'); var script3 = document.createElement('script'); script3.setAttribute('type', 'text/javascript'); script3.setAttribute('src','http://www.yozik.com/script/yozik.php?styleiframe=alphacube'); body[0].appendChild(script3); } function addScript(src) { var header = document.getElementsByTagName('head'); var newScript = document.createElement('script'); newScript.setAttribute('type', 'text/javascript'); newScript.setAttribute('src',src); header[0].appendChild(newScript); } function addLink(src) { var header = document.getElementsByTagName('head'); var newLink = document.createElement('link'); newLink.setAttribute('href',src); newLink.setAttribute('type', 'text/css'); newLink.setAttribute('rel', 'stylesheet'); header[0].appendChild(newLink); }