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