<!-- // Hide script from older browsers // script by http://www.hypergurl.com
var urlAddress = "http://www.bigdobermans.com";
var pageName = "Big Doberman Website";

function addToFavorites()
{
	if (window.external)
	{
		window.external.AddFavorite(urlAddress,pageName) 
	}
	else
	{
		alert("Sorry! Your browser doesn't support this function."); 
	}
}