//2 variabelen
var bookmarkurl="http://www.kaart-spelletjes.nl"
var bookmarktitel="Kaart-spelletjes spelen"

function fav(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitel)
}
