function jump(uri) {
	if(uri.value.length > 0) {
		document.location = "http://www.odgersberndtson.com/" + uri.value;
	}
}
