jQuery(function( $ ){
	// back links
	$('a.back').click(function(){
		$(this).parents('body.top').scrollTo( 0, 1000, { queue:true } );
		return false;
	});
});
