
$(document).ready(function ()
{
	$(".table_div:odd").addClass('table_div_odd');
});

