$attributes['fax'] = array(
    'label' => _("Work Fax"),
    'type' => 'phone',
    'required' => false,
    'params' => array('size' => 15)
);
$attributes['homePhone2'] = array(  
    'label' => _("Alt Home Phone"),
    'type' => 'phone',
    'required' => false,
    'params' => array('size' => 15)
);
$attributes['workPhone2'] = array(
    'label' => _("Alt Work Phone"),
    'type' => 'phone',
    'required' => false,
    'params' => array('size' => 15)
);

