(function () {
  "use strict";

  if (/spotter360/.exec(location.host)) {
    $('body').append('<a href="http://spotterrf.com/demo-policy.html"><img style="position: absolute; top: 0; left: 0; border: 0;" src="http://spotterrf.com/images/do-not-demo-left.png" alt="Broken: DO NOT DEMO"></a>');

    // TODO remove this
    $('body').append('<a href="demo-policy.html"><img style="position: absolute; top: 0; left: 0; border: 0;" src="images/do-not-demo-left.png" alt="Broken: DO NOT DEMO"></a>');
  }
}());

