 var urlAddress = "http://www.corequest.ca";

 var pageName = "CoreQuest Professional Counselling Services - Therapy for individuals, couples, and families";



 function addToFavorites()

 {

  if (window.external)

  {

   window.external.AddFavorite(urlAddress,pageName)

  }

  else

  { 

   alert("Sorry! This function only works with Internet Explorer 4 and above. Please press CTRL+D to bookmark this site.");

  }

 }