<!--

// **********************************************************
// Description : google analytics
// Create      : 2010/04/16 kanazawa
// Update      : YYYY/MM/DD Name
// **********************************************************
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");

var header = document.getElementsByTagName("head")[0];
var scriptTag = document.createElement("script");
scriptTag.setAttribute("src", gaJsHost + "google-analytics.com/ga.js");
scriptTag.setAttribute("type", "text/javascript");

header.appendChild(scriptTag);

function mygat(){
    try {
        var pageTracker = _gat._getTracker("UA-15876800-1");
        pageTracker._trackPageview();
    } catch(err) {}
}

if (window.addEventListener) {
    window.addEventListener('load', mygat, false);
} else if (window.attachEvent) {
    window.attachEvent('onload', mygat);
} else  {
    window.onload = mygat;
}

//-->
