//the two variables can be changed to match your site
var bookmarkurl="http://www.foodbakery.com"
var bookmarktitle="Food and Bakery Equipment"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}