Created
October 25, 2010 20:59
-
-
Save gotoplanb/645748 to your computer and use it in GitHub Desktop.
For about and training Poynter microsites.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<!-- for both about and training --> | |
<script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script> | |
</head> | |
<body> | |
<!-- CRAZYEGG--> | |
<script type="text/javascript" src="http://dnn506yrbagrg.cloudfront.net/pages/scripts/0009/7034.js"> </script> | |
<!-- END CRAZYEGG --> | |
<!-- ABOUT GOOGLEANALYTICS AND CHARTBEAT --> | |
<script type="text/javascript"> | |
var _sf_async_config={uid:3983,domain:"about.poynter.org"}; | |
(function(){ | |
function loadChartbeat() { | |
window._sf_endpt=(new Date()).getTime(); | |
var e = document.createElement('script'); | |
e.setAttribute('language', 'javascript'); | |
e.setAttribute('type', 'text/javascript'); | |
e.setAttribute('src', | |
(("https:" == document.location.protocol) ? "https://s3.amazonaws.com/" : "http://") + | |
"static.chartbeat.com/js/chartbeat.js"); | |
document.body.appendChild(e); | |
} | |
var oldonload = window.onload; | |
window.onload = (typeof window.onload != 'function') ? | |
loadChartbeat : function() { oldonload(); loadChartbeat(); }; | |
})(); | |
</script> | |
<script type="text/javascript"> | |
var _gaq = _gaq || []; | |
_gaq.push(['_setAccount', 'UA-2072784-3']); | |
_gaq.push(['_setDomainName', '.poynter.org']); | |
_gaq.push(['_trackPageview']); | |
(function() { | |
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | |
})(); | |
</script> | |
<!-- END ABOUT --> | |
<!-- TRAINING GOOGLEANALYTICS AND CHARTBEAT --> | |
<script type="text/javascript"> | |
var _sf_async_config={uid:3983,domain:"training.poynter.org"}; | |
(function(){ | |
function loadChartbeat() { | |
window._sf_endpt=(new Date()).getTime(); | |
var e = document.createElement('script'); | |
e.setAttribute('language', 'javascript'); | |
e.setAttribute('type', 'text/javascript'); | |
e.setAttribute('src', | |
(("https:" == document.location.protocol) ? "https://s3.amazonaws.com/" : "http://") + | |
"static.chartbeat.com/js/chartbeat.js"); | |
document.body.appendChild(e); | |
} | |
var oldonload = window.onload; | |
window.onload = (typeof window.onload != 'function') ? | |
loadChartbeat : function() { oldonload(); loadChartbeat(); }; | |
})(); | |
</script> | |
<script type="text/javascript"> | |
var _gaq = _gaq || []; | |
_gaq.push(['_setAccount', 'UA-2072784-4']); | |
_gaq.push(['_setDomainName', '.poynter.org']); | |
_gaq.push(['_trackPageview']); | |
(function() { | |
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | |
})(); | |
</script> | |
<!-- END TRAINING --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment