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