var urlAddress = "http://www.wound-doc.co.uk/";
var pageName = "Wound Care Solutions Telemedicine";

 function addToFavorites()
 {
  if (window.external)
  {
   window.external.AddFavorite(urlAddress,pageName)
  }
  else
  { 
   alert("Sorry! Your browser doesn't support this function.");
  }
 }




// email to a friend


function EmailLink(){
window.location = "mailto:"+"?subject=Hansas Restaurant" + "&body=" + "I thought this link might interest you:  " + document.title + "  " + location.href;
}

