 var urlAddress = "http://www.ratemycumshot.org/";
 var pageName = "RateMyCumshot.org";

 function addToFavorites()
 {
  if (window.external)
  {
   window.external.AddFavorite(urlAddress,pageName)
  }
  else
  { 
   alert("Sorry, your browser doesn't support this function.");
  }
 }

 function confirm_comment_delete(id) {
 
   if (confirm("Are you sure you want to permanently delete this message?")) {
      location.href="delete_comment.php?id=" + id;
   }
 }