$(document).ready(function() {
	
	// Against spam
	$('.email').mailto();
	
	// Scroll to top
	$().UItoTop({ easingType: 'easeOutQuart' });	
});
