// Track a hit on the site with the Nexsys server
// [8/8/2005] Only do this if this is the live site.
function TrackHit () {
	if (window.location.href.indexOf('ginz.com') > 0) {
		ni_TrackHit("imprint1.nexsysdev.net", 85213, "", "", "", "", "", "", document.title, document.URL, 0);
	}
}
