/* ******************* */ /* 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 "20"; } StreamInformation.PEAKLISTENERS = function (){ if (this.streamStatus == false){ return 0; } return "114"; } StreamInformation.MAXLISTENERS = function (){ if (this.streamStatus == false){ return 0; } return "200"; } StreamInformation.BITRATE = function (){ if (this.streamStatus == false){ return 0; } return "128"; } StreamInformation.SONGTITLE = function (){ if (this.streamStatus == false){ return 0; } return "Canned Heat & John Lee Hooker - Redd Headed Woman"; } StreamInformation.SERVERTITLE = function (){ if (this.streamStatus == false){ return 0; } return "Kansas City Online Radio"; }