Add to Favourites Javascript
To add the current page to users favourites add the following code to a button on your page.
onClick='window.external.AddFavorite(location.href,document.title);'
Note that this only works for Internet Explorer 4 and above.