//2 variabelen
var bookmarkurl="http://www.spel-spel.nl"
var bookmarktitel="Spel-spel.nl - onbeperkt gratis spelen!"

function fav(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitel)
}
