$(function() {
$('#footer a').click(function() {
$('#wrapper').ScrollTo(1200, 'easeout'); return false;
});
});