if(VBSEO_CT_APPLY)
{
if($vbulletin->options['vbseo_ct_autohx'])
{
$output = preg_replace('#(<td class="tcat"[^>]*?>)(.*?)(</td>)#ise', 'stripslashes("$1".preg_replace(\'#^(.*?<div[^>]*?>)?(.*?)(</div>.*)?$#is\', \'\$1<h4>\$2</h4>\$3\', "$2")."$3")', $output);
}
}