/* ******************* */ /* 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 "33"; } 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 "Pm_Prod - Ed\'s Music Collection 14-09-2024"; } 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('Pm_Prod - Ed\'s Music Collection 14-09-2024','Various Artists - Trumpet Cross - Tune Radio Tour De France (NOS)','Sniff \'n The Tears - Driver\'s Seat','Hetty Blok, Leen Jongewaard, Carla Lipp, Barry Stevens & John Kuipers - Bello, Bello, Bello (niet zo trekken)','Crash Test Dummies - Mmm Mmm Mmm Mmm','Advert: - Advert:','Kate Bush - The Man With The Child In His Eyes','Amy Macdonald - Mr. Rock & Roll','J. J. Cale - After Midnight','Steve Miller Band - Rock \'n Me','Julio Iglesias - Quiereme Mucho','Franz Ferdinand - Take Me Out','Ilse Delange - The Great Escape','Dreams - Dakota','Advert: - Advert:','Alexis Jordan - Happiness','Stevie Nicks - Edge Of Seventeen','10cc - Dreadlock Holiday','Dan Fogelberg - Longer','John Barry Seven & Orchestra - 007'); }