// JavaScript Document
function addFavorite()
{
  window.external.addFavorite(document.location,document.title);
  return false;
}

