//change the two variables below to match your sites own info
var bookmarkurl="http://www.home-siding.org/"
var bookmarktitle="Free Vinyl Siding Quotes"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}