function doeAddFavorite(Titel) 
{
IE4=(document.all)? 1 : 0
if (IE4) 
{
Web=window.location
window.external.AddFavorite(Web,Titel)
}
}