//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.addurlfinance.co.uk"
var bookmarktitle="Link Exchange Add Url Submit Site"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}