﻿$(document).ready(function() {
	$('select option:odd').addClass('highlight'); 
});
