var _gaq = _gaq || [];
if ( SURFPOINT.getIP() != "210.251.250.30" ) {
	_gaq.push(
		['_setAccount', 'UA-154670-4'],
		['_setCustomVar',1,'組織名', SURFPOINT.getOrgName() ,1],//組織名の取得
		['_setCustomVar',2,'組織コード', SURFPOINT.getOrgCode() ,1],//組織コードの取得
		['_setCustomVar',3,'組織URL', SURFPOINT.getOrgUrl() ,1],//組織URLの取得
		['_setCustomVar',4,'業種大分類', SURFPOINT.getOrgIndustrialCategoryL() ,1],//業種大分類の取得
		['_setCustomVar',5,'業種中分類', SURFPOINT.getOrgIndustrialCategoryM() ,1],//業種中分類の取得
		['_trackPageview'],
		['b._setAccount', 'UA-154670-7'],//従来のCARサイトのGA結果
		['b._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);
})();

