<!--
function addFavorite(){
	if (document.all){
	window.external.AddFavorite('http://www.gotou.info/','GOTOU.info');
	}
	else{
	alert('Please press CRTL-D on the MAIN PAGE to bookmark this site.');
	}
}
// -->