/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Created by Quality High-Tech Services, Inc.-------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

jQuery().ready(function() {
	var h = 0; var e = 0;
	$('.box-216-body').each(function(i) { if ($(this).outerHeight() > h) h = $(this).outerHeight(); e = i; });
	if (e) { $('.box-216-body').each(function(i) { $(this).height(h); }); }
});
