var cqp = cqp ? cqp : {};
cqp.findrep = cqp.findrep ? cqp.findrep : {};
if (!cqp.findrep.makeContainer){
   (
      function(){
         var script = document.createElement('script');
         script.type = 'text/javascript';
         script.src = 'http://widgets.cqpress.com/findrep/javascript/cqp.findrep.js';
         document.getElementsByTagName('head')[0].appendChild(script);
      }
   )();
}
cqp.findrep.loaded = function(){
cqp.findrep.baseURL = 'http://widgets.cqpress.com/findrep/';
cqp.findrep.src = 'FindRepQuery.ashx';
cqp.findrep.makeContainer();
}