$(document).ready(function() {
    $("#rightbox").css("height", $("#contentbox").height() + "px");
}); // function

