$(function() {
	/* TC */
	var tc1 = $('div#ttg-tc.ttg-box li').length;
	if( tc1 <= 0 || tc1 == "" ) 
		$('div#ttg-tc.ttg-box').remove();
	else
		$('div#ttg-tc.ttg-box h2.ttg-accordion-header a').append(' <small>(' + tc1 + ')</small>');
});
