Skip to content

Instantly share code, notes, and snippets.

@derekperkins
Created February 23, 2013 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save derekperkins/5021281 to your computer and use it in GitHub Desktop.
Save derekperkins/5021281 to your computer and use it in GitHub Desktop.
Test Gist
<script type="text/javascript">
piAId = '10162';
piCId = '27375';
(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); }
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment