/*****
* Powered by Autosbol.com 
*****/
$(document).ready(function(){
	$('#sectors').change(function(){;
		location.href = 'http://autosbol.com/'+$('#sectors option:selected').val();
	});
});
/**** easterEggs
* Eres programador? quieres ser parte de autosbol, escribe a: autosbol@gmail.com
*****/