// JavaScript Document
function HOHBookmark()
{ 
	if (window.external)
	{ 
		window.external.AddFavorite(location.href,document.title); 
	} 
	else
	{ 
		alert('Press CTRL + D to bookmark this page'); 
	} 
	return false; 
}