//pas de twee variabelen aan met de informatie van de website
var bookmarkurl="http://www.spellez.nl/"
var bookmarktitel="Spellez.nl"

function fav(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitel)
}
