jQuery.noConflict();

jQuery(function() {
	jQuery('a.totop').click(function() {
		jQuery('#header').ScrollTo(700, 'easeout'); return false;
	});
});


