$(document).ready(function() {

	$('.nllink:gt(0)').css('display', 'none').end();
	$('.nllinkk8:gt(0)').css('display', 'none').end();

})