playerWidget.pid = 13100; //<-- StreamAds Publisher ID
playerWidget.sid = 130385; //<-- SpacialNet/AudoRealm Station ID
playerWidget.mediaURL = 'mms://wm9.spacialnet.com/EricVdM136239'; //<-- URL to tune into your station
 
//OPTIONAL (If not specified, will be auto-detected)
playerWidget.stationName = 'Nashville Rock';
playerWidget.stationCoverPicURL = 'http://countrymuziek.be/images/Nashville_Rock_web.jpg';
playerWidget.useGateway = false;
 
//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;