$(function ()
{
	$(".tcBox li:nth-child(odd)").addClass("odd");
	$(".tcBox li:nth-child(even)").addClass("even");
});

