//2 variabelen
var bookmarkurl="http://www.leukespellen.org"
var bookmarktitel="Leukespellen.org"

function fav(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitel)
}
