﻿    function recenttopics_updateDivHeights() {
        maxHeight = Math.max($('#divRecentTopics').height(), $('#divActiveTopics').height()) + 'px';
        $('#divRecentTopics').height(maxHeight);
        $('#divActiveTopics').height(maxHeight);
    }