$(document).ready(function(){
	$('.noMoreLink').next().css({ display : 'none'});
});
