//2 variabelen
var bookmarkurl="http://www.gokspel.net"
var bookmarktitel="Gokspel.net - gokspellen van a tot z"

function fav(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitel)
}