var $=jQuery.noConflict();jQuery(document).ready((function(o){o(window).scroll((function(){o(this).scrollTop()>450?o("#gotoTop").fadeIn():o("#gotoTop").fadeOut()})),o("#gotoTop").click((function(){return o("body,html").animate({scrollTop:0},400),!1}))}));