var urlAddress = "http://www.lrhartley.com/profiles/index.htm"; 
var pageName = "L&R Hartley Profiles Website"; 

function addToFavorites() 
{ 
if (window.external) 
{ 
window.external.AddFavorite(urlAddress,pageName) 
} 
else 
{ 
alert("Sorry! Your browser doesn't support this function.\nCheck the menu to add manually"); 
} 
} 



