$(document).ready(function() {
	
	$("#top-select, #home-select").change(function() {														
		document.location = this.value;
	});

});

