function addbookmark()
{
bookmarkurl="http://www.iwantthatone.com"
bookmarktitle="I Want That One"
if (document.all)
	{
	window.external.AddFavorite(bookmarkurl,bookmarktitle)
	}
else
	{
	window.alert('Sorry this function only works with Internet Explorer');
	}
}
