jQuery(function(){

    $().smoothscroll();
		
/*======================================================
  table stripe
======================================================*/
  $("tr:nth-child(odd)").addClass("odd");
  
});

