﻿// ----------------------------------------------------------------------
// WSGoogleAnalytics2.js
//
// Western Standard Translation - Google Analytics API related code.
//
// (c) 2009 Western Standard Translation.  All rights reserved.
// Portions provided by Google are copyrighted (c) by Google.  All rights reserved.
//
// WARNING: The 2 Google Analytics files must be separate, so that the object is
// created and valid from the first before code in the second executes.
// ----------------------------------------------------------------------

WSTrace(9, "WSGoogleAnalytics2.js - Begin");

try {
	var pageTracker = _gat._getTracker("UA-7235914-1");
	pageTracker._trackPageview();
}
catch(err)
{
	WSTrace(1, "Google Analytics error: " + err);
}

WSTrace(9, "WSGoogleAnalytics2.js - End");

