jQuery(document).ready(function($) {
	// Put all of your stuff down here.
	
	$('#copyright li:last-child span, #footer_logo li:last-child span, .glossary-page li:last-child').css('display','none');

	
});
