
	if (document.all && document.all.item && !isOpera){

		document.write(" | <a href=\"javascript: AddToFavorites('"+document.title+"');\">Add To Favorites</a>");
	
	}

	function AddToFavorites(){

		window.external.AddFavorite(location.href,document.title);
	}