fold -w 1 | uniq -c | awk '$1 > 2&&$0=$2' | head -n 1 | awk '$0=="O"&&$0="East";$0=="X"&&$0="West";END{if(NR==0){print "NA"}}'