//2 variabelen
var bookmarkurl="http://www.gratisspelletjespelen.nl"
var bookmarktitel="Gratis een spelletje spelen"

function fav(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitel)
}
