function getParams(){
       var params = {
       
        key: '',
      	onStop: function () {
            this.unload();
        },
        onFinish: function () {
            this.unload();
        },
        clip: {
          autoplay: false,
          dynamicBuffer: true
        },
      	plugins:  {
      		controls:  {
      		  stop: true,
            height: 20
      		}
      	}
        };
      
        params.key = getHost();
      
  return params;
}


function getHost() {
  var host = window.location.host;      
  
  if(host.search(/.de/) != '-1'){
    return ('#\@f0bf473aef8cf7d8332');
  } else  if (host.search(/.com/) != '-1') {
    return ('#@690f41521d84483ce51');
  } else {
    return -1;
  }

}
