// JavaScript Document
function addFavourites()  {
	
   if (window.external) {  window.external.AddFavorite(self.location,document.title);   }
   
}
