var listB = new DynamicOptionList("state","country");
	
	listB.addOptions("Australia","Australian Capital Territory","ACT","New South Wales","NSW","Northern Territory","NT","Queensland","QLD","South Australia","SA","Tasmania","TAS","Victoria","VIC","Western Australia","WA");
	listB.addOptions("Canada","Alberta","AB","British Columbia","BC","Manitoba","MB","New Brunswick","NB","Newfoundland and Labrador","NL","Northwest Territories","NT","Nova Scotia","NS","Nunavut","NU","Ontario","ON","Prince Edward Island","PE","Quebec","QC","Saskatchewan","SK","Yukon","YT");
	listB.addOptions("New Zealand","Auckland","Auckland","Bay of Plenty","Bay of Plenty","Canterbury","Canterbury","Otago","Central Otago","Christchurch","Christchurch","Coromandel","The Coromandel","Dunedin & Coastal Otago","Dunedin & Coastal Otago","Eastland","Eastland","Fiordland","Fiordland","Hawkes Bay","Hawkes Bay","Horowhenua","Horowhenua","Manawatu & Rangitikei","Manawatu & Rangitikei","Marlborough","Marlborough","Mt Cook & Mackenzie","Mt Cook & Mackenzie","Nelson","Nelson","Northland","Northland","Queenstown","Queenstown","Rotorua","Rotorua","Ruapehu","Ruapehu","Southland","Southland","Taranaki","Taranaki","Taupo","Taupo","Waikato","Waikato","Wairarapa","Wairarapa","Wanaka","Wanaka","Wanganui","Wanganui","Wellington","Wellington","West Coast","West Coast");
	listB.addOptions("South Africa","Eastern Cape","Eastern Cape","Free State","Free State","Gauteng","Gauteng","Kwazulu-Natal","Kwazulu-Natal","Mpumalanga","Mpumalanga","Northern Cape","Northern Cape","Limpopo","Limpopo","North West Province","North West Province","Western Cape","Western Cape");
	listB.addOptions("United Kingdom", "East Midlands, England","East Midlands, England","Eastern, England","Eastern, England","London, England","England -London, England","North East, England","North East, England","North West, England","North West, England","SouthEast, England","South East, England","South West, England","South West, England","West Midlands, England","West Midlands, England","Yorkshire and the Humber, England","Yorkshire and the Humber, England","Antrim, Northern Ireland","Antrim, Northern Ireland","Armagh, Northern Ireland","Armagh, Northern Ireland","Belfast, Northern Ireland","Belfast, Northern Ireland","Derry, Northern Ireland","Derry, Northern Ireland","Down, Northern Ireland","Down, Northern Ireland","Fermanagh, Northern Ireland","Fermanagh, Northern Ireland","Londonderry, Northern Ireland","Londonderry, Northern Ireland","Tyrone, Northern Ireland","Tyrone, Northern Ireland","Aberdeen, Scotland","Aberdeen, Scotland","Aberdeenshire, Scotland","Aberdeenshire, Scotland","Angus, Scotland","Angus, Scotland","Argyll and Bute, Scotland","Argyll and Bute, Scotland","Borders, Scotland","Borders, Scotland","Clackmannanshire, Scotland","Clackmannanshire, Scotland","Dumfries and Galloway, Scotland","Dumfries and Galloway, Scotland","Dundee, Scotland","Dundee, Scotland","East Ayrshire, Scotland","East Ayrshire, Scotland","East Dunbartonshire, Scotland","East Dunbartonshire, Scotland","East Lothian, Scotland","East Lothian, Scotland","East Renfrewshire, Scotland","East Renfrewshire, Scotland","Edinburgh, Scotland","Edinburgh, Scotland","Falkirk District, Scotland","Falkirk District, Scotland","Fife, Scotland","Fife, Scotland","Glasgow, Scotland","Glasgow, Scotland","Highland, Scotland","Highland, Scotland","Inverclyde, Scotland","Inverclyde, Scotland","Midlothian, Scotland","Midlothian, Scotland","Moray, Scotland","Moray, Scotland","North Ayrshire, Scotland","North Ayrshire, Scotland","North Lanarkshire, Scotland","North Lanarkshire, Scotland","Orkney, Scotland","Orkney, Scotland","Perth and Kinross, Scotland","Perth and Kinross, Scotland","Renfrewshire, Scotland","Renfrewshire, Scotland","Shetland, Scotland","Shetland, Scotland","South Ayrshire, Scotland","South Ayrshire, Scotland","South Lanarkshire, Scotland","South Lanarkshire, Scotland","Stirling District, Scotland","Stirling District, Scotland","West Dunbartonshire, Scotland","West Dunbartonshire, Scotland","West Lothian, Scotland","West Lothian, Scotland","Western Isles, Scotland","Western Isles, Scotland","Blaenau Gwent, Wales","Blaenau Gwent, Wales","Bridgend County Borough, Wales","Bridgend County Borough, Wales","Caerphilly County Borough, Wales","Caerphilly County Borough, Wales","Cardiff, Wales","Cardiff, Wales","Carmarthenshire, Wales","Carmarthenshire, Wales","Ceredigion, Wales","Ceredigion, Wales","Conwy County Borough, Wales","Conwy County Borough, Wales","Denbighshire, Wales","Denbighshire, Wales","Flintshire, Wales","Flintshire, Wales","Gwynedd, Wales","Gwynedd, Wales","Isle of Anglesey, Wales","Isle of Anglesey, Wales","Merthyr Tydfil County Borough, Wales","Merthyr Tydfil County Borough, Wales","Monmouthshire, Wales","Monmouthshire, Wales","Neath Port Talbot County Borough, Wales","Neath Port Talbot County Borough, Wales","Newport, Wales","Newport, Wales","Pembrokeshire, Wales","Pembrokeshire, Wales","Powys, Wales","Powys, Wales","Rhondda Cynon Taff, Wales","Rhondda Cynon Taff, Wales","Swansea, Wales","Swansea, Wales","Torfaen, Wales","Torfaen, Wales","Vale of Glamorgan, Wales","Vale of Glamorgan, Wales","Wrexham County Borough, Wales","Wrexham County Borough");
	listB.addOptions("United States of America","Alabama","AL","Alaska","AK","Arizona","AZ","Arkansas","AR","California","CA","Colorado","CO","Connecticut","CT","Delaware","DE","District of Columbia","DC","Florida","FL","Georgia","GA","Hawaii","HI","Idaho","ID","Illinois","IL","Indiana","IN","Iowa","IA","Kansas","KS","Kentucky","KY","Louisiana","LA","Maine","ME","Maryland","MD","Masachusetts","MA","Michigan","MI","Minnesota","MN","Mississippi","MS","Missouri","MO","Montana","MT","Nebraska","NE","Nevada","NV","New Hampshire","NH","New Jersey","NJ","New,Mexico","NM","New York","NY","North Carolina","NC","North Dakota","ND","Ohio","OH","Oklahoma","OK","Oregon","OR","Pennsylvania","PA","Rhode Island","RI","South Carolina","SC","South Dakota","SD","Tennessee","TN","Texas","TX","Utah","UT","Vermont","VT","Virginia","VA","Washington","WA","West Virginia","WV","Wisconsin","WI","Wyoming","WY");

	listB.addOptions("0","Other","Other");
	listB.setDefaultOption("0","Other");
	listB.addOptions("1","Other","Other");
	listB.setDefaultOption("1","Other");
	listB.addOptions("Afghanistan","Other","Other");
	listB.setDefaultOption("Afghanistan","Other");
	listB.addOptions("Albania","Other","Other");
	listB.setDefaultOption("Albania","Other");
	listB.addOptions("Algeria","Other","Other");
	listB.setDefaultOption("Algeria","Other");
	listB.addOptions("5","Other","Other");
	listB.setDefaultOption("5","Other");
	listB.addOptions("6","Other","Other");
	listB.setDefaultOption("6","Other");
	listB.addOptions("7","Other","Other");
	listB.setDefaultOption("7","Other");
	listB.addOptions("8","Other","Other");
	listB.setDefaultOption("8","Other");
	listB.addOptions("9","Other","Other");
	listB.setDefaultOption("9","Other");
	listB.addOptions("10","Other","Other");
	listB.setDefaultOption("10","Other");
	listB.addOptions("11","Other","Other");
	listB.setDefaultOption("11","Other");
	listB.addOptions("12","Other","Other");
	listB.setDefaultOption("12","Other");
	listB.addOptions("13","Other","Other");
	listB.setDefaultOption("13","Other");

	listB.addOptions("15","Other","Other");
	listB.setDefaultOption("15","Other");
	listB.addOptions("16","Other","Other");
	listB.setDefaultOption("16","Other");
	listB.addOptions("17","Other","Other");
	listB.setDefaultOption("17","Other");
	listB.addOptions("18","Other","Other");
	listB.setDefaultOption("18","Other");
	listB.addOptions("19","Other","Other");
	listB.setDefaultOption("19","Other");
	listB.addOptions("20","Other","Other");
	listB.setDefaultOption("20","Other");
	listB.addOptions("21","Other","Other");
	listB.setDefaultOption("21","Other");
	listB.addOptions("22","Other","Other");
	listB.setDefaultOption("22","Other");
	listB.addOptions("23","Other","Other");
	listB.setDefaultOption("23","Other");
	listB.addOptions("24","Other","Other");
	listB.setDefaultOption("24","Other");
	listB.addOptions("25","Other","Other");
	listB.setDefaultOption("25","Other");
	listB.addOptions("26","Other","Other");
	listB.setDefaultOption("26","Other");
	listB.addOptions("27","Other","Other");
	listB.setDefaultOption("27","Other");
	listB.addOptions("28","Other","Other");
	listB.setDefaultOption("28","Other");
	listB.addOptions("29","Other","Other");
	listB.setDefaultOption("29","Other");
	listB.addOptions("30","Other","Other");
	listB.setDefaultOption("30","Other");
	listB.addOptions("31","Other","Other");
	listB.setDefaultOption("31","Other");
	listB.addOptions("32","Other","Other");
	listB.setDefaultOption("32","Other");
	listB.addOptions("33","Other","Other");
	listB.setDefaultOption("33","Other");
	listB.addOptions("34","Other","Other");
	listB.setDefaultOption("34","Other");
	listB.addOptions("35","Other","Other");
	listB.setDefaultOption("35","Other");
	listB.addOptions("36","Other","Other");
	listB.setDefaultOption("36","Other");
	listB.addOptions("37","Other","Other");
	listB.setDefaultOption("37","Other");

	listB.addOptions("39","Other","Other");
	listB.setDefaultOption("39","Other");
	listB.addOptions("40","Other","Other");
	listB.setDefaultOption("40","Other");
	listB.addOptions("41","Other","Other");
	listB.setDefaultOption("41","Other");
	listB.addOptions("42","Other","Other");
	listB.setDefaultOption("42","Other");
	listB.addOptions("43","Other","Other");
	listB.setDefaultOption("43","Other");
	listB.addOptions("44","Other","Other");
	listB.setDefaultOption("44","Other");
	listB.addOptions("45","Other","Other");
	listB.setDefaultOption("45","Other");
	listB.addOptions("46","Other","Other");
	listB.setDefaultOption("46","Other");
	listB.addOptions("47","Other","Other");
	listB.setDefaultOption("47","Other");
	listB.addOptions("48","Other","Other");
	listB.setDefaultOption("48","Other");
	listB.addOptions("49","Other","Other");
	listB.setDefaultOption("49","Other");
	listB.addOptions("50","Other","Other");
	listB.setDefaultOption("50","Other");
	listB.addOptions("51","Other","Other");
	listB.setDefaultOption("51","Other");
	listB.addOptions("52","Other","Other");
	listB.setDefaultOption("52","Other");
	listB.addOptions("53","Other","Other");
	listB.setDefaultOption("53","Other");
	listB.addOptions("54","Other","Other");
	listB.setDefaultOption("54","Other");
	listB.addOptions("55","Other","Other");
	listB.setDefaultOption("55","Other");
	listB.addOptions("56","Other","Other");
	listB.setDefaultOption("56","Other");
	listB.addOptions("57","Other","Other");
	listB.setDefaultOption("57","Other");
	listB.addOptions("58","Other","Other");
	listB.setDefaultOption("58","Other");
	listB.addOptions("59","Other","Other");
	listB.setDefaultOption("59","Other");
	listB.addOptions("60","Other","Other");
	listB.setDefaultOption("60","Other");
	listB.addOptions("61","Other","Other");
	listB.setDefaultOption("61","Other");
	listB.addOptions("62","Other","Other");
	listB.setDefaultOption("62","Other");
	listB.addOptions("63","Other","Other");
	listB.setDefaultOption("63","Other");
	listB.addOptions("64","Other","Other");
	listB.setDefaultOption("64","Other");
	listB.addOptions("65","Other","Other");
	listB.setDefaultOption("65","Other");
	listB.addOptions("66","Other","Other");
	listB.setDefaultOption("66","Other");
	listB.addOptions("67","Other","Other");
	listB.setDefaultOption("67","Other");
	listB.addOptions("68","Other","Other");
	listB.setDefaultOption("68","Other");
	listB.addOptions("69","Other","Other");
	listB.setDefaultOption("69","Other");
	listB.addOptions("70","Other","Other");
	listB.setDefaultOption("70","Other");
	listB.addOptions("71","Other","Other");
	listB.setDefaultOption("71","Other");
	listB.addOptions("72","Other","Other");
	listB.setDefaultOption("72","Other");
	listB.addOptions("73","Other","Other");
	listB.setDefaultOption("73","Other");
	listB.addOptions("74","Other","Other");
	listB.setDefaultOption("74","Other");
	listB.addOptions("75","Other","Other");
	listB.setDefaultOption("75","Other");
	listB.addOptions("76","Other","Other");
	listB.setDefaultOption("76","Other");
	listB.addOptions("77","Other","Other");
	listB.setDefaultOption("77","Other");
	listB.addOptions("78","Other","Other");
	listB.setDefaultOption("78","Other");
	listB.addOptions("79","Other","Other");
	listB.setDefaultOption("79","Other");
	listB.addOptions("80","Other","Other");
	listB.setDefaultOption("80","Other");
	listB.addOptions("81","Other","Other");
	listB.setDefaultOption("81","Other");
	listB.addOptions("82","Other","Other");
	listB.setDefaultOption("82","Other");
	listB.addOptions("83","Other","Other");
	listB.setDefaultOption("83","Other");
	listB.addOptions("84","Other","Other");
	listB.setDefaultOption("84","Other");
	listB.addOptions("85","Other","Other");
	listB.setDefaultOption("85","Other");
	listB.addOptions("86","Other","Other");
	listB.setDefaultOption("86","Other");
	listB.addOptions("87","Other","Other");
	listB.setDefaultOption("87","Other");
	listB.addOptions("88","Other","Other");
	listB.setDefaultOption("88","Other");
	listB.addOptions("89","Other","Other");
	listB.setDefaultOption("89","Other");
	listB.addOptions("90","Other","Other");
	listB.setDefaultOption("90","Other");
	listB.addOptions("91","Other","Other");
	listB.setDefaultOption("91","Other");
	listB.addOptions("92","Other","Other");
	listB.setDefaultOption("92","Other");
	listB.addOptions("93","Other","Other");
	listB.setDefaultOption("93","Other");
	listB.addOptions("94","Other","Other");
	listB.setDefaultOption("94","Other");
	listB.addOptions("95","Other","Other");
	listB.setDefaultOption("95","Other");
	listB.addOptions("96","Other","Other");
	listB.setDefaultOption("96","Other");
	listB.addOptions("97","Other","Other");
	listB.setDefaultOption("97","Other");
	listB.addOptions("98","Other","Other");
	listB.setDefaultOption("98","Other");
	listB.addOptions("99","Other","Other");
	listB.setDefaultOption("99","Other");
	listB.addOptions("100","Other","Other");
	listB.setDefaultOption("100","Other");
	listB.addOptions("101","Other","Other");
	listB.setDefaultOption("101","Other");
	listB.addOptions("102","Other","Other");
	listB.setDefaultOption("102","Other");
	listB.addOptions("103","Other","Other");
	listB.setDefaultOption("103","Other");
	listB.addOptions("104","Other","Other");
	listB.setDefaultOption("104","Other");
	listB.addOptions("105","Other","Other");
	listB.setDefaultOption("105","Other");
	listB.addOptions("106","Other","Other");
	listB.setDefaultOption("106","Other");
	listB.addOptions("107","Other","Other");
	listB.setDefaultOption("107","Other");
	listB.addOptions("108","Other","Other");
	listB.setDefaultOption("108","Other");
	listB.addOptions("109","Other","Other");
	listB.setDefaultOption("109","Other");
	listB.addOptions("110","Other","Other");
	listB.setDefaultOption("110","Other");
	listB.addOptions("111","Other","Other");
	listB.setDefaultOption("111","Other");
	listB.addOptions("112","Other","Other");
	listB.setDefaultOption("112","Other");
	listB.addOptions("113","Other","Other");
	listB.setDefaultOption("113","Other");
	listB.addOptions("114","Other","Other");
	listB.setDefaultOption("114","Other");
	listB.addOptions("115","Other","Other");
	listB.setDefaultOption("115","Other");
	listB.addOptions("116","Other","Other");
	listB.setDefaultOption("116","Other");
	listB.addOptions("117","Other","Other");
	listB.setDefaultOption("117","Other");
	listB.addOptions("118","Other","Other");
	listB.setDefaultOption("118","Other");
	listB.addOptions("119","Other","Other");
	listB.setDefaultOption("119","Other");
	listB.addOptions("120","Other","Other");
	listB.setDefaultOption("120","Other");
	listB.addOptions("121","Other","Other");
	listB.setDefaultOption("121","Other");
	listB.addOptions("122","Other","Other");
	listB.setDefaultOption("122","Other");
	listB.addOptions("123","Other","Other");
	listB.setDefaultOption("123","Other");
	listB.addOptions("124","Other","Other");
	listB.setDefaultOption("124","Other");
	listB.addOptions("125","Other","Other");
	listB.setDefaultOption("125","Other");
	listB.addOptions("126","Other","Other");
	listB.setDefaultOption("126","Other");
	listB.addOptions("127","Other","Other");
	listB.setDefaultOption("127","Other");
	listB.addOptions("128","Other","Other");
	listB.setDefaultOption("128","Other");
	listB.addOptions("129","Other","Other");
	listB.setDefaultOption("129","Other");
	listB.addOptions("130","Other","Other");
	listB.setDefaultOption("130","Other");
	listB.addOptions("131","Other","Other");
	listB.setDefaultOption("131","Other");
	listB.addOptions("132","Other","Other");
	listB.setDefaultOption("132","Other");
	listB.addOptions("133","Other","Other");
	listB.setDefaultOption("133","Other");
	listB.addOptions("134","Other","Other");
	listB.setDefaultOption("134","Other");
	listB.addOptions("135","Other","Other");
	listB.setDefaultOption("135","Other");
	listB.addOptions("136","Other","Other");
	listB.setDefaultOption("136","Other");
	listB.addOptions("137","Other","Other");
	listB.setDefaultOption("137","Other");
	listB.addOptions("138","Other","Other");
	listB.setDefaultOption("138","Other");
	listB.addOptions("139","Other","Other");
	listB.setDefaultOption("139","Other");
	listB.addOptions("140","Other","Other");
	listB.setDefaultOption("140","Other");
	listB.addOptions("141","Other","Other");
	listB.setDefaultOption("141","Other");
	listB.addOptions("142","Other","Other");
	listB.setDefaultOption("142","Other");
	listB.addOptions("143","Other","Other");
	listB.setDefaultOption("143","Other");
	listB.addOptions("144","Other","Other");
	listB.setDefaultOption("144","Other");
	listB.addOptions("145","Other","Other");
	listB.setDefaultOption("145","Other");
	listB.addOptions("146","Other","Other");
	listB.setDefaultOption("146","Other");
	listB.addOptions("147","Other","Other");
	listB.setDefaultOption("147","Other");
	listB.addOptions("148","Other","Other");
	listB.setDefaultOption("148","Other");
	listB.addOptions("149","Other","Other");
	listB.setDefaultOption("149","Other");
	listB.addOptions("150","Other","Other");
	listB.setDefaultOption("150","Other");
	listB.addOptions("151","Other","Other");
	listB.setDefaultOption("151","Other");

	listB.addOptions("153","Other","Other");
	listB.setDefaultOption("153","Other");
	listB.addOptions("154","Other","Other");
	listB.setDefaultOption("154","Other");
	listB.addOptions("155","Other","Other");
	listB.setDefaultOption("155","Other");
	listB.addOptions("156","Other","Other");
	listB.setDefaultOption("156","Other");
	listB.addOptions("157","Other","Other");
	listB.setDefaultOption("157","Other");
	listB.addOptions("158","Other","Other");
	listB.setDefaultOption("158","Other");
	listB.addOptions("159","Other","Other");
	listB.setDefaultOption("159","Other");
	listB.addOptions("160","Other","Other");
	listB.setDefaultOption("160","Other");
	listB.addOptions("161","Other","Other");
	listB.setDefaultOption("161","Other");
	listB.addOptions("162","Other","Other");
	listB.setDefaultOption("162","Other");
	listB.addOptions("163","Other","Other");
	listB.setDefaultOption("163","Other");
	listB.addOptions("164","Other","Other");
	listB.setDefaultOption("164","Other");
	listB.addOptions("165","Other","Other");
	listB.setDefaultOption("165","Other");
	listB.addOptions("166","Other","Other");
	listB.setDefaultOption("166","Other");
	listB.addOptions("167","Other","Other");
	listB.setDefaultOption("167","Other");
	listB.addOptions("168","Other","Other");
	listB.setDefaultOption("168","Other");
	listB.addOptions("169","Other","Other");
	listB.setDefaultOption("169","Other");
	listB.addOptions("170","Other","Other");
	listB.setDefaultOption("170","Other");
	listB.addOptions("171","Other","Other");
	listB.setDefaultOption("171","Other");
	listB.addOptions("172","Other","Other");
	listB.setDefaultOption("172","Other");
	listB.addOptions("173","Other","Other");
	listB.setDefaultOption("173","Other");
	listB.addOptions("174","Other","Other");
	listB.setDefaultOption("174","Other");
	listB.addOptions("175","Other","Other");
	listB.setDefaultOption("175","Other");
	listB.addOptions("176","Other","Other");
	listB.setDefaultOption("176","Other");
	listB.addOptions("177","Other","Other");
	listB.setDefaultOption("177","Other");
	listB.addOptions("178","Other","Other");
	listB.setDefaultOption("178","Other");
	listB.addOptions("179","Other","Other");
	listB.setDefaultOption("179","Other");
	listB.addOptions("180","Other","Other");
	listB.setDefaultOption("180","Other");
	listB.addOptions("181","Other","Other");
	listB.setDefaultOption("181","Other");
	listB.addOptions("182","Other","Other");
	listB.setDefaultOption("182","Other");
	listB.addOptions("183","Other","Other");
	listB.setDefaultOption("183","Other");
	listB.addOptions("184","Other","Other");
	listB.setDefaultOption("184","Other");
	listB.addOptions("185","Other","Other");
	listB.setDefaultOption("185","Other");
	listB.addOptions("186","Other","Other");
	listB.setDefaultOption("186","Other");
	listB.addOptions("187","Other","Other");
	listB.setDefaultOption("187","Other");
	listB.addOptions("188","Other","Other");
	listB.setDefaultOption("188","Other");
	listB.addOptions("189","Other","Other");
	listB.setDefaultOption("189","Other");
	listB.addOptions("190","Other","Other");
	listB.setDefaultOption("190","Other");
	listB.addOptions("191","Other","Other");
	listB.setDefaultOption("191","Other");

	listB.addOptions("193","Other","Other");
	listB.setDefaultOption("193","Other");
	listB.addOptions("194","Other","Other");
	listB.setDefaultOption("194","Other");
	listB.addOptions("195","Other","Other");
	listB.setDefaultOption("195","Other");
	listB.addOptions("196","Other","Other");
	listB.setDefaultOption("196","Other");
	listB.addOptions("197","Other","Other");
	listB.setDefaultOption("197","Other");
	listB.addOptions("198","Other","Other");
	listB.setDefaultOption("198","Other");
	listB.addOptions("199","Other","Other");
	listB.setDefaultOption("199","Other");
	listB.addOptions("200","Other","Other");
	listB.setDefaultOption("200","Other");
	listB.addOptions("201","Other","Other");
	listB.setDefaultOption("201","Other");
	listB.addOptions("202","Other","Other");
	listB.setDefaultOption("202","Other");
	listB.addOptions("203","Other","Other");
	listB.setDefaultOption("203","Other");
	listB.addOptions("204","Other","Other");
	listB.setDefaultOption("204","Other");
	listB.addOptions("205","Other","Other");
	listB.setDefaultOption("205","Other");
	listB.addOptions("206","Other","Other");
	listB.setDefaultOption("206","Other");
	listB.addOptions("207","Other","Other");
	listB.setDefaultOption("207","Other");
	listB.addOptions("208","Other","Other");
	listB.setDefaultOption("208","Other");
	listB.addOptions("209","Other","Other");
	listB.setDefaultOption("209","Other");
	listB.addOptions("210","Other","Other");
	listB.setDefaultOption("210","Other");
	listB.addOptions("211","Other","Other");
	listB.setDefaultOption("211","Other");
	listB.addOptions("212","Other","Other");
	listB.setDefaultOption("212","Other");
	listB.addOptions("213","Other","Other");
	listB.setDefaultOption("213","Other");
	listB.addOptions("214","Other","Other");
	listB.setDefaultOption("214","Other");
	listB.addOptions("215","Other","Other");
	listB.setDefaultOption("215","Other");
	listB.addOptions("216","Other","Other");
	listB.setDefaultOption("216","Other");
	listB.addOptions("217","Other","Other");
	listB.setDefaultOption("217","Other");
	listB.addOptions("218","Other","Other");
	listB.setDefaultOption("218","Other");
	listB.addOptions("219","Other","Other");
	listB.setDefaultOption("219","Other");
	listB.addOptions("220","Other","Other");
	listB.setDefaultOption("220","Other");

	listB.setDefaultOption("222","Other");
	listB.addOptions("223","Other","Other");
	listB.setDefaultOption("223","Other");
	listB.addOptions("224","Other","Other");
	listB.setDefaultOption("224","Other");
	listB.addOptions("225","Other","Other");
	listB.setDefaultOption("225","Other");
	listB.addOptions("226","Other","Other");
	listB.setDefaultOption("226","Other");
	listB.addOptions("227","Other","Other");
	listB.setDefaultOption("227","Other");
	listB.addOptions("228","Other","Other");
	listB.setDefaultOption("228","Other");
	listB.addOptions("229","Other","Other");
	listB.setDefaultOption("229","Other");
	listB.addOptions("230","Other","Other");
	listB.setDefaultOption("230","Other");
	listB.addOptions("231","Other","Other");
	listB.setDefaultOption("231","Other");
	listB.addOptions("232","Other","Other");
	listB.setDefaultOption("232","Other");
	listB.addOptions("233","Other","Other");
	listB.setDefaultOption("233","Other");
	listB.addOptions("234","Other","Other");
	listB.setDefaultOption("234","Other");
	listB.addOptions("235","Other","Other");
	listB.setDefaultOption("235","Other");
	listB.addOptions("236","Other","Other");
	listB.setDefaultOption("236","Other");
	listB.addOptions("237","Other","Other");
	listB.setDefaultOption("237","Other");
	listB.addOptions("238","Other","Other");
	listB.setDefaultOption("238","Other");
	listB.addOptions("239","Other","Other");
	listB.setDefaultOption("239","Other");
	listB.addOptions("240","Other","Other");
	listB.setDefaultOption("240","Other");
	listB.addOptions("241","Other","Other");
	listB.setDefaultOption("241","Other");
	listB.addOptions("242","Other","Other");
	listB.setDefaultOption("242","Other");
	listB.addOptions("243","Other","Other");
	listB.setDefaultOption("243","Other");
	listB.addOptions("244","Other","Other");
	listB.setDefaultOption("244","Other");
	listB.addOptions("245","Other","Other");
	listB.setDefaultOption("245","Other");
	listB.addOptions("246","Other","Other");
	listB.setDefaultOption("246","Other");
	listB.addOptions("247","Other","Other");
	listB.setDefaultOption("247","Other");
	listB.addOptions("248","Other","Other");
	listB.setDefaultOption("248","Other");
	listB.addOptions("249","Other","Other");
	listB.setDefaultOption("249","Other");
	listB.addOptions("250","Other","Other");
	listB.setDefaultOption("250","Other");

	
	listB.setDefaultOption("Australia","NSW");
	listB.setDefaultOption("Canada","Alberta");
	listB.setDefaultOption("United Kingdom","England - London");
	listB.setDefaultOption("United States of America","Alabama");
	listB.setDefaultOption("New Zealand","Auckland");