// JavaScript Document

var bookmarkurl="http://www.leeftijdenwerk.be/"
var bookmarktitel="Expertisecentrum voor Leeftijd en Werk"
function favorieten(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitel)
}

