includeJsFile("http://www.google-analytics.com/ga.js");
includeJsFile("/js/common.js");

window.onload = function() {
	try {
		var pageTracker = _gat._getTracker("UA-699095-5");
		pageTracker._trackPageview();
	} catch(err) {}
}

function includeJsFile(file) {
	var scriptElement = document.createElement("script");
	scriptElement.setAttribute("type", "text/javascript");
	scriptElement.setAttribute("charset", "UTF-8");
	scriptElement.setAttribute("src", file);
	document.getElementsByTagName("head")[0].appendChild(scriptElement);
}