/* ******************* */ /* 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 "3"; } StreamInformation.PEAKLISTENERS = function (){ if (this.streamStatus == false){ return 0; } return "Unavailable"; } StreamInformation.MAXLISTENERS = function (){ if (this.streamStatus == false){ return 0; } return "200"; } StreamInformation.BITRATE = function (){ if (this.streamStatus == false){ return 0; } return "64"; } StreamInformation.SONGTITLE = function (){ if (this.streamStatus == false){ return 0; } return "DEEJAY JJF - ZONA4"; } StreamInformation.SERVERTITLE = function (){ if (this.streamStatus == false){ return 0; } return "Almodóvar en La Onda - 107.2MHz FM"; } StreamInformation.SONGHISTORY = function(){ if (this.streamStatus == false){ return 0; } return new Array('','DEEJAY JJF - ZONA4','LOCUCION DE HORA','SCOOTER - REBEL YELL','ESTA ES TU RADIO SIEMPRE TU RADIO','PROMO - DESCUBRE 1','DANIEL HERRERA - MUSIC POWER','PANDORA - DON\'T YOU KNOW','ESTAS ESCUCHANDO 1','PROMO - MLU'); }