﻿$(function() {
	$('.host:odd').addClass('odd');
});