jQuery(function(){
	$("#first_letter, #department_id").change(function(){
		var location = $(this).val();
		self.location = location; 
	});
});

