function addbookmark()
{
bookmarkurl="http://www.lavenderblueflowers.co.uk/"
bookmarktitle="Lavender Blue Flowers"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}