/*******************************************************************************
* cw/include/google_analytics.js
*
* @package cpe
* @author Preston McMurry (prestonm3@mcmurry.com)
* @version 1.0
* @copyright (C) Copyright 2008 by McMurry, Inc.
*
*******************************************************************************/

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-874764-8");
pageTracker._trackPageview();
} catch(err) {}

