var googleAnalyticsElement = document.createElement("script");
googleAnalyticsElement.setAttribute("type", "text/javascript");
googleAnalyticsElement.setAttribute("src", "http://www.google-analytics.com/urchin.js");
document.getElementsByTagName("head")[0].appendChild(googleAnalyticsElement);

window.onload = function() {
	_uacct = "UA-2928538-1";
	urchinTracker();
}