// JavaScript Document
$('#gotop').click(function(){$('html,body').animate({scrollTop: '0px'}, 9800);return false;});
