$(document).ready(function() {
	
	// ########## jQuery scripts for website A3 ##########
	
	// remove 'tooltips'; complete nonsense but client = king ...
	$('img').attr('alt','');
	
});
