//WEB MARTの変数設定
var ga_cookie = document.cookie;
var ga_url    = document.URL;
var ga_han    = ga_cookie.match(/wm_han=(\d+)/);
ga_han = (RegExp.$1 != "") ?  RegExp.$1 : "";
var ga_ml     = ga_cookie.match(/wm_ccd=(\d+)/);
ga_ml  = (RegExp.$1 != "") ?  RegExp.$1 : "";

//Analyticsの設定
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19422206-1']);
if( ! ( ga_url.match(/\/ui122\?/) ) )
{
  _gaq.push(['_setCustomVar',1,'hcd',ga_han,2]); //販売コードをスロット1に記録
  _gaq.push(['_setCustomVar',2,'K'  ,ga_ml ,2]); //メールリンクをスロット2に記録
}
_gaq.push(['_trackPageview']);

(function() {
  var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.charset = 'utf-8';
  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);
})();

