function fnc_bookmark(){
	if(navigator.userAgent.indexOf("MSIE") > -1){ //Internet Explorer
		window.external.AddFavorite('http://www.takakuureru.com/', '高く売れるドットコム');
	}

	else if(navigator.userAgent.indexOf("Firefox") > -1){ //Firefox
		window.sidebar.addPanel('高く売れるドットコム','http://www.takakuureru.com/');
	}

	else { //該当なし
	 //何もしない
	}
}