'#\[url=\#([a-zA-Z0-9_]+?)\](.*?)\[/url\]#isu' => '<a class="postLink-name" href="#$1" rel="nofollow">$2</a>',
Dr_Brown, приду с работы скину тебе правку
function initExternalLinks(context)
{
var context = context || 'body';
if (ExternalLinks_InNewWindow) {
$("a.postLink:not([href*='"+ window.location.hostname +"/'])", context).each(function(){
$(this).attr({ href: 'http://anonym.to/?'+$(this).attr("href"), target: '_blank', rel: 'nofollow' }).wrap('<noindex></noindex>');
});
}
}