function _anthumPageLoad()
{
  try {
    _gaInvoke();
  } catch (exception) {window.status+='; [_gaInvoke() Error]';}
}


/**
 * Invokes Google Analytics tracking.  This script must be included AFTER including
 * http://www.google-analytics.com/urchin.js (NOT BEFORE)
 */
function _gaInvoke()
{
  _uacct = "UA-916754-1";
  urchinTracker();
}
