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"));
var hndl = window.setTimeout("StartTracking()", 100);

function StartTracking(){
    if (typeof(_gat) == 'object')
    {
        window.clearTimeout(hndl);
        var pageTracker =_gat._getTracker("UA-12157203-1");
        //pageTracker._initData();
        pageTracker._trackPageview();
        } 
    else 
    {
        hndl = window.setTimeout("StartTracking()", 1000);
    }
}