﻿function bookmark(){
	if(navigator.userAgent.indexOf("MSIE") > -1){ //Internet Explorer
		document.write('<a href="#" onclick="window.external.AddFavorite(\'http://www.ptotjinzaibank.com/?action=favorite\',\'理学療法士&nbsp;作業療法士&nbsp;求人&nbsp;募集&nbsp;転職&nbsp;-PT/OT人材バンク-&nbsp;\')"><img src="/img/index/book_mark_right.gif" alt="PT/OT人材バンクをお気に入りに登録する" width="200" height="18" /></a>');
	}else if(navigator.userAgent.indexOf("Firefox") > -1){ //Firefox
		document.write('<a href="#" onclick="window.sidebar.addPanel(\'理学療法士&nbsp;作業療法士&nbsp;求人&nbsp;募集&nbsp;転職&nbsp;-PT/OT人材バンク-&nbsp;\',\'http://www.ptotjinzaibank.com/?action=favorite\',\'\');"><img src="/img/index/book_mark_right.gif" alt="PT/OT人材バンクをお気に入りに登録する" width="200" height="18" /></a>');
	}else if(navigator.userAgent.indexOf("Safari") > -1){ //Safali
		document.write('');
	}else if(navigator.userAgent.indexOf("Opera") > -1){ //Opera
		document.write('<a href="http://www.ptotjinzaibank.com/?action=favorite" rel="sidebar" title="理学療法士&nbsp;作業療法士&nbsp;求人&nbsp;募集&nbsp;転職&nbsp;-PT/OT人材バンク-&nbsp;"><img src="/img/index/book_mark_right.gif" alt="PT/OT人材バンクをお気に入りに登録する" width="200" height="18" /></a>');
	}else { //該当なし
		void(0); //何もしない
	}
}

