
$(function () {


    $('.PageColLeft,.PageColRight').height($('#contentwrapper').height());

    //var leftcol = $('.PageColLeft');
    //leftcol.height(leftcol.parent().height());

});
