// tracking.js
// This JavaScript file does all of the demographic tracking.
// This data is just used for statistics.
// If you dislike us doing this, feel free to block this
// file using whatever software you wish.

// Google Analytics
_uacct = "UA-172892-3";
urchinTracker();

// Crazyegg - Experimental!
// FIXME: This illegal use of JavaScript sucks. We should call the script file directly and cut out the middle man.
document.write('<script'+' src="http://crazyegg.com/pages'+'/scripts/5062.js?'+(new Date()).getTime()+'" type="text/javascript"></scr'+'ipt>');
