function bookmark()
{
	netscape="To bookmark this page, first click OK, then push CTRL+D.  Thanks.";
	if(navigator.appName=='Microsoft Internet Explorer')
	{
		window.external.AddFavorite(document.location, document.title);
	}
	else
	{
		alert(netscape);
	}
}