$(document).ready(function(){
	if ($('#frontcats .oright').height() > $('#frontcats .oleft').height()) {
		$('#frontcats .oleft').css('height',$('#frontcats .oright').height());
	} else {
		$('#frontcats .oright').css('height',$('#frontcats .oleft').height());
	}
});
