/*
 *  This is the code required by Google Analytics for www.mikerogerson.co.uk
 *  It should *always* go on the page after the code loaded from Google at
 *  http://www.google-analytics.com/urchin.js 
 */

if (typeof urchinTracker != 'undefined')
{
    _uacct = "UA-2374440-1";
    urchinTracker();
}
else
{
    /*  We redefine urchinTracker here to avoid errors if
     *  www.google-analytics.com can't be found
     */
    urchinTracker = function () { return 1 }
}
