jQuery(function() {
	jQuery('a[href="#wrap"]').click(function() {
		jQuery('html, body').animate({ scrollTop: 0 }, 250);
		return false;
	});
});