// JavaScript Document
if(navigator.userAgent.indexOf("MSIE") > -1){ //Internet Explorer
	document.write('<!-'+'-[if IE]>');
	document.write('<a href="javascript:window.external.AddFavorite(\'http://shikou-reha.com/\',\'志高 理学整復院\')"><img src="images/s_favo.gif" style="width:141px; height:28px;" /></a>');
	document.write('<![endif]-'+'->');
	}

	else if(navigator.userAgent.indexOf("Firefox") > -1){ //Firefox
	document.write('<a href="javascript:window.sidebar.addPanel(\'志高 理学整復院\',\'http://shikou-reha.com/\',\'\')"><img src="images/s_favo.gif" style="width:141px; height:28px;" /></a>');
	}

	else if(navigator.userAgent.indexOf("Opera") > -1){ //Opera
	document.write('<a href="http://shikou-reha.com/" rel="sidebar" title="志高 理学整復院"><img src="images/s_favo.gif" style="width:141px; height:28px;" /></a>');
	}

	else { //該当なし
	document.write('<img src="http://shikou-reha.com/images/favorite.gif" alt="" />'); //何もしない
	}
