$(document).ready(function () {
	$('table tbody tr:nth-child(2n)').addClass('even');
});

