// JavaScript Document
$(document).ready(function(){$('.gotop').click(function(){$('body,html').animate({scrollTop:0},800);return false;});});
