function setOdd(){$("#sb-categories li:nth-child(even)").addClass("elm-odd")}function init(){setOdd()}$(document).ready(init);
