$(function(){
	$("#body > div.content:first table.data").find("tbody tr:even").addClass("odd");
});
