// JavaScript Document
function addbookmark()
{
bookmarkurl="http://www.chapter7success.com/"
bookmarktitle="Chapter 7 Success Bankruptcy"
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}