﻿$(document).ready(function() {
	$('.artTable tbody tr:odd').addClass('odd');
});


