$(document).ready(function() { // start root

// equal heights
	$(".eh1").equalHeights();
	$(".eh2").equalHeights();

}); // end root
