<!--
	// EMAIL TO A FRIEND SCRIPT
	function emailink(){
	window.location = "mailto:"+"?subject=Your friend sent you info about Bermuda Dunes" + "&body= Hi, I thought this site might interest you.  You may want to check it out: "+window.location.href;
}

// BOOKMARK PAGE
 var urlAddress = "http://www.bermudadunescondos.com/";
 var pageName = "Bermuda Dunes Condos";

 function addToFavorites()
 {
  if (window.external)
  {
   window.external.AddFavorite(urlAddress,pageName)
  }
  else
  { 
   alert("Sorry! Your browser doesn't support this function.");
  }
 }
	//-->