

/* ////////////////////////////////////////////////////////

	flatHeights.js
	
//////////////////////////////////////////////////////// */


/* for example 
$(function() {
    $('.box1').flatHeights();
    $('#wrap01 > div').flatHeights();
    $('#ad, #main, #nav').flatHeights();
});
*/

$(function() {
    $('.c_boxContent').flatHeights();
    $('.businessBox > div').flatHeights();
});
