jQuery(document).ready(function() {

//all those containers we need to overflow, lets do it here
jQuery("#container, #mainboxinside, #content, .news_item").css("overflow", "auto");

});			

