$(function(){$("a[href^=#]").click(function(){var n=$(this).attr("href"),t=$(n=="#"||n==""?"html":n),i=t.offset().top;return $("html, body").animate({scrollTop:i},500,"swing"),!1});$(".select-primary").change(function(){var n=$(this).val();$(location).attr("href",n)});$(".select-secondary").change(function(){var n=$(this).val();$(location).attr("href",n)})})