﻿if(document.all){
	document.open();
	document.write('<form method="GET" action="#"><input type="button" value="お気に入りに追加" onClick="window.external.AddFavorite(\'http://www.nengamoji.net/\',\'年賀文字ネット\');" /></form>');
	document.close();
}
else if(document.getElementById){
	document.open();
	document.write('<form method="GET" action="#"><input type="button" value="ブックマークに追加" onClick="window.sidebar.addPanel(\'年賀文字ネット\',\'http://www.nengamoji.net/\',\'\')" /></form>');
	document.close();
}