function jumpTo(list) {
	
	if (list.options[list.selectedIndex].value != "home") {
		location = list.options[list.selectedIndex].value
	}
	
}
