$(document).ready(function() {

// Go To TOP

$('.backUp').click(function(){

$.scrollTo('#content', {duration: 500});

});

});
