function AddToFavorites(){
	if (document.all) {
		window.external.AddFavorite(location.href, document.title);
	}
	else {
		alert("Press OK, then press CTRL+D to add a bookmark to this site");
	};
};