/** ************************************************************
    SYSTEM   : gela CMS
    TITLE    : ダイナミックHTMLの定義
    SCRIPT   : script.js
    VERSION  : Ver1.3.2
    LANGUAGE : JavaScript1.3
    CODESET  : UTF-8
    EXPLAIN  : クライアント画面の動的操作を定義する。
    AUTHOR   : yap
    CREATED  : 2009/01/10  //as Ver1.2.1
    UPDATED  : 2011/07/24  //as Ver1.3.2
    CREDIT   : Copyright 2010 studio yap (http://yap.jp)
***************************************************************/

/***************************************************************
    Google Analytics 関数
***************************************************************/
try {
    if (tracking_code) {
        var _gaq = _gaq || [];
        _gaq.push(['_setAccount', tracking_code]);
        _gaq.push(['_trackPageview']);

        (function() {
            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
        })();
    }
} catch(e) {}

