jQuery(document).ready(function($) {
 $('a.pt').click(function(){
   $.scrollTo(this.hash, { duration: 1000 }); 
  return false;
  });
});