jQuery(document).ready(function(){ 

        jQuery('#leftcol, #center, #rightcol').equalHeight();
        
});