href = $(this).attr('href').substr(1);
content = $("[name='" + href + "']").next().next().html();
if (!content) return;
$("#annotation-content").html(content);
$("#footnote-link").attr('href', '#' + href)
href = $(this).attr('href').substr(1);
content = $("[name='" + href + "']").next().next().html();
if (!content) return;
$("#annotation-content").html(content);
$("#footnote-link").attr('href', '#' + href)