//2 variabelen
var bookmarkurl="http://www.speel-een-spel.nl"
var bookmarktitel="Speel-een-spel.nl - top spellen!"

function fav(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitel)
}
