//2 variabelen
var bookmarkurl="http://www.kaartspellen.net"
var bookmarktitel="Kaartspellen.net - allerlei soorten!"

function fav(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitel)
}