/*
 * Google Analytics Code
 */

var artspub = 'bg.arts21.jp';
var hanatenpub = 'www.8710.co.jp';

if( location.hostname == artspub ){
  var googleid = 'UA-19323042-5';
}else if( location.hostname == hanatenpub ){
  var googleid = 'UA-28284979-1';
}else{
  var googleid = 'private';
}

if( googleid != 'private' ){
  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', googleid]);
  _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);
  })();
}

