/* ******************* */ /* 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 "5"; } StreamInformation.PEAKLISTENERS = function (){ if (this.streamStatus == false){ return 0; } return "29"; } StreamInformation.MAXLISTENERS = function (){ if (this.streamStatus == false){ return 0; } return "100"; } StreamInformation.BITRATE = function (){ if (this.streamStatus == false){ return 0; } return "192"; } StreamInformation.SONGTITLE = function (){ if (this.streamStatus == false){ return 0; } return "Neil Sedaka - Breaking Up Is Hard To Do"; } StreamInformation.SERVERTITLE = function (){ if (this.streamStatus == false){ return 0; } return "Power Music Radio (the music collection)"; } StreamInformation.SONGHISTORY = function(){ if (this.streamStatus == false){ return 0; } return new Array('Neil Sedaka - Breaking Up Is Hard To Do','Billy Joel - Piano Man','Tom Jones & Art Of Noise - Kiss','Advert: - Advert:','Jimi Hendrix - Fire','Bill Haley & His Comets - (We\'re Gonna) Rock Around The Clock','Cliff Richard - Summer Holiday','Johnny Cash - Ring Of Fire','Taylor Swift - My Boy Only Breaks His Favorite Toys','Procol Harum - A Whiter Shade Of Pale','Tom Odell - Grow Old With Me','Green Day - Father of All...','Advert: - Advert:','America - Ventura Highway','David Bowie & Tina Turner - Tonight','Douwe Bob - Slow Down','Led Zeppelin - Black Dog','Various Artists - Children Of Sanchez - Tune Zaterdag Sport (Ncrv)','Van Halen - Jump','Adele - Easy On Me'); }