jQuery(document).ready(function() {
   jQuery('#s3slider').s3Slider({
      timeOut: 4500
   });
   jQuery('.post table tr:nth-child(odd)').addClass('odd');
   jQuery('.menu-main-container .menu li .sub-menu').append('<span/>');
}); 
