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], ['Cheshire',37,0,0], ['Cornwall',65,0,0], ['Cotswolds',28,0,0], ['Cumbria & The Lakes',49,0,0], ['Devon',38,0,0], ['Dorset & Somerset',36,0,0], ['Dublin',51,0,0], ['East Anglia',33,0,0], ['Hampshire',48,0,0], ['Hereford & Worcester',77,0,0], ['Kent',64,0,0], ['Kerry',79,0,0], ['North east England',76,0,0], ['North Wales',46,0,0], ['Scottish Highlands',53,0,0], ['Shropshire',61,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],['Cheshire',37,0,0],['Cornwall',65,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],['Hereford & Worcester',77,0,0],['Kent',64,0,0],['North east England',76,0,0],['Shropshire',61,0,0],['Surrey',58,0,0],['Sussex',39,0,0],['Yorkshire',50,0,0]]; cityArray[2] = [['Choose Region',0,1,1], ['Dublin',51,0,0],['Kerry',79,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]];
