/* ******************* */ /* 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 "33"; } StreamInformation.PEAKLISTENERS = function (){ if (this.streamStatus == false){ return 0; } return "100"; } StreamInformation.MAXLISTENERS = function (){ if (this.streamStatus == false){ return 0; } return "100"; } StreamInformation.BITRATE = function (){ if (this.streamStatus == false){ return 0; } return "56"; } StreamInformation.SONGTITLE = function (){ if (this.streamStatus == false){ return 0; } return "Stan Getz - Insensatez"; } StreamInformation.SERVERTITLE = function (){ if (this.streamStatus == false){ return 0; } return "Radio Art, Jazz and World Music Channel"; } StreamInformation.SONGHISTORY = function(){ if (this.streamStatus == false){ return 0; } return new Array('Stan Getz - Insensatez','Bajofondo Tango Club - Leonel, El Feo','Billie Holiday - What a Little Moonlight Can Do','Rita Ribeiro - Tem Quem Quiera','King Carole - So far away','Radio Art, Culture Internet Radio','Duke Ellington - Wailing Interval','Tom Waits - All The World Is Green','Birdland - Weather Report','Various Artists - Runidera'); }