/* ******************* */ /* 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 "16"; } StreamInformation.PEAKLISTENERS = function (){ if (this.streamStatus == false){ return 0; } return "81"; } StreamInformation.MAXLISTENERS = function (){ if (this.streamStatus == false){ return 0; } return "100"; } StreamInformation.BITRATE = function (){ if (this.streamStatus == false){ return 0; } return "96"; } StreamInformation.SONGTITLE = function (){ if (this.streamStatus == false){ return 0; } return "SE7EN - Puzzle"; } StreamInformation.SERVERTITLE = function (){ if (this.streamStatus == false){ return 0; } return "ALRadio - TUNE N-2 THE HOTTEST ASIAN RADIO STATION!"; }