/*if (document.URL.match(/http:\/\/asahi-takarazuka.com\//) || document.URL.match(/http:\/\/www.asahi-takarazuka.com\//))
{
	with (document)
	{
		write(
			'<script type="text/javascript">',
			'var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");',
			'document.write(unescape("%3Cscript src=\'" + gaJsHost + "google-analytics.com/ga.js\' type=\'text/javascript\'%3E%3C/script%3E"));',
			'</script>',
			'<script type="text/javascript">',
			'try {',
			'var pageTracker = _gat._getTracker("UA-5668473-16");',
			'pageTracker._trackPageview();',
			'} catch(err) {}</script>'
		);
	}
}*/

