jQuery(document).ready(function(){
jQuery("div.groupheader").each(function(){
$(this).text($(this).text().substr(3));
});
});
jQuery(document).ready(function(){
jQuery("div.groupheader").each(function(){
$(this).text($(this).text().substr(3));
});
});