// bookmark current url function bookmark_site() { if (navigator.appName == "Microsoft Internet Explorer") { window.external.addFavorite(top.document.location.href, top.document.title); } else { alert("Press CTRL-D to Bookmark Site!"); } }