<!--
urlAddress = "http://www.NelsonFineArt.com";
pageName = "Thomas Nelson Original Oil Paintings";
function addToFavorites()  {
  if( window.external )    {
   window.external.AddFavorite(urlAddress,pageName);
   }
  else    {
   alert("Sorry! This function is supported only by Microsoft Internet Explorer and compatible browsers.");
   }
}
// -->

