//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.siding.redlaw-search.com"
var bookmarktitle="Free House Siding Quotes"

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