﻿
// **************************
// jQuery code for ALL PAGES
// **************************

$(document).ready(function() {
	
	// Equalize the height of the DIV elements
	$(".column").equalHeights();
});
