");}$('#switch-mode').click(function(){if($.cookie("night-mode")){$.removeCookie("night-mode",{path:'/'});}else{$.cookie("night-mode",1,{expires:365,path:'/'});}location.reload();}); });