/* ******************* */ /* Constructor & Init */ /* ******************* */ var StreamInformation; if (StreamInformation == undefined) { StreamInformation = function () { }; } StreamInformation.STREAMSTATUS = function (){ return 1==1?true:false; } StreamInformation.CURRENTLISTENERS = function (){ if (this.streamStatus == false){ return 0; } return "41"; } StreamInformation.PEAKLISTENERS = function (){ if (this.streamStatus == false){ return 0; } return "86"; } StreamInformation.MAXLISTENERS = function (){ if (this.streamStatus == false){ return 0; } return "200"; } StreamInformation.BITRATE = function (){ if (this.streamStatus == false){ return 0; } return "40"; } StreamInformation.SONGTITLE = function (){ if (this.streamStatus == false){ return 0; } return "Gotan Project - El Capitalismo Foraneo"; } StreamInformation.SERVERTITLE = function (){ if (this.streamStatus == false){ return 0; } return "Radio Art, Jazz and Ethnic Music Channel"; } StreamInformation.SONGHISTORY = function(){ if (this.streamStatus == false){ return 0; } return new Array('Gotan Project - El Capitalismo Foraneo','Zita Swoon - She = Like Meeting Jesus','Levy Yasmin - Una Noche Mas','Duke Ellington - Beer Garden','Radio Art, Culture Internet Radio','Nine Rain - Guantanamo's Harpsichord','Davis Miles - Blue in green','Radio Art Jazz Radio 1','Stan Getz - Chega De Saudade (No More Blues)','Madredeus - O pastor'); }