﻿jQuery(function(){
	$("#filiale").change(function(){
		self.location = $(this).val();

	});
});