if (navigator.appName == 'Microsoft Internet Explorer' && 
parseInt(navigator.appVersion) >= 4)
{
document.write('<img src="http://www.mynewhopeonline.org/images/bookmarkicon.gif" alt="Bookmark this page" border="0">  <a href=../ onclick=\"javascript:window.external.AddFavorite(location.href,document.title)\">');
document.write('Bookmark</a></font>');
}else
{var msg = "<img src=http://www.mynewhopeonline.org/images/bookmarkicon.gif border=0>  Bookmark";
if(navigator.appName == "Netscape") msg += "  (CTRL-D)";
document.write(msg);
}
