<SCRIPT LANGUAGE="javascript">

if (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion == "4.0 (compatible; MSIE 5.0b2; Windows 95)")
{
document.write("<STYLE><!--.homepage {behavior:url(#_IE_)}--></STYLE>")
document.write("<U><SPAN STYLE='color:blue;cursor:hand;' CLASS=homepage ONCLICK='this.setHomePage(window.location);'> Make this your home page</SPAN></U>")
}

else
{document.write("Make this page your Home Page!")}

</SCRIPT>