//pas de twee variabelen aan met de informatie van de website
var bookmarkurl="http://www.gamehits.nl/"
var bookmarktitel="Gamehits.nl"

function fav(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitel)
}