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"));

//all google tracking code is wrapped with this function
function _gaLoad(){
	try {
	var pageTracker = _gat._getTracker("UA-6518656-1");
		pageTracker._trackPageview();
	} catch(err) {}
}
//execute the ga code with the onLoad event...
//this allows both parts of the ga code to be in one
//external .js file
if (top.addEventListener) {
    top.addEventListener("load",_gaLoad,false);
} else if (top.attachEvent) {
	top.attachEvent("onload",_gaLoad);
}