<!-- // bookmarkus

function addToFavorites() { 
	var urlAddress = "http://www.scaffoldingfrogs.com"; 
	var pageName = "Scaffoling Frogs, handmade by Vito Valenti since 1975"; 
	if (window.external) { 
		window.external.AddFavorite(urlAddress,pageName) 
		alert("yes");
	} else { 
		alert("Sorry! Your browser doesn't support this function."); 
	} 
} 
// -->
