  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-473116-1']);
  _gaq.push(['_trackPageview']);
  _gaq.push(['_addTrans',
    '1234',           // order ID - required
    '',  // affiliation or store name
    '10000',          // total - required
    '',           // tax
    '',              // shipping
    '',       // city
    '',     // state or province
    ''             // country
  ]);
  _gaq.push(['_addItem',
    '1234',           // order ID - required
    'eco-house21.com',           // SKU/code - required
    'メールお申込み',        // product name
    '',   // category or variation
    '10000',          // unit price - required
    '1'               // quantity - required
  ]);
  _gaq.push(['_trackTrans']);
  (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);
  })();
