	$(function(){ 
		$('a[href="#top"]').click(function() { 
			$.scrollTo('body', 800, {easing:'swing'}); 
			return false; 
		}); 
	}); 
