/* ******************* */ /* 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 "7"; } StreamInformation.PEAKLISTENERS = function (){ if (this.streamStatus == false){ return 0; } return "57"; } 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 Marjan Kampen - Rozen uit Napoli"; } 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 Marjan Kampen - Rozen uit Napoli','De Veluwsepiraten NonStop u hoort Evening Stars - Hoi Marietje','De Veluwsepiraten NonStop u hoort Marilyn - Complimenten','De Veluwsepiraten NonStop u hoort Theo Diepenbrock - Rosalinde','De Veluwsepiraten NonStop u hoort The Classics - My russian lady','De Veluwsepiraten NonStop u hoort Manuel - Heimweh nach der Sonne','De Veluwsepiraten NonStop u hoort Andre Hazes - De Laatste Trein','De Veluwsepiraten NonStop u hoort The Evening Stars - Hoi Marietje','De Veluwsepiraten NonStop u hoort Margriet & de Heikrekels - Baby, baby darling','De Veluwsepiraten NonStop u hoort Duo Brasien en Jenny - Mendocino'); }