 function jump(getLocation){
 	if(getLocation.value != ""){
 	location.href = getLocation.value;
	}	
 }
