$(document).ready(function() {

	$('.btn_back_to_top').click(function(){
		$.scrollTo(0,'slow');
		return false;
	});

});
