var from = 0;
$("#more_btn").click('function(){
var els = $("ul li");
els.slice(from, from + 6).show(500);
from += 6;
if(els.length >= from) $(this).attr('disabled', 'disabled');
}');
$(document).ready(function() { $('#btn1666').hover(function(){ $(this).remove();
$.getJSON('json/test.json', function(data) {for(var i=0;i<data.users.length;i++){
$('.canal').append('<input type=\"image\" name=\"message\" value=\"'+data.users[i].id+ '\" src=\"'+data.users[i].num+'\"> ' + data.users[i].text + '<br><br><br>' );
}
if( i>1){ $('.canal2').html('<br>'+i+ ' - Ролики. Больше... Жми!<br><hr>' ); }
} )} );return false;});