playerWidget.pid = 13100; //<-- StreamAds Publisher ID
playerWidget.sid = 163829; //<-- SpacialNet/AudoRealm Station ID
playerWidget.mediaURL = 'http://wm9.spacialnet.com/2toddsDC163829'; //<-- URL to tune into your station
 
//OPTIONAL (If not specified, will be auto-detected)
playerWidget.stationName = 'Water Online Radio';
playerWidget.stationCoverPicURL = 'http://ypsgroup.com/images/dreamland_radio.png';
playerWidget.useGateway = true;
 
//Set to TRUE if you use Shoutcast streams.
//NOTE: We recommend avoiding Shoutcast streams due to lack of proper metadata support
//We recommend Windows Media, Wowza or Icecast servers instead (In that preferred order)
playerWidget.useSC = false;
 
//DEBUG mode? Remember to disable this once you are done developing!
playerWidget.testingPhase = true;
