$(function()
{
	$('[name="year"]').change(
		function()
		{
			window.location = 'http://millarangus.com/sale_ring/' + $(this).val()
		}
	)	
}
)