// JavaScript Document
$(document).ready(function() {
    var height = $("#content-left").attr("clientHeight");
    $("#content").css( "height", height );
});
