function addFavorite() {
	if(navigator.userAgent.indexOf("MSIE") > -1){ //Internet Explorer
		document.write('<!-'+'-[if IE]>');
		document.write('<input type="image" src="/images/head05.gif" width="138" height="26"');
		document.write(' onclick="window.external.AddFavorite(\'http://www.hikkoshimitsumoritai.com/\',\'引越し会社20社から無料で引越しの一括見積もり！\')">');
		document.write('<![endif]-'+'->');
	} else if(navigator.userAgent.indexOf("Firefox") > -1){ //Firefox
		document.write('<input type="image" src="/images/head05.gif" width="138" height="26"');
		document.write(' onclick="window.sidebar.addPanel(\'引越し会社20社から無料で引越しの一括見積もり！\',\'http://www.hikkoshimitsumoritai.com/\',\'\');">');
	} else if(navigator.userAgent.indexOf("Opera") > -1){ //Opera
		document.write('<a href="http://www.hikkoshimitsumoritai.com/" rel="sidebar" title="引越し会社20社から無料で引越しの一括見積もり！"><img src="/images/head05.gif" width="138" height="26" border="0"></a>');
	} else { //該当なし
		void(0); //何もしない
	}
}