//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.quickeasyhalloweencostumes.org"
var bookmarktitle="Quick Easy Halloween Costumes"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
