$(document).ready(function(){
	$('a.glossaryTerm').toolTip();
	$('a.chapterNote').chapterNoteToolTip();
});