$(document).ready(function(){
	$("#__brand").change(function(){
		document.location.href = $(this).val();
	});
})
