//Add-to-favorites Script
var bookmarkurl="http://www.batcon.org"
var bookmarktitle="Bat Conservation International, Inc."

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}