var bookmarkurl="http://www.superacion-personal.net/index.html"
var bookmarktitle="Hallazgos y Reflexiones"

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

