
function doAnalytics(){
	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	if (window.$){
		$.ajax({url:gaJsHost+'google-analytics.com/ga.js', type:"GET", dataType:"script", timeout:5000, cache: true, ifModified: true, success:__analyticsFunc});
	}
}
function __analyticsFunc(){
	try {
	var pageTracker = _gat._getTracker("UA-4819798-12");
	pageTracker._trackPageview();
	} catch(err) {}
}
setTimeout(doAnalytics, 800);