Code
<script type="text/javascript">
$.get('/index/62', function(d){ // uSite.su
var dll = $('cmd[p="content"]',d).text();
$('a',dll).each(function(){
var tik = $(this).attr('href');
$('.stati').each(function(){
if($(this).text() == tik){ $(this).text('Online').show(); }
});
});
});
</script>