//2 variabelen
var bookmarkurl="http://www.spelletjes-spelen-ole.nl"
var bookmarktitel="Spelletjes spelen - olé!"

function fav(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitel)
}
