{* $Id$ *}
{footer_script}{literal} jQuery("document").ready(function(jQuery) { var rT=jQuery(".replyTo"); if (rT.length !=0) { var trT=rT.attr("title"); var pe=trT.search(" "); if (pe>0) trT=trT.substring(0,pe); rT.text("["+trT+"]"); } }); {/literal}{/footer_script}