// jquery config

$(function(){
$('#goToTop a').click(function(){
$('#top').ScrollTo(800, 'easeout');
return false;
});
});
