﻿function AddPostToBookmarks(title)
{
   if (addBookmarkObj)
       addBookmarkObj.exec(location.href, title);
}

