jQuery(document).last(
        function() {
            jQuery("#left_map_shadow").height(jQuery("#column-3").height() + jQuery("#column-1").height() + 12);
        }
        );