// JavaScript Document
function addToFavorites() {
	if (document.all) {
		window.external.AddFavorite(location.href,document.title)
	}
}