<SCRIPT LANGUAGE="javascript">

//This code is for IE v4 or better
if (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion >= "4.0")
{document.write("<U><SPAN STYLE='color:blue;cursor:hand;' onClick='window.external.AddFavorite(location.href, document.title);'>Add this page to your favorites</SPAN></U>")}

//This code posts text if not
else
{document.write("Hit CTRL-D to bookmark this page")}

</SCRIPT>