//change the two variables below to match your sites own info
var bookmarkurl="http://www-window-guide.com/"
var bookmarktitle="Free Replacement Window Quotes"

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