/* ******************* */ /* 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 "23"; } StreamInformation.PEAKLISTENERS = function (){ if (this.streamStatus == false){ return 0; } return "85"; } 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 Harm Wierstra - As dat moar goed giet"; } 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 Harm Wierstra - As dat moar goed giet','De Veluwsepiraten NonStop u hoort Margriet & de Heikrekels - Baby, baby darling','De Veluwsepiraten NonStop u hoort Liesbeth - Nee, nee, dat doe ik niet','De Veluwsepiraten NonStop u hoort Petra & Sjoerd - Hoog in de bergen','De Veluwsepiraten NonStop u hoort Frank & Mirella - De verzonken stad','De Veluwsepiraten NonStop u hoort Marilyn - Complimenten','De Veluwsepiraten NonStop u hoort George Baker Selection - Fly away little paraquayo','De Veluwsepiraten NonStop u hoort Jannes - Lucky','De Veluwsepiraten NonStop u hoort Jannes - Na, na, na','De Veluwsepiraten NonStop u hoort Die schurzenjager - Hochzeits march'); }