!function($){$(document).ready(function($){$("#btn-scrollup").length>0&&($(window).scroll(function(){$(this).scrollTop()>100?$("#btn-scrollup").fadeIn():$("#btn-scrollup").fadeOut()}),$("#btn-scrollup").click(function(){return $("html, body").animate({scrollTop:0},600),!1}));var $notice_ticker=$("#notice-ticker");$notice_ticker.easyTicker({direction:"up",easing:"swing",speed:"slow",interval:3e3,height:"auto",visible:1,mousePause:1})}),$(window).scroll(function(){$(window).scrollTop()>$("#main-nav").offset().top&&!$("#main-nav").hasClass("fixed")?$("#main-nav").addClass("fixed"):0===$(window).scrollTop()&&$("#main-nav").removeClass("fixed")})}(jQuery);