function bookmark(url, description) {
netscape="Klikk OK og trykk CTRL+D for å legge nettsporten.no i dine favoritter."
if (navigator.appName=='Microsoft Internet Explorer') {
window.external.AddFavorite(url, description);
} else if (navigator.appName=='Netscape') {
alert(netscape);
}}