function AddFavorite(){
	if(window.external && navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0)){
//	if(navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.userAgent.indexOf("Windows 95")>=0 || navigator.userAgent.indexOf("Windows 98")>=0 || navigator.userAgent.indexOf("Windows NT")>=0)){
		document.write("<SPAN class=AddFavorite onClick=\"javascript:window.external.AddFavorite('http://anasuperflyers.choco-moco.net/','ANA SFC獲得修行')\">お気に入りに追加</SPAN>");
	}
}
