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