aphorismId = 1; nextAphorism = 15000; windowOnLoad = window.onload; window.onload = function() { if(windowOnLoad) windowOnLoad(); setTimeout('setAphorism()',100); ClientsInit(); } function ClientsInit() { var oXmlHttp = createXMLHttp(); oXmlHttp.open('POST','http://www.cis2000.ru/cis/clients.php', false); oXmlHttp.setRequestHeader("Content-Type", "application/x-www-form-urlencoded"); oXmlHttp.send(''); if(oXmlHttp.status == 200) { var clients = oXmlHttp.responseText.split("\r\n"); goClientDiv = document.createElement('div'); document.getElementById('clients').appendChild(goClientDiv); if(ie) { goClientDiv.style.position = 'absolute'; goClientDiv.style.top = '0px'; goClientDiv.style.left = '0px'; goClientDiv.style.display = 'block'; } else goClientDiv.setAttribute('style','position: relative; top: 0px;'); var isColor = true; for(var i=0;i