$(document).ready(function(){$("#menu ul li a").each(function(){var t=document.location.pathname;return"/index.html"==t||"/index/"==t?void $("#menu ul li a").first().addClass("current"):void((t==$(this).attr("href")||t==$(this).attr("href").slice(0,-1)+".html")&&$(this).addClass("current"))}),$("#lang span").click(function(){if(!$(this).hasClass("current")){var t=$(this).attr("title");return $.cookie("lang",t,{expires:365,path:"/"}),window.location.reload(),!1}})});