$(document).ready(function(){
	$('table tr:even').addClass('Alt');
	$('table th[scope=row]').addClass('RowScope');
});