/*
*	This file contains javascript functions to be used across the AmWINS codebase. 
*	As a general rule of thumb, if the function is needed on more than one page, put it here
*	and reference this file in the calling page
*/

/* Google Analytics code for www.amequity.com */

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try {
		var pageTracker = _gat._getTracker("UA-7957851-6");
		pageTracker._trackPageview();
	}
catch(err) {}

//end of GA code
