function add_favorite()
{
 if(window.external)
 {
  window.external.AddFavorite("http://www.friendsurveys.com/", "FriendSurveys.com");
 }
 else
 {
  alert("Your browser is incompatible with this feature.");
 }
}