//change the two variables below to match yoursite's own info
var bookmarkurl="http://www.home-schooling-today.com"
var bookmarktitle="Pros and Cons of Home Schooling Today"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}