(function() {
	if (!window.$is_ga_loaded) {
		/* load GA script, if not loaded yet */
		window.$is_ga_loaded = true;
		
		/* get this script source path */
		var $script = document.getElementsByTagName("script");
		var $src = $script[$script.length - 1].src;

		/* load main google analytics script */
		document.write("<script src='" 
				+ (("https:" == document.location.protocol) ? "https://ssl." : "http://www.")
				+ "google-analytics.com/ga.js' type='text/javascript'></script>");
		
		/* reload this script to start tracker */
		document.write("<script src='" + $src + "' type='text/javascript'></script>");
	} else {
		/* start tracker */
		_gat._getTracker('UA-7768865-4')._trackPageview();
	}
})();