var $blockStation=$w8x("#listJanrStation").find("#menuListJanr:first").html();$listJanrStation=function(a){$w8x(".ac_loading").show();if(document.getElementById("selectRadio").value==0){$w8x.ajax({type:"GET",url:"./XML/station.xml?rnd="+Math.random(),dataType:"xml",success:function(b){var c="";var d=$blockStation;$w8x(b).find("station").each(function(){var e=$w8x(this).find("name").text();var l=$w8x(this).find("description").text();var k=$w8x(this).find("img").text();var g=$w8x(this).find("id").text();var h=$w8x(this).find("img2").text();var m="";var j="";j=$w8x(this).find("songname").text();m=$w8x(this).find("songimg").text();var f=$w8x(this).find("url").text();e=$replaceAll(e,'"',"");e=$replaceAll(e,"^","&");l=$replaceAll(l,'"',"");l=$replaceAll(l,"^","&");e=$replaceAll(e,"'","");l=$replaceAll(l,"'","");var i=d;i=$replaceAll(i,'<!-- id="list"  >',"");i=$replaceAll(i,'<!-- id="list">',"");i=$replaceAll(i,"<-->","");i=$replaceAll(i,"w8xNameSong","station"+g+"name");i=$replaceAll(i,"w8xImgSong","station"+g+"img");i=$replaceAll(i,"[w8xHrefUrl]",f);i=$replaceAll(i,"[w8xYoutube_id]",g);i=$replaceAll(i,"[w8xStation_logo]",k);i=$replaceAll(i,"[w8xStation_name]",e);i=$replaceAll(i,"[w8xYoutube_name]",j);i=$replaceAll(i,"[w8xYoutube_img]",m);i=$replaceAll(i,'style="display:none;"',"");c=c+i});document.getElementById("menuListJanr").innerHTML=d+c;$w8x(".ac_loading").hide();$w8x("#allRadio_content_wrapper").jScrollPane({showArrows:true,mouseWheelSpeed:60,verticalGutter:10,horizontalGutter:10});if(a=="start"){setInterval(function(){$listJanrStationUpdate()},1000)}}})}else{}};$listJanrStationUpdate=function(){if(document.getElementById("selectRadio").value==0){$w8x.ajax({type:"GET",url:"./XML/station.xml?rnd="+Math.random(),dataType:"xml",success:function(a){var b="";var c=$blockStation;$w8x(a).find("station").each(function(){var e="";var d="";var f=$w8x(this).find("id").text();d=$w8x(this).find("songname").text();e=$w8x(this).find("songimg").text();document.getElementById("station"+f+"name").innerHTML=d;document.getElementById("station"+f+"img").src=e})}})}else{}};$listJanrStation("start");$w8x(window).resize(function(){$w8x("#allRadio_content_wrapper").jScrollPane({showArrows:true,mouseWheelSpeed:60,verticalGutter:10,horizontalGutter:10})});
