$(document).ready(function() {
	$(function() {
		$(".return-top").click(function() {
			$.scrollTo("#wrapper", {duration: 800, axis:"y"});
		});
	});
});

