$(document).ready(function() {
    // force 100% height on both columns
    var doc_height = $(document).height();
    $("#content").height(doc_height);
    $("#sidebar-left").height(doc_height);
});


