// script by http://www.intelliwebtools.com 
var urlAddress = "http://www.compass-charters.co.nz"; 
var pageName = "Compass Charters: Yacht and Launch Charters - Marlborough Sounds New Zealand"; 
function addToFavorites() { 
	if (window.external) { 
		window.external.AddFavorite(urlAddress,pageName)
		} 
	else { 
		alert("Sorry! Your browser doesn't support this feature.");
		} 
} 
