 
var bookmarkurl="http://derrickchiropractic.com/index.html"
var bookmarktitle="Derrick Family Chiropractic & Massage"  
function addbookmark()
{
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
 }


