Ievietojam šo skriptu top vai bottom part of the website: 
 Code
<script type="text/javascript" id="userList">     
     $.get('/index/62',function(e){ fuu = $('cmd[p="content"]',e).text();     
     $('a',fuu).each(function(i){     
     $('#userList').prepend('<a class="userList '+$(this).attr('class')+'" href="'+$(this).attr('href')+'">'+$(this).text()+'</a><div style="clear:both"></div>');     
     });     
     });     
     setInterval(function(){     
     data=$('#userList').text();     
     $.get('/index/62',function(q){ fis = $('cmd[p="content"]',q).text();     
     // ienāca lapā     
     $('a',fis).each(function(){     
     if(data.indexOf($(this).text())== -1){     
     $('#userList').prepend('<a class="userList '+$(this).attr('class')+'" href="'+$(this).attr('href')+'">'+$(this).text()+'</a><div style="clear:both"></div>');     
     _uWnd.alert('<div align="center" style="padding:5px;"><b>'+$(this).text()+'</b> ienāca BUZZ mājaslapā</div>', '',{w:210, tm:5000, h:60});     
     }     
     }); // izgāja no lapas     
     $('#userList a').each(function(){     
     if(fis.indexOf($(this).text())== -1){     
     _uWnd.alert('<div align="center" style="padding:5px;"><b>'+$(this).text()+'</b> izgāja no BUZZ mājaslapas</div>', '',{w:210, tm:5000, h:60});     
     $(this).prev('.ssikq').remove(); $(this).remove();     
     }     
     }); // izgāja     
     //     
     });     
     },7000);     
     </script>
  
 Ienāca: 
 
 
 Izgāja: 
 
 
 Aizugts no Buzz.ucoz.lv