var ie = navigator.appVersion
if ((ie.indexOf("MSIE") > 0) && (parseInt(navigator.appVersion) >= 4))
   { document.write("<FONT FACE=VERDANA SIZE=1><U><SPAN STYLE='color:#000099;cursor:hand;font-size:8pt;' onclick='window.external.AddFavorite(location.href, document.title);'>Add this to your favorites</SPAN></U></FONT>"); }
var ie5 = parseInt(ie.substring(ie.indexOf("MSIE")+5,ie.indexOf("MSIE")+6));
if ((ie5 >= 5) && (parseInt(navigator.appVersion) >= 4))
   { document.write("<FONT FACE=VERDANA SIZE=1> | <U><SPAN STYLE='color:#000099;cursor:hand;font-size:8pt;' onClick='this.style.behavior=&quot;url(#default#homepage)&quot;;this.setHomePage(location.href);'>Make this your home page</SPAN></U></FONT>");}
