document.observe('dom:loaded', function() {
    $('main_view').setStyle({
        height: parseInt($('content_view').getStyle('top')) + $('content_view').getHeight() + 'px'
    });
    $('sharethis_0').down().down().innerHTML = 'SHARE THIS »';
});
