var $j = jQuery.noConflict();
$j(document).ready(function(){
	
	if ($j("td.catalogueItemNotFound").text() == "This catalog has no sub-catalogs.") {
		$j("td.catalogueItemNotFound").hide();
	}

});