HTML Code: /*global $ global document global Modernizr global jQuery global $ */ // Declare variables at the beginning of the script var $menuAction, $columnOne, $columnTwo, $columnThree; $(document).ready(function () { // Equal height columns for the front page var $columnOne = $('#content-left').innerHeight(); var $columnTwo = $('#content-right').innerHeight(); var $columnThree = $('#right-column').innerHeight(); // Works out what of the three is the biggest height ...