// jquery interface
$(function(){
$('.contents p a').click(function(){
$('#wrapper').ScrollTo(800, 'easeout');
return false;
});
});