function band_select() {
	bandUrl = $('#band_r').val();
	window.location='/b/' + bandUrl;
}