//2 variabelen
var bookmarkurl="http://www.kaartspelletje.com"
var bookmarktitel="Kaartspelletje.com - verschillende soorten!"

function fav(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitel)
}