function jump(number){
		location = number.options[number.selectedIndex].value;
}

