// JavaScript Document
function addbookmark()
{
bookmarkurl="http://www.nederlandsbloot.nl/"
bookmarktitle="NederlandsBloot.nl"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}


