// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/
<!--
if (navigator.appName == 'Microsoft Internet Explorer' && 
parseInt(navigator.appVersion) >= 4)
{
document.write('<a href=\"#\" onclick=\"javascript:window.external.AddFavorite(location.href,document.title)\" class="menu">');
document.write('Bookmark this page</a>');
}else
{var msg = "<b class=menu>Bookmark this page</b>";
if(navigator.appName == "Netscape") msg += "<b class=menu>  (Ctrl + D)</b>";
document.write(msg);
}
// -->