//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.1st-vending-machine-business.com"
var bookmarktitle="Vending Machine Business"

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