<!--
//  Hide script from older browsers
// script by http://www.hypergurl.com
 var urlAddress = "http://www.love-found-here.co.uk/index.html";
 var pageName = "Love Found Here";

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

