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