/* ******************* */ /* 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 "20"; } 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 "Steppenwolf - Magic Carpet Ride"; } 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('Steppenwolf - Magic Carpet Ride','The Stone Roses - Fools Gold','Jon Anderson - Surrender','Train - Drive By','Tracy Chapman - Baby Can I Hold You','The Interrupters - Gave You Everything','Grand Funk Railroad - Bad Time','Paul Kalkbrenner - Sky And Sand','Advert: - Advert:','Peter Gabriel - Solsbury Hill','Elvis Presley - Kiss Me Quick','Train Ft. Ashley Monroe - Bruises','Marvin Gaye - I Heard It Through The Grapevine','Various Artists - Scarlet O\'Harra - Tune Radiodrama (Veronica) / Vaak \'s Ochtends (Tros)','Cats - Let\'s Dance','Jeff Buckley - Hallelujah','Saybia - It\'s About Time','Sonny & Cher - The Beat Goes On','Abba - Mamma Mia','Talking Heads - Road To Nowhere'); }