// Avoid conflicts with other scripts on the page, including other jQuery. Variables $ and jQuery are now undefined leaving only jQuery_tcd_head.
var jQuery_tcd_head = $.noConflict(true);
(function($)
{
	$(function()
	{
		
		// Google Analytics.
		
		// Account ID (and allow the default to be overwritten).
		var ga_account_id = ga_account_id || 'UA-845128-1';
		
		// Domain to Track (and allow the default to be overwritten).
		var ga_domain = ga_domain || '';
		
		// Get the Google Analytics only if not already applied on the page in the Standard way.
		if ($('body script[src$=google-analytics.com/ga.js]').length == 0)
		{
			$.geekGaTrackPage(ga_account_id);
		}
	});
})(jQuery_tcd_head);

