//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.fitness-n-exercise-equipment.com"
var bookmarktitle="Fitness 'N Exercise Equipment"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
