jQuery.noConflict();
jQuery(document).ready(function(){

	if(jQuery('#columnLeft, #columnRight')[0]){
		jQuery('#columnLeft, #columnRight').equalHeight();
	}
});