/*
// This function is no longer maintained.
$( function() {
  if (document.getElementsByClassName("Z3988")) {
    refs = document.getElementsByClassName("Z3988");
    link = new Array();
    space = new Array();
    for (var i=0; i<refs.length; i++){
        space = document.createTextNode(" ");
	link = document.createElement("a");
	link.innerHTML = "Endnote";
	link.href = "http://toolserver.org/~verisimilus/Scholar/coins.php?r=" + escape(refs.title);
	refs.appendChild(space);
	refs.appendChild(link);
    }
  }
});
*/