One more useful thing, new style for PM notification. Paste code into Page editor >> Site page after $CONTENT$ tag
Code
<script type="text/javascript"> function tMess(n){var a=[' new message',' new message',' new message'];return a[n%10==1&&n%100!=11?0:n%10>=2&&n%10<=4&&(n%100<10||n%100>=20)?1:2]}; function getPM(){$.get("/index/14",function(a) {var s=$("b.unread",a).size();if (s) {var n=tMess(s),all=[],leg=(s==1)?'Message':'Message';$("b.unread",a).each(function() {var title = $(this).html(), href = $(this).parent().attr("href"); all.push('» <a href="'+href+'" target="_blank">'+title+'</a>');}); new _uWnd('ls','Nwe PM',250,120,{icon:'http://javascript.ucoz.net/images/message.png',align:'left'},'<center>You get '+s+n+'!</center><br><fieldset><legend>'+leg+'</legend>'+all.join("<br>")+'</fieldset>');}}); setTimeout(getPM,10000)};getPM(); </script>
I put this after $ CONTENT $ BUT ID DID NOT WORK THIS IS MY SIR
<sITE http://www.mocounderground.ucos.com type="text/javascript"> function tMess(n){var a=[' new message',' new message',' new message'];return a[n%10==1&&n%100!=11?0:n%10>=2&&n%10<=4&&(n%100<10||n%100>=20)?1:2]}; function getPM(){$.get("/index/14",function(a) {var s=$("b.unread",a).size();if (s) {var n=tMess(s),all=[],leg=(s==1)?'Message':'Message';$("b.unread",a).each(function() {var title = $(this).html(), href = $(this).parent().attr("href"); all.push('» <a href="'+href+'" target="_blank">'+title+'</a>');}); new _uWnd('ls','Nwe PM',250,120,{icon:'http://javascript.ucoz.net/images/message.png',align:'left'},'<center>You get '+s+n+'!</center><br><fieldset><legend>'+leg+'</legend>'+all.join("<br>")+'</fieldset>');}}); setTimeout(getPM,10000)};getPM(); </script>