function bookmark()
	{if (navigator.appName=='Microsoft Internet Explorer')
	{window.external.AddFavorite('http://gorillamedicalsales.com', 'Gorilla Medical Sales');}
	else if (navigator.appName=='Netscape')
	{alert('Press "Ctrl + D" to bookmark this site using, Firefox, Netscape & Safari');}
	else
	alert('You must manually add a bookmark with you current browser');}