   				 function getcurentsong12257() {
            		var oXmlHttp = zXmlHttp.createRequest();
    	    			oXmlHttp.open("get", "../getcurentsong12257.php", true);
            			oXmlHttp.onreadystatechange = function () {
                	if (oXmlHttp.readyState == 4) {
                    	if (oXmlHttp.status == 200) {
                      	  displaycurentsong12257(oXmlHttp.responseText);
                   		 } else {
                 	       displaycurentsong12257("Ошибка: " + oXmlHttp.statusText);
                    }
                }
            };
       						oXmlHttp.send(null);
        }
        			function displaycurentsong12257(sText) {
       				 var divInfo = document.getElementById("curentsong12257");
       				 divInfo.innerHTML = "<span style='color: #fff;'>" + "Сейчас в эфире:" + "</span>" + "<br />" + "<span style='color: #ffcc66;'>" + sText + "<\/span>" ;
        }

<!-- -->


