$(document).ready(function(){
    $("#scroll a").click(function(){
         $.scrollTo("#wrapper", 1000);
         return false;
    });
});