/* ******************* */ /* 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 "27"; } 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 "56"; } StreamInformation.SONGTITLE = function (){ if (this.streamStatus == false){ return 0; } return "Brian Crain - Gliding Moon"; } StreamInformation.SERVERTITLE = function (){ if (this.streamStatus == false){ return 0; } return "Radio Art, Anti Stress Music Channel"; } StreamInformation.SONGHISTORY = function(){ if (this.streamStatus == false){ return 0; } return new Array('Brian Crain - Gliding Moon','Harry Sweets Edison - Aint Misbehavin','J. S. Bach - Arioso (2)','John Hinson - Two Roads','Michael R. Hicks - Last Jerusalem Sunset','Eva Fampas - Capriccio Diabolico - Waltel Branco - Valsa greca para Eva','Lars Roos, The Complete Poems CD 1 - Bonheur Passe. Op.1','Lee Harbaugh - Starlight','Dhmhtrhs Lagios - Odoiporiko 2','Michele McLaughlin - A Sad and Sorrowful Goodbye'); }