//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.camping-equipment-direct.com"
var bookmarktitle="Camping Equipment Direct-discount camping gear."

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}