(function($) {
	$(function() {
		if($('#daw').length > 0) {
		  $.scrollTo('#daw');
		}
	});
})(jQuery);