var url_str = location.href;

re = new RegExp("snavi", "g");

//alert(re.test(url_str));

if(re.test(url_str)){

	//==============================================================================
	// 文字サイズ変更書き出し
	//==============================================================================
	var Write_CFoot= '';
	Write_CFoot += '<div id="footer-area">\n';
	Write_CFoot += '<div id="footer-area-in" class="clearfix">\n';
	Write_CFoot += '<ul id="footermenu">\n';
	Write_CFoot += '<li class="f001"><a href="http://www.navida.ne.jp/about/gaiyo.html" target="_blank"><span>福祉振興財団とは</span></a></li>\n';
	Write_CFoot += '<li class="f002"><a href="' + absolutePATH + 'about/menseki.html"><span>ご利用上の注意事項</span></a></li>\n';
	Write_CFoot += '<li class="f003"><a href="http://www.navida.ne.jp/toriatsukai.html" target="_blank"><span>個人情報のお取り扱い</span></a></li>\n';
	Write_CFoot += '<li class="f004"><a href="http://www.navida.ne.jp/hogo.html" target="_blank"><span>個人情報保護方針</span></a></li>\n';
	Write_CFoot += '<li class="f005"><a href="' + absolutePATH + 'smap/bsmap-f.html"><span>サイトマップ</span></a></li>\n';
	Write_CFoot += '</ul>\n';
	Write_CFoot += '<br class="clear-float" />\n';
	Write_CFoot += '<p class="copy-area"><img src="' + absolutePATH + 'img/copy.gif" alt="Copyright (c) 2011. 財団法人神奈川県経営者福祉振興財団. All Rights Reserved." width="398" height="17" /></p>\n';
	Write_CFoot += '</div>\n';
	Write_CFoot += '</div>\n';

	document.write(Write_CFoot);

}else{

	//ここに旧デザインのデザイン

	//
//==============================================================================
// 文字サイズ変更書き出し
//==============================================================================
var Write_CFoot= '';
Write_CFoot += '<div id="footer-area">\n';
Write_CFoot += '<ul class="footer-menu">\n';
Write_CFoot += '<li class="f-top"><a href="' + absolutePATH + 'smap/bsmap-f.html">サイトマップ</a></li>\n';
Write_CFoot += '<li><a href="http://www.navida.ne.jp/about/gaiyo.html">福祉振興財団とは</a></li>\n';
Write_CFoot += '<li><a href="' + absolutePATH + 'about/menseki.html">ご利用上の注意事項</a></li>\n';
Write_CFoot += '<li><a href="' + absolutePATH + 'about/minasama.html">掲載事業所の皆様へ</a></li>\n';
Write_CFoot += '<li><a href="' + absolutePATH + 'about/koukoku.html">広告掲載について</a></li>\n';
Write_CFoot += '</ul>\n';
Write_CFoot += '<div id="copy-area"><img src="' + absolutePATH + 'img/copyright.gif" alt="Copyright (c) 財団法人神奈川県経営者福祉振興財団. All Rights Reserved." width="355" height="15" /></div>\n';
Write_CFoot += '</div>\n';

document.write(Write_CFoot);	
	
}

