//2 variabelen
var bookmarkurl="http://www.leukspelletjedoen.nl"
var bookmarktitel="Leuk spelletje doen!"

function fav(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitel)
}
