$(document).ready(function(){
	$(".mainNavigation a").click(function(){
		$(this).blur();
	});
});