$(document).ready(function(){
    scrollShoutbox();
    
    Shoutboxtimer = setInterval(function() {
       refreshShoutbox(id_channel);
    }, 30000); // 300 000 - 5 min, 60 000 - 1 min, 
});
