$(document).ready(function(){
	$('a.blur').click(function(){
		$(this).blur();
		return false;
	});
});