var highestCol = Math.max($('#primary-content .gutter-sub').height(),$('#secondary-content .gutter-sub').height());
/*$('#primary-content .gutter-sub').height(highestCol);
$('#secondary-content .gutter-sub').height(highestCol-188);*/
$('#index #primary-content .gutter-sub').height(highestCol);
$('#index #secondary-content .gutter-sub').height(highestCol-208);
