$j=jQuery.noConflict();

$j(document).ready(function(){

	$j().UItoTop({ easingType: 'easeOutQuart' });

});
