widget.onload = function(){
block = document.getElementById('content');
block_height = block.style.height ? block.style.height : block.offsetHeight;
if(block_height > 180){
block.style.maxHeight = '180px';
link = document.getElementById('read-next');
link.style.display = 'inline';
link.onclick = function(){
block.style.maxHeight = '';
link.innerHTML = 'Читать далее...';
link.style.display = 'none';
skyscraper();
return false;
}
}
}
В работе можно посмотреть здесь: www.yandex.ru/?add=157239