//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.kitchen.redlaw-search.com"
var bookmarktitle="Fast free quotes for all kitchen cabinet refacing"

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