	jQuery(function() { 
	   jQuery('div.to_top a').click(function() {
	       jQuery('#wrapper_inner').ScrollTo(700, 'easeout'); return false;
	   });
	});
