// 2010.01.26 18:40

jQuery(function( $ ){
	$('div#footer div#footer_backtotop a').click(function(){
		$.scrollTo( this.hash, 500, { easing:'easeInOutQuad' });
		return false;
	});
});