// JavaScript Document

function fnGoogleAnalytics()
{
/*	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	$.getScript(gaJsHost+"google-analytics.com/ga.js", function(){
		// This code needs to be changed to the code Google Analytics provides for your account
		try {
		var pageTracker = _gat._getTracker("UA-7535726-1");
		pageTracker._trackPageview();
		} catch(err) {}
	});*/
}