//2 variabelen
var bookmarkurl="http://www.spelautomaten.nl"
var bookmarktitel="Spelautomaten.nl - speel gratis"

function fav(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitel)
}