var bookmarkurl = "http://www.ephpage.nl/"
var bookmarktitel = "EPHPage"

function add_favourite()
{
	if (document.all) 
	{
		window.external.AddFavorite(bookmarkurl,bookmarktitel)
	}
	else
	{
		alert('Deze functie wordt niet ondersteund door uw browser.');
	}
}