//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.homeinsurancequotesuk.co.uk"
var bookmarktitle="Best One For Home Insurance"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

