jQuery(document).ready(function(){				   
    tam = jQuery('#conteudoInterno').attr('scrollHeight');
    if(tam > 233)
        jQuery('#conteudoInterno').height(tam+'px');
    else{
        jQuery('#conteudoInterno').height('220px');
    }
});
jQuery().ready(function() {
    jQuery('#example2 .kwicks').kwicks({
        max: 700,
        spacing:  5
    });
});



