MethodOfContactVO currentMobileVO = null;
MethodOfContactVO currentEmailVO = null;
Vector currentMOCs = individualCurrent.getMOC();
if (currentMOCs != null) {
Enumeration e = currentMOCs.elements();
while (e.hasMoreElements()) {
MethodOfContactVO mocVO = (MethodOfContactVO)e.nextElement();
String syncAs = mocVO.getSyncAs();
if (syncAs != null && (! syncAs.equals(""))) {
if (syncAs.equals("Work")) {