// JavaScript Document
// Add to favourites


function addToFavorites() {
 if (window.external) 
 { window.external.AddFavorite(document.URL,document.title) 
} else { 
alert("Sorry! Your browser doesn't support this function."); 
} }