// マウスが重なったら画像を入れ替える
// 対応ブラウザ
// Win IE4.0x IE5.x IE6.x NN3.0以上
// Mac IE4.x IE5.0x NN3.0以上

function swImg(iName, str) {
	document.images[iName].src = str;
}

//googleMap描画
function inPutMap(){
	
	document.write('<iframe width="300" height="175" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.co.jp/maps?hl=ja&amp;cd=1&amp;ei=q1vXTJO5B4biuQPdp5GgAQ&amp;sll=39.129456,139.281549&amp;sspn=6.440956,9.636902&amp;brcurrent=3,0x35439586f38f88e9:0x2292ce103e879358,0&amp;ie=UTF8&amp;view=map&amp;cid=12992544855703766239&amp;q=%EF%BC%88%E6%A0%AA%EF%BC%89%E3%83%9B%E3%83%BC%E3%83%97&amp;ved=0CGIQpQY&amp;hq=%EF%BC%88%E6%A0%AA%EF%BC%89%E3%83%9B%E3%83%BC%E3%83%97&amp;hnear=&amp;ll=33.886662,130.971794&amp;spn=0.012469,0.025663&amp;z=14&amp;iwloc=A&amp;output=embed"></iframe>');
}


 var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-19900132-2']);
  _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);
  })();
