//2 variabelen
var bookmarkurl="http://www.roullete.org"
var bookmarktitel="Roullete - waar valt het balletje?"

function fav(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitel)
}