При нажатии на последний пост профиля выводиться окно в ajax с профилем:
Code
<BR> <script type="text/javascript"> <BR> $('a[href*="/index/8-"]').click(function(){ <BR> new _uWnd('qwe', $(this).text(), 800, 600, {autoresize: 1}, {url: this.href, xml: false}); <BR> return false; <BR> }); <BR> </script>