$(document).ready(function(){
	$(".footnotes li").each(function(i){
		$(this).prepend("["+(i+1)+"] ");
	});
/*
    Shadowbox.init();
   */
});