function addbookmark()
{
bookmarkurl="http://www.stevecain.co.uk/"
bookmarktitle="Steve Cain underwater photography and videography"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}