$(function(){
   $('#pagetop a').click(function(){
@@$('#container').ScrollTo(800, 'easeInOut');
@@return false;
   });
})
