
//----bookmark

function bookmark(){
	if(navigator.userAgent.indexOf("MSIE") > -1){ //Internet Explorer
		document.write('<a href="javascript:;" onclick="window.external.AddFavorite(\'http://www.kaigonoiesagasi.com/?code=favorite\',\'老人ホーム&nbsp;介護施設検索サイト&nbsp;介護の家探し\')"><img src="/img/main/sozai/btn_okiniiri.gif" alt="介護の家探しをお気に入りに追加する" width="140" height="24" border="0" class="m_l5 m_b20" /></a>');
	}else if(navigator.userAgent.indexOf("Firefox") > -1){ //Firefox
		document.write('');
	}else if(navigator.userAgent.indexOf("Safari") > -1){ //Safali
		document.write('');
	}else if(navigator.userAgent.indexOf("Opera") > -1){ //Opera
		document.write('<a href="http://www.kaigonoiesagasi.com/?code=favorite" rel="sidebar" title="老人ホーム&nbsp;介護施設検索サイト&nbsp;介護の家探し"><img src="/img/main/sozai/btn_okiniiri.gif" alt="介護の家探しをお気に入りに追加する" width="140" height="24" border="0" class="m_b20" /></a>');
	}else { //該当なし
		void(0); //何もしない
	}
}
