$(document).ready(function() {

	$('.email').click(function (){
		$.scrollTo('#contact_us', 600);
    });
		
// FIN
});

