 jQuery(function(){
	jQuery("#toTop a").click(function(){
		jQuery('html,body').animate({ scrollTop: jQuery(jQuery(this).attr("href")).offset().top }, 'slow','swing');
    		 return false;
     	})
	});

