var cityArray = new Array();	
	cityArray[0] = [['Choose Region',0,1,1], ['Bath and Wiltshire',54,0,0], ['Berkshire & Bucks',70,0,0], ['Central England',42,0,0], ['Channel Islands',69,0,0], ['Cotswolds',28,0,0], ['County Sligo',74,0,0], ['Cumbria & The Lakes',49,0,0], ['Devon',38,0,0], ['Dorset & Somerset',36,0,0], ['East Anglia',33,0,0], ['Hampshire',48,0,0], ['Kent',64,0,0], ['Killarney',43,0,0], ['London',1,0,0], ['North Wales',46,0,0], ['Scottish Highlands',53,0,0], ['South and Mid Wales',45,0,0], ['Surrey',58,0,0], ['Sussex',39,0,0], ['Yorkshire',50,0,0]];
	cityArray[1] = [['Choose Region',0,1,1], ['Bath and Wiltshire',54,0,0],['Berkshire & Bucks',70,0,0],['Central England',42,0,0],['Channel Islands',69,0,0],['Cotswolds',28,0,0],['Cumbria & The Lakes',49,0,0],['Devon',38,0,0],['Dorset & Somerset',36,0,0],['East Anglia',33,0,0],['Hampshire',48,0,0],['Kent',64,0,0],['London',1,0,0],['Surrey',58,0,0],['Sussex',39,0,0],['Yorkshire',50,0,0]]; cityArray[2] = [['Choose Region',0,1,1], ['County Sligo',74,0,0],['Killarney',43,0,0]]; cityArray[3] = [['Choose Region',0,1,1], ['Scottish Highlands',53,0,0]]; cityArray[4] = [['Choose Region',0,1,1], ['North Wales',46,0,0],['South and Mid Wales',45,0,0]];
