(function() {
  document.write('<iframe id="restorando_widget" name="restorando_widget" width="240" height="380" scrolling="no" noresize="noresize" frameborder="0" allowtransparency="true" hspace="0" vspace="0" marginheight="0" marginwidth="0" src=""></iframe>');
  var rid = window.restorando_id;
  var host = window.restorando_host || "rebs.restorando.com";
  var locale = window.restorando_locale || "es";
  var source = window.restorando_source;
  var origin = 'rezsite';

  if (source) {
      origin = 'restorando';
  }
  if (host && host.match(/\.br$/)) {
    locale = "pt";
  }
  if (host && !host.match(/^rebs\./)) {
    host = "rebs." + host;
  }

  var url = "http://" + host +"/widgets/web?restaurant_id=" + rid + "&origin=" + origin + "&locale=" + locale;
  var iframe = document.getElementById('restorando_widget');
  iframe.src = url;
})();

