$(function(){$(".to-pagetop > a").click(function(){this.blur();$('html,body').animate({ scrollTop: 0 }, 'slow');return false;})});
function toscroll(_id){$('html,body').animate({ scrollTop: $(_id).offset().top -8  }, 'slow');}