/* common JS for ILPs */

// uses jquery.equalheights.js plugin...
$(document).ready(function() {
    $("#nav, #content").equalHeights();
});


