Event.observe(
	window, 'load', function() {
		$$('A.glossary').each(function(element){
			element.innerHTML += '<img src="'+$webroot+'/images/icon-glossary.gif" width="15" height="13" />';
		})
	}
);