$(function() {
    if( $('#content').height() > 260 ) {
        $('#wrapper .right').height( $('#content').height() );
        // $('#wrapper .right .no_bottom_margin').hide();
        // $('#wrapper .right .bottom').css('position', 'absolute').css( 'top', 186+$('#content').height()-$('#wrapper .right .bottom').height() );
    }
    else {
        
    }
    
    // specific for "no sub articles" pages
    $('#wrapper .no_sub_articles .right .left').height( $('#wrapper .no_sub_articles .right .left').parent('.right').height() );
});
