var itemArray = XXXXX var nodes = document.editors[0].selectedNodes if(nodes.length == 1){ var alert = new Alert("Item Placement", "Should the list items be added as children or siblings of the selected outline item?") alert.addOption("Children") alert.addOption("Siblings") alert.addOption("Cancel") alert.show(function(result){ var selectedItem = nodes[0].object if (result == 0){ for(i = 0; i < itemArray.length; i++){ selectedItem.addChild(selectedItem.end,function(item){item.topic = itemArray[i]}) } } else if (result == 1){ parentItem = selectedItem.parent for(i = 0; i < itemArray.length; i++){ parentItem.addChild(parentItem.end,function(item){item.topic = itemArray[i]}) } } else { throw new Error('script cancelled') } }) } else { var alert = new Alert('SELECTION ERROR','Please select a single outline item at which you wish to add items.') alert.show(function(result){}) }

Census Regions and Divisions of the United States

usa-regions

TAP | CLICK a region on the map (above) or a region name or list (below)
to add its items to your OmniOutliner document

Pacific Mountain West North Central East North Central West South Central
  • Alaska
  • California
  • Hawaii
  • Oregon
  • Washington
  • Arizona
  • Colorado
  • Idaho
  • Montana
  • Nevada
  • New Mexico
  • Utah
  • Wyoming
  • Iowa
  • Kansas
  • Minnesota
  • Missouri
  • Montana
  • Nebraska
  • North Dakota
  • South Dakota
  • Illinois
  • Indiana
  • Ohio
  • Michigan
  • Wisconsin
  • Arkansas
  • Louisiana
  • Oklahoma
  • Texas

East South Central

Middle Atlantic

South Atlantic

New England

 
  • Alabama
  • Kentucky
  • Mississippi
  • Tennessee
  • New Jersey
  • New York
  • Pennsylvania
  • Delaware
  • Florida
  • Georgia
  • Maryland
  • North Carolina
  • South Carolina
  • Virginia
  • Washington D.C.
  • West Virginia
  • Connecticut
  • Maine
  • Massachusetts
  • New Hampshire
  • Rhode Island
  • Vermont