$(document).ready(function(){
    var height = $('#content_container').height()-1;
    var sep = $('#right_text_containers').height()-12;
    
    $('#con_shadow').hide();$('#con_shadow').css({'height': height,'opacity':0.1});
    $('#con_shadow').show();
    $('#nag_shadow').hide();$('#nag_shadow').css({'height': height,'opacity':0.1});
    $('#nag_shadow').show();
    $('#mid_shadow').hide();$('#mid_shadow').css({'height': height,'opacity':0.1});
    $('#mid_shadow').show();
    $('#age_shadow').hide();$('#age_shadow').css({'height': height,'opacity':0.1});
    $('#age_shadow').show();
    $('#wag_shadow').hide();$('#wag_shadow').css({'height': height,'opacity':0.1});
    $('#wag_shadow').show();
    $('#sep_shadow').hide();$('#sep_shadow').css({'height': sep,'opacity':0.1});
    $('#sep_shadow').show();
    $('#mytable').tablesorter({widgets: ['zebra'] });
    $('#mytable td').css('padding',10);

    

});
