window.onload = function() { $(".entity").maintainHeight(); };
window.onresize = function() { $(".entity").maintainHeight(); };