$(document).ready(function() {
	// SET HR
	$('hr:odd').addClass('alt');
});
