Правка ссылок на главной в подфорумах

Код:
<!-- Правка ссылок на Главной в подфорумах -->
<script>$().pun_mainReady(function(){
$('#pun-index .category td.tcr a.lastpost-link').each(function(){
 Pid = this.href.split('#p')[1];this.href = '/viewtopic.php?pid='+Pid +'#p'+Pid;});});
</script>