if ((navigator.appVersion.indexOf("MSIE") > 0) && (parseInt(navigator.appVersion) >= 4))
	{
    var sFoo = "<SPAN STYLE='cursor:hand;' onclick='window.external.AddFavorite(location.href, document.title);' title='Add page to Favorites'>";
    document.write(sFoo + "Add page to Favorites</SPAN>");
	}