//2 variabelen
var bookmarkurl="http://www.patiencen.nl"
var bookmarktitel="Patiencen.nl - voor een potje patiencen"

function fav(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitel)
}