<% if(numFound > 0){ print('' + start + ''); print(' to ' + end + ''); print(' of ' + numFound + ''); } else if(numFound == 0){ print('0'); } %>