$(function () {
    $('.pagetop a').click(function () {
        $.scrollTo("#ALL", 500);
    });
});
