
   function addBM() {
       title = document.title;
       url   = document.location;
       url = "/member/bookmarks/edit.htm?url=" + escape(url) + "&name=" + escape(title);
       var win = window.open(url, "_self");
   }


