jQuery.noConflict();
jQuery(function() {
	if(jQuery('div.contentLeft').height() < jQuery('div.contentRightBk').height()){
		jQuery('div.contentLeft').height(jQuery('div.contentRightBk').height());
	}
});
