//configure the two variables below to match yoursite's own info
var bookmarkurl="http://www.insurenters.com"
var bookmarktitle="Insurenters.com - your Renters insurance resource"

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