$(document).ready(function() {
	
	var highestCol = Math.max($('#left_module').height(),$('#right_module').height());
	$('.main-column').height(highestCol);
	
	$('.table-style tr:even').addClass('tan-bg');	//activate the table striping

    $(".community_slideshow").jCarouselLite({ //setup carousel
           btnNext: ".next",
           btnPrev: ".prev"
      }); 

	
});
