// google analytics script


var trackingcode = "UA-325910-1";
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));


try{var pageTracker = _gat._getTracker(trackingcode);
if (typeof trackingurl == 'undefined') {trackingurl = ''}
// set trackingurl variable in the content file header when you want see other than just the URL in GA admin; example: (note quotes)  trackingurl = "'" + document.location.pathname + "?addedtext'";    document.location.pathname is optional
pageTracker._setDomainName('.johnson.cornell.edu');
pageTracker._trackPageview(trackingurl);}
 catch(err) {}


// Userfly Tracking 

var userflyHost = (("https:" == document.location.protocol) ? "https://secure.userfly.com" : "http://asset.userfly.com");
document.write(unescape("%3Cscript src='" + userflyHost + "/users/29234/userfly.js' type='text/javascript'%3E%3C/script%3E"));


// Crazy Egg Tracking 
// to use Crazy Egg, add the following script to the file; it won't work from here formatted as the Google and UserFly scripts are above, because the Crazy Egg script look in the document source for the script tag.
//<script type="text/javascript" src="http://cetrk.com/pages/scripts/0010/3865.js"> </script>

