jQuery(document).ready(function(){
	jQuery('#backtotop').click(function(){
		jQuery.scrollTo('#top', 1000);							
	});
});



