﻿jQuery(function(){
	jQuery(".totop").click(function(){
		jQuery("html, body").animate({scrollTop:0}, "slow");
	});
});
