if(record.getRuntimeName().length()>27)
title = record.getName().substring(0,26)+"...";
else
title = record.getName();
//html.appendHtmlConstant("<a href='javascript:void(0)' style='outline:none'>");
html.appendEscaped(title);
//html.appendHtmlConstant("</a>");
if(record.getPath()!=null)
html.appendHtmlConstant(" <span class='footnote'><sup>[1]</sup></span>");