//pas de twee variabelen aan met de informatie van je eigen site
var bookmarkurl="http://www.vakantienaardezon.nl/"
var bookmarktitel="VakantieNaarDeZon.nl"
function favorieten(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitel)
}
