/*!
 * jQuery JavaScript
 */

$(function(){
	$("#itemArea tr:nth-child(odd)").addClass("odd");
	$("#itemArea tr:nth-child(even),.periTb tr:nth-child(even)").addClass("even");
});

