$(document).ready(function(){
	
	var height = $("#trainingCourses").height();
	$("#contact").css("height", height);
	
})

