var url="http://www.loesreek.nl/"
var title="Glasgalerie Loes Reek"

function bookmark(){
if (document.all)
window.external.AddFavorite(url, title);

else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}


// Dit toevoegen in html: <a href="javascript:bookmark()">Favorieten</a> 
