/*
Add-to-favorites Script
)
No warranty of any kind comes with this script!
Permission granted to Dynamic Drive () 
to post and feature this script on their DHTML archive
*/

//configure the two variables below to match yoursite's own info
var bookmarkurl="http://www.horse-n-saddle.com/"
var bookmarktitle="Horse N Saddle"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}