$(document).ready(function(){$(".back").on("click",function(){$("html:not(:animated),body:not(:animated)").animate({scrollTop:0},{duration:1E3,specialEasing:{scrollTop:"easeInOutExpo"}})});$("#side2 li:nth-child(even)").addClass("even");$("#side2 li:nth-child(odd)").addClass("odd")});
