$(document).ready(function() {
    
	$('.currentCourses').menuSlide({
	});
	
	//$('#quotation').cycle({
	//	speed:  6000,
	//	pause: 1		
	//});
		
	$('#backUp').click(function() {
		$('html, body').animate({ scrollTop:0 });
		return false;
	});
    
});
