/* ******************* */ /* 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 "32"; } StreamInformation.PEAKLISTENERS = function (){ if (this.streamStatus == false){ return 0; } return "58"; } 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 "De Veluwsepiraten NonStop u hoort De Taclona`s - Hey, hey Marian"; } StreamInformation.SERVERTITLE = function (){ if (this.streamStatus == false){ return 0; } return "Veluwsepiraten Non-Stop "; } StreamInformation.SONGHISTORY = function(){ if (this.streamStatus == false){ return 0; } return new Array('De Veluwsepiraten NonStop u hoort De Taclona`s - Hey, hey Marian','De Veluwsepiraten NonStop u hoort George Baker - The fisherman','De Veluwsepiraten NonStop u hoort Lisette en de Telstars - Aan de Noordpool','De Veluwsepiraten NonStop u hoort De Four Tak - Rosemaria','De Veluwsepiraten NonStop u hoort Jannes - Ga dan','De Veluwsepiraten NonStop u hoort Bonnie St. Claire - Ik Heb Genoeg Aan Jou ','De Veluwsepiraten NonStop u hoort Ben Lansink - Leven zonder liefde','De Veluwsepiraten NonStop u hoort Luc Steeno - Holiday','De Veluwsepiraten NonStop u hoort Dana Winner - Voor Altijd Een','De Veluwsepiraten NonStop u hoort Belcanto`s - Vier muren'); }