if ((navigator.appVersion.indexOf("MSIE") > 0) && (parseInt(navigator.appVersion) >= 4))
	{
    var sFoo = "<SPAN STYLE='cursor:hand;' onclick='window.external.AddFavorite(location.href, document.title);' Class=Text9Link>";
    document.write("<IMG SRC='./AddFavorites.gif' Border=0 HSpace=2>");
    document.write(sFoo + "<b>Add to Favourites</b></SPAN>");
	}
