function bookmark()
{
if (document.all)
	{
	window.external.AddFavorite('http://www.justlawlinks.com/','LawResearch - "Just The Law Links"');
	}
else
	{
	alert('Netscape & Firefox users please press ctrl-d to bookmark this page.\n\nThank you.');
	}
}

