$(document).ready(function () {

	$("#hawthorn").click(function () {
			$.scrollTo( $("#hawthorn_title"), {speed:600} );
	});
});	
