//	analytics.js - Function to do site tracking and analytics
//
//	Copyright (C) 2006-2009 Charles A Upsdell, All Rights Reserved; www.upsdell.com


function myAnalytics (  )
{
//  Google Analytics
	_uacct = "UA-560442-1";
	if ( typeof(urchinTracker) !== typeof(noSuchFunction) )
		urchinTracker();
}

