$(document).ready(function(){
    $('.categoryBox .blue .flatheights').flatHeights();
    $('.categoryBox .purple .flatheights').flatHeights();
    $('.categoryBox .red .flatheights').flatHeights();
    $('.categoryBox .orange .flatheights').flatHeights();
    $('.categoryBox .green .flatheights').flatHeights();
});

