function Add_A_Favorite_Link() 
{ 
external.AddFavorite(location.href, document.title)
// Add the document location and title to the AddFavorite window
}
if (window.external) 
{
document.write("Click <a href='javascript:Add_A_Favorite_Link()'>here</a> to add this page as a favorite.");
}

