$(document).ready(function(){	

	$('#bred a:nth-child(2)').hide();

});

