function extractFirst(val){
return val.split( / \(\s*/ ).shift();
}
