$(document).ready(function(){
	$('#quick').sSelect().change(function(){ window.location.href='/associated'; });
	
});
     
