$(function () {
	$('#repairer_id').change(function (e) {
		var id = this.options[this.selectedIndex].value;
		document.location.href = '/repairers/?id=' + id;
	});
});
