jQuery(document).ready(function() {
//	jQuery(".columns").equalHeights(450);
	jQuery(".columns").resize(function(){
	 	jQuery(".columns").equalHeights();
	});
});