$(document).ready(function() {
    $('#section-menu ul').localScroll({
   		target:'#content',
   		duration:600
	});
	$(".equalCols").equalHeights();
});
