$(function(){$(".scroll").each(function(){$(this).click(function(){var h="#"+$(this).attr("href").split("#")[1];$.scrollTo(h,1000)})})});