/**
 * 2Checkout.com General Website Tracking Code
 * ===========================================
 * Implement Tracking Code - http://help.pardot.com/faqs/campaigns/tracking-code
 */
piAId = '7682';
piCId = '5181';

(function() {
  function async_load(){
    var s = document.createElement('script'); s.type = 'text/javascript';
    s.src = ('https:' == document.location.protocol ? 'https://pi' : 'http://cdn') + '.pardot.com/pd.js';
    var c = document.getElementsByTagName('script')[0]; c.parentNode.insertBefore(s, c);
  }
  if(window.attachEvent) { window.attachEvent('onload', async_load); }
  else { window.addEventListener('load', async_load, false); }
})();

