(function(){
  var u = document.URL,a=u.match(/beusable_viewer=([^&#]*)/),b=u.match(/staging_viewer=([^&#]*)/);
  if(a&&a[1]) { __beusablerumclient__.load("//api.beusably.net/script/" + a[1]); } else if(b&&b[1]) { __beusablerumclient__.load("//staging.beusably.net/script/" + (b&&b[1])); }else {
    
    if(!window['__beusablerumclient__']) window.__beusablerumclient__ = {};
    __beusablerumclient__.success = false;
    __beusablerumclient__.message = 'not found matched apply';
  
  }
  })()