jQuery(function($){
	$('a.primary-link').bind('focus', function(){
		$(this).blur();
	});
});