var bookmarkurl="http://www.bspokeproperty.com"
var bookmarktitle="B-Spoke - Mortgages and Property Management"

function addbookmark(){
	if (document.all)
		window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

