// File; csv_data.php // Code by; Mark A. Agius. // Create a 2D array. var MaxColls = 5; var MaxRows = 0; var DataValue = new Array(); // Load values into the array. DataValue[0] = new Array(MaxColls); DataValue[0][0] = "# No data listed for 0,0"; // Transmitter name. (Town) DataValue[0][1] = "# No data listed for 1,0"; // Map location code. DataValue[0][2] = "# No data listed for 2,0"; // Transmitter or relay type. DataValue[0][3] = "# No data listed for 3,0"; // First digital freeview TV channels start date. DataValue[0][4] = "# No data listed for 4,0"; // Digital Switch Over stage 1 date. (BBC2 analogue end and first or more digital TV) DataValue[0][5] = ""; // Digital Switch Over stage 2 date (BBC1,ITV(1) and Channel 4 analogue end and rest of digital TV added) DataValue[0][6] = ""; // Local TV multiplex start date if any. DataValue[0][7] = ""; // TV region. EG. South East or London or Wales. DataValue[0][8] = ""; // Notes and other information. DataValue[1] = new Array(MaxColls); DataValue[1][0] = "# -"; DataValue[1][1] = "# -"; DataValue[1][2] = "# -"; DataValue[1][3] = "# -"; DataValue[1][4] = "# -"; DataValue[1][5] = ""; DataValue[1][6] = ""; DataValue[1][7] = ""; DataValue[1][8] = ""; DataValue[2] = new Array(MaxColls); DataValue[2][0] = "# -"; DataValue[2][1] = "# -"; DataValue[2][2] = "# -"; DataValue[2][3] = "# -"; DataValue[2][4] = "# -"; DataValue[2][5] = ""; DataValue[2][6] = ""; DataValue[2][7] = ""; DataValue[2][8] = ""; /* ## NOTE: ## The above values will be overwritten with the new values below. ## The above code is only used if the PHP code fails. */ // Data read on; 29/04/2024, at 11:20:40am (BST) // Create a 2D array. var MaxColls = 9; var MaxRows = 0; var DataValue = new Array(); // Load values into the array. // Data from file; ../tv-freeview-dates.csv // File date; 3/10/2017 - 4:03:35am (BST) DataValue[0] = new Array(MaxColls); DataValue[0][0] = "Ferryside"; DataValue[0][1] = "SN371104"; DataValue[0][2] = "Relay"; DataValue[0][3] = "29/11/2004"; DataValue[0][4] = "29/11/2004"; DataValue[0][5] = "30/05/2005"; DataValue[0][6] = ""; DataValue[0][7] = "Wales"; DataValue[0][8] = "Also includes multiplex SDN. Only relay with this multiplex. First digital relay."; DataValue[1] = new Array(MaxColls); DataValue[1][0] = "Eskdale Green"; DataValue[1][1] = "SD135997"; DataValue[1][2] = "Relay"; DataValue[1][3] = "17/10/2007"; DataValue[1][4] = "17/10/2007"; DataValue[1][5] = "14/11/2007"; DataValue[1][6] = ""; DataValue[1][7] = "North East / Border England"; DataValue[1][8] = ""; DataValue[2] = new Array(MaxColls); DataValue[2][0] = "Gosforth"; DataValue[2][1] = "NY069012"; DataValue[2][2] = "Relay"; DataValue[2][3] = "17/10/2007"; DataValue[2][4] = "17/10/2007"; DataValue[2][5] = "14/11/2007"; DataValue[2][6] = ""; DataValue[2][7] = "North East / Border England"; DataValue[2][8] = ""; DataValue[3] = new Array(MaxColls); DataValue[3][0] = "Whitehaven"; DataValue[3][1] = "NX992123"; DataValue[3][2] = "Relay"; DataValue[3][3] = "17/10/2007"; DataValue[3][4] = "17/10/2007"; DataValue[3][5] = "14/11/2007"; DataValue[3][6] = ""; DataValue[3][7] = "North East / Border England"; DataValue[3][8] = ""; DataValue[4] = new Array(MaxColls); DataValue[4][0] = "Bonchester Bridge"; DataValue[4][1] = "NT589114"; DataValue[4][2] = "Relay"; DataValue[4][3] = "6/11/2008"; DataValue[4][4] = "6/11/2008"; DataValue[4][5] = "20/11/2008"; DataValue[4][6] = ""; DataValue[4][7] = "Scotland / Border Scotland"; DataValue[4][8] = ""; DataValue[5] = new Array(MaxColls); DataValue[5][0] = "Clovenfords"; DataValue[5][1] = "NT444351"; DataValue[5][2] = "Relay"; DataValue[5][3] = "6/11/2008"; DataValue[5][4] = "6/11/2008"; DataValue[5][5] = "20/11/2008"; DataValue[5][6] = ""; DataValue[5][7] = "Scotland / Border Scotland"; DataValue[5][8] = ""; DataValue[6] = new Array(MaxColls); DataValue[6][0] = "Eyemouth"; DataValue[6][1] = "NT947599"; DataValue[6][2] = "Relay"; DataValue[6][3] = "6/11/2008"; DataValue[6][4] = "6/11/2008"; DataValue[6][5] = "20/11/2008"; DataValue[6][6] = ""; DataValue[6][7] = "Scotland / Border Scotland"; DataValue[6][8] = ""; DataValue[7] = new Array(MaxColls); DataValue[7][0] = "Galashiels"; DataValue[7][1] = "NT507360"; DataValue[7][2] = "Relay"; DataValue[7][3] = "6/11/2008"; DataValue[7][4] = "6/11/2008"; DataValue[7][5] = "20/11/2008"; DataValue[7][6] = ""; DataValue[7][7] = "Scotland / Border Scotland"; DataValue[7][8] = ""; DataValue[8] = new Array(MaxColls); DataValue[8][0] = "Hawick"; DataValue[8][1] = "NT509147"; DataValue[8][2] = "Relay"; DataValue[8][3] = "6/11/2008"; DataValue[8][4] = "6/11/2008"; DataValue[8][5] = "20/11/2008"; DataValue[8][6] = ""; DataValue[8][7] = "Scotland / Border Scotland"; DataValue[8][8] = ""; DataValue[9] = new Array(MaxColls); DataValue[9][0] = "Innerleithen"; DataValue[9][1] = "NT325368"; DataValue[9][2] = "Relay"; DataValue[9][3] = "6/11/2008"; DataValue[9][4] = "6/11/2008"; DataValue[9][5] = "20/11/2008"; DataValue[9][6] = ""; DataValue[9][7] = "Scotland / Border Scotland"; DataValue[9][8] = ""; DataValue[10] = new Array(MaxColls); DataValue[10][0] = "Jedburgh"; DataValue[10][1] = "NT661224"; DataValue[10][2] = "Relay"; DataValue[10][3] = "6/11/2008"; DataValue[10][4] = "6/11/2008"; DataValue[10][5] = "20/11/2008"; DataValue[10][6] = ""; DataValue[10][7] = "Scotland / Border Scotland"; DataValue[10][8] = ""; DataValue[11] = new Array(MaxColls); DataValue[11][0] = "Lauder"; DataValue[11][1] = "NT506502"; DataValue[11][2] = "Relay"; DataValue[11][3] = "6/11/2008"; DataValue[11][4] = "6/11/2008"; DataValue[11][5] = "20/11/2008"; DataValue[11][6] = ""; DataValue[11][7] = "Scotland / Border Scotland"; DataValue[11][8] = ""; DataValue[12] = new Array(MaxColls); DataValue[12][0] = "Peebles"; DataValue[12][1] = "NT228416"; DataValue[12][2] = "Relay"; DataValue[12][3] = "6/11/2008"; DataValue[12][4] = "6/11/2008"; DataValue[12][5] = "20/11/2008"; DataValue[12][6] = ""; DataValue[12][7] = "Scotland / Border Scotland"; DataValue[12][8] = ""; DataValue[13] = new Array(MaxColls); DataValue[13][0] = "Selkirk"; DataValue[13][1] = "NT500294"; DataValue[13][2] = "Main transmitter"; DataValue[13][3] = "15/11/1998"; DataValue[13][4] = "6/11/2008"; DataValue[13][5] = "20/11/2008"; DataValue[13][6] = ""; DataValue[13][7] = "Scotland / Border Scotland"; DataValue[13][8] = ""; DataValue[14] = new Array(MaxColls); DataValue[14][0] = "Stow"; DataValue[14][1] = "NT448445"; DataValue[14][2] = "Relay"; DataValue[14][3] = "6/11/2008"; DataValue[14][4] = "6/11/2008"; DataValue[14][5] = "20/11/2008"; DataValue[14][6] = ""; DataValue[14][7] = "Scotland / Border Scotland"; DataValue[14][8] = ""; DataValue[15] = new Array(MaxColls); DataValue[15][0] = "Yetholm"; DataValue[15][1] = "NT836283"; DataValue[15][2] = "Relay"; DataValue[15][3] = "6/11/2008"; DataValue[15][4] = "6/11/2008"; DataValue[15][5] = "20/11/2008"; DataValue[15][6] = ""; DataValue[15][7] = "Scotland / Border Scotland"; DataValue[15][8] = ""; DataValue[16] = new Array(MaxColls); DataValue[16][0] = "Ashburton"; DataValue[16][1] = "SX758687"; DataValue[16][2] = "Relay"; DataValue[16][3] = "8/04/2009"; DataValue[16][4] = "8/04/2009"; DataValue[16][5] = "22/04/2009"; DataValue[16][6] = ""; DataValue[16][7] = "South West / Westcountry"; DataValue[16][8] = ""; DataValue[17] = new Array(MaxColls); DataValue[17][0] = "Beacon Hill"; DataValue[17][1] = "SX857619"; DataValue[17][2] = "Main transmitter"; DataValue[17][3] = "15/11/1998"; DataValue[17][4] = "8/04/2009"; DataValue[17][5] = "22/04/2009"; DataValue[17][6] = ""; DataValue[17][7] = "South West / Westcountry"; DataValue[17][8] = ""; DataValue[18] = new Array(MaxColls); DataValue[18][0] = "Bovey Tracey"; DataValue[18][1] = "SX818787"; DataValue[18][2] = "Relay"; DataValue[18][3] = "8/04/2009"; DataValue[18][4] = "8/04/2009"; DataValue[18][5] = "22/04/2009"; DataValue[18][6] = ""; DataValue[18][7] = "South West / Westcountry"; DataValue[18][8] = ""; DataValue[19] = new Array(MaxColls); DataValue[19][0] = "Brixham"; DataValue[19][1] = "SX921562"; DataValue[19][2] = "Relay"; DataValue[19][3] = "8/04/2009"; DataValue[19][4] = "8/04/2009"; DataValue[19][5] = "22/04/2009"; DataValue[19][6] = ""; DataValue[19][7] = "South West / Westcountry"; DataValue[19][8] = ""; DataValue[20] = new Array(MaxColls); DataValue[20][0] = "Buckfastleigh"; DataValue[20][1] = "SX742664"; DataValue[20][2] = "Relay"; DataValue[20][3] = "8/04/2009"; DataValue[20][4] = "8/04/2009"; DataValue[20][5] = "22/04/2009"; DataValue[20][6] = ""; DataValue[20][7] = "South West / Westcountry"; DataValue[20][8] = ""; DataValue[21] = new Array(MaxColls); DataValue[21][0] = "Budleigh Salterton"; DataValue[21][1] = "SY043825"; DataValue[21][2] = "Relay"; DataValue[21][3] = "8/04/2009"; DataValue[21][4] = "8/04/2009"; DataValue[21][5] = "22/04/2009"; DataValue[21][6] = ""; DataValue[21][7] = "South West / Westcountry"; DataValue[21][8] = ""; DataValue[22] = new Array(MaxColls); DataValue[22][0] = "Chudleigh"; DataValue[22][1] = "SX876789"; DataValue[22][2] = "Relay"; DataValue[22][3] = "8/04/2009"; DataValue[22][4] = "8/04/2009"; DataValue[22][5] = "22/04/2009"; DataValue[22][6] = ""; DataValue[22][7] = "South West / Westcountry"; DataValue[22][8] = ""; DataValue[23] = new Array(MaxColls); DataValue[23][0] = "Clennon Valley"; DataValue[23][1] = "SX885596"; DataValue[23][2] = "Relay"; DataValue[23][3] = "8/04/2009"; DataValue[23][4] = "8/04/2009"; DataValue[23][5] = "22/04/2009"; DataValue[23][6] = ""; DataValue[23][7] = "South West / Westcountry"; DataValue[23][8] = ""; DataValue[24] = new Array(MaxColls); DataValue[24][0] = "Coombe"; DataValue[24][1] = "SX928736"; DataValue[24][2] = "Relay"; DataValue[24][3] = "8/04/2009"; DataValue[24][4] = "8/04/2009"; DataValue[24][5] = "22/04/2009"; DataValue[24][6] = ""; DataValue[24][7] = "South West / Westcountry"; DataValue[24][8] = ""; DataValue[25] = new Array(MaxColls); DataValue[25][0] = "Dartmouth"; DataValue[25][1] = "SX875511"; DataValue[25][2] = "Relay"; DataValue[25][3] = "8/04/2009"; DataValue[25][4] = "8/04/2009"; DataValue[25][5] = "22/04/2009"; DataValue[25][6] = ""; DataValue[25][7] = "South West / Westcountry"; DataValue[25][8] = ""; DataValue[26] = new Array(MaxColls); DataValue[26][0] = "Edginswell"; DataValue[26][1] = "SX886658"; DataValue[26][2] = "Relay"; DataValue[26][3] = "8/04/2009"; DataValue[26][4] = "8/04/2009"; DataValue[26][5] = "22/04/2009"; DataValue[26][6] = ""; DataValue[26][7] = "South West / Westcountry"; DataValue[26][8] = ""; DataValue[27] = new Array(MaxColls); DataValue[27][0] = "Halwell"; DataValue[27][1] = "SX781528"; DataValue[27][2] = "Relay"; DataValue[27][3] = "8/04/2009"; DataValue[27][4] = "8/04/2009"; DataValue[27][5] = "22/04/2009"; DataValue[27][6] = ""; DataValue[27][7] = "South West / Westcountry"; DataValue[27][8] = ""; DataValue[28] = new Array(MaxColls); DataValue[28][0] = "Harbertonford"; DataValue[28][1] = "SX780559"; DataValue[28][2] = "Relay"; DataValue[28][3] = "8/04/2009"; DataValue[28][4] = "8/04/2009"; DataValue[28][5] = "22/04/2009"; DataValue[28][6] = ""; DataValue[28][7] = "South West / Westcountry"; DataValue[28][8] = ""; DataValue[29] = new Array(MaxColls); DataValue[29][0] = "Hele"; DataValue[29][1] = "SX912657"; DataValue[29][2] = "Relay"; DataValue[29][3] = "8/04/2009"; DataValue[29][4] = "8/04/2009"; DataValue[29][5] = "22/04/2009"; DataValue[29][6] = ""; DataValue[29][7] = "South West / Westcountry"; DataValue[29][8] = ""; DataValue[30] = new Array(MaxColls); DataValue[30][0] = "Kingskerswell"; DataValue[30][1] = "SX873681"; DataValue[30][2] = "Relay"; DataValue[30][3] = "8/04/2009"; DataValue[30][4] = "8/04/2009"; DataValue[30][5] = "22/04/2009"; DataValue[30][6] = ""; DataValue[30][7] = "South West / Westcountry"; DataValue[30][8] = ""; DataValue[31] = new Array(MaxColls); DataValue[31][0] = "Liverton"; DataValue[31][1] = "SX811734"; DataValue[31][2] = "Relay"; DataValue[31][3] = "8/04/2009"; DataValue[31][4] = "8/04/2009"; DataValue[31][5] = "22/04/2009"; DataValue[31][6] = ""; DataValue[31][7] = "South West / Westcountry"; DataValue[31][8] = ""; DataValue[32] = new Array(MaxColls); DataValue[32][0] = "Newton Abbot VP"; DataValue[32][1] = "SX851713"; DataValue[32][2] = "Relay"; DataValue[32][3] = "8/04/2009"; DataValue[32][4] = "8/04/2009"; DataValue[32][5] = "22/04/2009"; DataValue[32][6] = ""; DataValue[32][7] = "South West / Westcountry"; DataValue[32][8] = ""; DataValue[33] = new Array(MaxColls); DataValue[33][0] = "Occombe Valley"; DataValue[33][1] = "SX886625"; DataValue[33][2] = "Relay"; DataValue[33][3] = "8/04/2009"; DataValue[33][4] = "8/04/2009"; DataValue[33][5] = "22/04/2009"; DataValue[33][6] = ""; DataValue[33][7] = "South West / Westcountry"; DataValue[33][8] = ""; DataValue[34] = new Array(MaxColls); DataValue[34][0] = "Sidmouth"; DataValue[34][1] = "SY136879"; DataValue[34][2] = "Relay"; DataValue[34][3] = "8/04/2009"; DataValue[34][4] = "8/04/2009"; DataValue[34][5] = "22/04/2009"; DataValue[34][6] = ""; DataValue[34][7] = "South West / Westcountry"; DataValue[34][8] = ""; DataValue[35] = new Array(MaxColls); DataValue[35][0] = "South Brent VP"; DataValue[35][1] = "SX690607"; DataValue[35][2] = "Relay"; DataValue[35][3] = "8/04/2009"; DataValue[35][4] = "8/04/2009"; DataValue[35][5] = "22/04/2009"; DataValue[35][6] = ""; DataValue[35][7] = "South West / Westcountry"; DataValue[35][8] = ""; DataValue[36] = new Array(MaxColls); DataValue[36][0] = "Tedburn St Mary"; DataValue[36][1] = "SX831941"; DataValue[36][2] = "Relay"; DataValue[36][3] = "8/04/2009"; DataValue[36][4] = "8/04/2009"; DataValue[36][5] = "22/04/2009"; DataValue[36][6] = ""; DataValue[36][7] = "South West / Westcountry"; DataValue[36][8] = ""; DataValue[37] = new Array(MaxColls); DataValue[37][0] = "Teignmouth"; DataValue[37][1] = "SX936735"; DataValue[37][2] = "Relay"; DataValue[37][3] = "8/04/2009"; DataValue[37][4] = "8/04/2009"; DataValue[37][5] = "22/04/2009"; DataValue[37][6] = ""; DataValue[37][7] = "South West / Westcountry"; DataValue[37][8] = ""; DataValue[38] = new Array(MaxColls); DataValue[38][0] = "Torquay Town"; DataValue[38][1] = "SX915637"; DataValue[38][2] = "Relay"; DataValue[38][3] = "8/04/2009"; DataValue[38][4] = "8/04/2009"; DataValue[38][5] = "22/04/2009"; DataValue[38][6] = ""; DataValue[38][7] = "South West / Westcountry"; DataValue[38][8] = ""; DataValue[39] = new Array(MaxColls); DataValue[39][0] = "Totnes"; DataValue[39][1] = "SX805594"; DataValue[39][2] = "Relay"; DataValue[39][3] = "8/04/2009"; DataValue[39][4] = "8/04/2009"; DataValue[39][5] = "22/04/2009"; DataValue[39][6] = ""; DataValue[39][7] = "South West / Westcountry"; DataValue[39][8] = ""; DataValue[40] = new Array(MaxColls); DataValue[40][0] = "Bampton"; DataValue[40][1] = "SS966237"; DataValue[40][2] = "Relay"; DataValue[40][3] = "6/05/2009"; DataValue[40][4] = "6/05/2009"; DataValue[40][5] = "20/05/2009"; DataValue[40][6] = ""; DataValue[40][7] = "South West / Westcountry"; DataValue[40][8] = ""; DataValue[41] = new Array(MaxColls); DataValue[41][0] = "Beaminster"; DataValue[41][1] = "ST490024"; DataValue[41][2] = "Relay"; DataValue[41][3] = "6/05/2009"; DataValue[41][4] = "6/05/2009"; DataValue[41][5] = "20/05/2009"; DataValue[41][6] = ""; DataValue[41][7] = "South West / Westcountry"; DataValue[41][8] = ""; DataValue[42] = new Array(MaxColls); DataValue[42][0] = "Beer"; DataValue[42][1] = "SY230896"; DataValue[42][2] = "Relay"; DataValue[42][3] = "6/05/2009"; DataValue[42][4] = "6/05/2009"; DataValue[42][5] = "20/05/2009"; DataValue[42][6] = ""; DataValue[42][7] = "South West / Westcountry"; DataValue[42][8] = ""; DataValue[43] = new Array(MaxColls); DataValue[43][0] = "Bincombe Hill"; DataValue[43][1] = "SY687848"; DataValue[43][2] = "Relay"; DataValue[43][3] = "6/05/2009"; DataValue[43][4] = "6/05/2009"; DataValue[43][5] = "20/05/2009"; DataValue[43][6] = ""; DataValue[43][7] = "South West / Westcountry"; DataValue[43][8] = ""; DataValue[44] = new Array(MaxColls); DataValue[44][0] = "Branscombe"; DataValue[44][1] = "SY195882"; DataValue[44][2] = "Relay"; DataValue[44][3] = "6/05/2009"; DataValue[44][4] = "6/05/2009"; DataValue[44][5] = "20/05/2009"; DataValue[44][6] = ""; DataValue[44][7] = "South West / Westcountry"; DataValue[44][8] = ""; DataValue[45] = new Array(MaxColls); DataValue[45][0] = "Bridport"; DataValue[45][1] = "SY453915"; DataValue[45][2] = "Relay"; DataValue[45][3] = "6/05/2009"; DataValue[45][4] = "6/05/2009"; DataValue[45][5] = "20/05/2009"; DataValue[45][6] = ""; DataValue[45][7] = "South West / Westcountry"; DataValue[45][8] = ""; DataValue[46] = new Array(MaxColls); DataValue[46][0] = "Charmouth"; DataValue[46][1] = "SY373933"; DataValue[46][2] = "Relay"; DataValue[46][3] = "6/05/2009"; DataValue[46][4] = "6/05/2009"; DataValue[46][5] = "20/05/2009"; DataValue[46][6] = ""; DataValue[46][7] = "South West / Westcountry"; DataValue[46][8] = ""; DataValue[47] = new Array(MaxColls); DataValue[47][0] = "Chideock VP"; DataValue[47][1] = "SY412933"; DataValue[47][2] = "Relay"; DataValue[47][3] = "6/05/2009"; DataValue[47][4] = "6/05/2009"; DataValue[47][5] = "20/05/2009"; DataValue[47][6] = ""; DataValue[47][7] = "South West / Westcountry"; DataValue[47][8] = ""; DataValue[48] = new Array(MaxColls); DataValue[48][0] = "Crediton"; DataValue[48][1] = "SS825009"; DataValue[48][2] = "Relay"; DataValue[48][3] = "6/05/2009"; DataValue[48][4] = "6/05/2009"; DataValue[48][5] = "20/05/2009"; DataValue[48][6] = ""; DataValue[48][7] = "South West / Westcountry"; DataValue[48][8] = ""; DataValue[49] = new Array(MaxColls); DataValue[49][0] = "Culm Valley"; DataValue[49][1] = "ST108148"; DataValue[49][2] = "Relay"; DataValue[49][3] = "6/05/2009"; DataValue[49][4] = "6/05/2009"; DataValue[49][5] = "20/05/2009"; DataValue[49][6] = ""; DataValue[49][7] = "South West / Westcountry"; DataValue[49][8] = ""; DataValue[50] = new Array(MaxColls); DataValue[50][0] = "Dawlish"; DataValue[50][1] = "SX950772"; DataValue[50][2] = "Relay"; DataValue[50][3] = "6/05/2009"; DataValue[50][4] = "6/05/2009"; DataValue[50][5] = "20/05/2009"; DataValue[50][6] = ""; DataValue[50][7] = "South West / Westcountry"; DataValue[50][8] = ""; DataValue[51] = new Array(MaxColls); DataValue[51][0] = "Dunsford"; DataValue[51][1] = "SX811880"; DataValue[51][2] = "Relay"; DataValue[51][3] = "6/05/2009"; DataValue[51][4] = "6/05/2009"; DataValue[51][5] = "20/05/2009"; DataValue[51][6] = ""; DataValue[51][7] = "South West / Westcountry"; DataValue[51][8] = ""; DataValue[52] = new Array(MaxColls); DataValue[52][0] = "Exeter St Thomas"; DataValue[52][1] = "SX898922"; DataValue[52][2] = "Relay"; DataValue[52][3] = "6/05/2009"; DataValue[52][4] = "6/05/2009"; DataValue[52][5] = "20/05/2009"; DataValue[52][6] = ""; DataValue[52][7] = "South West / Westcountry"; DataValue[52][8] = ""; DataValue[53] = new Array(MaxColls); DataValue[53][0] = "Honiton"; DataValue[53][1] = "SY164997"; DataValue[53][2] = "Relay"; DataValue[53][3] = "6/05/2009"; DataValue[53][4] = "6/05/2009"; DataValue[53][5] = "20/05/2009"; DataValue[53][6] = ""; DataValue[53][7] = "South West / Westcountry"; DataValue[53][8] = ""; DataValue[54] = new Array(MaxColls); DataValue[54][0] = "Pennsylvania"; DataValue[54][1] = "SX934948"; DataValue[54][2] = "Relay"; DataValue[54][3] = "6/05/2009"; DataValue[54][4] = "6/05/2009"; DataValue[54][5] = "20/05/2009"; DataValue[54][6] = ""; DataValue[54][7] = "South West / Westcountry"; DataValue[54][8] = ""; DataValue[55] = new Array(MaxColls); DataValue[55][0] = "Preston"; DataValue[55][1] = "SY707833"; DataValue[55][2] = "Relay"; DataValue[55][3] = "6/05/2009"; DataValue[55][4] = "6/05/2009"; DataValue[55][5] = "20/05/2009"; DataValue[55][6] = "Short listed"; DataValue[55][7] = "South West / Westcountry"; DataValue[55][8] = ""; DataValue[56] = new Array(MaxColls); DataValue[56][0] = "Rampisham"; DataValue[56][1] = "ST544008"; DataValue[56][2] = "Relay"; DataValue[56][3] = "6/05/2009"; DataValue[56][4] = "6/05/2009"; DataValue[56][5] = "20/05/2009"; DataValue[56][6] = ""; DataValue[56][7] = "South West / Westcountry"; DataValue[56][8] = ""; DataValue[57] = new Array(MaxColls); DataValue[57][0] = "Stockland Hill"; DataValue[57][1] = "ST222014"; DataValue[57][2] = "Main transmitter"; DataValue[57][3] = "15/11/1998"; DataValue[57][4] = "6/05/2009"; DataValue[57][5] = "20/05/2009"; DataValue[57][6] = ""; DataValue[57][7] = "South West / Westcountry"; DataValue[57][8] = ""; DataValue[58] = new Array(MaxColls); DataValue[58][0] = "Stokeinteignhead"; DataValue[58][1] = "SX909711"; DataValue[58][2] = "Relay"; DataValue[58][3] = "6/05/2009"; DataValue[58][4] = "6/05/2009"; DataValue[58][5] = "20/05/2009"; DataValue[58][6] = ""; DataValue[58][7] = "South West / Westcountry"; DataValue[58][8] = ""; DataValue[59] = new Array(MaxColls); DataValue[59][0] = "Tiverton"; DataValue[59][1] = "SS939126"; DataValue[59][2] = "Relay"; DataValue[59][3] = "6/05/2009"; DataValue[59][4] = "6/05/2009"; DataValue[59][5] = "20/05/2009"; DataValue[59][6] = ""; DataValue[59][7] = "South West / Westcountry"; DataValue[59][8] = ""; DataValue[60] = new Array(MaxColls); DataValue[60][0] = "Weymouth"; DataValue[60][1] = "SY663778"; DataValue[60][2] = "Relay"; DataValue[60][3] = "6/05/2009"; DataValue[60][4] = "6/05/2009"; DataValue[60][5] = "20/05/2009"; DataValue[60][6] = ""; DataValue[60][7] = "South West / Westcountry"; DataValue[60][8] = ""; DataValue[61] = new Array(MaxColls); DataValue[61][0] = "Beary Peark (Isle of Man)"; DataValue[61][1] = "SC295832"; DataValue[61][2] = "Relay"; DataValue[61][3] = "18/06/2009"; DataValue[61][4] = "18/06/2009"; DataValue[61][5] = "16/07/2009"; DataValue[61][6] = ""; DataValue[61][7] = "Noth West / Granada"; DataValue[61][8] = ""; DataValue[62] = new Array(MaxColls); DataValue[62][0] = "Douglas (Isle of Man)"; DataValue[62][1] = "SC373746"; DataValue[62][2] = "Relay"; DataValue[62][3] = "18/06/2009"; DataValue[62][4] = "18/06/2009"; DataValue[62][5] = "16/07/2009"; DataValue[62][6] = ""; DataValue[62][7] = "Noth West / Granada"; DataValue[62][8] = ""; DataValue[63] = new Array(MaxColls); DataValue[63][0] = "Foxdale (Isle of Man)"; DataValue[63][1] = "SC292778"; DataValue[63][2] = "Relay"; DataValue[63][3] = "18/06/2009"; DataValue[63][4] = "18/06/2009"; DataValue[63][5] = "16/07/2009"; DataValue[63][6] = ""; DataValue[63][7] = "Noth West / Granada"; DataValue[63][8] = ""; DataValue[64] = new Array(MaxColls); DataValue[64][0] = "Glenmaye (Isle of Man)"; DataValue[64][1] = "SC232803"; DataValue[64][2] = "Relay"; DataValue[64][3] = "18/06/2009"; DataValue[64][4] = "18/06/2009"; DataValue[64][5] = "16/07/2009"; DataValue[64][6] = ""; DataValue[64][7] = "Noth West / Granada"; DataValue[64][8] = ""; DataValue[65] = new Array(MaxColls); DataValue[65][0] = "Jurby (Isle of Man)"; DataValue[65][1] = "SC365991"; DataValue[65][2] = "Relay"; DataValue[65][3] = "18/06/2009"; DataValue[65][4] = "18/06/2009"; DataValue[65][5] = "16/07/2009"; DataValue[65][6] = ""; DataValue[65][7] = "Noth West / Granada"; DataValue[65][8] = ""; DataValue[66] = new Array(MaxColls); DataValue[66][0] = "Kimmeragh (Isle of Man)"; DataValue[66][1] = "NX450000"; DataValue[66][2] = "Relay"; DataValue[66][3] = "18/06/2009"; DataValue[66][4] = "18/06/2009"; DataValue[66][5] = "16/07/2009"; DataValue[66][6] = ""; DataValue[66][7] = "Noth East / Granada"; DataValue[66][8] = ""; DataValue[67] = new Array(MaxColls); DataValue[67][0] = "Laxey (Isle of Man)"; DataValue[67][1] = "SC437836"; DataValue[67][2] = "Relay"; DataValue[67][3] = "18/06/2009"; DataValue[67][4] = "18/06/2009"; DataValue[67][5] = "16/07/2009"; DataValue[67][6] = ""; DataValue[67][7] = "Noth East / Granada"; DataValue[67][8] = ""; DataValue[68] = new Array(MaxColls); DataValue[68][0] = "Port St Mary (Isle of Man)"; DataValue[68][1] = "SC206678"; DataValue[68][2] = "Relay"; DataValue[68][3] = "18/06/2009"; DataValue[68][4] = "18/06/2009"; DataValue[68][5] = "16/07/2009"; DataValue[68][6] = ""; DataValue[68][7] = "Noth East / Granada"; DataValue[68][8] = ""; DataValue[69] = new Array(MaxColls); DataValue[69][0] = "Ramsey (Isle of Man)"; DataValue[69][1] = "SC453934"; DataValue[69][2] = "Relay"; DataValue[69][3] = "18/06/2009"; DataValue[69][4] = "18/06/2009"; DataValue[69][5] = "16/07/2009"; DataValue[69][6] = ""; DataValue[69][7] = "Noth East / Granada"; DataValue[69][8] = ""; DataValue[70] = new Array(MaxColls); DataValue[70][0] = "Union Mills (Isle of Man)"; DataValue[70][1] = "SC343769"; DataValue[70][2] = "Relay"; DataValue[70][3] = "18/06/2009"; DataValue[70][4] = "18/06/2009"; DataValue[70][5] = "16/07/2009"; DataValue[70][6] = ""; DataValue[70][7] = "Noth West / Granada"; DataValue[70][8] = ""; DataValue[71] = new Array(MaxColls); DataValue[71][0] = "Ainstable"; DataValue[71][1] = "NY539466"; DataValue[71][2] = "Relay"; DataValue[71][3] = "24/06/2009"; DataValue[71][4] = "24/06/2009"; DataValue[71][5] = "22/07/2009"; DataValue[71][6] = ""; DataValue[71][7] = "North East / Border England"; DataValue[71][8] = ""; DataValue[72] = new Array(MaxColls); DataValue[72][0] = "Ballantrae"; DataValue[72][1] = "NX089827"; DataValue[72][2] = "Relay"; DataValue[72][3] = "24/06/2009"; DataValue[72][4] = "24/06/2009"; DataValue[72][5] = "22/07/2009"; DataValue[72][6] = ""; DataValue[72][7] = "Scotland / Border Scotland"; DataValue[72][8] = ""; DataValue[73] = new Array(MaxColls); DataValue[73][0] = "Barskeoch Hill"; DataValue[73][1] = "NX810616"; DataValue[73][2] = "Relay"; DataValue[73][3] = "24/06/2009"; DataValue[73][4] = "24/06/2009"; DataValue[73][5] = "22/07/2009"; DataValue[73][6] = ""; DataValue[73][7] = "Scotland / Border Scotland"; DataValue[73][8] = ""; DataValue[74] = new Array(MaxColls); DataValue[74][0] = "Bassenthwaite"; DataValue[74][1] = "NY206305"; DataValue[74][2] = "Relay"; DataValue[74][3] = "24/06/2009"; DataValue[74][4] = "24/06/2009"; DataValue[74][5] = "22/07/2009"; DataValue[74][6] = ""; DataValue[74][7] = "Scotland / Border Scotland"; DataValue[74][8] = ""; DataValue[75] = new Array(MaxColls); DataValue[75][0] = "Bleach Green VP"; DataValue[75][1] = "NX984197"; DataValue[75][2] = "Relay"; DataValue[75][3] = "24/06/2009"; DataValue[75][4] = "24/06/2009"; DataValue[75][5] = "22/07/2009"; DataValue[75][6] = ""; DataValue[75][7] = "North East / Border England"; DataValue[75][8] = ""; DataValue[76] = new Array(MaxColls); DataValue[76][0] = "Caldbeck"; DataValue[76][1] = "NY299425"; DataValue[76][2] = "Main transmitter"; DataValue[76][3] = "15/11/1998"; DataValue[76][4] = "24/06/2009"; DataValue[76][5] = "22/07/2009"; DataValue[76][6] = "Short listed"; DataValue[76][7] = "North East / Border England"; DataValue[76][8] = ""; DataValue[77] = new Array(MaxColls); DataValue[77][0] = "Cambret Hill"; DataValue[77][1] = "NX524578"; DataValue[77][2] = "Relay"; DataValue[77][3] = "24/06/2009"; DataValue[77][4] = "24/06/2009"; DataValue[77][5] = "22/07/2009"; DataValue[77][6] = ""; DataValue[77][7] = "Scotland / Border Scotland"; DataValue[77][8] = ""; DataValue[78] = new Array(MaxColls); DataValue[78][0] = "Coniston"; DataValue[78][1] = "SD327966"; DataValue[78][2] = "Relay"; DataValue[78][3] = "24/06/2009"; DataValue[78][4] = "24/06/2009"; DataValue[78][5] = "22/07/2009"; DataValue[78][6] = ""; DataValue[78][7] = "North West / Border England"; DataValue[78][8] = ""; DataValue[79] = new Array(MaxColls); DataValue[79][0] = "Creetown"; DataValue[79][1] = "NX432559"; DataValue[79][2] = "Relay"; DataValue[79][3] = "24/06/2009"; DataValue[79][4] = "24/06/2009"; DataValue[79][5] = "22/07/2009"; DataValue[79][6] = ""; DataValue[79][7] = "Scotland / Border Scotland"; DataValue[79][8] = ""; DataValue[80] = new Array(MaxColls); DataValue[80][0] = "Crosby Ravensworth"; DataValue[80][1] = "NY619152"; DataValue[80][2] = "Relay"; DataValue[80][3] = "24/06/2009"; DataValue[80][4] = "24/06/2009"; DataValue[80][5] = "22/07/2009"; DataValue[80][6] = ""; DataValue[80][7] = "North East / Border England"; DataValue[80][8] = ""; DataValue[81] = new Array(MaxColls); DataValue[81][0] = "Crosthwaite"; DataValue[81][1] = "SD437900"; DataValue[81][2] = "Relay"; DataValue[81][3] = "24/06/2009"; DataValue[81][4] = "24/06/2009"; DataValue[81][5] = "22/07/2009"; DataValue[81][6] = ""; DataValue[81][7] = "North West / Border England"; DataValue[81][8] = ""; DataValue[82] = new Array(MaxColls); DataValue[82][0] = "Dentdale"; DataValue[82][1] = "SD727854"; DataValue[82][2] = "Relay"; DataValue[82][3] = "24/06/2009"; DataValue[82][4] = "24/06/2009"; DataValue[82][5] = "22/07/2009"; DataValue[82][6] = ""; DataValue[82][7] = "North East / Border England"; DataValue[82][8] = ""; DataValue[83] = new Array(MaxColls); DataValue[83][0] = "Dumfries South"; DataValue[83][1] = "NX970741"; DataValue[83][2] = "Relay"; DataValue[83][3] = "24/06/2009"; DataValue[83][4] = "24/06/2009"; DataValue[83][5] = "22/07/2009"; DataValue[83][6] = ""; DataValue[83][7] = "Scotland / Border Scotland"; DataValue[83][8] = ""; DataValue[84] = new Array(MaxColls); DataValue[84][0] = "Glencoyne (Glenridding Link)"; DataValue[84][1] = "NY386183"; DataValue[84][2] = "Relay"; DataValue[84][3] = "24/06/2009"; DataValue[84][4] = "24/06/2009"; DataValue[84][5] = "22/07/2009"; DataValue[84][6] = ""; DataValue[84][7] = "North East / Border England"; DataValue[84][8] = ""; DataValue[85] = new Array(MaxColls); DataValue[85][0] = "Glenluce"; DataValue[85][1] = "NX203569"; DataValue[85][2] = "Relay"; DataValue[85][3] = "24/06/2009"; DataValue[85][4] = "24/06/2009"; DataValue[85][5] = "22/07/2009"; DataValue[85][6] = ""; DataValue[85][7] = "Scotland / Border Scotland"; DataValue[85][8] = ""; DataValue[86] = new Array(MaxColls); DataValue[86][0] = "Glenridding"; DataValue[86][1] = "NY395172"; DataValue[86][2] = "Relay"; DataValue[86][3] = "24/06/2009"; DataValue[86][4] = "24/06/2009"; DataValue[86][5] = "22/07/2009"; DataValue[86][6] = ""; DataValue[86][7] = "North East / Border England"; DataValue[86][8] = ""; DataValue[87] = new Array(MaxColls); DataValue[87][0] = "Grasmere"; DataValue[87][1] = "NY339056"; DataValue[87][2] = "Relay"; DataValue[87][3] = "24/06/2009"; DataValue[87][4] = "24/06/2009"; DataValue[87][5] = "22/07/2009"; DataValue[87][6] = ""; DataValue[87][7] = "North West / Border England"; DataValue[87][8] = ""; DataValue[88] = new Array(MaxColls); DataValue[88][0] = "Greystoke"; DataValue[88][1] = "NY450299"; DataValue[88][2] = "Relay"; DataValue[88][3] = "24/06/2009"; DataValue[88][4] = "24/06/2009"; DataValue[88][5] = "22/07/2009"; DataValue[88][6] = ""; DataValue[88][7] = "North East / Border England"; DataValue[88][8] = ""; DataValue[89] = new Array(MaxColls); DataValue[89][0] = "Haltwhistle"; DataValue[89][1] = "NY674628"; DataValue[89][2] = "Relay"; DataValue[89][3] = "24/06/2009"; DataValue[89][4] = "24/06/2009"; DataValue[89][5] = "22/07/2009"; DataValue[89][6] = ""; DataValue[89][7] = "North East / Border England"; DataValue[89][8] = ""; DataValue[90] = new Array(MaxColls); DataValue[90][0] = "Hawkshead"; DataValue[90][1] = "SD342959"; DataValue[90][2] = "Relay"; DataValue[90][3] = "24/06/2009"; DataValue[90][4] = "24/06/2009"; DataValue[90][5] = "22/07/2009"; DataValue[90][6] = ""; DataValue[90][7] = "North West / Border England"; DataValue[90][8] = ""; DataValue[91] = new Array(MaxColls); DataValue[91][0] = "Kendal"; DataValue[91][1] = "SD540912"; DataValue[91][2] = "Relay"; DataValue[91][3] = "24/06/2009"; DataValue[91][4] = "24/06/2009"; DataValue[91][5] = "22/07/2009"; DataValue[91][6] = ""; DataValue[91][7] = "North West / Border England"; DataValue[91][8] = ""; DataValue[92] = new Array(MaxColls); DataValue[92][0] = "Kendal Fell"; DataValue[92][1] = "SD509930"; DataValue[92][2] = "Relay"; DataValue[92][3] = "24/06/2009"; DataValue[92][4] = "24/06/2009"; DataValue[92][5] = "22/07/2009"; DataValue[92][6] = ""; DataValue[92][7] = "North West / Border England"; DataValue[92][8] = ""; DataValue[93] = new Array(MaxColls); DataValue[93][0] = "Keswick"; DataValue[93][1] = "NY278224"; DataValue[93][2] = "Relay"; DataValue[93][3] = "24/06/2009"; DataValue[93][4] = "24/06/2009"; DataValue[93][5] = "22/07/2009"; DataValue[93][6] = ""; DataValue[93][7] = "North East / Border England"; DataValue[93][8] = ""; DataValue[94] = new Array(MaxColls); DataValue[94][0] = "Kirkby Stephen"; DataValue[94][1] = "NY777082"; DataValue[94][2] = "Relay"; DataValue[94][3] = "24/06/2009"; DataValue[94][4] = "24/06/2009"; DataValue[94][5] = "22/07/2009"; DataValue[94][6] = ""; DataValue[94][7] = "North East / Border England"; DataValue[94][8] = ""; DataValue[95] = new Array(MaxColls); DataValue[95][0] = "Kirkcudbright"; DataValue[95][1] = "NX686506"; DataValue[95][2] = "Relay"; DataValue[95][3] = "24/06/2009"; DataValue[95][4] = "24/06/2009"; DataValue[95][5] = "22/07/2009"; DataValue[95][6] = ""; DataValue[95][7] = "Scotland / Border Scotland"; DataValue[95][8] = ""; DataValue[96] = new Array(MaxColls); DataValue[96][0] = "Langholm"; DataValue[96][1] = "NY358830"; DataValue[96][2] = "Relay"; DataValue[96][3] = "24/06/2009"; DataValue[96][4] = "24/06/2009"; DataValue[96][5] = "22/07/2009"; DataValue[96][6] = ""; DataValue[96][7] = "Scotland / Border Scotland"; DataValue[96][8] = ""; DataValue[97] = new Array(MaxColls); DataValue[97][0] = "Lorton"; DataValue[97][1] = "NY155278"; DataValue[97][2] = "Relay"; DataValue[97][3] = "24/06/2009"; DataValue[97][4] = "24/06/2009"; DataValue[97][5] = "22/07/2009"; DataValue[97][6] = ""; DataValue[97][7] = "North East / Border England"; DataValue[97][8] = ""; DataValue[98] = new Array(MaxColls); DataValue[98][0] = "Lowther Valley"; DataValue[98][1] = "NY520199"; DataValue[98][2] = "Relay"; DataValue[98][3] = "24/06/2009"; DataValue[98][4] = "24/06/2009"; DataValue[98][5] = "22/07/2009"; DataValue[98][6] = ""; DataValue[98][7] = "North East / Border England"; DataValue[98][8] = ""; DataValue[99] = new Array(MaxColls); DataValue[99][0] = "Millthrop"; DataValue[99][1] = "SD659926"; DataValue[99][2] = "Relay"; DataValue[99][3] = "24/06/2009"; DataValue[99][4] = "24/06/2009"; DataValue[99][5] = "22/07/2009"; DataValue[99][6] = ""; DataValue[99][7] = "North West / Border England"; DataValue[99][8] = ""; DataValue[100] = new Array(MaxColls); DataValue[100][0] = "Minnigaff"; DataValue[100][1] = "SD659926"; DataValue[100][2] = "Relay"; DataValue[100][3] = "24/06/2009"; DataValue[100][4] = "24/06/2009"; DataValue[100][5] = "22/07/2009"; DataValue[100][6] = ""; DataValue[100][7] = "North West / Border England"; DataValue[100][8] = ""; DataValue[101] = new Array(MaxColls); DataValue[101][0] = "Moffat"; DataValue[101][1] = "NT077050"; DataValue[101][2] = "Relay"; DataValue[101][3] = "24/06/2009"; DataValue[101][4] = "24/06/2009"; DataValue[101][5] = "22/07/2009"; DataValue[101][6] = ""; DataValue[101][7] = "Scotland / Border Scotland"; DataValue[101][8] = ""; DataValue[102] = new Array(MaxColls); DataValue[102][0] = "New Galloway"; DataValue[102][1] = "NX615788"; DataValue[102][2] = "Relay"; DataValue[102][3] = "24/06/2009"; DataValue[102][4] = "24/06/2009"; DataValue[102][5] = "22/07/2009"; DataValue[102][6] = ""; DataValue[102][7] = "Scotland / Border Scotland"; DataValue[102][8] = ""; DataValue[103] = new Array(MaxColls); DataValue[103][0] = "Orton"; DataValue[103][1] = "NY618071"; DataValue[103][2] = "Relay"; DataValue[103][3] = "24/06/2009"; DataValue[103][4] = "24/06/2009"; DataValue[103][5] = "22/07/2009"; DataValue[103][6] = ""; DataValue[103][7] = "North East / Border England"; DataValue[103][8] = ""; DataValue[104] = new Array(MaxColls); DataValue[104][0] = "Pinwherry"; DataValue[104][1] = "NX183876"; DataValue[104][2] = "Relay"; DataValue[104][3] = "24/06/2009"; DataValue[104][4] = "24/06/2009"; DataValue[104][5] = "22/07/2009"; DataValue[104][6] = ""; DataValue[104][7] = "Scotland / Border Scotland"; DataValue[104][8] = ""; DataValue[105] = new Array(MaxColls); DataValue[105][0] = "Pooley Bridge"; DataValue[105][1] = "NY477234"; DataValue[105][2] = "Relay"; DataValue[105][3] = "24/06/2009"; DataValue[105][4] = "24/06/2009"; DataValue[105][5] = "22/07/2009"; DataValue[105][6] = ""; DataValue[105][7] = "North East / Border England"; DataValue[105][8] = ""; DataValue[106] = new Array(MaxColls); DataValue[106][0] = "Portpatrick"; DataValue[106][1] = "NX007545"; DataValue[106][2] = "Relay"; DataValue[106][3] = "24/06/2009"; DataValue[106][4] = "24/06/2009"; DataValue[106][5] = "22/07/2009"; DataValue[106][6] = ""; DataValue[106][7] = "Scotland / Border Scotland"; DataValue[106][8] = ""; DataValue[107] = new Array(MaxColls); DataValue[107][0] = "Ravenstonedale"; DataValue[107][1] = "NY733047"; DataValue[107][2] = "Relay"; DataValue[107][3] = "24/06/2009"; DataValue[107][4] = "24/06/2009"; DataValue[107][5] = "22/07/2009"; DataValue[107][6] = ""; DataValue[107][7] = "North East / Border England"; DataValue[107][8] = ""; DataValue[108] = new Array(MaxColls); DataValue[108][0] = "Sandale"; DataValue[108][1] = "NY266399"; DataValue[108][2] = "Main transmitter for BBC1 and BBC2 only"; DataValue[108][3] = "N/A"; DataValue[108][4] = "N/A"; DataValue[108][5] = "N/A"; DataValue[108][6] = ""; DataValue[108][7] = "North West / Border England"; DataValue[108][8] = "Ending on 22/07/2009"; DataValue[109] = new Array(MaxColls); DataValue[109][0] = "Sedbergh"; DataValue[109][1] = "SD607879"; DataValue[109][2] = "Relay"; DataValue[109][3] = "24/06/2009"; DataValue[109][4] = "24/06/2009"; DataValue[109][5] = "22/07/2009"; DataValue[109][6] = ""; DataValue[109][7] = "North West / Border England"; DataValue[109][8] = ""; DataValue[110] = new Array(MaxColls); DataValue[110][0] = "St Bees"; DataValue[110][1] = "NX967115"; DataValue[110][2] = "Relay"; DataValue[110][3] = "24/06/2009"; DataValue[110][4] = "24/06/2009"; DataValue[110][5] = "22/07/2009"; DataValue[110][6] = ""; DataValue[110][7] = "North East / Border England"; DataValue[110][8] = ""; DataValue[111] = new Array(MaxColls); DataValue[111][0] = "Stranraer"; DataValue[111][1] = "NX111632"; DataValue[111][2] = "Relay"; DataValue[111][3] = "24/06/2009"; DataValue[111][4] = "24/06/2009"; DataValue[111][5] = "22/07/2009"; DataValue[111][6] = ""; DataValue[111][7] = "Scotland / Border Scotland"; DataValue[111][8] = ""; DataValue[112] = new Array(MaxColls); DataValue[112][0] = "Thornhill"; DataValue[112][1] = "NX855891"; DataValue[112][2] = "Relay"; DataValue[112][3] = "24/06/2009"; DataValue[112][4] = "24/06/2009"; DataValue[112][5] = "22/07/2009"; DataValue[112][6] = ""; DataValue[112][7] = "Scotland / Border Scotland"; DataValue[112][8] = ""; DataValue[113] = new Array(MaxColls); DataValue[113][0] = "Threlkeld"; DataValue[113][1] = "NY313256"; DataValue[113][2] = "Relay"; DataValue[113][3] = "24/06/2009"; DataValue[113][4] = "24/06/2009"; DataValue[113][5] = "22/07/2009"; DataValue[113][6] = ""; DataValue[113][7] = "North East / Border England"; DataValue[113][8] = ""; DataValue[114] = new Array(MaxColls); DataValue[114][0] = "Windermere"; DataValue[114][1] = "SD383980"; DataValue[114][2] = "Relay"; DataValue[114][3] = "24/06/2009"; DataValue[114][4] = "24/06/2009"; DataValue[114][5] = "22/07/2009"; DataValue[114][6] = ""; DataValue[114][7] = "North West / Border England"; DataValue[114][8] = ""; DataValue[115] = new Array(MaxColls); DataValue[115][0] = "Workington"; DataValue[115][1] = "NY001277"; DataValue[115][2] = "Relay"; DataValue[115][3] = "24/06/2009"; DataValue[115][4] = "24/06/2009"; DataValue[115][5] = "22/07/2009"; DataValue[115][6] = ""; DataValue[115][7] = "North East / Border England"; DataValue[115][8] = ""; DataValue[116] = new Array(MaxColls); DataValue[116][0] = "Barnstaple"; DataValue[116][1] = "SS575330"; DataValue[116][2] = "Relay"; DataValue[116][3] = "1/07/2009"; DataValue[116][4] = "1/07/2009"; DataValue[116][5] = "29/07/2009"; DataValue[116][6] = "Short listed"; DataValue[116][7] = "South West / Westcountry"; DataValue[116][8] = ""; DataValue[117] = new Array(MaxColls); DataValue[117][0] = "Berrynarbor"; DataValue[117][1] = "SS562468"; DataValue[117][2] = "Relay"; DataValue[117][3] = "1/07/2009"; DataValue[117][4] = "1/07/2009"; DataValue[117][5] = "29/07/2009"; DataValue[117][6] = ""; DataValue[117][7] = "South West / Westcountry"; DataValue[117][8] = ""; DataValue[118] = new Array(MaxColls); DataValue[118][0] = "Braunton"; DataValue[118][1] = "SS494369"; DataValue[118][2] = "Relay"; DataValue[118][3] = "1/07/2009"; DataValue[118][4] = "1/07/2009"; DataValue[118][5] = "29/07/2009"; DataValue[118][6] = ""; DataValue[118][7] = "South West / Westcountry"; DataValue[118][8] = ""; DataValue[119] = new Array(MaxColls); DataValue[119][0] = "Brushford"; DataValue[119][1] = "SS921262"; DataValue[119][2] = "Relay"; DataValue[119][3] = "1/07/2009"; DataValue[119][4] = "1/07/2009"; DataValue[119][5] = "29/07/2009"; DataValue[119][6] = ""; DataValue[119][7] = "South West / Westcountry"; DataValue[119][8] = ""; DataValue[120] = new Array(MaxColls); DataValue[120][0] = "Chagford"; DataValue[120][1] = "SX689890"; DataValue[120][2] = "Relay"; DataValue[120][3] = "1/07/2009"; DataValue[120][4] = "1/07/2009"; DataValue[120][5] = "29/07/2009"; DataValue[120][6] = ""; DataValue[120][7] = "South West / Westcountry"; DataValue[120][8] = ""; DataValue[121] = new Array(MaxColls); DataValue[121][0] = "Chambercombe"; DataValue[121][1] = "SS532475"; DataValue[121][2] = "Relay"; DataValue[121][3] = "1/07/2009"; DataValue[121][4] = "1/07/2009"; DataValue[121][5] = "29/07/2009"; DataValue[121][6] = ""; DataValue[121][7] = "South West / Westcountry"; DataValue[121][8] = ""; DataValue[122] = new Array(MaxColls); DataValue[122][0] = "Combe Martin"; DataValue[122][1] = "SS581461"; DataValue[122][2] = "Relay"; DataValue[122][3] = "1/07/2009"; DataValue[122][4] = "1/07/2009"; DataValue[122][5] = "29/07/2009"; DataValue[122][6] = ""; DataValue[122][7] = "South West / Westcountry"; DataValue[122][8] = ""; DataValue[123] = new Array(MaxColls); DataValue[123][0] = "Great Torrington"; DataValue[123][1] = "SS487182"; DataValue[123][2] = "Relay"; DataValue[123][3] = "1/07/2009"; DataValue[123][4] = "1/07/2009"; DataValue[123][5] = "29/07/2009"; DataValue[123][6] = ""; DataValue[123][7] = "South West / Westcountry"; DataValue[123][8] = ""; DataValue[124] = new Array(MaxColls); DataValue[124][0] = "Hartland"; DataValue[124][1] = "SS253256"; DataValue[124][2] = "Relay"; DataValue[124][3] = "1/07/2009"; DataValue[124][4] = "1/07/2009"; DataValue[124][5] = "29/07/2009"; DataValue[124][6] = ""; DataValue[124][7] = "South West / Westcountry"; DataValue[124][8] = ""; DataValue[125] = new Array(MaxColls); DataValue[125][0] = "Huntshaw Cross"; DataValue[125][1] = "SS527220"; DataValue[125][2] = "Main transmitter"; DataValue[125][3] = "15/11/1998"; DataValue[125][4] = "1/07/2009"; DataValue[125][5] = "29/07/2009"; DataValue[125][6] = "Short listed"; DataValue[125][7] = "South West / Westcountry"; DataValue[125][8] = ""; DataValue[126] = new Array(MaxColls); DataValue[126][0] = "Huntshaw Cross B"; DataValue[126][1] = "SS527221"; DataValue[126][2] = "Relay"; DataValue[126][3] = "N/A"; DataValue[126][4] = "N/A"; DataValue[126][5] = "N/A"; DataValue[126][6] = ""; DataValue[126][7] = "South West / Westcountry"; DataValue[126][8] = "Ending on 29/07/2009"; DataValue[127] = new Array(MaxColls); DataValue[127][0] = "Ilfracombe"; DataValue[127][1] = "SS507465"; DataValue[127][2] = "Relay"; DataValue[127][3] = "1/07/2009"; DataValue[127][4] = "1/07/2009"; DataValue[127][5] = "29/07/2009"; DataValue[127][6] = ""; DataValue[127][7] = "South West / Westcountry"; DataValue[127][8] = ""; DataValue[128] = new Array(MaxColls); DataValue[128][0] = "Muddiford"; DataValue[128][1] = "SS559383"; DataValue[128][2] = "Relay"; DataValue[128][3] = "1/07/2009"; DataValue[128][4] = "1/07/2009"; DataValue[128][5] = "29/07/2009"; DataValue[128][6] = ""; DataValue[128][7] = "South West / Westcountry"; DataValue[128][8] = ""; DataValue[129] = new Array(MaxColls); DataValue[129][0] = "North Bovey"; DataValue[129][1] = "SX741845"; DataValue[129][2] = "Relay"; DataValue[129][3] = "1/07/2009"; DataValue[129][4] = "1/07/2009"; DataValue[129][5] = "29/07/2009"; DataValue[129][6] = ""; DataValue[129][7] = "South West / Westcountry"; DataValue[129][8] = ""; DataValue[130] = new Array(MaxColls); DataValue[130][0] = "Swimbridge"; DataValue[130][1] = "SS622295"; DataValue[130][2] = "Relay"; DataValue[130][3] = "1/07/2009"; DataValue[130][4] = "1/07/2009"; DataValue[130][5] = "29/07/2009"; DataValue[130][6] = ""; DataValue[130][7] = "South West / Westcountry"; DataValue[130][8] = ""; DataValue[131] = new Array(MaxColls); DataValue[131][0] = "Westward Ho"; DataValue[131][1] = "SS438288"; DataValue[131][2] = "Relay"; DataValue[131][3] = "1/07/2009"; DataValue[131][4] = "1/07/2009"; DataValue[131][5] = "29/07/2009"; DataValue[131][6] = ""; DataValue[131][7] = "North East / Border England"; DataValue[131][8] = ""; DataValue[132] = new Array(MaxColls); DataValue[132][0] = "Woolacombe"; DataValue[132][1] = "SS465428"; DataValue[132][2] = "Relay"; DataValue[132][3] = "1/07/2009"; DataValue[132][4] = "1/07/2009"; DataValue[132][5] = "29/07/2009"; DataValue[132][6] = ""; DataValue[132][7] = "North East / Border England"; DataValue[132][8] = ""; DataValue[133] = new Array(MaxColls); DataValue[133][0] = "Alverton"; DataValue[133][1] = "SW457299"; DataValue[133][2] = "Relay"; DataValue[133][3] = "8/07/2009"; DataValue[133][4] = "8/07/2009"; DataValue[133][5] = "5/08/2009"; DataValue[133][6] = ""; DataValue[133][7] = "South West / Westcountry"; DataValue[133][8] = ""; DataValue[134] = new Array(MaxColls); DataValue[134][0] = "Boscastle"; DataValue[134][1] = "SX096911"; DataValue[134][2] = "Relay"; DataValue[134][3] = "8/07/2009"; DataValue[134][4] = "8/07/2009"; DataValue[134][5] = "5/08/2009"; DataValue[134][6] = ""; DataValue[134][7] = "South West / Westcountry"; DataValue[134][8] = ""; DataValue[135] = new Array(MaxColls); DataValue[135][0] = "Bossiney"; DataValue[135][1] = "SX067889"; DataValue[135][2] = "Relay"; DataValue[135][3] = "8/07/2009"; DataValue[135][4] = "8/07/2009"; DataValue[135][5] = "5/08/2009"; DataValue[135][6] = ""; DataValue[135][7] = "South West / Westcountry"; DataValue[135][8] = ""; DataValue[136] = new Array(MaxColls); DataValue[136][0] = "Gulval"; DataValue[136][1] = "SW475315"; DataValue[136][2] = "Relay"; DataValue[136][3] = "8/07/2009"; DataValue[136][4] = "8/07/2009"; DataValue[136][5] = "5/08/2009"; DataValue[136][6] = ""; DataValue[136][7] = "South West / Westcountry"; DataValue[136][8] = ""; DataValue[137] = new Array(MaxColls); DataValue[137][0] = "Helston"; DataValue[137][1] = "SW651275"; DataValue[137][2] = "Relay"; DataValue[137][3] = "8/07/2009"; DataValue[137][4] = "8/07/2009"; DataValue[137][5] = "5/08/2009"; DataValue[137][6] = ""; DataValue[137][7] = "South West / Westcountry"; DataValue[137][8] = ""; DataValue[138] = new Array(MaxColls); DataValue[138][0] = "Isles of Scilly"; DataValue[138][1] = "SV911124"; DataValue[138][2] = "Relay"; DataValue[138][3] = "8/07/2009"; DataValue[138][4] = "8/07/2009"; DataValue[138][5] = "5/08/2009"; DataValue[138][6] = ""; DataValue[138][7] = "South West / Westcountry"; DataValue[138][8] = ""; DataValue[139] = new Array(MaxColls); DataValue[139][0] = "Penryn"; DataValue[139][1] = "SW787334"; DataValue[139][2] = "Relay"; DataValue[139][3] = "8/07/2009"; DataValue[139][4] = "8/07/2009"; DataValue[139][5] = "5/08/2009"; DataValue[139][6] = ""; DataValue[139][7] = "South West / Westcountry"; DataValue[139][8] = ""; DataValue[140] = new Array(MaxColls); DataValue[140][0] = "Perranporth"; DataValue[140][1] = "SW758533"; DataValue[140][2] = "Relay"; DataValue[140][3] = "8/07/2009"; DataValue[140][4] = "8/07/2009"; DataValue[140][5] = "5/08/2009"; DataValue[140][6] = ""; DataValue[140][7] = "South West / Westcountry"; DataValue[140][8] = ""; DataValue[141] = new Array(MaxColls); DataValue[141][0] = "Porthleven"; DataValue[141][1] = "SW626257"; DataValue[141][2] = "Relay"; DataValue[141][3] = "8/07/2009"; DataValue[141][4] = "8/07/2009"; DataValue[141][5] = "5/08/2009"; DataValue[141][6] = ""; DataValue[141][7] = "South West / Westcountry"; DataValue[141][8] = ""; DataValue[142] = new Array(MaxColls); DataValue[142][0] = "Porthtowan"; DataValue[142][1] = "SW694478"; DataValue[142][2] = "Relay"; DataValue[142][3] = "8/07/2009"; DataValue[142][4] = "8/07/2009"; DataValue[142][5] = "5/08/2009"; DataValue[142][6] = ""; DataValue[142][7] = "South West / Westcountry"; DataValue[142][8] = ""; DataValue[143] = new Array(MaxColls); DataValue[143][0] = "Portreath"; DataValue[143][1] = "SW658455"; DataValue[143][2] = "Relay"; DataValue[143][3] = "8/07/2009"; DataValue[143][4] = "8/07/2009"; DataValue[143][5] = "5/08/2009"; DataValue[143][6] = ""; DataValue[143][7] = "South West / Westcountry"; DataValue[143][8] = ""; DataValue[144] = new Array(MaxColls); DataValue[144][0] = "Praa Sands"; DataValue[144][1] = "SW572284"; DataValue[144][2] = "Relay"; DataValue[144][3] = "8/07/2009"; DataValue[144][4] = "8/07/2009"; DataValue[144][5] = "5/08/2009"; DataValue[144][6] = ""; DataValue[144][7] = "South West / Westcountry"; DataValue[144][8] = ""; DataValue[145] = new Array(MaxColls); DataValue[145][0] = "Redruth"; DataValue[145][1] = "SW690395"; DataValue[145][2] = "Main transmitter"; DataValue[145][3] = "15/11/1998"; DataValue[145][4] = "8/07/2009"; DataValue[145][5] = "5/08/2009"; DataValue[145][6] = ""; DataValue[145][7] = "South West / Westcountry"; DataValue[145][8] = ""; DataValue[146] = new Array(MaxColls); DataValue[146][0] = "St Anthony-in-Roseland"; DataValue[146][1] = "SW852318"; DataValue[146][2] = "Relay"; DataValue[146][3] = "8/07/2009"; DataValue[146][4] = "8/07/2009"; DataValue[146][5] = "5/08/2009"; DataValue[146][6] = ""; DataValue[146][7] = "South West / Westcountry"; DataValue[146][8] = ""; DataValue[147] = new Array(MaxColls); DataValue[147][0] = "St Austell"; DataValue[147][1] = "SX008535"; DataValue[147][2] = "Relay"; DataValue[147][3] = "8/07/2009"; DataValue[147][4] = "8/07/2009"; DataValue[147][5] = "5/08/2009"; DataValue[147][6] = ""; DataValue[147][7] = "South West / Westcountry"; DataValue[147][8] = ""; DataValue[148] = new Array(MaxColls); DataValue[148][0] = "St Just"; DataValue[148][1] = "SW382331"; DataValue[148][2] = "Relay"; DataValue[148][3] = "8/07/2009"; DataValue[148][4] = "8/07/2009"; DataValue[148][5] = "5/08/2009"; DataValue[148][6] = ""; DataValue[148][7] = "South West / Westcountry"; DataValue[148][8] = ""; DataValue[149] = new Array(MaxColls); DataValue[149][0] = "Truro"; DataValue[149][1] = "SW835442"; DataValue[149][2] = "Relay"; DataValue[149][3] = "8/07/2009"; DataValue[149][4] = "8/07/2009"; DataValue[149][5] = "5/08/2009"; DataValue[149][6] = ""; DataValue[149][7] = "South West / Westcountry"; DataValue[149][8] = ""; DataValue[150] = new Array(MaxColls); DataValue[150][0] = "Alltwen"; DataValue[150][1] = "SN716039"; DataValue[150][2] = "Relay"; DataValue[150][3] = "12/08/2009"; DataValue[150][4] = "12/08/2009"; DataValue[150][5] = "9/09/2009"; DataValue[150][6] = ""; DataValue[150][7] = "Wales"; DataValue[150][8] = ""; DataValue[151] = new Array(MaxColls); DataValue[151][0] = "Aveton Gifford"; DataValue[151][1] = "SX694474"; DataValue[151][2] = "Relay"; DataValue[151][3] = "12/08/2009"; DataValue[151][4] = "12/08/2009"; DataValue[151][5] = "9/09/2009"; DataValue[151][6] = ""; DataValue[151][7] = "South West / Westcountry"; DataValue[151][8] = ""; DataValue[152] = new Array(MaxColls); DataValue[152][0] = "Briton Ferry"; DataValue[152][1] = "SS747956"; DataValue[152][2] = "Relay"; DataValue[152][3] = "12/08/2009"; DataValue[152][4] = "12/08/2009"; DataValue[152][5] = "9/09/2009"; DataValue[152][6] = ""; DataValue[152][7] = "Wales"; DataValue[152][8] = ""; DataValue[153] = new Array(MaxColls); DataValue[153][0] = "Burry Port"; DataValue[153][1] = "SN449019"; DataValue[153][2] = "Relay"; DataValue[153][3] = "12/08/2009"; DataValue[153][4] = "12/08/2009"; DataValue[153][5] = "9/09/2009"; DataValue[153][6] = ""; DataValue[153][7] = "Wales"; DataValue[153][8] = ""; DataValue[154] = new Array(MaxColls); DataValue[154][0] = "Caradon Hill"; DataValue[154][1] = "SX273707"; DataValue[154][2] = "Main transmitter"; DataValue[154][3] = "15/11/1998"; DataValue[154][4] = "12/08/2009"; DataValue[154][5] = "9/09/2009"; DataValue[154][6] = "Short listed"; DataValue[154][7] = "South West / Westcountry"; DataValue[154][8] = ""; DataValue[155] = new Array(MaxColls); DataValue[155][0] = "Cilfrew"; DataValue[155][1] = "SS775986"; DataValue[155][2] = "Relay"; DataValue[155][3] = "12/08/2009"; DataValue[155][4] = "12/08/2009"; DataValue[155][5] = "9/09/2009"; DataValue[155][6] = ""; DataValue[155][7] = "Wales"; DataValue[155][8] = ""; DataValue[156] = new Array(MaxColls); DataValue[156][0] = "Compton"; DataValue[156][1] = "SX495563"; DataValue[156][2] = "Relay"; DataValue[156][3] = "12/08/2009"; DataValue[156][4] = "12/08/2009"; DataValue[156][5] = "9/09/2009"; DataValue[156][6] = ""; DataValue[156][7] = "South West / Westcountry"; DataValue[156][8] = ""; DataValue[157] = new Array(MaxColls); DataValue[157][0] = "Craig Cefn Parc"; DataValue[157][1] = "SN682020"; DataValue[157][2] = "Relay"; DataValue[157][3] = "12/08/2009"; DataValue[157][4] = "12/08/2009"; DataValue[157][5] = "9/09/2009"; DataValue[157][6] = ""; DataValue[157][7] = "Wales"; DataValue[157][8] = ""; DataValue[158] = new Array(MaxColls); DataValue[158][0] = "Croyde"; DataValue[158][1] = "SS446395"; DataValue[158][2] = "Relay"; DataValue[158][3] = "12/08/2009"; DataValue[158][4] = "12/08/2009"; DataValue[158][5] = "9/09/2009"; DataValue[158][6] = ""; DataValue[158][7] = "South West / Westcountry"; DataValue[158][8] = ""; DataValue[159] = new Array(MaxColls); DataValue[159][0] = "Downderry"; DataValue[159][1] = "SX313542"; DataValue[159][2] = "Relay"; DataValue[159][3] = "12/08/2009"; DataValue[159][4] = "12/08/2009"; DataValue[159][5] = "9/09/2009"; DataValue[159][6] = ""; DataValue[159][7] = "South West / Westcountry"; DataValue[159][8] = ""; DataValue[160] = new Array(MaxColls); DataValue[160][0] = "Efail Fach"; DataValue[160][1] = "SS786958"; DataValue[160][2] = "Relay"; DataValue[160][3] = "12/08/2009"; DataValue[160][4] = "12/08/2009"; DataValue[160][5] = "9/09/2009"; DataValue[160][6] = ""; DataValue[160][7] = "Wales"; DataValue[160][8] = ""; DataValue[161] = new Array(MaxColls); DataValue[161][0] = "Fowey"; DataValue[161][1] = "SX125507"; DataValue[161][2] = "Relay"; DataValue[161][3] = "12/08/2009"; DataValue[161][4] = "12/08/2009"; DataValue[161][5] = "9/09/2009"; DataValue[161][6] = ""; DataValue[161][7] = "South West / Westcountry"; DataValue[161][8] = ""; DataValue[162] = new Array(MaxColls); DataValue[162][0] = "Gunnislake"; DataValue[162][1] = "SX439719"; DataValue[162][2] = "Relay"; DataValue[162][3] = "12/08/2009"; DataValue[162][4] = "12/08/2009"; DataValue[162][5] = "9/09/2009"; DataValue[162][6] = ""; DataValue[162][7] = "South West / Westcountry"; DataValue[162][8] = ""; DataValue[163] = new Array(MaxColls); DataValue[163][0] = "Ivybridge"; DataValue[163][1] = "SX631538"; DataValue[163][2] = "Relay"; DataValue[163][3] = "12/08/2009"; DataValue[163][4] = "12/08/2009"; DataValue[163][5] = "9/09/2009"; DataValue[163][6] = ""; DataValue[163][7] = "South West / Westcountry"; DataValue[163][8] = ""; DataValue[164] = new Array(MaxColls); DataValue[164][0] = "Kilvey Hill"; DataValue[164][1] = "SS672940"; DataValue[164][2] = "Main transmitter"; DataValue[164][3] = "15/11/1998"; DataValue[164][4] = "12/08/2009"; DataValue[164][5] = "9/09/2009"; DataValue[164][6] = "Short listed"; DataValue[164][7] = "Wales"; DataValue[164][8] = ""; DataValue[165] = new Array(MaxColls); DataValue[165][0] = "Kingsbridge"; DataValue[165][1] = "SX721431"; DataValue[165][2] = "Relay"; DataValue[165][3] = "12/08/2009"; DataValue[165][4] = "12/08/2009"; DataValue[165][5] = "9/09/2009"; DataValue[165][6] = ""; DataValue[165][7] = "South West / Westcountry"; DataValue[165][8] = ""; DataValue[166] = new Array(MaxColls); DataValue[166][0] = "Looe"; DataValue[166][1] = "SX252534"; DataValue[166][2] = "Relay"; DataValue[166][3] = "12/08/2009"; DataValue[166][4] = "12/08/2009"; DataValue[166][5] = "9/09/2009"; DataValue[166][6] = ""; DataValue[166][7] = "South West / Westcountry"; DataValue[166][8] = ""; DataValue[167] = new Array(MaxColls); DataValue[167][0] = "Lostwithiel"; DataValue[167][1] = "SX100588"; DataValue[167][2] = "Relay"; DataValue[167][3] = "12/08/2009"; DataValue[167][4] = "12/08/2009"; DataValue[167][5] = "9/09/2009"; DataValue[167][6] = ""; DataValue[167][7] = "South West / Westcountry"; DataValue[167][8] = ""; DataValue[168] = new Array(MaxColls); DataValue[168][0] = "Marystow"; DataValue[168][1] = "SX437829"; DataValue[168][2] = "Relay"; DataValue[168][3] = "12/08/2009"; DataValue[168][4] = "12/08/2009"; DataValue[168][5] = "9/09/2009"; DataValue[168][6] = ""; DataValue[168][7] = "South West / Westcountry"; DataValue[168][8] = ""; DataValue[169] = new Array(MaxColls); DataValue[169][0] = "Mevagissey"; DataValue[169][1] = "SX011445"; DataValue[169][2] = "Relay"; DataValue[169][3] = "12/08/2009"; DataValue[169][4] = "12/08/2009"; DataValue[169][5] = "9/09/2009"; DataValue[169][6] = ""; DataValue[169][7] = "South West / Westcountry"; DataValue[169][8] = ""; DataValue[170] = new Array(MaxColls); DataValue[170][0] = "Modbury"; DataValue[170][1] = "SX660514"; DataValue[170][2] = "Relay"; DataValue[170][3] = "12/08/2009"; DataValue[170][4] = "12/08/2009"; DataValue[170][5] = "9/09/2009"; DataValue[170][6] = ""; DataValue[170][7] = "South West / Westcountry"; DataValue[170][8] = ""; DataValue[171] = new Array(MaxColls); DataValue[171][0] = "Neath Abbey"; DataValue[171][1] = "SS731980"; DataValue[171][2] = "Relay"; DataValue[171][3] = "12/08/2009"; DataValue[171][4] = "12/08/2009"; DataValue[171][5] = "9/09/2009"; DataValue[171][6] = ""; DataValue[171][7] = "South West / Westcountry"; DataValue[171][8] = ""; DataValue[172] = new Array(MaxColls); DataValue[172][0] = "Newton Ferrers"; DataValue[172][1] = "SX545475"; DataValue[172][2] = "Relay"; DataValue[172][3] = "12/08/2009"; DataValue[172][4] = "12/08/2009"; DataValue[172][5] = "9/09/2009"; DataValue[172][6] = ""; DataValue[172][7] = "South West / Westcountry"; DataValue[172][8] = ""; DataValue[173] = new Array(MaxColls); DataValue[173][0] = "North Hessary Tor"; DataValue[173][1] = "SX578742"; DataValue[173][2] = "Relay"; DataValue[173][3] = "12/08/2009"; DataValue[173][4] = "12/08/2009"; DataValue[173][5] = "9/09/2009"; DataValue[173][6] = ""; DataValue[173][7] = "South West / Westcountry"; DataValue[173][8] = ""; DataValue[174] = new Array(MaxColls); DataValue[174][0] = "Okehampton"; DataValue[174][1] = "SX586968"; DataValue[174][2] = "Relay"; DataValue[174][3] = "12/08/2009"; DataValue[174][4] = "12/08/2009"; DataValue[174][5] = "9/09/2009"; DataValue[174][6] = ""; DataValue[174][7] = "South West / Westcountry"; DataValue[174][8] = ""; DataValue[175] = new Array(MaxColls); DataValue[175][0] = "Penaligon Down"; DataValue[175][1] = "SX026683"; DataValue[175][2] = "Relay"; DataValue[175][3] = "12/08/2009"; DataValue[175][4] = "12/08/2009"; DataValue[175][5] = "9/09/2009"; DataValue[175][6] = ""; DataValue[175][7] = "South West / Westcountry"; DataValue[175][8] = ""; DataValue[176] = new Array(MaxColls); DataValue[176][0] = "Plymouth North Rd VP"; DataValue[176][1] = "SX476552"; DataValue[176][2] = "Relay"; DataValue[176][3] = "12/08/2009"; DataValue[176][4] = "12/08/2009"; DataValue[176][5] = "9/09/2009"; DataValue[176][6] = "Short listed"; DataValue[176][7] = "South West / Westcountry"; DataValue[176][8] = ""; DataValue[177] = new Array(MaxColls); DataValue[177][0] = "Plymouth Weston Mill"; DataValue[177][1] = "SX454574"; DataValue[177][2] = "Relay"; DataValue[177][3] = "12/08/2009"; DataValue[177][4] = "12/08/2009"; DataValue[177][5] = "9/09/2009"; DataValue[177][6] = "Short listed"; DataValue[177][7] = "South West / Westcountry"; DataValue[177][8] = ""; DataValue[178] = new Array(MaxColls); DataValue[178][0] = "Plympton"; DataValue[178][1] = "SX531555"; DataValue[178][2] = "Main transmitter"; DataValue[178][3] = "15/11/1998"; DataValue[178][4] = "12/08/2009"; DataValue[178][5] = "9/09/2009"; DataValue[178][6] = "Short listed"; DataValue[178][7] = "South West / Westcountry"; DataValue[178][8] = ""; DataValue[179] = new Array(MaxColls); DataValue[179][0] = "Polperro"; DataValue[179][1] = "SX205508"; DataValue[179][2] = "Relay"; DataValue[179][3] = "12/08/2009"; DataValue[179][4] = "12/08/2009"; DataValue[179][5] = "9/09/2009"; DataValue[179][6] = ""; DataValue[179][7] = "South West / Westcountry"; DataValue[179][8] = ""; DataValue[180] = new Array(MaxColls); DataValue[180][0] = "Pontardawe"; DataValue[180][1] = "SN732037"; DataValue[180][2] = "Relay"; DataValue[180][3] = "12/08/2009"; DataValue[180][4] = "12/08/2009"; DataValue[180][5] = "9/09/2009"; DataValue[180][6] = ""; DataValue[180][7] = "Wales"; DataValue[180][8] = ""; DataValue[181] = new Array(MaxColls); DataValue[181][0] = "Port Isaac"; DataValue[181][1] = "SW998805"; DataValue[181][2] = "Relay"; DataValue[181][3] = "12/08/2009"; DataValue[181][4] = "12/08/2009"; DataValue[181][5] = "9/09/2009"; DataValue[181][6] = ""; DataValue[181][7] = "South West / Westcountry"; DataValue[181][8] = ""; DataValue[182] = new Array(MaxColls); DataValue[182][0] = "Salcombe"; DataValue[182][1] = "SX753398"; DataValue[182][2] = "Relay"; DataValue[182][3] = "12/08/2009"; DataValue[182][4] = "12/08/2009"; DataValue[182][5] = "9/09/2009"; DataValue[182][6] = ""; DataValue[182][7] = "South West / Westcountry"; DataValue[182][8] = ""; DataValue[183] = new Array(MaxColls); DataValue[183][0] = "Slapton"; DataValue[183][1] = "SX816416"; DataValue[183][2] = "Relay"; DataValue[183][3] = "12/08/2009"; DataValue[183][4] = "12/08/2009"; DataValue[183][5] = "9/09/2009"; DataValue[183][6] = ""; DataValue[183][7] = "South West / Westcountry"; DataValue[183][8] = ""; DataValue[184] = new Array(MaxColls); DataValue[184][0] = "Southway"; DataValue[184][1] = "SX478599"; DataValue[184][2] = "Relay"; DataValue[184][3] = "12/08/2009"; DataValue[184][4] = "12/08/2009"; DataValue[184][5] = "9/09/2009"; DataValue[184][6] = ""; DataValue[184][7] = "South West / Westcountry"; DataValue[184][8] = ""; DataValue[185] = new Array(MaxColls); DataValue[185][0] = "St Neot"; DataValue[185][1] = "SX183676"; DataValue[185][2] = "Relay"; DataValue[185][3] = "12/08/2009"; DataValue[185][4] = "12/08/2009"; DataValue[185][5] = "9/09/2009"; DataValue[185][6] = ""; DataValue[185][7] = "South West / Westcountry"; DataValue[185][8] = ""; DataValue[186] = new Array(MaxColls); DataValue[186][0] = "Tavistock"; DataValue[186][1] = "SX485716"; DataValue[186][2] = "Relay"; DataValue[186][3] = "12/08/2009"; DataValue[186][4] = "12/08/2009"; DataValue[186][5] = "9/09/2009"; DataValue[186][6] = ""; DataValue[186][7] = "South West / Westcountry"; DataValue[186][8] = ""; DataValue[187] = new Array(MaxColls); DataValue[187][0] = "Widecombe In The Moor"; DataValue[187][1] = "SX725754"; DataValue[187][2] = "Relay"; DataValue[187][3] = "12/08/2009"; DataValue[187][4] = "12/08/2009"; DataValue[187][5] = "9/09/2009"; DataValue[187][6] = ""; DataValue[187][7] = "South West / Westcountry"; DataValue[187][8] = ""; DataValue[188] = new Array(MaxColls); DataValue[188][0] = "Abergwynfi"; DataValue[188][1] = "SS886971"; DataValue[188][2] = "Relay"; DataValue[188][3] = "19/08/2009"; DataValue[188][4] = "19/08/2009"; DataValue[188][5] = "16/09/2009"; DataValue[188][6] = ""; DataValue[188][7] = "Wales"; DataValue[188][8] = ""; DataValue[189] = new Array(MaxColls); DataValue[189][0] = "Broad Haven"; DataValue[189][1] = "SM861130"; DataValue[189][2] = "Relay"; DataValue[189][3] = "19/08/2009"; DataValue[189][4] = "19/08/2009"; DataValue[189][5] = "16/09/2009"; DataValue[189][6] = ""; DataValue[189][7] = "Wales"; DataValue[189][8] = ""; DataValue[190] = new Array(MaxColls); DataValue[190][0] = "Bronnant"; DataValue[190][1] = "SN664661"; DataValue[190][2] = "Relay"; DataValue[190][3] = "19/08/2009"; DataValue[190][4] = "19/08/2009"; DataValue[190][5] = "16/09/2009"; DataValue[190][6] = ""; DataValue[190][7] = "Wales"; DataValue[190][8] = ""; DataValue[191] = new Array(MaxColls); DataValue[191][0] = "Croeserw VP"; DataValue[191][1] = "SS858952"; DataValue[191][2] = "Relay"; DataValue[191][3] = "19/08/2009"; DataValue[191][4] = "19/08/2009"; DataValue[191][5] = "16/09/2009"; DataValue[191][6] = ""; DataValue[191][7] = "Wales"; DataValue[191][8] = ""; DataValue[192] = new Array(MaxColls); DataValue[192][0] = "Cynwyl Elfed"; DataValue[192][1] = "SN375273"; DataValue[192][2] = "Relay"; DataValue[192][3] = "19/08/2009"; DataValue[192][4] = "19/08/2009"; DataValue[192][5] = "16/09/2009"; DataValue[192][6] = ""; DataValue[192][7] = "Wales"; DataValue[192][8] = ""; DataValue[193] = new Array(MaxColls); DataValue[193][0] = "Dolgellau"; DataValue[193][1] = "SH727185"; DataValue[193][2] = "Relay"; DataValue[193][3] = "19/08/2009"; DataValue[193][4] = "19/08/2009"; DataValue[193][5] = "16/09/2009"; DataValue[193][6] = ""; DataValue[193][7] = "Wales"; DataValue[193][8] = ""; DataValue[194] = new Array(MaxColls); DataValue[194][0] = "Duffryn"; DataValue[194][1] = "SS834956"; DataValue[194][2] = "Relay"; DataValue[194][3] = "19/08/2009"; DataValue[194][4] = "19/08/2009"; DataValue[194][5] = "16/09/2009"; DataValue[194][6] = ""; DataValue[194][7] = "Wales"; DataValue[194][8] = ""; DataValue[195] = new Array(MaxColls); DataValue[195][0] = "Fishguard"; DataValue[195][1] = "SM944391"; DataValue[195][2] = "Relay"; DataValue[195][3] = "19/08/2009"; DataValue[195][4] = "19/08/2009"; DataValue[195][5] = "16/09/2009"; DataValue[195][6] = ""; DataValue[195][7] = "Wales"; DataValue[195][8] = ""; DataValue[196] = new Array(MaxColls); DataValue[196][0] = "Glyncorrwg"; DataValue[196][1] = "SS871989"; DataValue[196][2] = "Relay"; DataValue[196][3] = "19/08/2009"; DataValue[196][4] = "19/08/2009"; DataValue[196][5] = "16/09/2009"; DataValue[196][6] = ""; DataValue[196][7] = "Wales"; DataValue[196][8] = ""; DataValue[197] = new Array(MaxColls); DataValue[197][0] = "Haverfordwest"; DataValue[197][1] = "SN029262"; DataValue[197][2] = "Relay"; DataValue[197][3] = "19/08/2009"; DataValue[197][4] = "19/08/2009"; DataValue[197][5] = "16/09/2009"; DataValue[197][6] = "Short listed"; DataValue[197][7] = "Wales"; DataValue[197][8] = ""; DataValue[198] = new Array(MaxColls); DataValue[198][0] = "Llandyfriog"; DataValue[198][1] = "SN348412"; DataValue[198][2] = "Relay"; DataValue[198][3] = "19/08/2009"; DataValue[198][4] = "19/08/2009"; DataValue[198][5] = "16/09/2009"; DataValue[198][6] = ""; DataValue[198][7] = "Wales"; DataValue[198][8] = ""; DataValue[199] = new Array(MaxColls); DataValue[199][0] = "Llandysul"; DataValue[199][1] = "SN425409"; DataValue[199][2] = "Relay"; DataValue[199][3] = "19/08/2009"; DataValue[199][4] = "19/08/2009"; DataValue[199][5] = "16/09/2009"; DataValue[199][6] = ""; DataValue[199][7] = "Wales"; DataValue[199][8] = ""; DataValue[200] = new Array(MaxColls); DataValue[200][0] = "Llangranog"; DataValue[200][1] = "SN322538"; DataValue[200][2] = "Relay"; DataValue[200][3] = "19/08/2009"; DataValue[200][4] = "19/08/2009"; DataValue[200][5] = "16/09/2009"; DataValue[200][6] = ""; DataValue[200][7] = "Wales"; DataValue[200][8] = ""; DataValue[201] = new Array(MaxColls); DataValue[201][0] = "Llangybi"; DataValue[201][1] = "SN614524"; DataValue[201][2] = "Relay"; DataValue[201][3] = "19/08/2009"; DataValue[201][4] = "19/08/2009"; DataValue[201][5] = "16/09/2009"; DataValue[201][6] = ""; DataValue[201][7] = "Wales"; DataValue[201][8] = ""; DataValue[202] = new Array(MaxColls); DataValue[202][0] = "Llwyn Onn"; DataValue[202][1] = "SH625175"; DataValue[202][2] = "Relay"; DataValue[202][3] = "19/08/2009"; DataValue[202][4] = "19/08/2009"; DataValue[202][5] = "16/09/2009"; DataValue[202][6] = ""; DataValue[202][7] = "Wales"; DataValue[202][8] = ""; DataValue[203] = new Array(MaxColls); DataValue[203][0] = "Mynydd Pencareg"; DataValue[203][1] = "SN577430"; DataValue[203][2] = "Relay"; DataValue[203][3] = "19/08/2009"; DataValue[203][4] = "19/08/2009"; DataValue[203][5] = "16/09/2009"; DataValue[203][6] = ""; DataValue[203][7] = "Wales"; DataValue[203][8] = ""; DataValue[204] = new Array(MaxColls); DataValue[204][0] = "Newport Bay"; DataValue[204][1] = "SN066414"; DataValue[204][2] = "Relay"; DataValue[204][3] = "19/08/2009"; DataValue[204][4] = "19/08/2009"; DataValue[204][5] = "16/09/2009"; DataValue[204][6] = "Short listed"; DataValue[204][7] = "Wales"; DataValue[204][8] = ""; DataValue[205] = new Array(MaxColls); DataValue[205][0] = "Pembroke Dock"; DataValue[205][1] = "SM967028"; DataValue[205][2] = "Relay"; DataValue[205][3] = "19/08/2009"; DataValue[205][4] = "19/08/2009"; DataValue[205][5] = "16/09/2009"; DataValue[205][6] = ""; DataValue[205][7] = "Wales"; DataValue[205][8] = ""; DataValue[206] = new Array(MaxColls); DataValue[206][0] = "Pencader"; DataValue[206][1] = "SN451370"; DataValue[206][2] = "Relay"; DataValue[206][3] = "19/08/2009"; DataValue[206][4] = "19/08/2009"; DataValue[206][5] = "16/09/2009"; DataValue[206][6] = ""; DataValue[206][7] = "Wales"; DataValue[206][8] = ""; DataValue[207] = new Array(MaxColls); DataValue[207][0] = "Preseli"; DataValue[207][1] = "SN172306"; DataValue[207][2] = "Main transmitter"; DataValue[207][3] = "15/11/1998"; DataValue[207][4] = "19/08/2009"; DataValue[207][5] = "16/09/2009"; DataValue[207][6] = "Short listed"; DataValue[207][7] = "Wales"; DataValue[207][8] = ""; DataValue[208] = new Array(MaxColls); DataValue[208][0] = "Rheola"; DataValue[208][1] = "SN841061"; DataValue[208][2] = "Relay"; DataValue[208][3] = "19/08/2009"; DataValue[208][4] = "19/08/2009"; DataValue[208][5] = "16/09/2009"; DataValue[208][6] = ""; DataValue[208][7] = "Wales"; DataValue[208][8] = ""; DataValue[209] = new Array(MaxColls); DataValue[209][0] = "St Davids"; DataValue[209][1] = "SM751254"; DataValue[209][2] = "Relay"; DataValue[209][3] = "19/08/2009"; DataValue[209][4] = "19/08/2009"; DataValue[209][5] = "16/09/2009"; DataValue[209][6] = ""; DataValue[209][7] = "Wales"; DataValue[209][8] = ""; DataValue[210] = new Array(MaxColls); DataValue[210][0] = "St Dogmaels"; DataValue[210][1] = "SN165452"; DataValue[210][2] = "Relay"; DataValue[210][3] = "19/08/2009"; DataValue[210][4] = "19/08/2009"; DataValue[210][5] = "16/09/2009"; DataValue[210][6] = ""; DataValue[210][7] = "Wales"; DataValue[210][8] = ""; DataValue[211] = new Array(MaxColls); DataValue[211][0] = "Trefin"; DataValue[211][1] = "SM848310"; DataValue[211][2] = "Relay"; DataValue[211][3] = "19/08/2009"; DataValue[211][4] = "19/08/2009"; DataValue[211][5] = "16/09/2009"; DataValue[211][6] = ""; DataValue[211][7] = "Wales"; DataValue[211][8] = ""; DataValue[212] = new Array(MaxColls); DataValue[212][0] = "Tregaron"; DataValue[212][1] = "SN686605"; DataValue[212][2] = "Relay"; DataValue[212][3] = "19/08/2009"; DataValue[212][4] = "19/08/2009"; DataValue[212][5] = "16/09/2009"; DataValue[212][6] = ""; DataValue[212][7] = "Wales"; DataValue[212][8] = ""; DataValue[213] = new Array(MaxColls); DataValue[213][0] = "Ystumtuen"; DataValue[213][1] = "SN740795"; DataValue[213][2] = "Relay"; DataValue[213][3] = "19/08/2009"; DataValue[213][4] = "19/08/2009"; DataValue[213][5] = "16/09/2009"; DataValue[213][6] = ""; DataValue[213][7] = "Wales"; DataValue[213][8] = ""; DataValue[214] = new Array(MaxColls); DataValue[214][0] = "Abercraf"; DataValue[214][1] = "SN851123"; DataValue[214][2] = "Relay"; DataValue[214][3] = "26/08/2009"; DataValue[214][4] = "26/08/2009"; DataValue[214][5] = "23/09/2009"; DataValue[214][6] = ""; DataValue[214][7] = "Wales"; DataValue[214][8] = ""; DataValue[215] = new Array(MaxColls); DataValue[215][0] = "Brechfa"; DataValue[215][1] = "SN504289"; DataValue[215][2] = "Relay"; DataValue[215][3] = "26/08/2009"; DataValue[215][4] = "26/08/2009"; DataValue[215][5] = "23/09/2009"; DataValue[215][6] = ""; DataValue[215][7] = "Wales"; DataValue[215][8] = ""; DataValue[216] = new Array(MaxColls); DataValue[216][0] = "Bronwydd Arms"; DataValue[216][1] = "SN414237"; DataValue[216][2] = "Relay"; DataValue[216][3] = "26/08/2009"; DataValue[216][4] = "26/08/2009"; DataValue[216][5] = "23/09/2009"; DataValue[216][6] = ""; DataValue[216][7] = "Wales"; DataValue[216][8] = ""; DataValue[217] = new Array(MaxColls); DataValue[217][0] = "Builth Wells"; DataValue[217][1] = "SO036528"; DataValue[217][2] = "Relay"; DataValue[217][3] = "26/08/2009"; DataValue[217][4] = "26/08/2009"; DataValue[217][5] = "23/09/2009"; DataValue[217][6] = ""; DataValue[217][7] = "Wales"; DataValue[217][8] = ""; DataValue[218] = new Array(MaxColls); DataValue[218][0] = "Carmel"; DataValue[218][1] = "SN576153"; DataValue[218][2] = "Main transmitter"; DataValue[218][3] = "15/11/1998"; DataValue[218][4] = "26/08/2009"; DataValue[218][5] = "23/09/2009"; DataValue[218][6] = "Short listed"; DataValue[218][7] = "Wales"; DataValue[218][8] = ""; DataValue[219] = new Array(MaxColls); DataValue[219][0] = "Cilycwm"; DataValue[219][1] = "SN777406"; DataValue[219][2] = "Relay"; DataValue[219][3] = "26/08/2009"; DataValue[219][4] = "26/08/2009"; DataValue[219][5] = "23/09/2009"; DataValue[219][6] = ""; DataValue[219][7] = "Wales"; DataValue[219][8] = ""; DataValue[220] = new Array(MaxColls); DataValue[220][0] = "Cwm Twrch"; DataValue[220][1] = "SN760106"; DataValue[220][2] = "Relay"; DataValue[220][3] = "26/08/2009"; DataValue[220][4] = "26/08/2009"; DataValue[220][5] = "23/09/2009"; DataValue[220][6] = ""; DataValue[220][7] = "Wales"; DataValue[220][8] = ""; DataValue[221] = new Array(MaxColls); DataValue[221][0] = "Cwmgors"; DataValue[221][1] = "SN705123"; DataValue[221][2] = "Relay"; DataValue[221][3] = "26/08/2009"; DataValue[221][4] = "26/08/2009"; DataValue[221][5] = "23/09/2009"; DataValue[221][6] = ""; DataValue[221][7] = "Wales"; DataValue[221][8] = ""; DataValue[222] = new Array(MaxColls); DataValue[222][0] = "Erwood"; DataValue[222][1] = "SO089428"; DataValue[222][2] = "Relay"; DataValue[222][3] = "26/08/2009"; DataValue[222][4] = "26/08/2009"; DataValue[222][5] = "23/09/2009"; DataValue[222][6] = ""; DataValue[222][7] = "Wales"; DataValue[222][8] = ""; DataValue[223] = new Array(MaxColls); DataValue[223][0] = "Greenhill"; DataValue[223][1] = "SM924015"; DataValue[223][2] = "Relay"; DataValue[223][3] = "26/08/2009"; DataValue[223][4] = "26/08/2009"; DataValue[223][5] = "23/09/2009"; DataValue[223][6] = ""; DataValue[223][7] = "Wales"; DataValue[223][8] = ""; DataValue[224] = new Array(MaxColls); DataValue[224][0] = "Llandrindod Wells"; DataValue[224][1] = "SO018635"; DataValue[224][2] = "Relay"; DataValue[224][3] = "26/08/2009"; DataValue[224][4] = "26/08/2009"; DataValue[224][5] = "23/09/2009"; DataValue[224][6] = ""; DataValue[224][7] = "Wales"; DataValue[224][8] = ""; DataValue[225] = new Array(MaxColls); DataValue[225][0] = "Llanelli"; DataValue[225][1] = "SN510023"; DataValue[225][2] = "Relay"; DataValue[225][3] = "26/08/2009"; DataValue[225][4] = "26/08/2009"; DataValue[225][5] = "23/09/2009"; DataValue[225][6] = "Short listed"; DataValue[225][7] = "Wales"; DataValue[225][8] = ""; DataValue[226] = new Array(MaxColls); DataValue[226][0] = "Llansawel"; DataValue[226][1] = "SN618368"; DataValue[226][2] = "Relay"; DataValue[226][3] = "26/08/2009"; DataValue[226][4] = "26/08/2009"; DataValue[226][5] = "23/09/2009"; DataValue[226][6] = ""; DataValue[226][7] = "Wales"; DataValue[226][8] = ""; DataValue[227] = new Array(MaxColls); DataValue[227][0] = "Llanwrtyd Wells"; DataValue[227][1] = "SN899454"; DataValue[227][2] = "Relay"; DataValue[227][3] = "26/08/2009"; DataValue[227][4] = "26/08/2009"; DataValue[227][5] = "23/09/2009"; DataValue[227][6] = ""; DataValue[227][7] = "Wales"; DataValue[227][8] = ""; DataValue[228] = new Array(MaxColls); DataValue[228][0] = "Mynydd Emroch"; DataValue[228][1] = "SS775901"; DataValue[228][2] = "Relay"; DataValue[228][3] = "26/08/2009"; DataValue[228][4] = "26/08/2009"; DataValue[228][5] = "23/09/2009"; DataValue[228][6] = ""; DataValue[228][7] = "Wales"; DataValue[228][8] = ""; DataValue[229] = new Array(MaxColls); DataValue[229][0] = "Penderyn"; DataValue[229][1] = "SN956087"; DataValue[229][2] = "Relay"; DataValue[229][3] = "26/08/2009"; DataValue[229][4] = "26/08/2009"; DataValue[229][5] = "23/09/2009"; DataValue[229][6] = ""; DataValue[229][7] = "Wales"; DataValue[229][8] = ""; DataValue[230] = new Array(MaxColls); DataValue[230][0] = "Rhayader"; DataValue[230][1] = "SN985701"; DataValue[230][2] = "Relay"; DataValue[230][3] = "26/08/2009"; DataValue[230][4] = "26/08/2009"; DataValue[230][5] = "23/09/2009"; DataValue[230][6] = ""; DataValue[230][7] = "Wales"; DataValue[230][8] = ""; DataValue[231] = new Array(MaxColls); DataValue[231][0] = "Talley"; DataValue[231][1] = "SN639332"; DataValue[231][2] = "Relay"; DataValue[231][3] = "26/08/2009"; DataValue[231][4] = "26/08/2009"; DataValue[231][5] = "23/09/2009"; DataValue[231][6] = ""; DataValue[231][7] = "Wales"; DataValue[231][8] = ""; DataValue[232] = new Array(MaxColls); DataValue[232][0] = "Tenby"; DataValue[232][1] = "SS109994"; DataValue[232][2] = "Relay"; DataValue[232][3] = "26/08/2009"; DataValue[232][4] = "26/08/2009"; DataValue[232][5] = "23/09/2009"; DataValue[232][6] = ""; DataValue[232][7] = "Wales"; DataValue[232][8] = ""; DataValue[233] = new Array(MaxColls); DataValue[233][0] = "Ystalyfera"; DataValue[233][1] = "SN779078"; DataValue[233][2] = "Relay"; DataValue[233][3] = "26/08/2009"; DataValue[233][4] = "26/08/2009"; DataValue[233][5] = "23/09/2009"; DataValue[233][6] = ""; DataValue[233][7] = "Wales"; DataValue[233][8] = ""; DataValue[234] = new Array(MaxColls); DataValue[234][0] = "Amlwch"; DataValue[234][1] = "SH436920"; DataValue[234][2] = "Relay"; DataValue[234][3] = "21/10/2009"; DataValue[234][4] = "21/10/2009"; DataValue[234][5] = "18/11/2009"; DataValue[234][6] = ""; DataValue[234][7] = "Wales"; DataValue[234][8] = ""; DataValue[235] = new Array(MaxColls); DataValue[235][0] = "Arfon"; DataValue[235][1] = "SH476493"; DataValue[235][2] = "Relay"; DataValue[235][3] = "21/10/2009"; DataValue[235][4] = "21/10/2009"; DataValue[235][5] = "18/11/2009"; DataValue[235][6] = ""; DataValue[235][7] = "Wales"; DataValue[235][8] = ""; DataValue[236] = new Array(MaxColls); DataValue[236][0] = "Bethesda"; DataValue[236][1] = "SH613663"; DataValue[236][2] = "Relay"; DataValue[236][3] = "21/10/2009"; DataValue[236][4] = "21/10/2009"; DataValue[236][5] = "18/11/2009"; DataValue[236][6] = ""; DataValue[236][7] = "Wales"; DataValue[236][8] = ""; DataValue[237] = new Array(MaxColls); DataValue[237][0] = "Bethesda North"; DataValue[237][1] = "SH627672"; DataValue[237][2] = "Relay"; DataValue[237][3] = "21/10/2009"; DataValue[237][4] = "21/10/2009"; DataValue[237][5] = "18/11/2009"; DataValue[237][6] = ""; DataValue[237][7] = "Wales"; DataValue[237][8] = ""; DataValue[238] = new Array(MaxColls); DataValue[238][0] = "Betws-y-Coed"; DataValue[238][1] = "SH825582"; DataValue[238][2] = "Relay"; DataValue[238][3] = "21/10/2009"; DataValue[238][4] = "21/10/2009"; DataValue[238][5] = "18/11/2009"; DataValue[238][6] = ""; DataValue[238][7] = "Wales"; DataValue[238][8] = ""; DataValue[239] = new Array(MaxColls); DataValue[239][0] = "Caergybi"; DataValue[239][1] = "SH247817"; DataValue[239][2] = "Relay"; DataValue[239][3] = "21/10/2009"; DataValue[239][4] = "21/10/2009"; DataValue[239][5] = "18/11/2009"; DataValue[239][6] = ""; DataValue[239][7] = "Wales"; DataValue[239][8] = ""; DataValue[240] = new Array(MaxColls); DataValue[240][0] = "Caernarfon"; DataValue[240][1] = "SH486629"; DataValue[240][2] = "Relay"; DataValue[240][3] = "21/10/2009"; DataValue[240][4] = "21/10/2009"; DataValue[240][5] = "18/11/2009"; DataValue[240][6] = ""; DataValue[240][7] = "Wales"; DataValue[240][8] = ""; DataValue[241] = new Array(MaxColls); DataValue[241][0] = "Cemaes"; DataValue[241][1] = "SH373926"; DataValue[241][2] = "Relay"; DataValue[241][3] = "21/10/2009"; DataValue[241][4] = "21/10/2009"; DataValue[241][5] = "18/11/2009"; DataValue[241][6] = ""; DataValue[241][7] = "Wales"; DataValue[241][8] = ""; DataValue[242] = new Array(MaxColls); DataValue[242][0] = "Coed Derw"; DataValue[242][1] = "SH794572"; DataValue[242][2] = "Relay"; DataValue[242][3] = "21/10/2009"; DataValue[242][4] = "21/10/2009"; DataValue[242][5] = "18/11/2009"; DataValue[242][6] = ""; DataValue[242][7] = "Wales"; DataValue[242][8] = ""; DataValue[243] = new Array(MaxColls); DataValue[243][0] = "Conway"; DataValue[243][1] = "SH781765"; DataValue[243][2] = "Relay"; DataValue[243][3] = "21/10/2009"; DataValue[243][4] = "21/10/2009"; DataValue[243][5] = "18/11/2009"; DataValue[243][6] = ""; DataValue[243][7] = "Wales"; DataValue[243][8] = ""; DataValue[244] = new Array(MaxColls); DataValue[244][0] = "Deiniolen"; DataValue[244][1] = "SH576621"; DataValue[244][2] = "Relay"; DataValue[244][3] = "21/10/2009"; DataValue[244][4] = "21/10/2009"; DataValue[244][5] = "18/11/2009"; DataValue[244][6] = ""; DataValue[244][7] = "Wales"; DataValue[244][8] = ""; DataValue[245] = new Array(MaxColls); DataValue[245][0] = "Dolwyddelan"; DataValue[245][1] = "SH740528"; DataValue[245][2] = "Relay"; DataValue[245][3] = "21/10/2009"; DataValue[245][4] = "21/10/2009"; DataValue[245][5] = "18/11/2009"; DataValue[245][6] = ""; DataValue[245][7] = "Wales"; DataValue[245][8] = ""; DataValue[246] = new Array(MaxColls); DataValue[246][0] = "Ffestiniog"; DataValue[246][1] = "SH709391"; DataValue[246][2] = "Relay"; DataValue[246][3] = "21/10/2009"; DataValue[246][4] = "21/10/2009"; DataValue[246][5] = "18/11/2009"; DataValue[246][6] = ""; DataValue[246][7] = "Wales"; DataValue[246][8] = ""; DataValue[247] = new Array(MaxColls); DataValue[247][0] = "Gronant"; DataValue[247][1] = "SJ089833"; DataValue[247][2] = "Relay"; DataValue[247][3] = "21/10/2009"; DataValue[247][4] = "21/10/2009"; DataValue[247][5] = "18/11/2009"; DataValue[247][6] = ""; DataValue[247][7] = "Wales"; DataValue[247][8] = ""; DataValue[248] = new Array(MaxColls); DataValue[248][0] = "Llanddona"; DataValue[248][1] = "SH583810"; DataValue[248][2] = "Main transmitter"; DataValue[248][3] = "15/11/1998"; DataValue[248][4] = "21/10/2009"; DataValue[248][5] = "18/11/2009"; DataValue[248][6] = "Short listed"; DataValue[248][7] = "Wales"; DataValue[248][8] = ""; DataValue[249] = new Array(MaxColls); DataValue[249][0] = "Llandecwyn"; DataValue[249][1] = "SH644371"; DataValue[249][2] = "Relay"; DataValue[249][3] = "21/10/2009"; DataValue[249][4] = "21/10/2009"; DataValue[249][5] = "18/11/2009"; DataValue[249][6] = ""; DataValue[249][7] = "Wales"; DataValue[249][8] = ""; DataValue[250] = new Array(MaxColls); DataValue[250][0] = "Llanengan"; DataValue[250][1] = "SH283278"; DataValue[250][2] = "Relay"; DataValue[250][3] = "21/10/2009"; DataValue[250][4] = "21/10/2009"; DataValue[250][5] = "18/11/2009"; DataValue[250][6] = ""; DataValue[250][7] = "Wales"; DataValue[250][8] = ""; DataValue[251] = new Array(MaxColls); DataValue[251][0] = "Maentwrog"; DataValue[251][1] = "SH656406"; DataValue[251][2] = "Relay"; DataValue[251][3] = "21/10/2009"; DataValue[251][4] = "21/10/2009"; DataValue[251][5] = "18/11/2009"; DataValue[251][6] = ""; DataValue[251][7] = "Wales"; DataValue[251][8] = ""; DataValue[252] = new Array(MaxColls); DataValue[252][0] = "Mochdre"; DataValue[252][1] = "SH829786"; DataValue[252][2] = "Relay"; DataValue[252][3] = "21/10/2009"; DataValue[252][4] = "21/10/2009"; DataValue[252][5] = "18/11/2009"; DataValue[252][6] = ""; DataValue[252][7] = "Wales"; DataValue[252][8] = ""; DataValue[253] = new Array(MaxColls); DataValue[253][0] = "Morfa Nefyn"; DataValue[253][1] = "SH285358"; DataValue[253][2] = "Relay"; DataValue[253][3] = "21/10/2009"; DataValue[253][4] = "21/10/2009"; DataValue[253][5] = "18/11/2009"; DataValue[253][6] = ""; DataValue[253][7] = "Wales"; DataValue[253][8] = ""; DataValue[254] = new Array(MaxColls); DataValue[254][0] = "Penmaen Rhos"; DataValue[254][1] = "SH877779"; DataValue[254][2] = "Relay"; DataValue[254][3] = "21/10/2009"; DataValue[254][4] = "21/10/2009"; DataValue[254][5] = "18/11/2009"; DataValue[254][6] = ""; DataValue[254][7] = "Wales"; DataValue[254][8] = ""; DataValue[255] = new Array(MaxColls); DataValue[255][0] = "Prestatyn"; DataValue[255][1] = "SJ073822"; DataValue[255][2] = "Relay"; DataValue[255][3] = "21/10/2009"; DataValue[255][4] = "21/10/2009"; DataValue[255][5] = "18/11/2009"; DataValue[255][6] = ""; DataValue[255][7] = "Wales"; DataValue[255][8] = ""; DataValue[256] = new Array(MaxColls); DataValue[256][0] = "Trefor B"; DataValue[256][1] = "SH376455"; DataValue[256][2] = "Relay"; DataValue[256][3] = "21/10/2009"; DataValue[256][4] = "21/10/2009"; DataValue[256][5] = "18/11/2009"; DataValue[256][6] = ""; DataValue[256][7] = "Wales"; DataValue[256][8] = ""; DataValue[257] = new Array(MaxColls); DataValue[257][0] = "Waunfawr"; DataValue[257][1] = "SH529600"; DataValue[257][2] = "Relay"; DataValue[257][3] = "21/10/2009"; DataValue[257][4] = "21/10/2009"; DataValue[257][5] = "18/11/2009"; DataValue[257][6] = ""; DataValue[257][7] = "Wales"; DataValue[257][8] = ""; DataValue[258] = new Array(MaxColls); DataValue[258][0] = "Bagillt"; DataValue[258][1] = "SJ212735"; DataValue[258][2] = "Relay"; DataValue[258][3] = "N/A"; DataValue[258][4] = "N/A"; DataValue[258][5] = "N/A"; DataValue[258][6] = ""; DataValue[258][7] = "Wales"; DataValue[258][8] = "Ending on 25/11/2009"; DataValue[259] = new Array(MaxColls); DataValue[259][0] = "Bala"; DataValue[259][1] = "SH969375"; DataValue[259][2] = "Relay"; DataValue[259][3] = "28/09/2009"; DataValue[259][4] = "28/09/2009"; DataValue[259][5] = "25/11/2009"; DataValue[259][6] = ""; DataValue[259][7] = "Wales"; DataValue[259][8] = ""; DataValue[260] = new Array(MaxColls); DataValue[260][0] = "Betws-yn-Rhos"; DataValue[260][1] = "SH899756"; DataValue[260][2] = "Relay"; DataValue[260][3] = "28/09/2009"; DataValue[260][4] = "28/09/2009"; DataValue[260][5] = "25/11/2009"; DataValue[260][6] = ""; DataValue[260][7] = "Wales"; DataValue[260][8] = ""; DataValue[261] = new Array(MaxColls); DataValue[261][0] = "Cefn Mawr A"; DataValue[261][1] = "SJ267409"; DataValue[261][2] = "Relay"; DataValue[261][3] = "28/09/2009"; DataValue[261][4] = "28/09/2009"; DataValue[261][5] = "25/11/2009"; DataValue[261][6] = ""; DataValue[261][7] = "Wales"; DataValue[261][8] = ""; DataValue[262] = new Array(MaxColls); DataValue[262][0] = "Cerrigydrudion"; DataValue[262][1] = "SH933482"; DataValue[262][2] = "Relay"; DataValue[262][3] = "28/09/2009"; DataValue[262][4] = "28/09/2009"; DataValue[262][5] = "25/11/2009"; DataValue[262][6] = ""; DataValue[262][7] = "Wales"; DataValue[262][8] = ""; DataValue[263] = new Array(MaxColls); DataValue[263][0] = "Corwen"; DataValue[263][1] = "SJ080431"; DataValue[263][2] = "Relay"; DataValue[263][3] = "28/09/2009"; DataValue[263][4] = "28/09/2009"; DataValue[263][5] = "25/11/2009"; DataValue[263][6] = ""; DataValue[263][7] = "Wales"; DataValue[263][8] = ""; DataValue[264] = new Array(MaxColls); DataValue[264][0] = "Cyffylliog"; DataValue[264][1] = "SJ063580"; DataValue[264][2] = "Relay"; DataValue[264][3] = "28/09/2009"; DataValue[264][4] = "28/09/2009"; DataValue[264][5] = "25/11/2009"; DataValue[264][6] = ""; DataValue[264][7] = "Wales"; DataValue[264][8] = ""; DataValue[265] = new Array(MaxColls); DataValue[265][0] = "Flint"; DataValue[265][1] = "SJ243732"; DataValue[265][2] = "Relay"; DataValue[265][3] = "N/A"; DataValue[265][4] = "N/A"; DataValue[265][5] = "N/A"; DataValue[265][6] = ""; DataValue[265][7] = "Wales"; DataValue[265][8] = "Ending on 25/11/2009"; DataValue[266] = new Array(MaxColls); DataValue[266][0] = "Glyn Ceiriog"; DataValue[266][1] = "SJ203386"; DataValue[266][2] = "Relay"; DataValue[266][3] = "28/09/2009"; DataValue[266][4] = "28/09/2009"; DataValue[266][5] = "25/11/2009"; DataValue[266][6] = ""; DataValue[266][7] = "Wales"; DataValue[266][8] = ""; DataValue[267] = new Array(MaxColls); DataValue[267][0] = "Glyndyfrdwy"; DataValue[267][1] = "SJ158429"; DataValue[267][2] = "Relay"; DataValue[267][3] = "28/09/2009"; DataValue[267][4] = "28/09/2009"; DataValue[267][5] = "25/11/2009"; DataValue[267][6] = ""; DataValue[267][7] = "Wales"; DataValue[267][8] = ""; DataValue[268] = new Array(MaxColls); DataValue[268][0] = "Holywell"; DataValue[268][1] = "SJ181771"; DataValue[268][2] = "Relay"; DataValue[268][3] = "N/A"; DataValue[268][4] = "N/A"; DataValue[268][5] = "N/A"; DataValue[268][6] = ""; DataValue[268][7] = "Wales"; DataValue[268][8] = "Ending on 25/11/2009"; DataValue[269] = new Array(MaxColls); DataValue[269][0] = "Llanarmon-yn-Ial"; DataValue[269][1] = "SJ194582"; DataValue[269][2] = "Relay"; DataValue[269][3] = "28/09/2009"; DataValue[269][4] = "28/09/2009"; DataValue[269][5] = "25/11/2009"; DataValue[269][6] = ""; DataValue[269][7] = "Wales"; DataValue[269][8] = ""; DataValue[270] = new Array(MaxColls); DataValue[270][0] = "Llandderfel"; DataValue[270][1] = "SH990359"; DataValue[270][2] = "Relay"; DataValue[270][3] = "28/09/2009"; DataValue[270][4] = "28/09/2009"; DataValue[270][5] = "25/11/2009"; DataValue[270][6] = ""; DataValue[270][7] = "Wales"; DataValue[270][8] = ""; DataValue[271] = new Array(MaxColls); DataValue[271][0] = "Llanddulas"; DataValue[271][1] = "SH910784"; DataValue[271][2] = "Relay"; DataValue[271][3] = "28/09/2009"; DataValue[271][4] = "28/09/2009"; DataValue[271][5] = "25/11/2009"; DataValue[271][6] = ""; DataValue[271][7] = "Wales"; DataValue[271][8] = ""; DataValue[272] = new Array(MaxColls); DataValue[272][0] = "Llangernyw"; DataValue[272][1] = "SH881660"; DataValue[272][2] = "Relay"; DataValue[272][3] = "28/09/2009"; DataValue[272][4] = "28/09/2009"; DataValue[272][5] = "25/11/2009"; DataValue[272][6] = ""; DataValue[272][7] = "Wales"; DataValue[272][8] = ""; DataValue[273] = new Array(MaxColls); DataValue[273][0] = "Llangollen"; DataValue[273][1] = "SJ204421"; DataValue[273][2] = "Relay"; DataValue[273][3] = "28/09/2009"; DataValue[273][4] = "28/09/2009"; DataValue[273][5] = "25/11/2009"; DataValue[273][6] = ""; DataValue[273][7] = "Wales"; DataValue[273][8] = ""; DataValue[274] = new Array(MaxColls); DataValue[274][0] = "Llanuwchllyn"; DataValue[274][1] = "SH873326"; DataValue[274][2] = "Relay"; DataValue[274][3] = "28/09/2009"; DataValue[274][4] = "28/09/2009"; DataValue[274][5] = "25/11/2009"; DataValue[274][6] = ""; DataValue[274][7] = "Wales"; DataValue[274][8] = ""; DataValue[275] = new Array(MaxColls); DataValue[275][0] = "Moel-Y-Parc"; DataValue[275][1] = "SJ123701"; DataValue[275][2] = "Main transmitter"; DataValue[275][3] = "15/11/1998"; DataValue[275][4] = "28/09/2009"; DataValue[275][5] = "25/11/2009"; DataValue[275][6] = "Short listed"; DataValue[275][7] = "Wales"; DataValue[275][8] = ""; DataValue[276] = new Array(MaxColls); DataValue[276][0] = "Pen-y-Banc"; DataValue[276][1] = "SJ077497"; DataValue[276][2] = "Relay"; DataValue[276][3] = "28/09/2009"; DataValue[276][4] = "28/09/2009"; DataValue[276][5] = "25/11/2009"; DataValue[276][6] = ""; DataValue[276][7] = "Wales"; DataValue[276][8] = ""; DataValue[277] = new Array(MaxColls); DataValue[277][0] = "Pontfadog"; DataValue[277][1] = "SJ219356"; DataValue[277][2] = "Relay"; DataValue[277][3] = "28/09/2009"; DataValue[277][4] = "28/09/2009"; DataValue[277][5] = "25/11/2009"; DataValue[277][6] = ""; DataValue[277][7] = "Wales"; DataValue[277][8] = ""; DataValue[278] = new Array(MaxColls); DataValue[278][0] = "Pwll-glas"; DataValue[278][1] = "SJ119541"; DataValue[278][2] = "Relay"; DataValue[278][3] = "28/09/2009"; DataValue[278][4] = "28/09/2009"; DataValue[278][5] = "25/11/2009"; DataValue[278][6] = ""; DataValue[278][7] = "Wales"; DataValue[278][8] = ""; DataValue[279] = new Array(MaxColls); DataValue[279][0] = "Wrexham Rhos"; DataValue[279][1] = "SJ301537"; DataValue[279][2] = "Relay"; DataValue[279][3] = "28/09/2009"; DataValue[279][4] = "28/09/2009"; DataValue[279][5] = "25/11/2009"; DataValue[279][6] = ""; DataValue[279][7] = "Wales"; DataValue[279][8] = ""; DataValue[280] = new Array(MaxColls); DataValue[280][0] = "Austwick"; DataValue[280][1] = "SD783672"; DataValue[280][2] = "Relay"; DataValue[280][3] = "4/11/2009"; DataValue[280][4] = "4/11/2009"; DataValue[280][5] = "2/12/2009"; DataValue[280][6] = ""; DataValue[280][7] = "North West / Granada"; DataValue[280][8] = ""; DataValue[281] = new Array(MaxColls); DataValue[281][0] = "Backbarrow"; DataValue[281][1] = "SD358841"; DataValue[281][2] = "Relay"; DataValue[281][3] = "4/11/2009"; DataValue[281][4] = "4/11/2009"; DataValue[281][5] = "2/12/2009"; DataValue[281][6] = ""; DataValue[281][7] = "North West / Granada"; DataValue[281][8] = ""; DataValue[282] = new Array(MaxColls); DataValue[282][0] = "Bacup"; DataValue[282][1] = "SD878224"; DataValue[282][2] = "Relay"; DataValue[282][3] = "4/11/2009"; DataValue[282][4] = "4/11/2009"; DataValue[282][5] = "2/12/2009"; DataValue[282][6] = ""; DataValue[282][7] = "North West / Granada"; DataValue[282][8] = ""; DataValue[283] = new Array(MaxColls); DataValue[283][0] = "Barrow Town Hall"; DataValue[283][1] = "SD198691"; DataValue[283][2] = "Relay"; DataValue[283][3] = "4/11/2009"; DataValue[283][4] = "4/11/2009"; DataValue[283][5] = "2/12/2009"; DataValue[283][6] = ""; DataValue[283][7] = "North West / Granada"; DataValue[283][8] = ""; DataValue[284] = new Array(MaxColls); DataValue[284][0] = "Bidston"; DataValue[284][1] = "SJ271899"; DataValue[284][2] = "Relay"; DataValue[284][3] = "4/11/2009"; DataValue[284][4] = "4/11/2009"; DataValue[284][5] = "2/12/2009"; DataValue[284][6] = ""; DataValue[284][7] = "North West / Granada"; DataValue[284][8] = ""; DataValue[285] = new Array(MaxColls); DataValue[285][0] = "Birch Vale"; DataValue[285][1] = "SK028861"; DataValue[285][2] = "Relay"; DataValue[285][3] = "4/11/2009"; DataValue[285][4] = "4/11/2009"; DataValue[285][5] = "2/12/2009"; DataValue[285][6] = ""; DataValue[285][7] = "North West / Granada"; DataValue[285][8] = ""; DataValue[286] = new Array(MaxColls); DataValue[286][0] = "Blackburn"; DataValue[286][1] = "SD703276"; DataValue[286][2] = "Relay"; DataValue[286][3] = "4/11/2009"; DataValue[286][4] = "4/11/2009"; DataValue[286][5] = "2/12/2009"; DataValue[286][6] = ""; DataValue[286][7] = "North West / Granada"; DataValue[286][8] = ""; DataValue[287] = new Array(MaxColls); DataValue[287][0] = "Bollington"; DataValue[287][1] = "SJ941778"; DataValue[287][2] = "Relay"; DataValue[287][3] = "4/11/2009"; DataValue[287][4] = "4/11/2009"; DataValue[287][5] = "2/12/2009"; DataValue[287][6] = ""; DataValue[287][7] = "North West / Granada"; DataValue[287][8] = ""; DataValue[288] = new Array(MaxColls); DataValue[288][0] = "Brinscall"; DataValue[288][1] = "SD630223"; DataValue[288][2] = "Relay"; DataValue[288][3] = "4/11/2009"; DataValue[288][4] = "4/11/2009"; DataValue[288][5] = "2/12/2009"; DataValue[288][6] = ""; DataValue[288][7] = "North West / Granada"; DataValue[288][8] = ""; DataValue[289] = new Array(MaxColls); DataValue[289][0] = "Broadbottom"; DataValue[289][1] = "SJ987933"; DataValue[289][2] = "Relay"; DataValue[289][3] = "4/11/2009"; DataValue[289][4] = "4/11/2009"; DataValue[289][5] = "2/12/2009"; DataValue[289][6] = ""; DataValue[289][7] = "North West / Granada"; DataValue[289][8] = ""; DataValue[290] = new Array(MaxColls); DataValue[290][0] = "Brook Bottom"; DataValue[290][1] = "SD969029"; DataValue[290][2] = "Relay"; DataValue[290][3] = "4/11/2009"; DataValue[290][4] = "4/11/2009"; DataValue[290][5] = "2/12/2009"; DataValue[290][6] = ""; DataValue[290][7] = "North West / Granada"; DataValue[290][8] = ""; DataValue[291] = new Array(MaxColls); DataValue[291][0] = "Burbage"; DataValue[291][1] = "SK044726"; DataValue[291][2] = "Relay"; DataValue[291][3] = "4/11/2009"; DataValue[291][4] = "4/11/2009"; DataValue[291][5] = "2/12/2009"; DataValue[291][6] = ""; DataValue[291][7] = "North West / Granada"; DataValue[291][8] = ""; DataValue[292] = new Array(MaxColls); DataValue[292][0] = "Buxton"; DataValue[292][1] = "SK060753"; DataValue[292][2] = "Relay"; DataValue[292][3] = "4/11/2009"; DataValue[292][4] = "4/11/2009"; DataValue[292][5] = "2/12/2009"; DataValue[292][6] = ""; DataValue[292][7] = "North West / Granada"; DataValue[292][8] = ""; DataValue[293] = new Array(MaxColls); DataValue[293][0] = "Cartmel"; DataValue[293][1] = "SD375793"; DataValue[293][2] = "Relay"; DataValue[293][3] = "4/11/2009"; DataValue[293][4] = "4/11/2009"; DataValue[293][5] = "2/12/2009"; DataValue[293][6] = ""; DataValue[293][7] = "North West / Granada"; DataValue[293][8] = ""; DataValue[294] = new Array(MaxColls); DataValue[294][0] = "Chaigley"; DataValue[294][1] = "SD686446"; DataValue[294][2] = "Relay"; DataValue[294][3] = "4/11/2009"; DataValue[294][4] = "4/11/2009"; DataValue[294][5] = "2/12/2009"; DataValue[294][6] = ""; DataValue[294][7] = "North West / Granada"; DataValue[294][8] = ""; DataValue[295] = new Array(MaxColls); DataValue[295][0] = "Chatburn"; DataValue[295][1] = "SD765445"; DataValue[295][2] = "Relay"; DataValue[295][3] = "4/11/2009"; DataValue[295][4] = "4/11/2009"; DataValue[295][5] = "2/12/2009"; DataValue[295][6] = ""; DataValue[295][7] = "North West / Granada"; DataValue[295][8] = ""; DataValue[296] = new Array(MaxColls); DataValue[296][0] = "Chinley"; DataValue[296][1] = "SK035827"; DataValue[296][2] = "Relay"; DataValue[296][3] = "4/11/2009"; DataValue[296][4] = "4/11/2009"; DataValue[296][5] = "2/12/2009"; DataValue[296][6] = ""; DataValue[296][7] = "North West / Granada"; DataValue[296][8] = ""; DataValue[297] = new Array(MaxColls); DataValue[297][0] = "Congleton"; DataValue[297][1] = "SJ865619"; DataValue[297][2] = "Relay"; DataValue[297][3] = "4/11/2009"; DataValue[297][4] = "4/11/2009"; DataValue[297][5] = "2/12/2009"; DataValue[297][6] = ""; DataValue[297][7] = "North West / Granada"; DataValue[297][8] = ""; DataValue[298] = new Array(MaxColls); DataValue[298][0] = "Dalton"; DataValue[298][1] = "SD230745"; DataValue[298][2] = "Relay"; DataValue[298][3] = "4/11/2009"; DataValue[298][4] = "4/11/2009"; DataValue[298][5] = "2/12/2009"; DataValue[298][6] = ""; DataValue[298][7] = "North West / Granada"; DataValue[298][8] = ""; DataValue[299] = new Array(MaxColls); DataValue[299][0] = "Darwen"; DataValue[299][1] = "SD708223"; DataValue[299][2] = "Relay"; DataValue[299][3] = "4/11/2009"; DataValue[299][4] = "4/11/2009"; DataValue[299][5] = "2/12/2009"; DataValue[299][6] = ""; DataValue[299][7] = "North West / Granada"; DataValue[299][8] = ""; DataValue[300] = new Array(MaxColls); DataValue[300][0] = "Delph"; DataValue[300][1] = "SD987080"; DataValue[300][2] = "Relay"; DataValue[300][3] = "4/11/2009"; DataValue[300][4] = "4/11/2009"; DataValue[300][5] = "2/12/2009"; DataValue[300][6] = ""; DataValue[300][7] = "North West / Granada"; DataValue[300][8] = ""; DataValue[301] = new Array(MaxColls); DataValue[301][0] = "Dog Hill"; DataValue[301][1] = "SD951091"; DataValue[301][2] = "Relay"; DataValue[301][3] = "4/11/2009"; DataValue[301][4] = "4/11/2009"; DataValue[301][5] = "2/12/2009"; DataValue[301][6] = ""; DataValue[301][7] = "North West / Granada"; DataValue[301][8] = ""; DataValue[302] = new Array(MaxColls); DataValue[302][0] = "Elton"; DataValue[302][1] = "SJ457735"; DataValue[302][2] = "Relay"; DataValue[302][3] = "4/11/2009"; DataValue[302][4] = "4/11/2009"; DataValue[302][5] = "2/12/2009"; DataValue[302][6] = ""; DataValue[302][7] = "North West / Granada"; DataValue[302][8] = ""; DataValue[303] = new Array(MaxColls); DataValue[303][0] = "Far Highfield"; DataValue[303][1] = "SD543672"; DataValue[303][2] = "Relay"; DataValue[303][3] = "4/11/2009"; DataValue[303][4] = "4/11/2009"; DataValue[303][5] = "2/12/2009"; DataValue[303][6] = ""; DataValue[303][7] = "North West / Granada"; DataValue[303][8] = ""; DataValue[304] = new Array(MaxColls); DataValue[304][0] = "Glossop"; DataValue[304][1] = "SK027953"; DataValue[304][2] = "Relay"; DataValue[304][3] = "4/11/2009"; DataValue[304][4] = "4/11/2009"; DataValue[304][5] = "2/12/2009"; DataValue[304][6] = ""; DataValue[304][7] = "North West / Granada"; DataValue[304][8] = ""; DataValue[305] = new Array(MaxColls); DataValue[305][0] = "Haslingden"; DataValue[305][1] = "SD795236"; DataValue[305][2] = "Relay"; DataValue[305][3] = "4/11/2009"; DataValue[305][4] = "4/11/2009"; DataValue[305][5] = "2/12/2009"; DataValue[305][6] = ""; DataValue[305][7] = "North West / Granada"; DataValue[305][8] = ""; DataValue[306] = new Array(MaxColls); DataValue[306][0] = "Haughton Green"; DataValue[306][1] = "SJ934925"; DataValue[306][2] = "Relay"; DataValue[306][3] = "4/11/2009"; DataValue[306][4] = "4/11/2009"; DataValue[306][5] = "2/12/2009"; DataValue[306][6] = ""; DataValue[306][7] = "North West / Granada"; DataValue[306][8] = ""; DataValue[307] = new Array(MaxColls); DataValue[307][0] = "Ladder Hill"; DataValue[307][1] = "SK027789"; DataValue[307][2] = "Relay"; DataValue[307][3] = "4/11/2009"; DataValue[307][4] = "4/11/2009"; DataValue[307][5] = "2/12/2009"; DataValue[307][6] = ""; DataValue[307][7] = "North West / Granada"; DataValue[307][8] = ""; DataValue[308] = new Array(MaxColls); DataValue[308][0] = "Lancaster"; DataValue[308][1] = "SD490662"; DataValue[308][2] = "Main transmitter"; DataValue[308][3] = "15/11/1998"; DataValue[308][4] = "4/11/2009"; DataValue[308][5] = "2/12/2009"; DataValue[308][6] = "Short listed"; DataValue[308][7] = "North West / Granada"; DataValue[308][8] = ""; DataValue[309] = new Array(MaxColls); DataValue[309][0] = "Langley"; DataValue[309][1] = "SJ938709"; DataValue[309][2] = "Relay"; DataValue[309][3] = "4/11/2009"; DataValue[309][4] = "4/11/2009"; DataValue[309][5] = "2/12/2009"; DataValue[309][6] = ""; DataValue[309][7] = "North West / Granada"; DataValue[309][8] = ""; DataValue[310] = new Array(MaxColls); DataValue[310][0] = "Lees"; DataValue[310][1] = "SD961039"; DataValue[310][2] = "Relay"; DataValue[310][3] = "4/11/2009"; DataValue[310][4] = "4/11/2009"; DataValue[310][5] = "2/12/2009"; DataValue[310][6] = ""; DataValue[310][7] = "North West / Granada"; DataValue[310][8] = ""; DataValue[311] = new Array(MaxColls); DataValue[311][0] = "Littleborough"; DataValue[311][1] = "SD950166"; DataValue[311][2] = "Relay"; DataValue[311][3] = "4/11/2009"; DataValue[311][4] = "4/11/2009"; DataValue[311][5] = "2/12/2009"; DataValue[311][6] = ""; DataValue[311][7] = "North West / Granada"; DataValue[311][8] = ""; DataValue[312] = new Array(MaxColls); DataValue[312][0] = "Macclesfield"; DataValue[312][1] = "SJ925725"; DataValue[312][2] = "Relay"; DataValue[312][3] = "4/11/2009"; DataValue[312][4] = "4/11/2009"; DataValue[312][5] = "2/12/2009"; DataValue[312][6] = ""; DataValue[312][7] = "North West / Granada"; DataValue[312][8] = ""; DataValue[313] = new Array(MaxColls); DataValue[313][0] = "Manchester Hulme"; DataValue[313][1] = "SJ829966"; DataValue[313][2] = "Relay"; DataValue[313][3] = "4/11/2009"; DataValue[313][4] = "4/11/2009"; DataValue[313][5] = "2/12/2009"; DataValue[313][6] = ""; DataValue[313][7] = "North West / Granada"; DataValue[313][8] = ""; DataValue[314] = new Array(MaxColls); DataValue[314][0] = "Melling VP"; DataValue[314][1] = "SD602703"; DataValue[314][2] = "Relay"; DataValue[314][3] = "4/11/2009"; DataValue[314][4] = "4/11/2009"; DataValue[314][5] = "2/12/2009"; DataValue[314][6] = ""; DataValue[314][7] = "North West / Granada"; DataValue[314][8] = ""; DataValue[315] = new Array(MaxColls); DataValue[315][0] = "Middleton"; DataValue[315][1] = "SD876058"; DataValue[315][2] = "Relay"; DataValue[315][3] = "4/11/2009"; DataValue[315][4] = "4/11/2009"; DataValue[315][5] = "2/12/2009"; DataValue[315][6] = ""; DataValue[315][7] = "North West / Granada"; DataValue[315][8] = ""; DataValue[316] = new Array(MaxColls); DataValue[316][0] = "Millom Park"; DataValue[316][1] = "SD162830"; DataValue[316][2] = "Relay"; DataValue[316][3] = "4/11/2009"; DataValue[316][4] = "4/11/2009"; DataValue[316][5] = "2/12/2009"; DataValue[316][6] = ""; DataValue[316][7] = "North West / Granada"; DataValue[316][8] = ""; DataValue[317] = new Array(MaxColls); DataValue[317][0] = "Moss Bank"; DataValue[317][1] = "SJ509974"; DataValue[317][2] = "Relay"; DataValue[317][3] = "4/11/2009"; DataValue[317][4] = "4/11/2009"; DataValue[317][5] = "2/12/2009"; DataValue[317][6] = ""; DataValue[317][7] = "North West / Granada"; DataValue[317][8] = ""; DataValue[318] = new Array(MaxColls); DataValue[318][0] = "Mottram in Longdendale"; DataValue[318][1] = "SJ987962"; DataValue[318][2] = "Relay"; DataValue[318][3] = "4/11/2009"; DataValue[318][4] = "4/11/2009"; DataValue[318][5] = "2/12/2009"; DataValue[318][6] = ""; DataValue[318][7] = "North West / Granada"; DataValue[318][8] = ""; DataValue[319] = new Array(MaxColls); DataValue[319][0] = "Newchurch"; DataValue[319][1] = "SD840226"; DataValue[319][2] = "Relay"; DataValue[319][3] = "4/11/2009"; DataValue[319][4] = "4/11/2009"; DataValue[319][5] = "2/12/2009"; DataValue[319][6] = ""; DataValue[319][7] = "North West / Granada"; DataValue[319][8] = ""; DataValue[320] = new Array(MaxColls); DataValue[320][0] = "Norden"; DataValue[320][1] = "SD861142"; DataValue[320][2] = "Relay"; DataValue[320][3] = "4/11/2009"; DataValue[320][4] = "4/11/2009"; DataValue[320][5] = "2/12/2009"; DataValue[320][6] = ""; DataValue[320][7] = "North West / Granada"; DataValue[320][8] = ""; DataValue[321] = new Array(MaxColls); DataValue[321][0] = "North Oldham"; DataValue[321][1] = "SD928059"; DataValue[321][2] = "Relay"; DataValue[321][3] = "4/11/2009"; DataValue[321][4] = "4/11/2009"; DataValue[321][5] = "2/12/2009"; DataValue[321][6] = "Short listed"; DataValue[321][7] = "North West / Granada"; DataValue[321][8] = ""; DataValue[322] = new Array(MaxColls); DataValue[322][0] = "Oakenhead"; DataValue[322][1] = "SD806234"; DataValue[322][2] = "Relay"; DataValue[322][3] = "4/11/2009"; DataValue[322][4] = "4/11/2009"; DataValue[322][5] = "2/12/2009"; DataValue[322][6] = ""; DataValue[322][7] = "North West / Granada"; DataValue[322][8] = ""; DataValue[323] = new Array(MaxColls); DataValue[323][0] = "Over Biddulph"; DataValue[323][1] = "SJ896605"; DataValue[323][2] = "Relay"; DataValue[323][3] = "4/11/2009"; DataValue[323][4] = "4/11/2009"; DataValue[323][5] = "2/12/2009"; DataValue[323][6] = ""; DataValue[323][7] = "North West / Granada"; DataValue[323][8] = ""; DataValue[324] = new Array(MaxColls); DataValue[324][0] = "Parbold"; DataValue[324][1] = "SD477112"; DataValue[324][2] = "Relay"; DataValue[324][3] = "4/11/2009"; DataValue[324][4] = "4/11/2009"; DataValue[324][5] = "2/12/2009"; DataValue[324][6] = ""; DataValue[324][7] = "North West / Granada"; DataValue[324][8] = ""; DataValue[325] = new Array(MaxColls); DataValue[325][0] = "Pendle Forest"; DataValue[325][1] = "SD825384"; DataValue[325][2] = "Main transmitter"; DataValue[325][3] = "15/11/1998"; DataValue[325][4] = "4/11/2009"; DataValue[325][5] = "2/12/2009"; DataValue[325][6] = "Short listed"; DataValue[325][7] = "North West / Granada"; DataValue[325][8] = ""; DataValue[326] = new Array(MaxColls); DataValue[326][0] = "Penny Bridge"; DataValue[326][1] = "SD311836"; DataValue[326][2] = "Relay"; DataValue[326][3] = "4/11/2009"; DataValue[326][4] = "4/11/2009"; DataValue[326][5] = "2/12/2009"; DataValue[326][6] = ""; DataValue[326][7] = "North West / Granada"; DataValue[326][8] = ""; DataValue[327] = new Array(MaxColls); DataValue[327][0] = "Portwood"; DataValue[327][1] = "SJ908911"; DataValue[327][2] = "Relay"; DataValue[327][3] = "4/11/2009"; DataValue[327][4] = "4/11/2009"; DataValue[327][5] = "2/12/2009"; DataValue[327][6] = ""; DataValue[327][7] = "North West / Granada"; DataValue[327][8] = ""; DataValue[328] = new Array(MaxColls); DataValue[328][0] = "Prestbury"; DataValue[328][1] = "SJ888763"; DataValue[328][2] = "Relay"; DataValue[328][3] = "4/11/2009"; DataValue[328][4] = "4/11/2009"; DataValue[328][5] = "2/12/2009"; DataValue[328][6] = ""; DataValue[328][7] = "North West / Granada"; DataValue[328][8] = ""; DataValue[329] = new Array(MaxColls); DataValue[329][0] = "Ramsbottom"; DataValue[329][1] = "SD803159"; DataValue[329][2] = "Relay"; DataValue[329][3] = "4/11/2009"; DataValue[329][4] = "4/11/2009"; DataValue[329][5] = "2/12/2009"; DataValue[329][6] = ""; DataValue[329][7] = "North West / Granada"; DataValue[329][8] = ""; DataValue[330] = new Array(MaxColls); DataValue[330][0] = "Ribblesdale"; DataValue[330][1] = "SD814719"; DataValue[330][2] = "Relay"; DataValue[330][3] = "4/11/2009"; DataValue[330][4] = "4/11/2009"; DataValue[330][5] = "2/12/2009"; DataValue[330][6] = ""; DataValue[330][7] = "North West / Granada"; DataValue[330][8] = ""; DataValue[331] = new Array(MaxColls); DataValue[331][0] = "Romiley"; DataValue[331][1] = "SJ954904"; DataValue[331][2] = "Relay"; DataValue[331][3] = "4/11/2009"; DataValue[331][4] = "4/11/2009"; DataValue[331][5] = "2/12/2009"; DataValue[331][6] = ""; DataValue[331][7] = "North West / Granada"; DataValue[331][8] = ""; DataValue[332] = new Array(MaxColls); DataValue[332][0] = "Roose"; DataValue[332][1] = "SD220692"; DataValue[332][2] = "Relay"; DataValue[332][3] = "4/11/2009"; DataValue[332][4] = "4/11/2009"; DataValue[332][5] = "2/12/2009"; DataValue[332][6] = ""; DataValue[332][7] = "North West / Granada"; DataValue[332][8] = ""; DataValue[333] = new Array(MaxColls); DataValue[333][0] = "Saddleworth"; DataValue[333][1] = "SD987050"; DataValue[333][2] = "Main transmitter"; DataValue[333][3] = "15/11/1998"; DataValue[333][4] = "4/11/2009"; DataValue[333][5] = "2/12/2009"; DataValue[333][6] = "Short listed"; DataValue[333][7] = "North West / Granada"; DataValue[333][8] = ""; DataValue[334] = new Array(MaxColls); DataValue[334][0] = "Stavely In Cartmel"; DataValue[334][1] = "SD383854"; DataValue[334][2] = "Relay"; DataValue[334][3] = "4/11/2009"; DataValue[334][4] = "4/11/2009"; DataValue[334][5] = "2/12/2009"; DataValue[334][6] = ""; DataValue[334][7] = "North West / Granada"; DataValue[334][8] = ""; DataValue[335] = new Array(MaxColls); DataValue[335][0] = "Stockport"; DataValue[335][1] = "SJ867904"; DataValue[335][2] = "Relay"; DataValue[335][3] = "4/11/2009"; DataValue[335][4] = "4/11/2009"; DataValue[335][5] = "2/12/2009"; DataValue[335][6] = "Short listed"; DataValue[335][7] = "North West / Granada"; DataValue[335][8] = ""; DataValue[336] = new Array(MaxColls); DataValue[336][0] = "Storeton"; DataValue[336][1] = "SJ314841"; DataValue[336][2] = "Main transmitter"; DataValue[336][3] = "15/11/1998"; DataValue[336][4] = "4/11/2009"; DataValue[336][5] = "2/12/2009"; DataValue[336][6] = "Starting 26/06/2014"; DataValue[336][7] = "North West / Granada"; DataValue[336][8] = "Bay TV Liverpool starting on 26/06/2014"; DataValue[337] = new Array(MaxColls); DataValue[337][0] = "Trawden"; DataValue[337][1] = "SD909378"; DataValue[337][2] = "Relay"; DataValue[337][3] = "4/11/2009"; DataValue[337][4] = "4/11/2009"; DataValue[337][5] = "2/12/2009"; DataValue[337][6] = ""; DataValue[337][7] = "North West / Granada"; DataValue[337][8] = ""; DataValue[338] = new Array(MaxColls); DataValue[338][0] = "Urswick"; DataValue[338][1] = "SD263739"; DataValue[338][2] = "Relay"; DataValue[338][3] = "4/11/2009"; DataValue[338][4] = "4/11/2009"; DataValue[338][5] = "2/12/2009"; DataValue[338][6] = ""; DataValue[338][7] = "North West / Granada"; DataValue[338][8] = ""; DataValue[339] = new Array(MaxColls); DataValue[339][0] = "Walton Le Dale"; DataValue[339][1] = "SD545291"; DataValue[339][2] = "Relay"; DataValue[339][3] = "4/11/2009"; DataValue[339][4] = "4/11/2009"; DataValue[339][5] = "2/12/2009"; DataValue[339][6] = ""; DataValue[339][7] = "North West / Granada"; DataValue[339][8] = ""; DataValue[340] = new Array(MaxColls); DataValue[340][0] = "Wardle"; DataValue[340][1] = "SD915172"; DataValue[340][2] = "Relay"; DataValue[340][3] = "4/11/2009"; DataValue[340][4] = "4/11/2009"; DataValue[340][5] = "2/12/2009"; DataValue[340][6] = ""; DataValue[340][7] = "North West / Granada"; DataValue[340][8] = ""; DataValue[341] = new Array(MaxColls); DataValue[341][0] = "West Kirby"; DataValue[341][1] = "SJ224862"; DataValue[341][2] = "Relay"; DataValue[341][3] = "4/11/2009"; DataValue[341][4] = "4/11/2009"; DataValue[341][5] = "2/12/2009"; DataValue[341][6] = ""; DataValue[341][7] = "North West / Granada"; DataValue[341][8] = ""; DataValue[342] = new Array(MaxColls); DataValue[342][0] = "Whaley Bridge"; DataValue[342][1] = "SK010815"; DataValue[342][2] = "Relay"; DataValue[342][3] = "4/11/2009"; DataValue[342][4] = "4/11/2009"; DataValue[342][5] = "2/12/2009"; DataValue[342][6] = ""; DataValue[342][7] = "North West / Granada"; DataValue[342][8] = ""; DataValue[343] = new Array(MaxColls); DataValue[343][0] = "Whalley"; DataValue[343][1] = "SD729352"; DataValue[343][2] = "Relay"; DataValue[343][3] = "4/11/2009"; DataValue[343][4] = "4/11/2009"; DataValue[343][5] = "2/12/2009"; DataValue[343][6] = ""; DataValue[343][7] = "North West / Granada"; DataValue[343][8] = ""; DataValue[344] = new Array(MaxColls); DataValue[344][0] = "Whitewell"; DataValue[344][1] = "SD833245"; DataValue[344][2] = "Relay"; DataValue[344][3] = "4/11/2009"; DataValue[344][4] = "4/11/2009"; DataValue[344][5] = "2/12/2009"; DataValue[344][6] = ""; DataValue[344][7] = "North West / Granada"; DataValue[344][8] = ""; DataValue[345] = new Array(MaxColls); DataValue[345][0] = "Whitworth"; DataValue[345][1] = "SD886203"; DataValue[345][2] = "Relay"; DataValue[345][3] = "4/11/2009"; DataValue[345][4] = "4/11/2009"; DataValue[345][5] = "2/12/2009"; DataValue[345][6] = ""; DataValue[345][7] = "North West / Granada"; DataValue[345][8] = ""; DataValue[346] = new Array(MaxColls); DataValue[346][0] = "Winter Hill"; DataValue[346][1] = "SD660144"; DataValue[346][2] = "Main transmitter"; DataValue[346][3] = "15/11/1998"; DataValue[346][4] = "4/11/2009"; DataValue[346][5] = "2/12/2009"; DataValue[346][6] = "Starting 26/06/2014"; DataValue[346][7] = "North West / Granada"; DataValue[346][8] = "Bay TV Liverpool, Your TV Blackpool and Prestion starting on 26/06/2014 also YourTV Manchester, Movies4Men, Movies4Men +1, Sony SAB TV Asia, Capital TV, Heart TV"; DataValue[347] = new Array(MaxColls); DataValue[347][0] = "Woodnook"; DataValue[347][1] = "SD762277"; DataValue[347][2] = "Relay"; DataValue[347][3] = "4/11/2009"; DataValue[347][4] = "4/11/2009"; DataValue[347][5] = "2/12/2009"; DataValue[347][6] = ""; DataValue[347][7] = "North West / Granada"; DataValue[347][8] = ""; DataValue[348] = new Array(MaxColls); DataValue[348][0] = "Broneirion"; DataValue[348][1] = "SO018884"; DataValue[348][2] = "Relay"; DataValue[348][3] = "4/11/2009"; DataValue[348][4] = "4/11/2009"; DataValue[348][5] = "3/12/2009"; DataValue[348][6] = ""; DataValue[348][7] = "Wales"; DataValue[348][8] = ""; DataValue[349] = new Array(MaxColls); DataValue[349][0] = "Carno"; DataValue[349][1] = "SN950961"; DataValue[349][2] = "Relay"; DataValue[349][3] = "4/11/2009"; DataValue[349][4] = "4/11/2009"; DataValue[349][5] = "3/12/2009"; DataValue[349][6] = ""; DataValue[349][7] = "Wales"; DataValue[349][8] = ""; DataValue[350] = new Array(MaxColls); DataValue[350][0] = "Castle Caereinion"; DataValue[350][1] = "SJ177058"; DataValue[350][2] = "Relay"; DataValue[350][3] = "4/11/2009"; DataValue[350][4] = "4/11/2009"; DataValue[350][5] = "3/12/2009"; DataValue[350][6] = ""; DataValue[350][7] = "Wales"; DataValue[350][8] = ""; DataValue[351] = new Array(MaxColls); DataValue[351][0] = "Kerry"; DataValue[351][1] = "SO150908"; DataValue[351][2] = "Relay"; DataValue[351][3] = "4/11/2009"; DataValue[351][4] = "4/11/2009"; DataValue[351][5] = "3/12/2009"; DataValue[351][6] = ""; DataValue[351][7] = "Wales"; DataValue[351][8] = ""; DataValue[352] = new Array(MaxColls); DataValue[352][0] = "Llanbrynmair"; DataValue[352][1] = "SH892046"; DataValue[352][2] = "Relay"; DataValue[352][3] = "4/11/2009"; DataValue[352][4] = "4/11/2009"; DataValue[352][5] = "3/12/2009"; DataValue[352][6] = ""; DataValue[352][7] = "Wales"; DataValue[352][8] = ""; DataValue[353] = new Array(MaxColls); DataValue[353][0] = "Llandinam"; DataValue[353][1] = "SO050877"; DataValue[353][2] = "Relay"; DataValue[353][3] = "4/11/2009"; DataValue[353][4] = "4/11/2009"; DataValue[353][5] = "3/12/2009"; DataValue[353][6] = ""; DataValue[353][7] = "Wales"; DataValue[353][8] = ""; DataValue[354] = new Array(MaxColls); DataValue[354][0] = "Llanfyllin"; DataValue[354][1] = "SJ150180"; DataValue[354][2] = "Relay"; DataValue[354][3] = "4/11/2009"; DataValue[354][4] = "4/11/2009"; DataValue[354][5] = "3/12/2009"; DataValue[354][6] = ""; DataValue[354][7] = "Wales"; DataValue[354][8] = ""; DataValue[355] = new Array(MaxColls); DataValue[355][0] = "Llangadfan"; DataValue[355][1] = "SJ020091"; DataValue[355][2] = "Relay"; DataValue[355][3] = "4/11/2009"; DataValue[355][4] = "4/11/2009"; DataValue[355][5] = "3/12/2009"; DataValue[355][6] = ""; DataValue[355][7] = "Wales"; DataValue[355][8] = ""; DataValue[356] = new Array(MaxColls); DataValue[356][0] = "Llangurig"; DataValue[356][1] = "SN900794"; DataValue[356][2] = "Relay"; DataValue[356][3] = "4/11/2009"; DataValue[356][4] = "4/11/2009"; DataValue[356][5] = "3/12/2009"; DataValue[356][6] = ""; DataValue[356][7] = "Wales"; DataValue[356][8] = ""; DataValue[357] = new Array(MaxColls); DataValue[357][0] = "Llangynog"; DataValue[357][1] = "SJ051259"; DataValue[357][2] = "Relay"; DataValue[357][3] = "4/11/2009"; DataValue[357][4] = "4/11/2009"; DataValue[357][5] = "3/12/2009"; DataValue[357][6] = ""; DataValue[357][7] = "Wales"; DataValue[357][8] = ""; DataValue[358] = new Array(MaxColls); DataValue[358][0] = "Llanidloes"; DataValue[358][1] = "SN947843"; DataValue[358][2] = "Relay"; DataValue[358][3] = "4/11/2009"; DataValue[358][4] = "4/11/2009"; DataValue[358][5] = "3/12/2009"; DataValue[358][6] = ""; DataValue[358][7] = "Wales"; DataValue[358][8] = ""; DataValue[359] = new Array(MaxColls); DataValue[359][0] = "Llanrhaeadr ym Mochnant"; DataValue[359][1] = "SJ174260"; DataValue[359][2] = "Relay"; DataValue[359][3] = "4/11/2009"; DataValue[359][4] = "4/11/2009"; DataValue[359][5] = "3/12/2009"; DataValue[359][6] = ""; DataValue[359][7] = "Wales"; DataValue[359][8] = ""; DataValue[360] = new Array(MaxColls); DataValue[360][0] = "Long Mountain"; DataValue[360][1] = "SJ265057"; DataValue[360][2] = "Relay"; DataValue[360][3] = "4/11/2009"; DataValue[360][4] = "4/11/2009"; DataValue[360][5] = "3/12/2009"; DataValue[360][6] = ""; DataValue[360][7] = "Wales"; DataValue[360][8] = ""; DataValue[361] = new Array(MaxColls); DataValue[361][0] = "Machynlleth"; DataValue[361][1] = "SH724004"; DataValue[361][2] = "Relay"; DataValue[361][3] = "4/11/2009"; DataValue[361][4] = "4/11/2009"; DataValue[361][5] = "3/12/2009"; DataValue[361][6] = ""; DataValue[361][7] = "Wales"; DataValue[361][8] = ""; DataValue[362] = new Array(MaxColls); DataValue[362][0] = "Moel y Sant"; DataValue[362][1] = "SJ151105"; DataValue[362][2] = "Relay"; DataValue[362][3] = "4/11/2009"; DataValue[362][4] = "4/11/2009"; DataValue[362][5] = "3/12/2009"; DataValue[362][6] = ""; DataValue[362][7] = "Wales"; DataValue[362][8] = ""; DataValue[363] = new Array(MaxColls); DataValue[363][0] = "Penrhyn-Coch"; DataValue[363][1] = "SN633844"; DataValue[363][2] = "Relay"; DataValue[363][3] = "4/11/2009"; DataValue[363][4] = "4/11/2009"; DataValue[363][5] = "3/12/2009"; DataValue[363][6] = ""; DataValue[363][7] = "Wales"; DataValue[363][8] = ""; DataValue[364] = new Array(MaxColls); DataValue[364][0] = "Trefilan"; DataValue[364][1] = "SN562554"; DataValue[364][2] = "Relay"; DataValue[364][3] = "4/11/2009"; DataValue[364][4] = "4/11/2009"; DataValue[364][5] = "3/12/2009"; DataValue[364][6] = ""; DataValue[364][7] = "Wales"; DataValue[364][8] = ""; DataValue[365] = new Array(MaxColls); DataValue[365][0] = "Tregynon"; DataValue[365][1] = "SO110963"; DataValue[365][2] = "Relay"; DataValue[365][3] = "4/11/2009"; DataValue[365][4] = "4/11/2009"; DataValue[365][5] = "3/12/2009"; DataValue[365][6] = ""; DataValue[365][7] = "Wales"; DataValue[365][8] = ""; DataValue[366] = new Array(MaxColls); DataValue[366][0] = "Ynys-Pennal"; DataValue[366][1] = "SN688983"; DataValue[366][2] = "Relay"; DataValue[366][3] = "4/11/2009"; DataValue[366][4] = "4/11/2009"; DataValue[366][5] = "3/12/2009"; DataValue[366][6] = ""; DataValue[366][7] = "Wales"; DataValue[366][8] = ""; DataValue[367] = new Array(MaxColls); DataValue[367][0] = "Aberystwyth"; DataValue[367][1] = "SN587820"; DataValue[367][2] = "Relay"; DataValue[367][3] = "10/02/2010"; DataValue[367][4] = "10/02/2010"; DataValue[367][5] = "10/03/2010"; DataValue[367][6] = ""; DataValue[367][7] = "Wales"; DataValue[367][8] = ""; DataValue[368] = new Array(MaxColls); DataValue[368][0] = "Afon Dyfi"; DataValue[368][1] = "SH844061"; DataValue[368][2] = "Relay"; DataValue[368][3] = "10/02/2010"; DataValue[368][4] = "10/02/2010"; DataValue[368][5] = "10/03/2010"; DataValue[368][6] = ""; DataValue[368][7] = "Wales"; DataValue[368][8] = ""; DataValue[369] = new Array(MaxColls); DataValue[369][0] = "Beddgelert"; DataValue[369][1] = "SH582476"; DataValue[369][2] = "Relay"; DataValue[369][3] = "10/02/2010"; DataValue[369][4] = "10/02/2010"; DataValue[369][5] = "10/03/2010"; DataValue[369][6] = ""; DataValue[369][7] = "Wales"; DataValue[369][8] = ""; DataValue[370] = new Array(MaxColls); DataValue[370][0] = "BlaenPlwyf"; DataValue[370][1] = "SN569757"; DataValue[370][2] = "Main transmitter"; DataValue[370][3] = "15/11/1998"; DataValue[370][4] = "10/02/2010"; DataValue[370][5] = "10/03/2010"; DataValue[370][6] = ""; DataValue[370][7] = "Wales"; DataValue[370][8] = ""; DataValue[371] = new Array(MaxColls); DataValue[371][0] = "Bow Street"; DataValue[371][1] = "SN624845"; DataValue[371][2] = "Relay"; DataValue[371][3] = "10/02/2010"; DataValue[371][4] = "10/02/2010"; DataValue[371][5] = "10/03/2010"; DataValue[371][6] = ""; DataValue[371][7] = "Wales"; DataValue[371][8] = ""; DataValue[372] = new Array(MaxColls); DataValue[372][0] = "Corris"; DataValue[372][1] = "SH759067"; DataValue[372][2] = "Relay"; DataValue[372][3] = "10/02/2010"; DataValue[372][4] = "10/02/2010"; DataValue[372][5] = "10/03/2010"; DataValue[372][6] = ""; DataValue[372][7] = "Wales"; DataValue[372][8] = ""; DataValue[373] = new Array(MaxColls); DataValue[373][0] = "Cwrtnewydd"; DataValue[373][1] = "SN486476"; DataValue[373][2] = "Relay"; DataValue[373][3] = "10/02/2010"; DataValue[373][4] = "10/02/2010"; DataValue[373][5] = "10/03/2010"; DataValue[373][6] = ""; DataValue[373][7] = "Wales"; DataValue[373][8] = ""; DataValue[374] = new Array(MaxColls); DataValue[374][0] = "Dolybont"; DataValue[374][1] = "SN628889"; DataValue[374][2] = "Relay"; DataValue[374][3] = "10/02/2010"; DataValue[374][4] = "10/02/2010"; DataValue[374][5] = "10/03/2010"; DataValue[374][6] = ""; DataValue[374][7] = "Wales"; DataValue[374][8] = ""; DataValue[375] = new Array(MaxColls); DataValue[375][0] = "Aberbeeg"; DataValue[375][1] = "SO217030"; DataValue[375][2] = "Relay"; DataValue[375][3] = "3/03/2010"; DataValue[375][4] = "3/03/2010"; DataValue[375][5] = "31/03/2010"; DataValue[375][6] = ""; DataValue[375][7] = "Wales"; DataValue[375][8] = ""; DataValue[376] = new Array(MaxColls); DataValue[376][0] = "Abercynon"; DataValue[376][1] = "ST093952"; DataValue[376][2] = "Relay"; DataValue[376][3] = "3/03/2010"; DataValue[376][4] = "3/03/2010"; DataValue[376][5] = "31/03/2010"; DataValue[376][6] = ""; DataValue[376][7] = "Wales"; DataValue[376][8] = ""; DataValue[377] = new Array(MaxColls); DataValue[377][0] = "Aberdare"; DataValue[377][1] = "SO034013"; DataValue[377][2] = "Main transmitter"; DataValue[377][3] = "15/11/1998"; DataValue[377][4] = "3/03/2010"; DataValue[377][5] = "31/03/2010"; DataValue[377][6] = ""; DataValue[377][7] = "Wales"; DataValue[377][8] = ""; DataValue[378] = new Array(MaxColls); DataValue[378][0] = "Abergavenny"; DataValue[378][1] = "SO244126"; DataValue[378][2] = "Relay"; DataValue[378][3] = "3/03/2010"; DataValue[378][4] = "3/03/2010"; DataValue[378][5] = "31/03/2010"; DataValue[378][6] = ""; DataValue[378][7] = "Wales"; DataValue[378][8] = ""; DataValue[379] = new Array(MaxColls); DataValue[379][0] = "Abertillery"; DataValue[379][1] = "SO224023"; DataValue[379][2] = "Relay"; DataValue[379][3] = "3/03/2010"; DataValue[379][4] = "3/03/2010"; DataValue[379][5] = "31/03/2010"; DataValue[379][6] = ""; DataValue[379][7] = "Wales"; DataValue[379][8] = ""; DataValue[380] = new Array(MaxColls); DataValue[380][0] = "Abertridwr"; DataValue[380][1] = "ST123886"; DataValue[380][2] = "Relay"; DataValue[380][3] = "3/03/2010"; DataValue[380][4] = "3/03/2010"; DataValue[380][5] = "31/03/2010"; DataValue[380][6] = ""; DataValue[380][7] = "Wales"; DataValue[380][8] = ""; DataValue[381] = new Array(MaxColls); DataValue[381][0] = "Bargoed"; DataValue[381][1] = "SO145010"; DataValue[381][2] = "Relay"; DataValue[381][3] = "3/03/2010"; DataValue[381][4] = "3/03/2010"; DataValue[381][5] = "31/03/2010"; DataValue[381][6] = ""; DataValue[381][7] = "Wales"; DataValue[381][8] = ""; DataValue[382] = new Array(MaxColls); DataValue[382][0] = "Bedlinog"; DataValue[382][1] = "SO102005"; DataValue[382][2] = "Relay"; DataValue[382][3] = "3/03/2010"; DataValue[382][4] = "3/03/2010"; DataValue[382][5] = "31/03/2010"; DataValue[382][6] = ""; DataValue[382][7] = "Wales"; DataValue[382][8] = ""; DataValue[383] = new Array(MaxColls); DataValue[383][0] = "Blackmill"; DataValue[383][1] = "SS930867"; DataValue[383][2] = "Relay"; DataValue[383][3] = "3/03/2010"; DataValue[383][4] = "3/03/2010"; DataValue[383][5] = "31/03/2010"; DataValue[383][6] = ""; DataValue[383][7] = "Wales"; DataValue[383][8] = ""; DataValue[384] = new Array(MaxColls); DataValue[384][0] = "Blaenau Gwent"; DataValue[384][1] = "SO215049"; DataValue[384][2] = "Relay"; DataValue[384][3] = "3/03/2010"; DataValue[384][4] = "3/03/2010"; DataValue[384][5] = "31/03/2010"; DataValue[384][6] = ""; DataValue[384][7] = "Wales"; DataValue[384][8] = ""; DataValue[385] = new Array(MaxColls); DataValue[385][0] = "Blaenavon"; DataValue[385][1] = "SO277063"; DataValue[385][2] = "Relay"; DataValue[385][3] = "3/03/2010"; DataValue[385][4] = "3/03/2010"; DataValue[385][5] = "31/03/2010"; DataValue[385][6] = ""; DataValue[385][7] = "Wales"; DataValue[385][8] = ""; DataValue[386] = new Array(MaxColls); DataValue[386][0] = "Blaenllechau"; DataValue[386][1] = "SS999976"; DataValue[386][2] = "Relay"; DataValue[386][3] = "3/03/2010"; DataValue[386][4] = "3/03/2010"; DataValue[386][5] = "31/03/2010"; DataValue[386][6] = ""; DataValue[386][7] = "Wales"; DataValue[386][8] = ""; DataValue[387] = new Array(MaxColls); DataValue[387][0] = "Blaina"; DataValue[387][1] = "SO196083"; DataValue[387][2] = "Relay"; DataValue[387][3] = "3/03/2010"; DataValue[387][4] = "3/03/2010"; DataValue[387][5] = "31/03/2010"; DataValue[387][6] = ""; DataValue[387][7] = "Wales"; DataValue[387][8] = ""; DataValue[388] = new Array(MaxColls); DataValue[388][0] = "Brecon"; DataValue[388][1] = "SO054287"; DataValue[388][2] = "Relay"; DataValue[388][3] = "3/03/2010"; DataValue[388][4] = "3/03/2010"; DataValue[388][5] = "31/03/2010"; DataValue[388][6] = ""; DataValue[388][7] = "Wales"; DataValue[388][8] = ""; DataValue[389] = new Array(MaxColls); DataValue[389][0] = "Caerhendy"; DataValue[389][1] = "SS772912"; DataValue[389][2] = "Relay"; DataValue[389][3] = "N/A"; DataValue[389][4] = "N/A"; DataValue[389][5] = "N/A"; DataValue[389][6] = ""; DataValue[389][7] = "Wales"; DataValue[389][8] = "Ending on 31/03/2010"; DataValue[390] = new Array(MaxColls); DataValue[390][0] = "Clydach"; DataValue[390][1] = "SO227125"; DataValue[390][2] = "Relay"; DataValue[390][3] = "3/03/2010"; DataValue[390][4] = "3/03/2010"; DataValue[390][5] = "31/03/2010"; DataValue[390][6] = ""; DataValue[390][7] = "Wales"; DataValue[390][8] = ""; DataValue[391] = new Array(MaxColls); DataValue[391][0] = "Clyro"; DataValue[391][1] = "SO204432"; DataValue[391][2] = "Relay"; DataValue[391][3] = "3/03/2010"; DataValue[391][4] = "3/03/2010"; DataValue[391][5] = "31/03/2010"; DataValue[391][6] = ""; DataValue[391][7] = "Wales"; DataValue[391][8] = ""; DataValue[392] = new Array(MaxColls); DataValue[392][0] = "Crickhowell"; DataValue[392][1] = "SO207202"; DataValue[392][2] = "Relay"; DataValue[392][3] = "3/03/2010"; DataValue[392][4] = "3/03/2010"; DataValue[392][5] = "31/03/2010"; DataValue[392][6] = ""; DataValue[392][7] = "Wales"; DataValue[392][8] = ""; DataValue[393] = new Array(MaxColls); DataValue[393][0] = "Crucorney"; DataValue[393][1] = "SO323221"; DataValue[393][2] = "Relay"; DataValue[393][3] = "3/03/2010"; DataValue[393][4] = "3/03/2010"; DataValue[393][5] = "31/03/2010"; DataValue[393][6] = ""; DataValue[393][7] = "Wales"; DataValue[393][8] = ""; DataValue[394] = new Array(MaxColls); DataValue[394][0] = "Crumlin"; DataValue[394][1] = "ST228984"; DataValue[394][2] = "Relay"; DataValue[394][3] = "3/03/2010"; DataValue[394][4] = "3/03/2010"; DataValue[394][5] = "31/03/2010"; DataValue[394][6] = ""; DataValue[394][7] = "Wales"; DataValue[394][8] = ""; DataValue[395] = new Array(MaxColls); DataValue[395][0] = "Cwm Ffrwd-Oer"; DataValue[395][1] = "SO265014"; DataValue[395][2] = "Relay"; DataValue[395][3] = "3/03/2010"; DataValue[395][4] = "3/03/2010"; DataValue[395][5] = "31/03/2010"; DataValue[395][6] = ""; DataValue[395][7] = "Wales"; DataValue[395][8] = ""; DataValue[396] = new Array(MaxColls); DataValue[396][0] = "Cwmafon"; DataValue[396][1] = "SS798936"; DataValue[396][2] = "Relay"; DataValue[396][3] = "3/03/2010"; DataValue[396][4] = "3/03/2010"; DataValue[396][5] = "31/03/2010"; DataValue[396][6] = ""; DataValue[396][7] = "Wales"; DataValue[396][8] = ""; DataValue[397] = new Array(MaxColls); DataValue[397][0] = "Cwmaman"; DataValue[397][1] = "ST000993"; DataValue[397][2] = "Relay"; DataValue[397][3] = "3/03/2010"; DataValue[397][4] = "3/03/2010"; DataValue[397][5] = "31/03/2010"; DataValue[397][6] = ""; DataValue[397][7] = "Wales"; DataValue[397][8] = ""; DataValue[398] = new Array(MaxColls); DataValue[398][0] = "Cwmfelinfach"; DataValue[398][1] = "ST184909"; DataValue[398][2] = "Relay"; DataValue[398][3] = "3/03/2010"; DataValue[398][4] = "3/03/2010"; DataValue[398][5] = "31/03/2010"; DataValue[398][6] = ""; DataValue[398][7] = "Wales"; DataValue[398][8] = ""; DataValue[399] = new Array(MaxColls); DataValue[399][0] = "Deri"; DataValue[399][1] = "SO121022"; DataValue[399][2] = "Relay"; DataValue[399][3] = "3/03/2010"; DataValue[399][4] = "3/03/2010"; DataValue[399][5] = "31/03/2010"; DataValue[399][6] = ""; DataValue[399][7] = "Wales"; DataValue[399][8] = ""; DataValue[400] = new Array(MaxColls); DataValue[400][0] = "Dowlais"; DataValue[400][1] = "SO073088"; DataValue[400][2] = "Relay"; DataValue[400][3] = "3/03/2010"; DataValue[400][4] = "3/03/2010"; DataValue[400][5] = "31/03/2010"; DataValue[400][6] = ""; DataValue[400][7] = "Wales"; DataValue[400][8] = ""; DataValue[401] = new Array(MaxColls); DataValue[401][0] = "Ebbw Vale"; DataValue[401][1] = "SO159088"; DataValue[401][2] = "Relay"; DataValue[401][3] = "3/03/2010"; DataValue[401][4] = "3/03/2010"; DataValue[401][5] = "31/03/2010"; DataValue[401][6] = ""; DataValue[401][7] = "Wales"; DataValue[401][8] = ""; DataValue[402] = new Array(MaxColls); DataValue[402][0] = "Ebbw Vale South"; DataValue[402][1] = "SO176073"; DataValue[402][2] = "Relay"; DataValue[402][3] = "3/03/2010"; DataValue[402][4] = "3/03/2010"; DataValue[402][5] = "31/03/2010"; DataValue[402][6] = ""; DataValue[402][7] = "Wales"; DataValue[402][8] = ""; DataValue[403] = new Array(MaxColls); DataValue[403][0] = "Ferndale"; DataValue[403][1] = "ST006970"; DataValue[403][2] = "Relay"; DataValue[403][3] = "3/03/2010"; DataValue[403][4] = "3/03/2010"; DataValue[403][5] = "31/03/2010"; DataValue[403][6] = ""; DataValue[403][7] = "Wales"; DataValue[403][8] = ""; DataValue[404] = new Array(MaxColls); DataValue[404][0] = "Fernhill"; DataValue[404][1] = "ST030993"; DataValue[404][2] = "Relay"; DataValue[404][3] = "3/03/2010"; DataValue[404][4] = "3/03/2010"; DataValue[404][5] = "31/03/2010"; DataValue[404][6] = ""; DataValue[404][7] = "Wales"; DataValue[404][8] = ""; DataValue[405] = new Array(MaxColls); DataValue[405][0] = "Gellifendigaid"; DataValue[405][1] = "ST070935"; DataValue[405][2] = "Relay"; DataValue[405][3] = "3/03/2010"; DataValue[405][4] = "3/03/2010"; DataValue[405][5] = "31/03/2010"; DataValue[405][6] = ""; DataValue[405][7] = "Wales"; DataValue[405][8] = ""; DataValue[406] = new Array(MaxColls); DataValue[406][0] = "Gilfach"; DataValue[406][1] = "SS982890"; DataValue[406][2] = "Relay"; DataValue[406][3] = "3/03/2010"; DataValue[406][4] = "3/03/2010"; DataValue[406][5] = "31/03/2010"; DataValue[406][6] = ""; DataValue[406][7] = "Wales"; DataValue[406][8] = ""; DataValue[407] = new Array(MaxColls); DataValue[407][0] = "Llanfach"; DataValue[407][1] = "ST217947"; DataValue[407][2] = "Relay"; DataValue[407][3] = "3/03/2010"; DataValue[407][4] = "3/03/2010"; DataValue[407][5] = "31/03/2010"; DataValue[407][6] = ""; DataValue[407][7] = "Wales"; DataValue[407][8] = ""; DataValue[408] = new Array(MaxColls); DataValue[408][0] = "Llanfoist"; DataValue[408][1] = "SO308143"; DataValue[408][2] = "Relay"; DataValue[408][3] = "3/03/2010"; DataValue[408][4] = "3/03/2010"; DataValue[408][5] = "31/03/2010"; DataValue[408][6] = ""; DataValue[408][7] = "Wales"; DataValue[408][8] = ""; DataValue[409] = new Array(MaxColls); DataValue[409][0] = "Llangeinor"; DataValue[409][1] = "SS905886"; DataValue[409][2] = "Relay"; DataValue[409][3] = "3/03/2010"; DataValue[409][4] = "3/03/2010"; DataValue[409][5] = "31/03/2010"; DataValue[409][6] = ""; DataValue[409][7] = "Wales"; DataValue[409][8] = ""; DataValue[410] = new Array(MaxColls); DataValue[410][0] = "Llanharan"; DataValue[410][1] = "SS998831"; DataValue[410][2] = "Relay"; DataValue[410][3] = "3/03/2010"; DataValue[410][4] = "3/03/2010"; DataValue[410][5] = "31/03/2010"; DataValue[410][6] = ""; DataValue[410][7] = "Wales"; DataValue[410][8] = ""; DataValue[411] = new Array(MaxColls); DataValue[411][0] = "Llanhilleth"; DataValue[411][1] = "SO213004"; DataValue[411][2] = "Relay"; DataValue[411][3] = "3/03/2010"; DataValue[411][4] = "3/03/2010"; DataValue[411][5] = "31/03/2010"; DataValue[411][6] = ""; DataValue[411][7] = "Wales"; DataValue[411][8] = ""; DataValue[412] = new Array(MaxColls); DataValue[412][0] = "Llyswen"; DataValue[412][1] = "SO137361"; DataValue[412][2] = "Relay"; DataValue[412][3] = "3/03/2010"; DataValue[412][4] = "3/03/2010"; DataValue[412][5] = "31/03/2010"; DataValue[412][6] = ""; DataValue[412][7] = "Wales"; DataValue[412][8] = ""; DataValue[413] = new Array(MaxColls); DataValue[413][0] = "Machen Upper"; DataValue[413][1] = "ST211897"; DataValue[413][2] = "Relay"; DataValue[413][3] = "3/03/2010"; DataValue[413][4] = "3/03/2010"; DataValue[413][5] = "31/03/2010"; DataValue[413][6] = ""; DataValue[413][7] = "Wales"; DataValue[413][8] = ""; DataValue[414] = new Array(MaxColls); DataValue[414][0] = "Maesteg"; DataValue[414][1] = "SS841913"; DataValue[414][2] = "Relay"; DataValue[414][3] = "3/03/2010"; DataValue[414][4] = "3/03/2010"; DataValue[414][5] = "31/03/2010"; DataValue[414][6] = ""; DataValue[414][7] = "Wales"; DataValue[414][8] = ""; DataValue[415] = new Array(MaxColls); DataValue[415][0] = "Merthyr Tydfil"; DataValue[415][1] = "SO057066"; DataValue[415][2] = "Relay"; DataValue[415][3] = "3/03/2010"; DataValue[415][4] = "3/03/2010"; DataValue[415][5] = "31/03/2010"; DataValue[415][6] = ""; DataValue[415][7] = "Wales"; DataValue[415][8] = ""; DataValue[416] = new Array(MaxColls); DataValue[416][0] = "Monmouth"; DataValue[416][1] = "SO526128"; DataValue[416][2] = "Relay"; DataValue[416][3] = "3/03/2010"; DataValue[416][4] = "3/03/2010"; DataValue[416][5] = "31/03/2010"; DataValue[416][6] = ""; DataValue[416][7] = "Wales"; DataValue[416][8] = ""; DataValue[417] = new Array(MaxColls); DataValue[417][0] = "Mynydd Bach"; DataValue[417][1] = "ST168925"; DataValue[417][2] = "Relay"; DataValue[417][3] = "3/03/2010"; DataValue[417][4] = "3/03/2010"; DataValue[417][5] = "31/03/2010"; DataValue[417][6] = ""; DataValue[417][7] = "Wales"; DataValue[417][8] = ""; DataValue[418] = new Array(MaxColls); DataValue[418][0] = "Mynydd Machen"; DataValue[418][1] = "ST223900"; DataValue[418][2] = "Relay"; DataValue[418][3] = "3/03/2010"; DataValue[418][4] = "3/03/2010"; DataValue[418][5] = "31/03/2010"; DataValue[418][6] = ""; DataValue[418][7] = "Wales"; DataValue[418][8] = ""; DataValue[419] = new Array(MaxColls); DataValue[419][0] = "Nant Y Moel"; DataValue[419][1] = "SS934935"; DataValue[419][2] = "Relay"; DataValue[419][3] = "3/03/2010"; DataValue[419][4] = "3/03/2010"; DataValue[419][5] = "31/03/2010"; DataValue[419][6] = ""; DataValue[419][7] = "Wales"; DataValue[419][8] = ""; DataValue[420] = new Array(MaxColls); DataValue[420][0] = "Nantyglo"; DataValue[420][1] = "SO189106"; DataValue[420][2] = "Relay"; DataValue[420][3] = "3/03/2010"; DataValue[420][4] = "3/03/2010"; DataValue[420][5] = "31/03/2010"; DataValue[420][6] = ""; DataValue[420][7] = "Wales"; DataValue[420][8] = ""; DataValue[421] = new Array(MaxColls); DataValue[421][0] = "Ogmore Vale"; DataValue[421][1] = "SS929894"; DataValue[421][2] = "Relay"; DataValue[421][3] = "3/03/2010"; DataValue[421][4] = "3/03/2010"; DataValue[421][5] = "31/03/2010"; DataValue[421][6] = ""; DataValue[421][7] = "Wales"; DataValue[421][8] = ""; DataValue[422] = new Array(MaxColls); DataValue[422][0] = "Pennar"; DataValue[422][1] = "ST209958"; DataValue[422][2] = "Relay"; DataValue[422][3] = "3/03/2010"; DataValue[422][4] = "3/03/2010"; DataValue[422][5] = "31/03/2010"; DataValue[422][6] = ""; DataValue[422][7] = "Wales"; DataValue[422][8] = ""; DataValue[423] = new Array(MaxColls); DataValue[423][0] = "Pennorth"; DataValue[423][1] = "SO103266"; DataValue[423][2] = "Relay"; DataValue[423][3] = "3/03/2010"; DataValue[423][4] = "3/03/2010"; DataValue[423][5] = "31/03/2010"; DataValue[423][6] = ""; DataValue[423][7] = "Wales"; DataValue[423][8] = ""; DataValue[424] = new Array(MaxColls); DataValue[424][0] = "Penrhiwceiber"; DataValue[424][1] = "ST066966"; DataValue[424][2] = "Relay"; DataValue[424][3] = "3/03/2010"; DataValue[424][4] = "3/03/2010"; DataValue[424][5] = "31/03/2010"; DataValue[424][6] = ""; DataValue[424][7] = "Wales"; DataValue[424][8] = ""; DataValue[425] = new Array(MaxColls); DataValue[425][0] = "Pontypool"; DataValue[425][1] = "ST284990"; DataValue[425][2] = "Main transmitter"; DataValue[425][3] = "15/11/1998"; DataValue[425][4] = "3/03/2010"; DataValue[425][5] = "31/03/2010"; DataValue[425][6] = ""; DataValue[425][7] = "Wales"; DataValue[425][8] = ""; DataValue[426] = new Array(MaxColls); DataValue[426][0] = "Pontypridd"; DataValue[426][1] = "ST085905"; DataValue[426][2] = "Relay"; DataValue[426][3] = "3/03/2010"; DataValue[426][4] = "3/03/2010"; DataValue[426][5] = "31/03/2010"; DataValue[426][6] = ""; DataValue[426][7] = "Wales"; DataValue[426][8] = ""; DataValue[427] = new Array(MaxColls); DataValue[427][0] = "Porth"; DataValue[427][1] = "ST029919"; DataValue[427][2] = "Relay"; DataValue[427][3] = "3/03/2010"; DataValue[427][4] = "3/03/2010"; DataValue[427][5] = "31/03/2010"; DataValue[427][6] = ""; DataValue[427][7] = "Wales"; DataValue[427][8] = ""; DataValue[428] = new Array(MaxColls); DataValue[428][0] = "Rhondda"; DataValue[428][1] = "SS990938"; DataValue[428][2] = "Relay"; DataValue[428][3] = "3/03/2010"; DataValue[428][4] = "3/03/2010"; DataValue[428][5] = "31/03/2010"; DataValue[428][6] = ""; DataValue[428][7] = "Wales"; DataValue[428][8] = ""; DataValue[429] = new Array(MaxColls); DataValue[429][0] = "Rhondda Fach"; DataValue[429][1] = "ST007939"; DataValue[429][2] = "Relay"; DataValue[429][3] = "3/03/2010"; DataValue[429][4] = "3/03/2010"; DataValue[429][5] = "31/03/2010"; DataValue[429][6] = ""; DataValue[429][7] = "Wales"; DataValue[429][8] = ""; DataValue[430] = new Array(MaxColls); DataValue[430][0] = "Rhymney"; DataValue[430][1] = "SO127042"; DataValue[430][2] = "Relay"; DataValue[430][3] = "3/03/2010"; DataValue[430][4] = "3/03/2010"; DataValue[430][5] = "31/03/2010"; DataValue[430][6] = ""; DataValue[430][7] = "Wales"; DataValue[430][8] = ""; DataValue[431] = new Array(MaxColls); DataValue[431][0] = "Risca"; DataValue[431][1] = "ST240905"; DataValue[431][2] = "Relay"; DataValue[431][3] = "3/03/2010"; DataValue[431][4] = "3/03/2010"; DataValue[431][5] = "31/03/2010"; DataValue[431][6] = ""; DataValue[431][7] = "Wales"; DataValue[431][8] = ""; DataValue[432] = new Array(MaxColls); DataValue[432][0] = "Sennybridge"; DataValue[432][1] = "SN914295"; DataValue[432][2] = "Relay"; DataValue[432][3] = "3/03/2010"; DataValue[432][4] = "3/03/2010"; DataValue[432][5] = "31/03/2010"; DataValue[432][6] = ""; DataValue[432][7] = "Wales"; DataValue[432][8] = ""; DataValue[433] = new Array(MaxColls); DataValue[433][0] = "South Maesteg"; DataValue[433][1] = "SS860897"; DataValue[433][2] = "Relay"; DataValue[433][3] = "3/03/2010"; DataValue[433][4] = "3/03/2010"; DataValue[433][5] = "31/03/2010"; DataValue[433][6] = ""; DataValue[433][7] = "Wales"; DataValue[433][8] = ""; DataValue[434] = new Array(MaxColls); DataValue[434][0] = "South Tredegar"; DataValue[434][1] = "SO155060"; DataValue[434][2] = "Relay"; DataValue[434][3] = "3/03/2010"; DataValue[434][4] = "3/03/2010"; DataValue[434][5] = "31/03/2010"; DataValue[434][6] = ""; DataValue[434][7] = "Wales"; DataValue[434][8] = ""; DataValue[435] = new Array(MaxColls); DataValue[435][0] = "Taffs Well"; DataValue[435][1] = "ST123848"; DataValue[435][2] = "Relay"; DataValue[435][3] = "3/03/2010"; DataValue[435][4] = "3/03/2010"; DataValue[435][5] = "31/03/2010"; DataValue[435][6] = ""; DataValue[435][7] = "Wales"; DataValue[435][8] = ""; DataValue[436] = new Array(MaxColls); DataValue[436][0] = "Ton Pentre"; DataValue[436][1] = "SS960955"; DataValue[436][2] = "Relay"; DataValue[436][3] = "3/03/2010"; DataValue[436][4] = "3/03/2010"; DataValue[436][5] = "31/03/2010"; DataValue[436][6] = ""; DataValue[436][7] = "Wales"; DataValue[436][8] = ""; DataValue[437] = new Array(MaxColls); DataValue[437][0] = "Tonypandy"; DataValue[437][1] = "SS986924"; DataValue[437][2] = "Relay"; DataValue[437][3] = "3/03/2010"; DataValue[437][4] = "3/03/2010"; DataValue[437][5] = "31/03/2010"; DataValue[437][6] = ""; DataValue[437][7] = "Wales"; DataValue[437][8] = ""; DataValue[438] = new Array(MaxColls); DataValue[438][0] = "Tonyrefail"; DataValue[438][1] = "ST009874"; DataValue[438][2] = "Relay"; DataValue[438][3] = "3/03/2010"; DataValue[438][4] = "3/03/2010"; DataValue[438][5] = "31/03/2010"; DataValue[438][6] = ""; DataValue[438][7] = "Wales"; DataValue[438][8] = ""; DataValue[439] = new Array(MaxColls); DataValue[439][0] = "Trebanog"; DataValue[439][1] = "ST020907"; DataValue[439][2] = "Relay"; DataValue[439][3] = "3/03/2010"; DataValue[439][4] = "3/03/2010"; DataValue[439][5] = "31/03/2010"; DataValue[439][6] = ""; DataValue[439][7] = "Wales"; DataValue[439][8] = ""; DataValue[440] = new Array(MaxColls); DataValue[440][0] = "Trecastle"; DataValue[440][1] = "SN885274"; DataValue[440][2] = "Relay"; DataValue[440][3] = "3/03/2010"; DataValue[440][4] = "3/03/2010"; DataValue[440][5] = "31/03/2010"; DataValue[440][6] = ""; DataValue[440][7] = "Wales"; DataValue[440][8] = ""; DataValue[441] = new Array(MaxColls); DataValue[441][0] = "Trefechan"; DataValue[441][1] = "SO030085"; DataValue[441][2] = "Relay"; DataValue[441][3] = "3/03/2010"; DataValue[441][4] = "3/03/2010"; DataValue[441][5] = "31/03/2010"; DataValue[441][6] = ""; DataValue[441][7] = "Wales"; DataValue[441][8] = ""; DataValue[442] = new Array(MaxColls); DataValue[442][0] = "Treharris"; DataValue[442][1] = "ST103964"; DataValue[442][2] = "Relay"; DataValue[442][3] = "3/03/2010"; DataValue[442][4] = "3/03/2010"; DataValue[442][5] = "31/03/2010"; DataValue[442][6] = ""; DataValue[442][7] = "Wales"; DataValue[442][8] = ""; DataValue[443] = new Array(MaxColls); DataValue[443][0] = "Tynewydd"; DataValue[443][1] = "SS931993"; DataValue[443][2] = "Relay"; DataValue[443][3] = "3/03/2010"; DataValue[443][4] = "3/03/2010"; DataValue[443][5] = "31/03/2010"; DataValue[443][6] = ""; DataValue[443][7] = "Wales"; DataValue[443][8] = ""; DataValue[444] = new Array(MaxColls); DataValue[444][0] = "Upper Killay"; DataValue[444][1] = "SS590927"; DataValue[444][2] = "Relay"; DataValue[444][3] = "3/03/2010"; DataValue[444][4] = "3/03/2010"; DataValue[444][5] = "31/03/2010"; DataValue[444][6] = ""; DataValue[444][7] = "Wales"; DataValue[444][8] = ""; DataValue[445] = new Array(MaxColls); DataValue[445][0] = "Usk"; DataValue[445][1] = "SO384006"; DataValue[445][2] = "Relay"; DataValue[445][3] = "3/03/2010"; DataValue[445][4] = "3/03/2010"; DataValue[445][5] = "31/03/2010"; DataValue[445][6] = ""; DataValue[445][7] = "Wales"; DataValue[445][8] = ""; DataValue[446] = new Array(MaxColls); DataValue[446][0] = "Van Terrace"; DataValue[446][1] = "ST169864"; DataValue[446][2] = "Relay"; DataValue[446][3] = "3/03/2010"; DataValue[446][4] = "3/03/2010"; DataValue[446][5] = "31/03/2010"; DataValue[446][6] = ""; DataValue[446][7] = "Wales"; DataValue[446][8] = ""; DataValue[447] = new Array(MaxColls); DataValue[447][0] = "Wattsville"; DataValue[447][1] = "ST215911"; DataValue[447][2] = "Relay"; DataValue[447][3] = "3/03/2010"; DataValue[447][4] = "3/03/2010"; DataValue[447][5] = "31/03/2010"; DataValue[447][6] = ""; DataValue[447][7] = "Wales"; DataValue[447][8] = ""; DataValue[448] = new Array(MaxColls); DataValue[448][0] = "Wenvoe"; DataValue[448][1] = "ST110742"; DataValue[448][2] = "Main transmitter"; DataValue[448][3] = "15/11/1998"; DataValue[448][4] = "3/03/2010"; DataValue[448][5] = "31/03/2010"; DataValue[448][6] = "Starting 30/01/2014"; DataValue[448][7] = "Wales"; DataValue[448][8] = "Made in Cardiff"; DataValue[449] = new Array(MaxColls); DataValue[449][0] = "Ynysowen"; DataValue[449][1] = "ST082992"; DataValue[449][2] = "Relay"; DataValue[449][3] = "3/03/2010"; DataValue[449][4] = "3/03/2010"; DataValue[449][5] = "31/03/2010"; DataValue[449][6] = ""; DataValue[449][7] = "Wales"; DataValue[449][8] = ""; DataValue[450] = new Array(MaxColls); DataValue[450][0] = "Avening"; DataValue[450][1] = "ST880975"; DataValue[450][2] = "Relay"; DataValue[450][3] = "24/03/2010"; DataValue[450][4] = "24/03/2010"; DataValue[450][5] = "7/04/2010"; DataValue[450][6] = ""; DataValue[450][7] = "West"; DataValue[450][8] = ""; DataValue[451] = new Array(MaxColls); DataValue[451][0] = "Backwell"; DataValue[451][1] = "ST498716"; DataValue[451][2] = "Relay"; DataValue[451][3] = "24/03/2010"; DataValue[451][4] = "24/03/2010"; DataValue[451][5] = "7/04/2010"; DataValue[451][6] = ""; DataValue[451][7] = "West"; DataValue[451][8] = ""; DataValue[452] = new Array(MaxColls); DataValue[452][0] = "Bath"; DataValue[452][1] = "ST769654"; DataValue[452][2] = "Relay"; DataValue[452][3] = "24/03/2010"; DataValue[452][4] = "24/03/2010"; DataValue[452][5] = "7/04/2010"; DataValue[452][6] = ""; DataValue[452][7] = "West"; DataValue[452][8] = ""; DataValue[453] = new Array(MaxColls); DataValue[453][0] = "Blakeney"; DataValue[453][1] = "SO664069"; DataValue[453][2] = "Relay"; DataValue[453][3] = "24/03/2010"; DataValue[453][4] = "24/03/2010"; DataValue[453][5] = "7/04/2010"; DataValue[453][6] = ""; DataValue[453][7] = "West"; DataValue[453][8] = ""; DataValue[454] = new Array(MaxColls); DataValue[454][0] = "Box"; DataValue[454][1] = "ST832688"; DataValue[454][2] = "Relay"; DataValue[454][3] = "24/03/2010"; DataValue[454][4] = "24/03/2010"; DataValue[454][5] = "7/04/2010"; DataValue[454][6] = ""; DataValue[454][7] = "West"; DataValue[454][8] = ""; DataValue[455] = new Array(MaxColls); DataValue[455][0] = "Bristol Barton House"; DataValue[455][1] = "ST611729"; DataValue[455][2] = "Relay"; DataValue[455][3] = "24/03/2010"; DataValue[455][4] = "24/03/2010"; DataValue[455][5] = "7/04/2010"; DataValue[455][6] = ""; DataValue[455][7] = "West"; DataValue[455][8] = ""; DataValue[456] = new Array(MaxColls); DataValue[456][0] = "Bristol Ilchester Crescent"; DataValue[456][1] = "ST577700"; DataValue[456][2] = "Main transmitter"; DataValue[456][3] = "15/11/1998"; DataValue[456][4] = "24/03/2010"; DataValue[456][5] = "7/04/2010"; DataValue[456][6] = "Starting 30/01/2014"; DataValue[456][7] = "West"; DataValue[456][8] = "Made in Bristol on 30/01/2014"; DataValue[457] = new Array(MaxColls); DataValue[457][0] = "Bristol Kings Weston"; DataValue[457][1] = "ST547775"; DataValue[457][2] = "Main transmitter"; DataValue[457][3] = "15/11/1998"; DataValue[457][4] = "24/03/2010"; DataValue[457][5] = "7/04/2010"; DataValue[457][6] = "Starting 30/01/2014"; DataValue[457][7] = "West"; DataValue[457][8] = "Made in Bristol on 30/01/2014"; DataValue[458] = new Array(MaxColls); DataValue[458][0] = "Bristol Montpelier"; DataValue[458][1] = "ST590745"; DataValue[458][2] = "Relay"; DataValue[458][3] = "24/03/2010"; DataValue[458][4] = "24/03/2010"; DataValue[458][5] = "7/04/2010"; DataValue[458][6] = ""; DataValue[458][7] = "West"; DataValue[458][8] = ""; DataValue[459] = new Array(MaxColls); DataValue[459][0] = "Bristol Warmley"; DataValue[459][1] = "ST654736"; DataValue[459][2] = "Relay"; DataValue[459][3] = "24/03/2010"; DataValue[459][4] = "24/03/2010"; DataValue[459][5] = "7/04/2010"; DataValue[459][6] = ""; DataValue[459][7] = "West"; DataValue[459][8] = ""; DataValue[460] = new Array(MaxColls); DataValue[460][0] = "Bruton"; DataValue[460][1] = "ST680341"; DataValue[460][2] = "Relay"; DataValue[460][3] = "24/03/2010"; DataValue[460][4] = "24/03/2010"; DataValue[460][5] = "7/04/2010"; DataValue[460][6] = ""; DataValue[460][7] = "West"; DataValue[460][8] = ""; DataValue[461] = new Array(MaxColls); DataValue[461][0] = "Burrington"; DataValue[461][1] = "ST477606"; DataValue[461][2] = "Relay"; DataValue[461][3] = "24/03/2010"; DataValue[461][4] = "24/03/2010"; DataValue[461][5] = "7/04/2010"; DataValue[461][6] = ""; DataValue[461][7] = "West"; DataValue[461][8] = ""; DataValue[462] = new Array(MaxColls); DataValue[462][0] = "Calne"; DataValue[462][1] = "ST997699"; DataValue[462][2] = "Relay"; DataValue[462][3] = "24/03/2010"; DataValue[462][4] = "24/03/2010"; DataValue[462][5] = "7/04/2010"; DataValue[462][6] = ""; DataValue[462][7] = "West"; DataValue[462][8] = ""; DataValue[463] = new Array(MaxColls); DataValue[463][0] = "Carhampton"; DataValue[463][1] = "ST016426"; DataValue[463][2] = "Relay"; DataValue[463][3] = "24/03/2010"; DataValue[463][4] = "24/03/2010"; DataValue[463][5] = "7/04/2010"; DataValue[463][6] = ""; DataValue[463][7] = "West"; DataValue[463][8] = ""; DataValue[464] = new Array(MaxColls); DataValue[464][0] = "Cerne Abbas"; DataValue[464][1] = "ST645012"; DataValue[464][2] = "Relay"; DataValue[464][3] = "24/03/2010"; DataValue[464][4] = "24/03/2010"; DataValue[464][5] = "7/04/2010"; DataValue[464][6] = ""; DataValue[464][7] = "West"; DataValue[464][8] = ""; DataValue[465] = new Array(MaxColls); DataValue[465][0] = "Chalford"; DataValue[465][1] = "SO883017"; DataValue[465][2] = "Relay"; DataValue[465][3] = "24/03/2010"; DataValue[465][4] = "24/03/2010"; DataValue[465][5] = "7/04/2010"; DataValue[465][6] = ""; DataValue[465][7] = "West"; DataValue[465][8] = ""; DataValue[466] = new Array(MaxColls); DataValue[466][0] = "Chalford Vale"; DataValue[466][1] = "SO886024"; DataValue[466][2] = "Relay"; DataValue[466][3] = "24/03/2010"; DataValue[466][4] = "24/03/2010"; DataValue[466][5] = "7/04/2010"; DataValue[466][6] = ""; DataValue[466][7] = "West"; DataValue[466][8] = ""; DataValue[467] = new Array(MaxColls); DataValue[467][0] = "Chepstow"; DataValue[467][1] = "ST544939"; DataValue[467][2] = "Relay"; DataValue[467][3] = "24/03/2010"; DataValue[467][4] = "24/03/2010"; DataValue[467][5] = "7/04/2010"; DataValue[467][6] = ""; DataValue[467][7] = "West"; DataValue[467][8] = ""; DataValue[468] = new Array(MaxColls); DataValue[468][0] = "Chilfrome"; DataValue[468][1] = "SY580991"; DataValue[468][2] = "Relay"; DataValue[468][3] = "24/03/2010"; DataValue[468][4] = "24/03/2010"; DataValue[468][5] = "7/04/2010"; DataValue[468][6] = ""; DataValue[468][7] = "West"; DataValue[468][8] = ""; DataValue[469] = new Array(MaxColls); DataValue[469][0] = "Chiseldon"; DataValue[469][1] = "SU190801"; DataValue[469][2] = "Relay"; DataValue[469][3] = "24/03/2010"; DataValue[469][4] = "24/03/2010"; DataValue[469][5] = "7/04/2010"; DataValue[469][6] = ""; DataValue[469][7] = "West"; DataValue[469][8] = ""; DataValue[470] = new Array(MaxColls); DataValue[470][0] = "Chitterne"; DataValue[470][1] = "ST995441"; DataValue[470][2] = "Relay"; DataValue[470][3] = "24/03/2010"; DataValue[470][4] = "24/03/2010"; DataValue[470][5] = "7/04/2010"; DataValue[470][6] = ""; DataValue[470][7] = "West"; DataValue[470][8] = ""; DataValue[471] = new Array(MaxColls); DataValue[471][0] = "Cirencester"; DataValue[471][1] = "SP004057"; DataValue[471][2] = "Relay"; DataValue[471][3] = "24/03/2010"; DataValue[471][4] = "24/03/2010"; DataValue[471][5] = "7/04/2010"; DataValue[471][6] = ""; DataValue[471][7] = "West"; DataValue[471][8] = ""; DataValue[472] = new Array(MaxColls); DataValue[472][0] = "Clearwell"; DataValue[472][1] = "SO574084"; DataValue[472][2] = "Relay"; DataValue[472][3] = "24/03/2010"; DataValue[472][4] = "24/03/2010"; DataValue[472][5] = "7/04/2010"; DataValue[472][6] = ""; DataValue[472][7] = "West"; DataValue[472][8] = ""; DataValue[473] = new Array(MaxColls); DataValue[473][0] = "Coleford"; DataValue[473][1] = "SO569107"; DataValue[473][2] = "Relay"; DataValue[473][3] = "24/03/2010"; DataValue[473][4] = "24/03/2010"; DataValue[473][5] = "7/04/2010"; DataValue[473][6] = ""; DataValue[473][7] = "West"; DataValue[473][8] = ""; DataValue[474] = new Array(MaxColls); DataValue[474][0] = "Corsham"; DataValue[474][1] = "ST869699"; DataValue[474][2] = "Relay"; DataValue[474][3] = "24/03/2010"; DataValue[474][4] = "24/03/2010"; DataValue[474][5] = "7/04/2010"; DataValue[474][6] = ""; DataValue[474][7] = "West"; DataValue[474][8] = ""; DataValue[475] = new Array(MaxColls); DataValue[475][0] = "Countisbury"; DataValue[475][1] = "SS749501"; DataValue[475][2] = "Relay"; DataValue[475][3] = "24/03/2010"; DataValue[475][4] = "24/03/2010"; DataValue[475][5] = "7/04/2010"; DataValue[475][6] = ""; DataValue[475][7] = "West"; DataValue[475][8] = ""; DataValue[476] = new Array(MaxColls); DataValue[476][0] = "Crewkerne"; DataValue[476][1] = "ST444092"; DataValue[476][2] = "Relay"; DataValue[476][3] = "24/03/2010"; DataValue[476][4] = "24/03/2010"; DataValue[476][5] = "7/04/2010"; DataValue[476][6] = ""; DataValue[476][7] = "West"; DataValue[476][8] = ""; DataValue[477] = new Array(MaxColls); DataValue[477][0] = "Crockerton"; DataValue[477][1] = "ST877428"; DataValue[477][2] = "Relay"; DataValue[477][3] = "24/03/2010"; DataValue[477][4] = "24/03/2010"; DataValue[477][5] = "7/04/2010"; DataValue[477][6] = ""; DataValue[477][7] = "West"; DataValue[477][8] = ""; DataValue[478] = new Array(MaxColls); DataValue[478][0] = "Dursley"; DataValue[478][1] = "ST788963"; DataValue[478][2] = "Relay"; DataValue[478][3] = "24/03/2010"; DataValue[478][4] = "24/03/2010"; DataValue[478][5] = "7/04/2010"; DataValue[478][6] = ""; DataValue[478][7] = "West"; DataValue[478][8] = ""; DataValue[479] = new Array(MaxColls); DataValue[479][0] = "Easter Compton"; DataValue[479][1] = "ST567830"; DataValue[479][2] = "Relay"; DataValue[479][3] = "24/03/2010"; DataValue[479][4] = "24/03/2010"; DataValue[479][5] = "7/04/2010"; DataValue[479][6] = ""; DataValue[479][7] = "West"; DataValue[479][8] = ""; DataValue[480] = new Array(MaxColls); DataValue[480][0] = "Exford"; DataValue[480][1] = "SS847379"; DataValue[480][2] = "Relay"; DataValue[480][3] = "24/03/2010"; DataValue[480][4] = "24/03/2010"; DataValue[480][5] = "7/04/2010"; DataValue[480][6] = ""; DataValue[480][7] = "West"; DataValue[480][8] = ""; DataValue[481] = new Array(MaxColls); DataValue[481][0] = "Frome"; DataValue[481][1] = "ST778482"; DataValue[481][2] = "Relay"; DataValue[481][3] = "24/03/2010"; DataValue[481][4] = "24/03/2010"; DataValue[481][5] = "7/04/2010"; DataValue[481][6] = ""; DataValue[481][7] = "West"; DataValue[481][8] = ""; DataValue[482] = new Array(MaxColls); DataValue[482][0] = "Hutton"; DataValue[482][1] = "ST361588"; DataValue[482][2] = "Relay"; DataValue[482][3] = "24/03/2010"; DataValue[482][4] = "24/03/2010"; DataValue[482][5] = "7/04/2010"; DataValue[482][6] = ""; DataValue[482][7] = "West"; DataValue[482][8] = ""; DataValue[483] = new Array(MaxColls); DataValue[483][0] = "Kewstoke"; DataValue[483][1] = "ST347639"; DataValue[483][2] = "Relay"; DataValue[483][3] = "24/03/2010"; DataValue[483][4] = "24/03/2010"; DataValue[483][5] = "7/04/2010"; DataValue[483][6] = ""; DataValue[483][7] = "West"; DataValue[483][8] = ""; DataValue[484] = new Array(MaxColls); DataValue[484][0] = "Kilve"; DataValue[484][1] = "ST143425"; DataValue[484][2] = "Relay"; DataValue[484][3] = "24/03/2010"; DataValue[484][4] = "24/03/2010"; DataValue[484][5] = "7/04/2010"; DataValue[484][6] = ""; DataValue[484][7] = "West"; DataValue[484][8] = ""; DataValue[485] = new Array(MaxColls); DataValue[485][0] = "Lydbrook"; DataValue[485][1] = "SO600163"; DataValue[485][2] = "Relay"; DataValue[485][3] = "24/03/2010"; DataValue[485][4] = "24/03/2010"; DataValue[485][5] = "7/04/2010"; DataValue[485][6] = ""; DataValue[485][7] = "West"; DataValue[485][8] = ""; DataValue[486] = new Array(MaxColls); DataValue[486][0] = "Marlborough"; DataValue[486][1] = "SU209688"; DataValue[486][2] = "Relay"; DataValue[486][3] = "24/03/2010"; DataValue[486][4] = "24/03/2010"; DataValue[486][5] = "7/04/2010"; DataValue[486][6] = ""; DataValue[486][7] = "West"; DataValue[486][8] = ""; DataValue[487] = new Array(MaxColls); DataValue[487][0] = "Mendip"; DataValue[487][1] = "ST564488"; DataValue[487][2] = "Main transmitter"; DataValue[487][3] = "15/11/1998"; DataValue[487][4] = "24/03/2010"; DataValue[487][5] = "7/04/2010"; DataValue[487][6] = "Starting 30/01/2014"; DataValue[487][7] = "West"; DataValue[487][8] = "Made in Bristol on 30/01/2014"; DataValue[488] = new Array(MaxColls); DataValue[488][0] = "Monksilver"; DataValue[488][1] = "ST085362"; DataValue[488][2] = "Relay"; DataValue[488][3] = "24/03/2010"; DataValue[488][4] = "24/03/2010"; DataValue[488][5] = "7/04/2010"; DataValue[488][6] = ""; DataValue[488][7] = "West"; DataValue[488][8] = ""; DataValue[489] = new Array(MaxColls); DataValue[489][0] = "Nailsworth"; DataValue[489][1] = "ST849990"; DataValue[489][2] = "Relay"; DataValue[489][3] = "24/03/2010"; DataValue[489][4] = "24/03/2010"; DataValue[489][5] = "7/04/2010"; DataValue[489][6] = ""; DataValue[489][7] = "West"; DataValue[489][8] = ""; DataValue[490] = new Array(MaxColls); DataValue[490][0] = "Ogbourne St George"; DataValue[490][1] = "SU205732"; DataValue[490][2] = "Relay"; DataValue[490][3] = "24/03/2010"; DataValue[490][4] = "24/03/2010"; DataValue[490][5] = "7/04/2010"; DataValue[490][6] = ""; DataValue[490][7] = "West"; DataValue[490][8] = ""; DataValue[491] = new Array(MaxColls); DataValue[491][0] = "Parkend"; DataValue[491][1] = "SO616083"; DataValue[491][2] = "Relay"; DataValue[491][3] = "24/03/2010"; DataValue[491][4] = "24/03/2010"; DataValue[491][5] = "7/04/2010"; DataValue[491][6] = ""; DataValue[491][7] = "West"; DataValue[491][8] = ""; DataValue[492] = new Array(MaxColls); DataValue[492][0] = "Pillowell HP"; DataValue[492][1] = "SO625065"; DataValue[492][2] = "Relay"; DataValue[492][3] = "24/03/2010"; DataValue[492][4] = "24/03/2010"; DataValue[492][5] = "7/04/2010"; DataValue[492][6] = ""; DataValue[492][7] = "West"; DataValue[492][8] = ""; DataValue[493] = new Array(MaxColls); DataValue[493][0] = "Porlock"; DataValue[493][1] = "SS883462"; DataValue[493][2] = "Relay"; DataValue[493][3] = "24/03/2010"; DataValue[493][4] = "24/03/2010"; DataValue[493][5] = "7/04/2010"; DataValue[493][6] = ""; DataValue[493][7] = "West"; DataValue[493][8] = ""; DataValue[494] = new Array(MaxColls); DataValue[494][0] = "Portbury"; DataValue[494][1] = "ST501751"; DataValue[494][2] = "Relay"; DataValue[494][3] = "24/03/2010"; DataValue[494][4] = "24/03/2010"; DataValue[494][5] = "7/04/2010"; DataValue[494][6] = ""; DataValue[494][7] = "West"; DataValue[494][8] = ""; DataValue[495] = new Array(MaxColls); DataValue[495][0] = "Portishead"; DataValue[495][1] = "ST458764"; DataValue[495][2] = "Relay"; DataValue[495][3] = "24/03/2010"; DataValue[495][4] = "24/03/2010"; DataValue[495][5] = "7/04/2010"; DataValue[495][6] = ""; DataValue[495][7] = "West"; DataValue[495][8] = ""; DataValue[496] = new Array(MaxColls); DataValue[496][0] = "Redbrook"; DataValue[496][1] = "SO538093"; DataValue[496][2] = "Relay"; DataValue[496][3] = "24/03/2010"; DataValue[496][4] = "24/03/2010"; DataValue[496][5] = "7/04/2010"; DataValue[496][6] = ""; DataValue[496][7] = "West"; DataValue[496][8] = ""; DataValue[497] = new Array(MaxColls); DataValue[497][0] = "Redcliff Bay"; DataValue[497][1] = "ST439751"; DataValue[497][2] = "Relay"; DataValue[497][3] = "24/03/2010"; DataValue[497][4] = "24/03/2010"; DataValue[497][5] = "7/04/2010"; DataValue[497][6] = ""; DataValue[497][7] = "West"; DataValue[497][8] = ""; DataValue[498] = new Array(MaxColls); DataValue[498][0] = "Roadwater"; DataValue[498][1] = "ST026375"; DataValue[498][2] = "Relay"; DataValue[498][3] = "24/03/2010"; DataValue[498][4] = "24/03/2010"; DataValue[498][5] = "7/04/2010"; DataValue[498][6] = ""; DataValue[498][7] = "West"; DataValue[498][8] = ""; DataValue[499] = new Array(MaxColls); DataValue[499][0] = "Seagry Court"; DataValue[499][1] = "SU149881"; DataValue[499][2] = "Relay"; DataValue[499][3] = "24/03/2010"; DataValue[499][4] = "24/03/2010"; DataValue[499][5] = "7/04/2010"; DataValue[499][6] = ""; DataValue[499][7] = "West"; DataValue[499][8] = ""; DataValue[500] = new Array(MaxColls); DataValue[500][0] = "Siston"; DataValue[500][1] = "ST668744"; DataValue[500][2] = "Relay"; DataValue[500][3] = "24/03/2010"; DataValue[500][4] = "24/03/2010"; DataValue[500][5] = "7/04/2010"; DataValue[500][6] = ""; DataValue[500][7] = "West"; DataValue[500][8] = ""; DataValue[501] = new Array(MaxColls); DataValue[501][0] = "Slad"; DataValue[501][1] = "SO872055"; DataValue[501][2] = "Relay"; DataValue[501][3] = "24/03/2010"; DataValue[501][4] = "24/03/2010"; DataValue[501][5] = "7/04/2010"; DataValue[501][6] = ""; DataValue[501][7] = "West"; DataValue[501][8] = ""; DataValue[502] = new Array(MaxColls); DataValue[502][0] = "Stroud"; DataValue[502][1] = "SO836077"; DataValue[502][2] = "Relay"; DataValue[502][3] = "24/03/2010"; DataValue[502][4] = "24/03/2010"; DataValue[502][5] = "7/04/2010"; DataValue[502][6] = ""; DataValue[502][7] = "West"; DataValue[502][8] = ""; DataValue[503] = new Array(MaxColls); DataValue[503][0] = "Tintern"; DataValue[503][1] = "SO538002"; DataValue[503][2] = "Relay"; DataValue[503][3] = "24/03/2010"; DataValue[503][4] = "24/03/2010"; DataValue[503][5] = "7/04/2010"; DataValue[503][6] = ""; DataValue[503][7] = "West"; DataValue[503][8] = ""; DataValue[504] = new Array(MaxColls); DataValue[504][0] = "Ubley"; DataValue[504][1] = "ST539594"; DataValue[504][2] = "Relay"; DataValue[504][3] = "24/03/2010"; DataValue[504][4] = "24/03/2010"; DataValue[504][5] = "7/04/2010"; DataValue[504][6] = ""; DataValue[504][7] = "West"; DataValue[504][8] = ""; DataValue[505] = new Array(MaxColls); DataValue[505][0] = "Upavon"; DataValue[505][1] = "SU145518"; DataValue[505][2] = "Relay"; DataValue[505][3] = "24/03/2010"; DataValue[505][4] = "24/03/2010"; DataValue[505][5] = "7/04/2010"; DataValue[505][6] = ""; DataValue[505][7] = "West"; DataValue[505][8] = ""; DataValue[506] = new Array(MaxColls); DataValue[506][0] = "Washford"; DataValue[506][1] = "ST058410"; DataValue[506][2] = "Relay"; DataValue[506][3] = "24/03/2010"; DataValue[506][4] = "24/03/2010"; DataValue[506][5] = "7/04/2010"; DataValue[506][6] = ""; DataValue[506][7] = "West"; DataValue[506][8] = ""; DataValue[507] = new Array(MaxColls); DataValue[507][0] = "West Lavington"; DataValue[507][1] = "ST999525"; DataValue[507][2] = "Relay"; DataValue[507][3] = "24/03/2010"; DataValue[507][4] = "24/03/2010"; DataValue[507][5] = "7/04/2010"; DataValue[507][6] = ""; DataValue[507][7] = "West"; DataValue[507][8] = ""; DataValue[508] = new Array(MaxColls); DataValue[508][0] = "Westwood"; DataValue[508][1] = "ST817597"; DataValue[508][2] = "Relay"; DataValue[508][3] = "24/03/2010"; DataValue[508][4] = "24/03/2010"; DataValue[508][5] = "7/04/2010"; DataValue[508][6] = ""; DataValue[508][7] = "West"; DataValue[508][8] = ""; DataValue[509] = new Array(MaxColls); DataValue[509][0] = "Woodcombe"; DataValue[509][1] = "SS951458"; DataValue[509][2] = "Relay"; DataValue[509][3] = "24/03/2010"; DataValue[509][4] = "24/03/2010"; DataValue[509][5] = "7/04/2010"; DataValue[509][6] = ""; DataValue[509][7] = "West"; DataValue[509][8] = ""; DataValue[510] = new Array(MaxColls); DataValue[510][0] = "Wootton Courtenay"; DataValue[510][1] = "SS934426"; DataValue[510][2] = "Relay"; DataValue[510][3] = "24/03/2010"; DataValue[510][4] = "24/03/2010"; DataValue[510][5] = "7/04/2010"; DataValue[510][6] = ""; DataValue[510][7] = "West"; DataValue[510][8] = ""; DataValue[511] = new Array(MaxColls); DataValue[511][0] = "Baltasound"; DataValue[511][1] = "HP635109"; DataValue[511][2] = "Relay"; DataValue[511][3] = "5/05/2010"; DataValue[511][4] = "5/05/2010"; DataValue[511][5] = "19/05/2010"; DataValue[511][6] = ""; DataValue[511][7] = "Scotland / STV North"; DataValue[511][8] = ""; DataValue[512] = new Array(MaxColls); DataValue[512][0] = "Bressay"; DataValue[512][1] = "HU503387"; DataValue[512][2] = "Main transmitter"; DataValue[512][3] = "15/11/1998"; DataValue[512][4] = "5/05/2010"; DataValue[512][5] = "19/05/2010"; DataValue[512][6] = ""; DataValue[512][7] = "Scotland / STV North"; DataValue[512][8] = ""; DataValue[513] = new Array(MaxColls); DataValue[513][0] = "Collafirth Hill"; DataValue[513][1] = "HU335835"; DataValue[513][2] = "Relay"; DataValue[513][3] = "5/05/2010"; DataValue[513][4] = "5/05/2010"; DataValue[513][5] = "19/05/2010"; DataValue[513][6] = ""; DataValue[513][7] = "Scotland / STV North"; DataValue[513][8] = ""; DataValue[514] = new Array(MaxColls); DataValue[514][0] = "Fetlar"; DataValue[514][1] = "HU589914"; DataValue[514][2] = "Relay"; DataValue[514][3] = "5/05/2010"; DataValue[514][4] = "5/05/2010"; DataValue[514][5] = "19/05/2010"; DataValue[514][6] = ""; DataValue[514][7] = "Scotland / STV North"; DataValue[514][8] = ""; DataValue[515] = new Array(MaxColls); DataValue[515][0] = "Fitful Head"; DataValue[515][1] = "HU347136"; DataValue[515][2] = "Relay"; DataValue[515][3] = "5/05/2010"; DataValue[515][4] = "5/05/2010"; DataValue[515][5] = "19/05/2010"; DataValue[515][6] = ""; DataValue[515][7] = "Scotland / STV North"; DataValue[515][8] = ""; DataValue[516] = new Array(MaxColls); DataValue[516][0] = "Scalloway"; DataValue[516][1] = "HU398397"; DataValue[516][2] = "Relay"; DataValue[516][3] = "5/05/2010"; DataValue[516][4] = "5/05/2010"; DataValue[516][5] = "19/05/2010"; DataValue[516][6] = ""; DataValue[516][7] = "Scotland / STV North"; DataValue[516][8] = ""; DataValue[517] = new Array(MaxColls); DataValue[517][0] = "Swinster"; DataValue[517][1] = "HU440727"; DataValue[517][2] = "Relay"; DataValue[517][3] = "5/05/2010"; DataValue[517][4] = "5/05/2010"; DataValue[517][5] = "19/05/2010"; DataValue[517][6] = ""; DataValue[517][7] = "Scotland / STV North"; DataValue[517][8] = ""; DataValue[518] = new Array(MaxColls); DataValue[518][0] = "Voe"; DataValue[518][1] = "HU408634"; DataValue[518][2] = "Relay"; DataValue[518][3] = "5/05/2010"; DataValue[518][4] = "5/05/2010"; DataValue[518][5] = "19/05/2010"; DataValue[518][6] = ""; DataValue[518][7] = "Scotland / STV North"; DataValue[518][8] = ""; DataValue[519] = new Array(MaxColls); DataValue[519][0] = "Weisdale"; DataValue[519][1] = "HU379513"; DataValue[519][2] = "Relay"; DataValue[519][3] = "5/05/2010"; DataValue[519][4] = "5/05/2010"; DataValue[519][5] = "19/05/2010"; DataValue[519][6] = ""; DataValue[519][7] = "Scotland / STV North"; DataValue[519][8] = ""; DataValue[520] = new Array(MaxColls); DataValue[520][0] = "Burgar Hill VP"; DataValue[520][1] = "HY341261"; DataValue[520][2] = "Relay"; DataValue[520][3] = "12/05/2010"; DataValue[520][4] = "12/05/2010"; DataValue[520][5] = "26/05/2010"; DataValue[520][6] = ""; DataValue[520][7] = "Scotland / STV North"; DataValue[520][8] = ""; DataValue[521] = new Array(MaxColls); DataValue[521][0] = "Keelylang Hill"; DataValue[521][1] = "HY378102"; DataValue[521][2] = "Main transmitter"; DataValue[521][3] = "15/11/1998"; DataValue[521][4] = "12/05/2010"; DataValue[521][5] = "26/05/2010"; DataValue[521][6] = ""; DataValue[521][7] = "Scotland / STV North"; DataValue[521][8] = ""; DataValue[522] = new Array(MaxColls); DataValue[522][0] = "Pierowall"; DataValue[522][1] = "HY447497"; DataValue[522][2] = "Relay"; DataValue[522][3] = "12/05/2010"; DataValue[522][4] = "12/05/2010"; DataValue[522][5] = "26/05/2010"; DataValue[522][6] = ""; DataValue[522][7] = "Scotland / STV North"; DataValue[522][8] = ""; DataValue[523] = new Array(MaxColls); DataValue[523][0] = "Ben Tongue"; DataValue[523][1] = "NC604588"; DataValue[523][2] = "Relay"; DataValue[523][3] = "7/07/2010"; DataValue[523][4] = "7/07/2010"; DataValue[523][5] = "21/07/2010"; DataValue[523][6] = ""; DataValue[523][7] = "Scotland / STV North"; DataValue[523][8] = ""; DataValue[524] = new Array(MaxColls); DataValue[524][0] = "Durness"; DataValue[524][1] = "NC409672"; DataValue[524][2] = "Relay"; DataValue[524][3] = "7/07/2010"; DataValue[524][4] = "7/07/2010"; DataValue[524][5] = "21/07/2010"; DataValue[524][6] = ""; DataValue[524][7] = "Scotland / STV North"; DataValue[524][8] = ""; DataValue[525] = new Array(MaxColls); DataValue[525][0] = "Melvich"; DataValue[525][1] = "NC880637"; DataValue[525][2] = "Relay"; DataValue[525][3] = "7/07/2010"; DataValue[525][4] = "7/07/2010"; DataValue[525][5] = "21/07/2010"; DataValue[525][6] = ""; DataValue[525][7] = "Scotland / STV North"; DataValue[525][8] = ""; DataValue[526] = new Array(MaxColls); DataValue[526][0] = "Rumster Forest"; DataValue[526][1] = "ND197385"; DataValue[526][2] = "Main transmitter"; DataValue[526][3] = "15/11/1998"; DataValue[526][4] = "7/07/2010"; DataValue[526][5] = "21/07/2010"; DataValue[526][6] = ""; DataValue[526][7] = "Scotland / STV North"; DataValue[526][8] = ""; DataValue[527] = new Array(MaxColls); DataValue[527][0] = "Thurso"; DataValue[527][1] = "ND119673"; DataValue[527][2] = "Relay"; DataValue[527][3] = "2/06/2010"; DataValue[527][4] = "2/06/2010"; DataValue[527][5] = "16/06/2010"; DataValue[527][6] = ""; DataValue[527][7] = "Scotland / STV North"; DataValue[527][8] = ""; DataValue[528] = new Array(MaxColls); DataValue[528][0] = "Badachro"; DataValue[528][1] = "NG779741"; DataValue[528][2] = "Relay"; DataValue[528][3] = "7/07/2010"; DataValue[528][4] = "7/07/2010"; DataValue[528][5] = "21/07/2010"; DataValue[528][6] = ""; DataValue[528][7] = "Scotland / STV North"; DataValue[528][8] = ""; DataValue[529] = new Array(MaxColls); DataValue[529][0] = "Eitshal"; DataValue[529][1] = "NB305303"; DataValue[529][2] = "Main transmitter"; DataValue[529][3] = "15/11/1998"; DataValue[529][4] = "7/07/2010"; DataValue[529][5] = "21/07/2010"; DataValue[529][6] = ""; DataValue[529][7] = "Scotland / STV North"; DataValue[529][8] = ""; DataValue[530] = new Array(MaxColls); DataValue[530][0] = "Kinlochbervie"; DataValue[530][1] = "NC225560"; DataValue[530][2] = "Relay"; DataValue[530][3] = "7/07/2010"; DataValue[530][4] = "7/07/2010"; DataValue[530][5] = "21/07/2010"; DataValue[530][6] = ""; DataValue[530][7] = "Scotland / STV North"; DataValue[530][8] = ""; DataValue[531] = new Array(MaxColls); DataValue[531][0] = "Lochinver"; DataValue[531][1] = "NC092222"; DataValue[531][2] = "Relay"; DataValue[531][3] = "7/07/2010"; DataValue[531][4] = "7/07/2010"; DataValue[531][5] = "21/07/2010"; DataValue[531][6] = ""; DataValue[531][7] = "Scotland / STV North"; DataValue[531][8] = ""; DataValue[532] = new Array(MaxColls); DataValue[532][0] = "Ness Of Lewis"; DataValue[532][1] = "NB533603"; DataValue[532][2] = "Relay"; DataValue[532][3] = "7/07/2010"; DataValue[532][4] = "7/07/2010"; DataValue[532][5] = "21/07/2010"; DataValue[532][6] = ""; DataValue[532][7] = "Scotland / STV North"; DataValue[532][8] = ""; DataValue[533] = new Array(MaxColls); DataValue[533][0] = "Poolewe"; DataValue[533][1] = "NG860820"; DataValue[533][2] = "Relay"; DataValue[533][3] = "7/07/2010"; DataValue[533][4] = "7/07/2010"; DataValue[533][5] = "21/07/2010"; DataValue[533][6] = ""; DataValue[533][7] = "Scotland / STV North"; DataValue[533][8] = ""; DataValue[534] = new Array(MaxColls); DataValue[534][0] = "Staffin"; DataValue[534][1] = "NG495666"; DataValue[534][2] = "Relay"; DataValue[534][3] = "7/07/2010"; DataValue[534][4] = "7/07/2010"; DataValue[534][5] = "21/07/2010"; DataValue[534][6] = ""; DataValue[534][7] = "Scotland / STV North"; DataValue[534][8] = ""; DataValue[535] = new Array(MaxColls); DataValue[535][0] = "Ullapool"; DataValue[535][1] = "NH142935"; DataValue[535][2] = "Relay"; DataValue[535][3] = "7/07/2010"; DataValue[535][4] = "7/07/2010"; DataValue[535][5] = "21/07/2010"; DataValue[535][6] = ""; DataValue[535][7] = "Scotland / STV North"; DataValue[535][8] = ""; DataValue[536] = new Array(MaxColls); DataValue[536][0] = "Ardintoul"; DataValue[536][1] = "NG832242"; DataValue[536][2] = "Relay"; DataValue[536][3] = "14/07/2010"; DataValue[536][4] = "14/07/2010"; DataValue[536][5] = "28/07/2010"; DataValue[536][6] = ""; DataValue[536][7] = "Scotland / STV North"; DataValue[536][8] = ""; DataValue[537] = new Array(MaxColls); DataValue[537][0] = "Attadale"; DataValue[537][1] = "NG924392"; DataValue[537][2] = "Relay"; DataValue[537][3] = "14/07/2010"; DataValue[537][4] = "14/07/2010"; DataValue[537][5] = "28/07/2010"; DataValue[537][6] = ""; DataValue[537][7] = "Scotland / STV North"; DataValue[537][8] = ""; DataValue[538] = new Array(MaxColls); DataValue[538][0] = "Borve"; DataValue[538][1] = "NF648019"; DataValue[538][2] = "Relay"; DataValue[538][3] = "14/07/2010"; DataValue[538][4] = "14/07/2010"; DataValue[538][5] = "28/07/2010"; DataValue[538][6] = ""; DataValue[538][7] = "Scotland / STV North"; DataValue[538][8] = ""; DataValue[539] = new Array(MaxColls); DataValue[539][0] = "Bruernish"; DataValue[539][1] = "NF719023"; DataValue[539][2] = "Relay"; DataValue[539][3] = "14/07/2010"; DataValue[539][4] = "14/07/2010"; DataValue[539][5] = "28/07/2010"; DataValue[539][6] = ""; DataValue[539][7] = "Scotland / STV North"; DataValue[539][8] = ""; DataValue[540] = new Array(MaxColls); DataValue[540][0] = "Clettraval"; DataValue[540][1] = "NF751716"; DataValue[540][2] = "Relay"; DataValue[540][3] = "14/07/2010"; DataValue[540][4] = "14/07/2010"; DataValue[540][5] = "28/07/2010"; DataValue[540][6] = ""; DataValue[540][7] = "Scotland / STV North"; DataValue[540][8] = ""; DataValue[541] = new Array(MaxColls); DataValue[541][0] = "Daliburgh"; DataValue[541][1] = "NF736216"; DataValue[541][2] = "Relay"; DataValue[541][3] = "14/07/2010"; DataValue[541][4] = "14/07/2010"; DataValue[541][5] = "28/07/2010"; DataValue[541][6] = ""; DataValue[541][7] = "Scotland / STV North"; DataValue[541][8] = ""; DataValue[542] = new Array(MaxColls); DataValue[542][0] = "Duncraig"; DataValue[542][1] = "NG827324"; DataValue[542][2] = "Relay"; DataValue[542][3] = "14/07/2010"; DataValue[542][4] = "14/07/2010"; DataValue[542][5] = "28/07/2010"; DataValue[542][6] = ""; DataValue[542][7] = "Scotland / STV North"; DataValue[542][8] = ""; DataValue[543] = new Array(MaxColls); DataValue[543][0] = "Inverarish"; DataValue[543][1] = "NG557343"; DataValue[543][2] = "Relay"; DataValue[543][3] = "14/07/2010"; DataValue[543][4] = "14/07/2010"; DataValue[543][5] = "28/07/2010"; DataValue[543][6] = ""; DataValue[543][7] = "Scotland / STV North"; DataValue[543][8] = ""; DataValue[544] = new Array(MaxColls); DataValue[544][0] = "Kilbride South Uist"; DataValue[544][1] = "NF752148"; DataValue[544][2] = "Relay"; DataValue[544][3] = "14/07/2010"; DataValue[544][4] = "14/07/2010"; DataValue[544][5] = "28/07/2010"; DataValue[544][6] = ""; DataValue[544][7] = "Scotland / STV North"; DataValue[544][8] = ""; DataValue[545] = new Array(MaxColls); DataValue[545][0] = "Kylerhea"; DataValue[545][1] = "NG752206"; DataValue[545][2] = "Relay"; DataValue[545][3] = "14/07/2010"; DataValue[545][4] = "14/07/2010"; DataValue[545][5] = "28/07/2010"; DataValue[545][6] = ""; DataValue[545][7] = "Scotland / STV North"; DataValue[545][8] = ""; DataValue[546] = new Array(MaxColls); DataValue[546][0] = "Lochmaddy"; DataValue[546][1] = "NF950727"; DataValue[546][2] = "Relay"; DataValue[546][3] = "14/07/2010"; DataValue[546][4] = "14/07/2010"; DataValue[546][5] = "28/07/2010"; DataValue[546][6] = ""; DataValue[546][7] = "Scotland / STV North"; DataValue[546][8] = ""; DataValue[547] = new Array(MaxColls); DataValue[547][0] = "Penifiler"; DataValue[547][1] = "NG489417"; DataValue[547][2] = "Relay"; DataValue[547][3] = "14/07/2010"; DataValue[547][4] = "14/07/2010"; DataValue[547][5] = "28/07/2010"; DataValue[547][6] = ""; DataValue[547][7] = "Scotland / STV North"; DataValue[547][8] = ""; DataValue[548] = new Array(MaxColls); DataValue[548][0] = "Scoval"; DataValue[548][1] = "NG180516"; DataValue[548][2] = "Relay"; DataValue[548][3] = "14/07/2010"; DataValue[548][4] = "14/07/2010"; DataValue[548][5] = "28/07/2010"; DataValue[548][6] = ""; DataValue[548][7] = "Scotland / STV North"; DataValue[548][8] = ""; DataValue[549] = new Array(MaxColls); DataValue[549][0] = "Skriaig (Skye)"; DataValue[549][1] = "NG451408"; DataValue[549][2] = "Relay"; DataValue[549][3] = "14/07/2010"; DataValue[549][4] = "14/07/2010"; DataValue[549][5] = "28/07/2010"; DataValue[549][6] = ""; DataValue[549][7] = "Scotland / STV North"; DataValue[549][8] = ""; DataValue[550] = new Array(MaxColls); DataValue[550][0] = "Tarbert (Harris)"; DataValue[550][1] = "NB154001"; DataValue[550][2] = "Relay"; DataValue[550][3] = "14/07/2010"; DataValue[550][4] = "14/07/2010"; DataValue[550][5] = "28/07/2010"; DataValue[550][6] = ""; DataValue[550][7] = "Scotland / STV North"; DataValue[550][8] = ""; DataValue[551] = new Array(MaxColls); DataValue[551][0] = "Uig"; DataValue[551][1] = "NG383640"; DataValue[551][2] = "Relay"; DataValue[551][3] = "14/07/2010"; DataValue[551][4] = "14/07/2010"; DataValue[551][5] = "28/07/2010"; DataValue[551][6] = ""; DataValue[551][7] = "Scotland / STV North"; DataValue[551][8] = ""; DataValue[552] = new Array(MaxColls); DataValue[552][0] = "Angus"; DataValue[552][1] = "NO394407"; DataValue[552][2] = "Main transmitter"; DataValue[552][3] = "15/11/1998"; DataValue[552][4] = "4/08/2010"; DataValue[552][5] = "18/08/2010"; DataValue[552][6] = "Short listed"; DataValue[552][7] = "Scotland / STV North"; DataValue[552][8] = ""; DataValue[553] = new Array(MaxColls); DataValue[553][0] = "Auchtermuchty"; DataValue[553][1] = "NO214094"; DataValue[553][2] = "Relay"; DataValue[553][3] = "4/08/2010"; DataValue[553][4] = "4/08/2010"; DataValue[553][5] = "18/08/2010"; DataValue[553][6] = ""; DataValue[553][7] = "Scotland / STV North"; DataValue[553][8] = ""; DataValue[554] = new Array(MaxColls); DataValue[554][0] = "Balmullo"; DataValue[554][1] = "NO426214"; DataValue[554][2] = "Relay"; DataValue[554][3] = "4/08/2010"; DataValue[554][4] = "4/08/2010"; DataValue[554][5] = "18/08/2010"; DataValue[554][6] = ""; DataValue[554][7] = "Scotland / STV North"; DataValue[554][8] = ""; DataValue[555] = new Array(MaxColls); DataValue[555][0] = "Balnaguard"; DataValue[555][1] = "NN956511"; DataValue[555][2] = "Relay"; DataValue[555][3] = "4/08/2010"; DataValue[555][4] = "4/08/2010"; DataValue[555][5] = "18/08/2010"; DataValue[555][6] = ""; DataValue[555][7] = "Scotland / STV North"; DataValue[555][8] = ""; DataValue[556] = new Array(MaxColls); DataValue[556][0] = "Blair Atholl"; DataValue[556][1] = "NN894658"; DataValue[556][2] = "Relay"; DataValue[556][3] = "4/08/2010"; DataValue[556][4] = "4/08/2010"; DataValue[556][5] = "18/08/2010"; DataValue[556][6] = ""; DataValue[556][7] = "Scotland / STV North"; DataValue[556][8] = ""; DataValue[557] = new Array(MaxColls); DataValue[557][0] = "Camperdown"; DataValue[557][1] = "NO360311"; DataValue[557][2] = "Relay"; DataValue[557][3] = "4/08/2010"; DataValue[557][4] = "4/08/2010"; DataValue[557][5] = "18/08/2010"; DataValue[557][6] = ""; DataValue[557][7] = "Scotland / STV North"; DataValue[557][8] = ""; DataValue[558] = new Array(MaxColls); DataValue[558][0] = "Carie"; DataValue[558][1] = "NN615572"; DataValue[558][2] = "Relay"; DataValue[558][3] = "4/08/2010"; DataValue[558][4] = "4/08/2010"; DataValue[558][5] = "18/08/2010"; DataValue[558][6] = ""; DataValue[558][7] = "Scotland / STV North"; DataValue[558][8] = ""; DataValue[559] = new Array(MaxColls); DataValue[559][0] = "Crieff"; DataValue[559][1] = "NN814200"; DataValue[559][2] = "Relay"; DataValue[559][3] = "4/08/2010"; DataValue[559][4] = "4/08/2010"; DataValue[559][5] = "18/08/2010"; DataValue[559][6] = ""; DataValue[559][7] = "Scotland / STV North"; DataValue[559][8] = ""; DataValue[560] = new Array(MaxColls); DataValue[560][0] = "Cupar"; DataValue[560][1] = "NO378139"; DataValue[560][2] = "Relay"; DataValue[560][3] = "4/08/2010"; DataValue[560][4] = "4/08/2010"; DataValue[560][5] = "18/08/2010"; DataValue[560][6] = ""; DataValue[560][7] = "Scotland / STV North"; DataValue[560][8] = ""; DataValue[561] = new Array(MaxColls); DataValue[561][0] = "Dunkeld"; DataValue[561][1] = "NO046415"; DataValue[561][2] = "Relay"; DataValue[561][3] = "4/08/2010"; DataValue[561][4] = "4/08/2010"; DataValue[561][5] = "18/08/2010"; DataValue[561][6] = ""; DataValue[561][7] = "Scotland / STV North"; DataValue[561][8] = ""; DataValue[562] = new Array(MaxColls); DataValue[562][0] = "Dunkeld Town"; DataValue[562][1] = "NO022430"; DataValue[562][2] = "Relay"; DataValue[562][3] = "4/08/2010"; DataValue[562][4] = "4/08/2010"; DataValue[562][5] = "18/08/2010"; DataValue[562][6] = ""; DataValue[562][7] = "Scotland / STV North"; DataValue[562][8] = ""; DataValue[563] = new Array(MaxColls); DataValue[563][0] = "Grandtully"; DataValue[563][1] = "NN917527"; DataValue[563][2] = "Relay"; DataValue[563][3] = "4/08/2010"; DataValue[563][4] = "4/08/2010"; DataValue[563][5] = "18/08/2010"; DataValue[563][6] = ""; DataValue[563][7] = "Scotland / STV North"; DataValue[563][8] = ""; DataValue[564] = new Array(MaxColls); DataValue[564][0] = "Kenmore"; DataValue[564][1] = "NN774472"; DataValue[564][2] = "Relay"; DataValue[564][3] = "4/08/2010"; DataValue[564][4] = "4/08/2010"; DataValue[564][5] = "18/08/2010"; DataValue[564][6] = ""; DataValue[564][7] = "Scotland / STV North"; DataValue[564][8] = ""; DataValue[565] = new Array(MaxColls); DataValue[565][0] = "Killin"; DataValue[565][1] = "NN602314"; DataValue[565][2] = "Relay"; DataValue[565][3] = "4/08/2010"; DataValue[565][4] = "4/08/2010"; DataValue[565][5] = "18/08/2010"; DataValue[565][6] = ""; DataValue[565][7] = "Scotland / STV North"; DataValue[565][8] = ""; DataValue[566] = new Array(MaxColls); DataValue[566][0] = "Lindores"; DataValue[566][1] = "NO251159"; DataValue[566][2] = "Relay"; DataValue[566][3] = "4/08/2010"; DataValue[566][4] = "4/08/2010"; DataValue[566][5] = "18/08/2010"; DataValue[566][6] = ""; DataValue[566][7] = "Scotland / STV North"; DataValue[566][8] = ""; DataValue[567] = new Array(MaxColls); DataValue[567][0] = "Lochearnhead"; DataValue[567][1] = "NN594227"; DataValue[567][2] = "Relay"; DataValue[567][3] = "4/08/2010"; DataValue[567][4] = "4/08/2010"; DataValue[567][5] = "18/08/2010"; DataValue[567][6] = ""; DataValue[567][7] = "Scotland / STV North"; DataValue[567][8] = ""; DataValue[568] = new Array(MaxColls); DataValue[568][0] = "Methven"; DataValue[568][1] = "NO016265"; DataValue[568][2] = "Relay"; DataValue[568][3] = "4/08/2010"; DataValue[568][4] = "4/08/2010"; DataValue[568][5] = "18/08/2010"; DataValue[568][6] = ""; DataValue[568][7] = "Scotland / STV North"; DataValue[568][8] = ""; DataValue[569] = new Array(MaxColls); DataValue[569][0] = "Perth"; DataValue[569][1] = "NO108212"; DataValue[569][2] = "Relay"; DataValue[569][3] = "4/08/2010"; DataValue[569][4] = "4/08/2010"; DataValue[569][5] = "18/08/2010"; DataValue[569][6] = "Short listed"; DataValue[569][7] = "Scotland / STV North"; DataValue[569][8] = ""; DataValue[570] = new Array(MaxColls); DataValue[570][0] = "Pitlochry"; DataValue[570][1] = "NN923565"; DataValue[570][2] = "Relay"; DataValue[570][3] = "4/08/2010"; DataValue[570][4] = "4/08/2010"; DataValue[570][5] = "18/08/2010"; DataValue[570][6] = ""; DataValue[570][7] = "Scotland / STV North"; DataValue[570][8] = ""; DataValue[571] = new Array(MaxColls); DataValue[571][0] = "St Fillans"; DataValue[571][1] = "NN663248"; DataValue[571][2] = "Relay"; DataValue[571][3] = "4/08/2010"; DataValue[571][4] = "4/08/2010"; DataValue[571][5] = "18/08/2010"; DataValue[571][6] = ""; DataValue[571][7] = "Scotland / STV North"; DataValue[571][8] = ""; DataValue[572] = new Array(MaxColls); DataValue[572][0] = "Strathallan"; DataValue[572][1] = "NN860059"; DataValue[572][2] = "Relay"; DataValue[572][3] = "4/08/2010"; DataValue[572][4] = "4/08/2010"; DataValue[572][5] = "18/08/2010"; DataValue[572][6] = ""; DataValue[572][7] = "Scotland / STV North"; DataValue[572][8] = ""; DataValue[573] = new Array(MaxColls); DataValue[573][0] = "Tay Bridge"; DataValue[573][1] = "NO430284"; DataValue[573][2] = "Relay"; DataValue[573][3] = "4/08/2010"; DataValue[573][4] = "4/08/2010"; DataValue[573][5] = "18/08/2010"; DataValue[573][6] = "Short listed"; DataValue[573][7] = "Scotland / STV North"; DataValue[573][8] = ""; DataValue[574] = new Array(MaxColls); DataValue[574][0] = "Tummel Bridge"; DataValue[574][1] = "NN771600"; DataValue[574][2] = "Relay"; DataValue[574][3] = "4/08/2010"; DataValue[574][4] = "4/08/2010"; DataValue[574][5] = "18/08/2010"; DataValue[574][6] = ""; DataValue[574][7] = "Scotland / STV North"; DataValue[574][8] = ""; DataValue[575] = new Array(MaxColls); DataValue[575][0] = "Balgownie"; DataValue[575][1] = "NJ927104"; DataValue[575][2] = "Relay"; DataValue[575][3] = "1/09/2010"; DataValue[575][4] = "1/09/2010"; DataValue[575][5] = "15/09/2010"; DataValue[575][6] = ""; DataValue[575][7] = "Scotland / STV North"; DataValue[575][8] = ""; DataValue[576] = new Array(MaxColls); DataValue[576][0] = "Banff"; DataValue[576][1] = "NJ687617"; DataValue[576][2] = "Relay"; DataValue[576][3] = "1/09/2010"; DataValue[576][4] = "1/09/2010"; DataValue[576][5] = "15/09/2010"; DataValue[576][6] = ""; DataValue[576][7] = "Scotland / STV North"; DataValue[576][8] = ""; DataValue[577] = new Array(MaxColls); DataValue[577][0] = "Boddam"; DataValue[577][1] = "NK126415"; DataValue[577][2] = "Relay"; DataValue[577][3] = "1/09/2010"; DataValue[577][4] = "1/09/2010"; DataValue[577][5] = "15/09/2010"; DataValue[577][6] = ""; DataValue[577][7] = "Scotland / STV North"; DataValue[577][8] = ""; DataValue[578] = new Array(MaxColls); DataValue[578][0] = "Braemar"; DataValue[578][1] = "NO108907"; DataValue[578][2] = "Relay"; DataValue[578][3] = "1/09/2010"; DataValue[578][4] = "1/09/2010"; DataValue[578][5] = "15/09/2010"; DataValue[578][6] = ""; DataValue[578][7] = "Scotland / STV North"; DataValue[578][8] = ""; DataValue[579] = new Array(MaxColls); DataValue[579][0] = "Brechin"; DataValue[579][1] = "NO604590"; DataValue[579][2] = "Relay"; DataValue[579][3] = "1/09/2010"; DataValue[579][4] = "1/09/2010"; DataValue[579][5] = "15/09/2010"; DataValue[579][6] = ""; DataValue[579][7] = "Scotland / STV North"; DataValue[579][8] = ""; DataValue[580] = new Array(MaxColls); DataValue[580][0] = "Durris"; DataValue[580][1] = "NO763899"; DataValue[580][2] = "Main transmitter"; DataValue[580][3] = "15/11/1998"; DataValue[580][4] = "1/09/2010"; DataValue[580][5] = "15/09/2010"; DataValue[580][6] = "Short listed"; DataValue[580][7] = "Scotland / STV North"; DataValue[580][8] = ""; DataValue[581] = new Array(MaxColls); DataValue[581][0] = "Ellon"; DataValue[581][1] = "NJ958311"; DataValue[581][2] = "Relay"; DataValue[581][3] = "1/09/2010"; DataValue[581][4] = "1/09/2010"; DataValue[581][5] = "15/09/2010"; DataValue[581][6] = ""; DataValue[581][7] = "Scotland / STV North"; DataValue[581][8] = ""; DataValue[582] = new Array(MaxColls); DataValue[582][0] = "Gartley Moor"; DataValue[582][1] = "NJ547326"; DataValue[582][2] = "Relay"; DataValue[582][3] = "1/09/2010"; DataValue[582][4] = "1/09/2010"; DataValue[582][5] = "15/09/2010"; DataValue[582][6] = ""; DataValue[582][7] = "Scotland / STV North"; DataValue[582][8] = ""; DataValue[583] = new Array(MaxColls); DataValue[583][0] = "Gourdon"; DataValue[583][1] = "NO827709"; DataValue[583][2] = "Relay"; DataValue[583][3] = "1/09/2010"; DataValue[583][4] = "1/09/2010"; DataValue[583][5] = "15/09/2010"; DataValue[583][6] = ""; DataValue[583][7] = "Scotland / STV North"; DataValue[583][8] = ""; DataValue[584] = new Array(MaxColls); DataValue[584][0] = "Lumphanan"; DataValue[584][1] = "NJ587049"; DataValue[584][2] = "Relay"; DataValue[584][3] = "1/09/2010"; DataValue[584][4] = "1/09/2010"; DataValue[584][5] = "15/09/2010"; DataValue[584][6] = ""; DataValue[584][7] = "Scotland / STV North"; DataValue[584][8] = ""; DataValue[585] = new Array(MaxColls); DataValue[585][0] = "Peterhead"; DataValue[585][1] = "NK111452"; DataValue[585][2] = "Relay"; DataValue[585][3] = "1/09/2010"; DataValue[585][4] = "1/09/2010"; DataValue[585][5] = "15/09/2010"; DataValue[585][6] = ""; DataValue[585][7] = "Scotland / STV North"; DataValue[585][8] = ""; DataValue[586] = new Array(MaxColls); DataValue[586][0] = "Rosehearty"; DataValue[586][1] = "NJ934663"; DataValue[586][2] = "Relay"; DataValue[586][3] = "1/09/2010"; DataValue[586][4] = "1/09/2010"; DataValue[586][5] = "15/09/2010"; DataValue[586][6] = ""; DataValue[586][7] = "Scotland / STV North"; DataValue[586][8] = ""; DataValue[587] = new Array(MaxColls); DataValue[587][0] = "Tomintoul"; DataValue[587][1] = "NJ163209"; DataValue[587][2] = "Relay"; DataValue[587][3] = "1/09/2010"; DataValue[587][4] = "1/09/2010"; DataValue[587][5] = "15/09/2010"; DataValue[587][6] = ""; DataValue[587][7] = "Scotland / STV North"; DataValue[587][8] = ""; DataValue[588] = new Array(MaxColls); DataValue[588][0] = "Tullich"; DataValue[588][1] = "NO379984"; DataValue[588][2] = "Relay"; DataValue[588][3] = "1/09/2010"; DataValue[588][4] = "1/09/2010"; DataValue[588][5] = "15/09/2010"; DataValue[588][6] = ""; DataValue[588][7] = "Scotland / STV North"; DataValue[588][8] = ""; DataValue[589] = new Array(MaxColls); DataValue[589][0] = "Aviemore"; DataValue[589][1] = "NH940125"; DataValue[589][2] = "Relay"; DataValue[589][3] = "8/09/2010"; DataValue[589][4] = "8/09/2010"; DataValue[589][5] = "22/09/2010"; DataValue[589][6] = ""; DataValue[589][7] = "Scotland / STV North"; DataValue[589][8] = ""; DataValue[590] = new Array(MaxColls); DataValue[590][0] = "Avoch"; DataValue[590][1] = "NH702555"; DataValue[590][2] = "Relay"; DataValue[590][3] = "8/09/2010"; DataValue[590][4] = "8/09/2010"; DataValue[590][5] = "22/09/2010"; DataValue[590][6] = ""; DataValue[590][7] = "Scotland / STV North"; DataValue[590][8] = ""; DataValue[591] = new Array(MaxColls); DataValue[591][0] = "Balblair Wood"; DataValue[591][1] = "NH593952"; DataValue[591][2] = "Relay"; DataValue[591][3] = "8/09/2010"; DataValue[591][4] = "8/09/2010"; DataValue[591][5] = "22/09/2010"; DataValue[591][6] = ""; DataValue[591][7] = "Scotland / STV North"; DataValue[591][8] = ""; DataValue[592] = new Array(MaxColls); DataValue[592][0] = "Craigellachie"; DataValue[592][1] = "NJ262443"; DataValue[592][2] = "Relay"; DataValue[592][3] = "8/09/2010"; DataValue[592][4] = "8/09/2010"; DataValue[592][5] = "22/09/2010"; DataValue[592][6] = ""; DataValue[592][7] = "Scotland / STV North"; DataValue[592][8] = ""; DataValue[593] = new Array(MaxColls); DataValue[593][0] = "Grantown Link"; DataValue[593][1] = "NJ003267"; DataValue[593][2] = "Relay"; DataValue[593][3] = "8/09/2010"; DataValue[593][4] = "8/09/2010"; DataValue[593][5] = "22/09/2010"; DataValue[593][6] = ""; DataValue[593][7] = "Scotland / STV North"; DataValue[593][8] = ""; DataValue[594] = new Array(MaxColls); DataValue[594][0] = "Kingussie"; DataValue[594][1] = "NN769985"; DataValue[594][2] = "Relay"; DataValue[594][3] = "8/09/2010"; DataValue[594][4] = "8/09/2010"; DataValue[594][5] = "22/09/2010"; DataValue[594][6] = ""; DataValue[594][7] = "Scotland / STV North"; DataValue[594][8] = ""; DataValue[595] = new Array(MaxColls); DataValue[595][0] = "Knockmore"; DataValue[595][1] = "NJ321497"; DataValue[595][2] = "Main transmitter"; DataValue[595][3] = "15/11/1998"; DataValue[595][4] = "8/09/2010"; DataValue[595][5] = "22/09/2010"; DataValue[595][6] = ""; DataValue[595][7] = "Scotland / STV North"; DataValue[595][8] = ""; DataValue[596] = new Array(MaxColls); DataValue[596][0] = "Lairg"; DataValue[596][1] = "NC574056"; DataValue[596][2] = "Relay"; DataValue[596][3] = "8/09/2010"; DataValue[596][4] = "8/09/2010"; DataValue[596][5] = "22/09/2010"; DataValue[596][6] = ""; DataValue[596][7] = "Scotland / STV North"; DataValue[596][8] = ""; DataValue[597] = new Array(MaxColls); DataValue[597][0] = "Auchmore Wood"; DataValue[597][1] = "NH484502"; DataValue[597][2] = "Relay"; DataValue[597][3] = "6/10/2010"; DataValue[597][4] = "6/10/2010"; DataValue[597][5] = "20/10/2010"; DataValue[597][6] = ""; DataValue[597][7] = "Scotland / STV North"; DataValue[597][8] = ""; DataValue[598] = new Array(MaxColls); DataValue[598][0] = "Cromarty"; DataValue[598][1] = "NH787676"; DataValue[598][2] = "Relay"; DataValue[598][3] = "6/10/2010"; DataValue[598][4] = "6/10/2010"; DataValue[598][5] = "20/10/2010"; DataValue[598][6] = ""; DataValue[598][7] = "Scotland / STV North"; DataValue[598][8] = ""; DataValue[599] = new Array(MaxColls); DataValue[599][0] = "Fodderty"; DataValue[599][1] = "NH512606"; DataValue[599][2] = "Relay"; DataValue[599][3] = "6/10/2010"; DataValue[599][4] = "6/10/2010"; DataValue[599][5] = "20/10/2010"; DataValue[599][6] = ""; DataValue[599][7] = "Scotland / STV North"; DataValue[599][8] = ""; DataValue[600] = new Array(MaxColls); DataValue[600][0] = "Fort Augustus"; DataValue[600][1] = "NH361049"; DataValue[600][2] = "Relay"; DataValue[600][3] = "6/10/2010"; DataValue[600][4] = "6/10/2010"; DataValue[600][5] = "20/10/2010"; DataValue[600][6] = ""; DataValue[600][7] = "Scotland / STV North"; DataValue[600][8] = ""; DataValue[601] = new Array(MaxColls); DataValue[601][0] = "Glen Convinth"; DataValue[601][1] = "NH506392"; DataValue[601][2] = "Relay"; DataValue[601][3] = "6/10/2010"; DataValue[601][4] = "6/10/2010"; DataValue[601][5] = "20/10/2010"; DataValue[601][6] = ""; DataValue[601][7] = "Scotland / STV North"; DataValue[601][8] = ""; DataValue[602] = new Array(MaxColls); DataValue[602][0] = "Glen Urquhart"; DataValue[602][1] = "NH442295"; DataValue[602][2] = "Relay"; DataValue[602][3] = "6/10/2010"; DataValue[602][4] = "6/10/2010"; DataValue[602][5] = "20/10/2010"; DataValue[602][6] = ""; DataValue[602][7] = "Scotland / STV North"; DataValue[602][8] = ""; DataValue[603] = new Array(MaxColls); DataValue[603][0] = "Inverness"; DataValue[603][1] = "NH667447"; DataValue[603][2] = "Relay"; DataValue[603][3] = "6/10/2010"; DataValue[603][4] = "6/10/2010"; DataValue[603][5] = "20/10/2010"; DataValue[603][6] = "Short listed"; DataValue[603][7] = "Scotland / STV North"; DataValue[603][8] = ""; DataValue[604] = new Array(MaxColls); DataValue[604][0] = "Mounteagle"; DataValue[604][1] = "NH640581"; DataValue[604][2] = "Main transmitter for Channel 5"; DataValue[604][3] = "N/A"; DataValue[604][4] = "N/A"; DataValue[604][5] = "N/A"; DataValue[604][6] = ""; DataValue[604][7] = "Scotland / STV North"; DataValue[604][8] = "Ending on 20/10/2010"; DataValue[605] = new Array(MaxColls); DataValue[605][0] = "Rosemarkie"; DataValue[605][1] = "NH762623"; DataValue[605][2] = "Main transmitter"; DataValue[605][3] = "15/11/1998"; DataValue[605][4] = "6/10/2010"; DataValue[605][5] = "20/10/2010"; DataValue[605][6] = "Short listed"; DataValue[605][7] = "Scotland / STV North"; DataValue[605][8] = ""; DataValue[606] = new Array(MaxColls); DataValue[606][0] = "Tomatin"; DataValue[606][1] = "NH822288"; DataValue[606][2] = "Relay"; DataValue[606][3] = "6/10/2010"; DataValue[606][4] = "6/10/2010"; DataValue[606][5] = "20/10/2010"; DataValue[606][6] = ""; DataValue[606][7] = "Scotland / STV North"; DataValue[606][8] = ""; DataValue[607] = new Array(MaxColls); DataValue[607][0] = "Tomich"; DataValue[607][1] = "NH306276"; DataValue[607][2] = "Relay"; DataValue[607][3] = "6/10/2010"; DataValue[607][4] = "6/10/2010"; DataValue[607][5] = "20/10/2010"; DataValue[607][6] = ""; DataValue[607][7] = "Scotland / STV North"; DataValue[607][8] = ""; DataValue[608] = new Array(MaxColls); DataValue[608][0] = "Tomich Link"; DataValue[608][1] = "NH321265"; DataValue[608][2] = "Relay"; DataValue[608][3] = "6/10/2010"; DataValue[608][4] = "6/10/2010"; DataValue[608][5] = "20/10/2010"; DataValue[608][6] = ""; DataValue[608][7] = "Scotland / STV North"; DataValue[608][8] = ""; DataValue[609] = new Array(MaxColls); DataValue[609][0] = "Wester Erchite"; DataValue[609][1] = "NH577307"; DataValue[609][2] = "Relay"; DataValue[609][3] = "6/10/2010"; DataValue[609][4] = "6/10/2010"; DataValue[609][5] = "20/10/2010"; DataValue[609][6] = ""; DataValue[609][7] = "Scotland / STV North"; DataValue[609][8] = ""; DataValue[610] = new Array(MaxColls); DataValue[610][0] = "Acharacle"; DataValue[610][1] = "NM678695"; DataValue[610][2] = "Relay"; DataValue[610][3] = "13/10/2010"; DataValue[610][4] = "13/10/2010"; DataValue[610][5] = "27/10/2010"; DataValue[610][6] = ""; DataValue[610][7] = "Scotland / STV"; DataValue[610][8] = ""; DataValue[611] = new Array(MaxColls); DataValue[611][0] = "Arisaig"; DataValue[611][1] = "NM699873"; DataValue[611][2] = "Relay"; DataValue[611][3] = "13/10/2010"; DataValue[611][4] = "13/10/2010"; DataValue[611][5] = "27/10/2010"; DataValue[611][6] = ""; DataValue[611][7] = "Scotland / STV"; DataValue[611][8] = ""; DataValue[612] = new Array(MaxColls); DataValue[612][0] = "Ballachulish"; DataValue[612][1] = "NN059593"; DataValue[612][2] = "Relay"; DataValue[612][3] = "13/10/2010"; DataValue[612][4] = "13/10/2010"; DataValue[612][5] = "27/10/2010"; DataValue[612][6] = ""; DataValue[612][7] = "Scotland / STV"; DataValue[612][8] = ""; DataValue[613] = new Array(MaxColls); DataValue[613][0] = "Bellanoch"; DataValue[613][1] = "NR803919"; DataValue[613][2] = "Relay"; DataValue[613][3] = "13/10/2010"; DataValue[613][4] = "13/10/2010"; DataValue[613][5] = "27/10/2010"; DataValue[613][6] = ""; DataValue[613][7] = "Scotland / STV"; DataValue[613][8] = ""; DataValue[614] = new Array(MaxColls); DataValue[614][0] = "Castlebay"; DataValue[614][1] = "NL652979"; DataValue[614][2] = "Relay"; DataValue[614][3] = "13/10/2010"; DataValue[614][4] = "13/10/2010"; DataValue[614][5] = "27/10/2010"; DataValue[614][6] = ""; DataValue[614][7] = "Scotland / STV"; DataValue[614][8] = ""; DataValue[615] = new Array(MaxColls); DataValue[615][0] = "Cow Hill"; DataValue[615][1] = "NN112735"; DataValue[615][2] = "Relay"; DataValue[615][3] = "13/10/2010"; DataValue[615][4] = "13/10/2010"; DataValue[615][5] = "27/10/2010"; DataValue[615][6] = ""; DataValue[615][7] = "Scotland / STV"; DataValue[615][8] = ""; DataValue[616] = new Array(MaxColls); DataValue[616][0] = "Dalmally"; DataValue[616][1] = "NN143260"; DataValue[616][2] = "Relay"; DataValue[616][3] = "13/10/2010"; DataValue[616][4] = "13/10/2010"; DataValue[616][5] = "27/10/2010"; DataValue[616][6] = ""; DataValue[616][7] = "Scotland / STV"; DataValue[616][8] = ""; DataValue[617] = new Array(MaxColls); DataValue[617][0] = "Dychliemore Link"; DataValue[617][1] = "NN138238"; DataValue[617][2] = "Relay"; DataValue[617][3] = "13/10/2010"; DataValue[617][4] = "13/10/2010"; DataValue[617][5] = "27/10/2010"; DataValue[617][6] = ""; DataValue[617][7] = "Scotland / STV"; DataValue[617][8] = ""; DataValue[618] = new Array(MaxColls); DataValue[618][0] = "Fiunary"; DataValue[618][1] = "NM602468"; DataValue[618][2] = "Relay"; DataValue[618][3] = "13/10/2010"; DataValue[618][4] = "13/10/2010"; DataValue[618][5] = "27/10/2010"; DataValue[618][6] = ""; DataValue[618][7] = "Scotland / STV"; DataValue[618][8] = ""; DataValue[619] = new Array(MaxColls); DataValue[619][0] = "Glengorm"; DataValue[619][1] = "NM466565"; DataValue[619][2] = "Relay"; DataValue[619][3] = "13/10/2010"; DataValue[619][4] = "13/10/2010"; DataValue[619][5] = "27/10/2010"; DataValue[619][6] = ""; DataValue[619][7] = "Scotland / STV"; DataValue[619][8] = ""; DataValue[620] = new Array(MaxColls); DataValue[620][0] = "Kilmelford"; DataValue[620][1] = "NM818101"; DataValue[620][2] = "Relay"; DataValue[620][3] = "13/10/2010"; DataValue[620][4] = "13/10/2010"; DataValue[620][5] = "27/10/2010"; DataValue[620][6] = ""; DataValue[620][7] = "Scotland / STV"; DataValue[620][8] = ""; DataValue[621] = new Array(MaxColls); DataValue[621][0] = "Kinlochleven"; DataValue[621][1] = "NN178630"; DataValue[621][2] = "Relay"; DataValue[621][3] = "13/10/2010"; DataValue[621][4] = "13/10/2010"; DataValue[621][5] = "27/10/2010"; DataValue[621][6] = ""; DataValue[621][7] = "Scotland / STV"; DataValue[621][8] = ""; DataValue[622] = new Array(MaxColls); DataValue[622][0] = "Kintraw"; DataValue[622][1] = "NM830048"; DataValue[622][2] = "Relay"; DataValue[622][3] = "13/10/2010"; DataValue[622][4] = "13/10/2010"; DataValue[622][5] = "27/10/2010"; DataValue[622][6] = ""; DataValue[622][7] = "Scotland / STV"; DataValue[622][8] = ""; DataValue[623] = new Array(MaxColls); DataValue[623][0] = "Loch Feochan"; DataValue[623][1] = "NM861256"; DataValue[623][2] = "Relay"; DataValue[623][3] = "13/10/2010"; DataValue[623][4] = "13/10/2010"; DataValue[623][5] = "27/10/2010"; DataValue[623][6] = ""; DataValue[623][7] = "Scotland / STV"; DataValue[623][8] = ""; DataValue[624] = new Array(MaxColls); DataValue[624][0] = "Mallaig"; DataValue[624][1] = "NM676965"; DataValue[624][2] = "Relay"; DataValue[624][3] = "13/10/2010"; DataValue[624][4] = "13/10/2010"; DataValue[624][5] = "27/10/2010"; DataValue[624][6] = ""; DataValue[624][7] = "Scotland / STV"; DataValue[624][8] = ""; DataValue[625] = new Array(MaxColls); DataValue[625][0] = "Oban"; DataValue[625][1] = "NM850289"; DataValue[625][2] = "Relay"; DataValue[625][3] = "13/10/2010"; DataValue[625][4] = "13/10/2010"; DataValue[625][5] = "27/10/2010"; DataValue[625][6] = ""; DataValue[625][7] = "Scotland / STV"; DataValue[625][8] = ""; DataValue[626] = new Array(MaxColls); DataValue[626][0] = "Onich"; DataValue[626][1] = "NN017618"; DataValue[626][2] = "Relay"; DataValue[626][3] = "13/10/2010"; DataValue[626][4] = "13/10/2010"; DataValue[626][5] = "27/10/2010"; DataValue[626][6] = ""; DataValue[626][7] = "Scotland / STV"; DataValue[626][8] = ""; DataValue[627] = new Array(MaxColls); DataValue[627][0] = "Spean Bridge"; DataValue[627][1] = "NN218819"; DataValue[627][2] = "Relay"; DataValue[627][3] = "13/10/2010"; DataValue[627][4] = "13/10/2010"; DataValue[627][5] = "27/10/2010"; DataValue[627][6] = ""; DataValue[627][7] = "Scotland / STV"; DataValue[627][8] = ""; DataValue[628] = new Array(MaxColls); DataValue[628][0] = "Strontian"; DataValue[628][1] = "NM830657"; DataValue[628][2] = "Relay"; DataValue[628][3] = "13/10/2010"; DataValue[628][4] = "13/10/2010"; DataValue[628][5] = "27/10/2010"; DataValue[628][6] = ""; DataValue[628][7] = "Scotland / STV"; DataValue[628][8] = ""; DataValue[629] = new Array(MaxColls); DataValue[629][0] = "Taynuilt"; DataValue[629][1] = "NM993313"; DataValue[629][2] = "Relay"; DataValue[629][3] = "13/10/2010"; DataValue[629][4] = "13/10/2010"; DataValue[629][5] = "27/10/2010"; DataValue[629][6] = ""; DataValue[629][7] = "Scotland / STV"; DataValue[629][8] = ""; DataValue[630] = new Array(MaxColls); DataValue[630][0] = "Tayvallich"; DataValue[630][1] = "NR740866"; DataValue[630][2] = "Relay"; DataValue[630][3] = "13/10/2010"; DataValue[630][4] = "13/10/2010"; DataValue[630][5] = "27/10/2010"; DataValue[630][6] = ""; DataValue[630][7] = "Scotland / STV"; DataValue[630][8] = ""; DataValue[631] = new Array(MaxColls); DataValue[631][0] = "Torosay"; DataValue[631][1] = "NM703358"; DataValue[631][2] = "Main transmitter"; DataValue[631][3] = "15/11/1998"; DataValue[631][4] = "13/10/2010"; DataValue[631][5] = "27/10/2010"; DataValue[631][6] = ""; DataValue[631][7] = "Scotland / STV"; DataValue[631][8] = ""; DataValue[632] = new Array(MaxColls); DataValue[632][0] = "Alderney"; DataValue[632][1] = "XD865798"; DataValue[632][2] = "Relay"; DataValue[632][3] = "15/11/2010"; DataValue[632][4] = "15/11/2010"; DataValue[632][5] = "17/11/2010"; DataValue[632][6] = ""; DataValue[632][7] = "Channel Islands / Channel"; DataValue[632][8] = ""; DataValue[633] = new Array(MaxColls); DataValue[633][0] = "Fremont Point"; DataValue[633][1] = "XD908280"; DataValue[633][2] = "Relay"; DataValue[633][3] = "15/11/2010"; DataValue[633][4] = "15/11/2010"; DataValue[633][5] = "17/11/2010"; DataValue[633][6] = ""; DataValue[633][7] = "Channel Islands / Channel"; DataValue[633][8] = ""; DataValue[634] = new Array(MaxColls); DataValue[634][0] = "Gorey"; DataValue[634][1] = "XD985222"; DataValue[634][2] = "Relay"; DataValue[634][3] = "15/11/2010"; DataValue[634][4] = "15/11/2010"; DataValue[634][5] = "17/11/2010"; DataValue[634][6] = ""; DataValue[634][7] = "Channel Islands / Channel"; DataValue[634][8] = ""; DataValue[635] = new Array(MaxColls); DataValue[635][0] = "Les Touillets"; DataValue[635][1] = "XD581511"; DataValue[635][2] = "Relay"; DataValue[635][3] = "15/11/2010"; DataValue[635][4] = "15/11/2010"; DataValue[635][5] = "17/11/2010"; DataValue[635][6] = ""; DataValue[635][7] = "Channel Islands / Channel"; DataValue[635][8] = ""; DataValue[636] = new Array(MaxColls); DataValue[636][0] = "St Brelades Bay"; DataValue[636][1] = "XD852206"; DataValue[636][2] = "Relay"; DataValue[636][3] = "15/11/2010"; DataValue[636][4] = "15/11/2010"; DataValue[636][5] = "17/11/2010"; DataValue[636][6] = ""; DataValue[636][7] = "Channel Islands / Channel"; DataValue[636][8] = ""; DataValue[637] = new Array(MaxColls); DataValue[637][0] = "St Helier"; DataValue[637][1] = "XD920195"; DataValue[637][2] = "Relay"; DataValue[637][3] = "15/11/2010"; DataValue[637][4] = "15/11/2010"; DataValue[637][5] = "17/11/2010"; DataValue[637][6] = ""; DataValue[637][7] = "Channel Islands / Channel"; DataValue[637][8] = ""; DataValue[638] = new Array(MaxColls); DataValue[638][0] = "St Peter Port"; DataValue[638][1] = "XD610503"; DataValue[638][2] = "Relay"; DataValue[638][3] = "15/11/2010"; DataValue[638][4] = "15/11/2010"; DataValue[638][5] = "17/11/2010"; DataValue[638][6] = ""; DataValue[638][7] = "Channel Islands / Channel"; DataValue[638][8] = ""; DataValue[639] = new Array(MaxColls); DataValue[639][0] = "Torteval"; DataValue[639][1] = "XD515482"; DataValue[639][2] = "Relay"; DataValue[639][3] = "15/11/2010"; DataValue[639][4] = "15/11/2010"; DataValue[639][5] = "17/11/2010"; DataValue[639][6] = ""; DataValue[639][7] = "Channel Islands / Channel"; DataValue[639][8] = ""; DataValue[640] = new Array(MaxColls); DataValue[640][0] = "Dallington Park"; DataValue[640][1] = "SP742612"; DataValue[640][2] = "Relay"; DataValue[640][3] = "30/03/2011"; DataValue[640][4] = "30/03/2011"; DataValue[640][5] = "13/04/2011"; DataValue[640][6] = ""; DataValue[640][7] = "Cambridge / Angela West"; DataValue[640][8] = ""; DataValue[641] = new Array(MaxColls); DataValue[641][0] = "Kimpton"; DataValue[641][1] = "TL173178"; DataValue[641][2] = "Relay"; DataValue[641][3] = "30/03/2011"; DataValue[641][4] = "30/03/2011"; DataValue[641][5] = "13/04/2011"; DataValue[641][6] = ""; DataValue[641][7] = "Cambridge / Angela West"; DataValue[641][8] = ""; DataValue[642] = new Array(MaxColls); DataValue[642][0] = "Luton"; DataValue[642][1] = "TL081210"; DataValue[642][2] = "Relay"; DataValue[642][3] = "30/03/2011"; DataValue[642][4] = "30/03/2011"; DataValue[642][5] = "13/04/2011"; DataValue[642][6] = "Short listed"; DataValue[642][7] = "Cambridge / Angela West"; DataValue[642][8] = ""; DataValue[643] = new Array(MaxColls); DataValue[643][0] = "Madingley (Cambridge)"; DataValue[643][1] = "TL392594"; DataValue[643][2] = "Main transmitter for Channel 5"; DataValue[643][3] = "N/A"; DataValue[643][4] = "N/A"; DataValue[643][5] = "N/A"; DataValue[643][6] = "Short listed"; DataValue[643][7] = "Cambridge / Angela West"; DataValue[643][8] = "Ending on 13/04/2011"; DataValue[644] = new Array(MaxColls); DataValue[644][0] = "Nottingham"; DataValue[644][1] = "SK503435"; DataValue[644][2] = "Main transmitter"; DataValue[644][3] = "15/11/1998"; DataValue[644][4] = "30/03/2011"; DataValue[644][5] = "13/04/2011"; DataValue[644][6] = "Starting 30/01/2014"; DataValue[644][7] = "East Midlands / Central East"; DataValue[644][8] = "Notts TV starting on 30/01/2013"; DataValue[645] = new Array(MaxColls); DataValue[645][0] = "Sandy Heath"; DataValue[645][1] = "TL204494"; DataValue[645][2] = "Main transmitter"; DataValue[645][3] = "15/11/1998"; DataValue[645][4] = "30/03/2011"; DataValue[645][5] = "13/04/2011"; DataValue[645][6] = "Short listed"; DataValue[645][7] = "Cambridge / Angela West"; DataValue[645][8] = ""; DataValue[646] = new Array(MaxColls); DataValue[646][0] = "Andoversford"; DataValue[646][1] = "SP002183"; DataValue[646][2] = "Relay"; DataValue[646][3] = "6/04/2011"; DataValue[646][4] = "6/04/2011"; DataValue[646][5] = "20/04/2011"; DataValue[646][6] = ""; DataValue[646][7] = "West Midlands / Central West"; DataValue[646][8] = ""; DataValue[647] = new Array(MaxColls); DataValue[647][0] = "Bromsgrove"; DataValue[647][1] = "SO948730"; DataValue[647][2] = "Main transmitter"; DataValue[647][3] = "15/11/1998"; DataValue[647][4] = "6/04/2011"; DataValue[647][5] = "20/04/2011"; DataValue[647][6] = ""; DataValue[647][7] = "West Midlands / Central West"; DataValue[647][8] = ""; DataValue[648] = new Array(MaxColls); DataValue[648][0] = "Bucknell"; DataValue[648][1] = "SO358734"; DataValue[648][2] = "Relay"; DataValue[648][3] = "6/04/2011"; DataValue[648][4] = "6/04/2011"; DataValue[648][5] = "20/04/2011"; DataValue[648][6] = ""; DataValue[648][7] = "West Midlands / Central West"; DataValue[648][8] = ""; DataValue[649] = new Array(MaxColls); DataValue[649][0] = "Churchdown Hill"; DataValue[649][1] = "SO880188"; DataValue[649][2] = "Main transmitter for Channel 5"; DataValue[649][3] = "N/A"; DataValue[649][4] = "N/A"; DataValue[649][5] = "N/A"; DataValue[649][6] = ""; DataValue[649][7] = "West Midlands / Central West"; DataValue[649][8] = "Ending on 6/04/2011"; DataValue[650] = new Array(MaxColls); DataValue[650][0] = "Clun"; DataValue[650][1] = "SO324799"; DataValue[650][2] = "Relay"; DataValue[650][3] = "6/04/2011"; DataValue[650][4] = "6/04/2011"; DataValue[650][5] = "20/04/2011"; DataValue[650][6] = ""; DataValue[650][7] = "West Midlands / Central West"; DataValue[650][8] = ""; DataValue[651] = new Array(MaxColls); DataValue[651][0] = "Coalbrookdale"; DataValue[651][1] = "SJ671042"; DataValue[651][2] = "Relay"; DataValue[651][3] = "6/04/2011"; DataValue[651][4] = "6/04/2011"; DataValue[651][5] = "20/04/2011"; DataValue[651][6] = ""; DataValue[651][7] = "West Midlands / Central West"; DataValue[651][8] = ""; DataValue[652] = new Array(MaxColls); DataValue[652][0] = "Eardiston"; DataValue[652][1] = "SO706682"; DataValue[652][2] = "Relay"; DataValue[652][3] = "6/04/2011"; DataValue[652][4] = "6/04/2011"; DataValue[652][5] = "20/04/2011"; DataValue[652][6] = ""; DataValue[652][7] = "West Midlands / Central West"; DataValue[652][8] = ""; DataValue[653] = new Array(MaxColls); DataValue[653][0] = "Ewyas Harold"; DataValue[653][1] = "SO389269"; DataValue[653][2] = "Relay"; DataValue[653][3] = "6/04/2011"; DataValue[653][4] = "6/04/2011"; DataValue[653][5] = "20/04/2011"; DataValue[653][6] = ""; DataValue[653][7] = "West Midlands / Central West"; DataValue[653][8] = ""; DataValue[654] = new Array(MaxColls); DataValue[654][0] = "Garth Hill VP"; DataValue[654][1] = "SO273726"; DataValue[654][2] = "Relay"; DataValue[654][3] = "6/04/2011"; DataValue[654][4] = "6/04/2011"; DataValue[654][5] = "20/04/2011"; DataValue[654][6] = ""; DataValue[654][7] = "West Midlands / Central West"; DataValue[654][8] = ""; DataValue[655] = new Array(MaxColls); DataValue[655][0] = "Haden Hill"; DataValue[655][1] = "SO967846"; DataValue[655][2] = "Relay"; DataValue[655][3] = "6/04/2011"; DataValue[655][4] = "6/04/2011"; DataValue[655][5] = "20/04/2011"; DataValue[655][6] = ""; DataValue[655][7] = "West Midlands / Central West"; DataValue[655][8] = ""; DataValue[656] = new Array(MaxColls); DataValue[656][0] = "Halesowen"; DataValue[656][1] = "SO971826"; DataValue[656][2] = "Relay"; DataValue[656][3] = "6/04/2011"; DataValue[656][4] = "6/04/2011"; DataValue[656][5] = "20/04/2011"; DataValue[656][6] = ""; DataValue[656][7] = "West Midlands / Central West"; DataValue[656][8] = ""; DataValue[657] = new Array(MaxColls); DataValue[657][0] = "Hazler Hill"; DataValue[657][1] = "SO464928"; DataValue[657][2] = "Relay"; DataValue[657][3] = "6/04/2011"; DataValue[657][4] = "6/04/2011"; DataValue[657][5] = "20/04/2011"; DataValue[657][6] = ""; DataValue[657][7] = "West Midlands / Central West"; DataValue[657][8] = ""; DataValue[658] = new Array(MaxColls); DataValue[658][0] = "Hereford"; DataValue[658][1] = "SO524364"; DataValue[658][2] = "Relay"; DataValue[658][3] = "6/04/2011"; DataValue[658][4] = "6/04/2011"; DataValue[658][5] = "20/04/2011"; DataValue[658][6] = "Short listed"; DataValue[658][7] = "West Midlands / Central West"; DataValue[658][8] = ""; DataValue[659] = new Array(MaxColls); DataValue[659][0] = "Hope under Dinmore"; DataValue[659][1] = "SO504525"; DataValue[659][2] = "Relay"; DataValue[659][3] = "6/04/2011"; DataValue[659][4] = "6/04/2011"; DataValue[659][5] = "20/04/2011"; DataValue[659][6] = ""; DataValue[659][7] = "West Midlands / Central West"; DataValue[659][8] = ""; DataValue[660] = new Array(MaxColls); DataValue[660][0] = "Kington"; DataValue[660][1] = "SO290553"; DataValue[660][2] = "Relay"; DataValue[660][3] = "6/04/2011"; DataValue[660][4] = "6/04/2011"; DataValue[660][5] = "20/04/2011"; DataValue[660][6] = ""; DataValue[660][7] = "West Midlands / Central West"; DataValue[660][8] = ""; DataValue[661] = new Array(MaxColls); DataValue[661][0] = "Knucklas"; DataValue[661][1] = "SO270747"; DataValue[661][2] = "Relay"; DataValue[661][3] = "6/04/2011"; DataValue[661][4] = "6/04/2011"; DataValue[661][5] = "20/04/2011"; DataValue[661][6] = ""; DataValue[661][7] = "West Midlands / Central West"; DataValue[661][8] = ""; DataValue[662] = new Array(MaxColls); DataValue[662][0] = "Lark Stoke"; DataValue[662][1] = "SP187426"; DataValue[662][2] = "Main transmitter"; DataValue[662][3] = "15/11/1998"; DataValue[662][4] = "6/04/2011"; DataValue[662][5] = "20/04/2011"; DataValue[662][6] = "Short listed"; DataValue[662][7] = "West Midlands / Central West"; DataValue[662][8] = ""; DataValue[663] = new Array(MaxColls); DataValue[663][0] = "Ludlow"; DataValue[663][1] = "SO498741"; DataValue[663][2] = "Relay"; DataValue[663][3] = "6/04/2011"; DataValue[663][4] = "6/04/2011"; DataValue[663][5] = "20/04/2011"; DataValue[663][6] = ""; DataValue[663][7] = "West Midlands / Central West"; DataValue[663][8] = ""; DataValue[664] = new Array(MaxColls); DataValue[664][0] = "New Radnor"; DataValue[664][1] = "SO269623"; DataValue[664][2] = "Relay"; DataValue[664][3] = "6/04/2011"; DataValue[664][4] = "6/04/2011"; DataValue[664][5] = "20/04/2011"; DataValue[664][6] = ""; DataValue[664][7] = "West Midlands / Central West"; DataValue[664][8] = ""; DataValue[665] = new Array(MaxColls); DataValue[665][0] = "Oakeley Mynd"; DataValue[665][1] = "SO346875"; DataValue[665][2] = "Relay"; DataValue[665][3] = "6/04/2011"; DataValue[665][4] = "6/04/2011"; DataValue[665][5] = "20/04/2011"; DataValue[665][6] = ""; DataValue[665][7] = "West Midlands / Central West"; DataValue[665][8] = ""; DataValue[666] = new Array(MaxColls); DataValue[666][0] = "Peterchurch"; DataValue[666][1] = "SO360380"; DataValue[666][2] = "Relay"; DataValue[666][3] = "6/04/2011"; DataValue[666][4] = "6/04/2011"; DataValue[666][5] = "20/04/2011"; DataValue[666][6] = ""; DataValue[666][7] = "West Midlands / Central West"; DataValue[666][8] = ""; DataValue[667] = new Array(MaxColls); DataValue[667][0] = "Presteigne"; DataValue[667][1] = "SO337661"; DataValue[667][2] = "Relay"; DataValue[667][3] = "6/04/2011"; DataValue[667][4] = "6/04/2011"; DataValue[667][5] = "20/04/2011"; DataValue[667][6] = ""; DataValue[667][7] = "West Midlands / Central West"; DataValue[667][8] = ""; DataValue[668] = new Array(MaxColls); DataValue[668][0] = "Ridge Hill"; DataValue[668][1] = "SO630333"; DataValue[668][2] = "Main transmitter"; DataValue[668][3] = "15/11/1998"; DataValue[668][4] = "6/04/2011"; DataValue[668][5] = "20/04/2011"; DataValue[668][6] = ""; DataValue[668][7] = "West Midlands / Central West"; DataValue[668][8] = "Different multiplex 2 region (D3+D4)"; DataValue[669] = new Array(MaxColls); DataValue[669][0] = "Ridge Hill (ITV West)"; DataValue[669][1] = "SO630334"; DataValue[669][2] = "Main transmitter"; DataValue[669][3] = "6/04/2011"; DataValue[669][4] = "6/04/2011"; DataValue[669][5] = "20/04/2011"; DataValue[669][6] = ""; DataValue[669][7] = "West Midlands / West"; DataValue[669][8] = "Multiplex 2 only (D3+D4)"; DataValue[670] = new Array(MaxColls); DataValue[670][0] = "Ross on Wye"; DataValue[670][1] = "SO605243"; DataValue[670][2] = "Relay"; DataValue[670][3] = "6/04/2011"; DataValue[670][4] = "6/04/2011"; DataValue[670][5] = "20/04/2011"; DataValue[670][6] = ""; DataValue[670][7] = "West Midlands / Central West"; DataValue[670][8] = ""; DataValue[671] = new Array(MaxColls); DataValue[671][0] = "St Briavels"; DataValue[671][1] = "SO557049"; DataValue[671][2] = "Relay"; DataValue[671][3] = "6/04/2011"; DataValue[671][4] = "6/04/2011"; DataValue[671][5] = "20/04/2011"; DataValue[671][6] = ""; DataValue[671][7] = "West Midlands / Central West"; DataValue[671][8] = ""; DataValue[672] = new Array(MaxColls); DataValue[672][0] = "The Wrekin"; DataValue[672][1] = "SJ628082"; DataValue[672][2] = "Main transmitter"; DataValue[672][3] = "15/11/1998"; DataValue[672][4] = "6/04/2011"; DataValue[672][5] = "20/04/2011"; DataValue[672][6] = "Short listed"; DataValue[672][7] = "West Midlands / Central West"; DataValue[672][8] = ""; DataValue[673] = new Array(MaxColls); DataValue[673][0] = "The Wrekin B"; DataValue[673][1] = "SJ628083"; DataValue[673][2] = "Main transmitter for Channel 5"; DataValue[673][3] = "N/A"; DataValue[673][4] = "N/A"; DataValue[673][5] = "N/A"; DataValue[673][6] = ""; DataValue[673][7] = "West Midlands / Central West"; DataValue[673][8] = "Ending on 20/04/2011"; DataValue[674] = new Array(MaxColls); DataValue[674][0] = "Upper Soudley"; DataValue[674][1] = "SO662101"; DataValue[674][2] = "Relay"; DataValue[674][3] = "6/04/2011"; DataValue[674][4] = "6/04/2011"; DataValue[674][5] = "20/04/2011"; DataValue[674][6] = ""; DataValue[674][7] = "West Midlands / Central West"; DataValue[674][8] = ""; DataValue[675] = new Array(MaxColls); DataValue[675][0] = "Ardentinny"; DataValue[675][1] = "NS186864"; DataValue[675][2] = "Relay"; DataValue[675][3] = "11/05/2011"; DataValue[675][4] = "11/05/2011"; DataValue[675][5] = "25/05/2011"; DataValue[675][6] = ""; DataValue[675][7] = "Scotland / STV"; DataValue[675][8] = ""; DataValue[676] = new Array(MaxColls); DataValue[676][0] = "Ardnadam"; DataValue[676][1] = "NS167799"; DataValue[676][2] = "Relay"; DataValue[676][3] = "11/05/2011"; DataValue[676][4] = "11/05/2011"; DataValue[676][5] = "25/05/2011"; DataValue[676][6] = ""; DataValue[676][7] = "Scotland / STV"; DataValue[676][8] = ""; DataValue[677] = new Array(MaxColls); DataValue[677][0] = "Arrochar"; DataValue[677][1] = "NN288046"; DataValue[677][2] = "Relay"; DataValue[677][3] = "11/05/2011"; DataValue[677][4] = "11/05/2011"; DataValue[677][5] = "25/05/2011"; DataValue[677][6] = ""; DataValue[677][7] = "Scotland / STV"; DataValue[677][8] = ""; DataValue[678] = new Array(MaxColls); DataValue[678][0] = "Ayr South"; DataValue[678][1] = "NS354187"; DataValue[678][2] = "Relay"; DataValue[678][3] = "11/05/2011"; DataValue[678][4] = "11/05/2011"; DataValue[678][5] = "25/05/2011"; DataValue[678][6] = ""; DataValue[678][7] = "Scotland / STV"; DataValue[678][8] = ""; DataValue[679] = new Array(MaxColls); DataValue[679][0] = "Blackwaterfoot"; DataValue[679][1] = "NR912291"; DataValue[679][2] = "Relay"; DataValue[679][3] = "11/05/2011"; DataValue[679][4] = "11/05/2011"; DataValue[679][5] = "25/05/2011"; DataValue[679][6] = ""; DataValue[679][7] = "Scotland / STV"; DataValue[679][8] = ""; DataValue[680] = new Array(MaxColls); DataValue[680][0] = "Bowmore"; DataValue[680][1] = "NR318590"; DataValue[680][2] = "Relay"; DataValue[680][3] = "11/05/2011"; DataValue[680][4] = "11/05/2011"; DataValue[680][5] = "25/05/2011"; DataValue[680][6] = ""; DataValue[680][7] = "Scotland / STV"; DataValue[680][8] = ""; DataValue[681] = new Array(MaxColls); DataValue[681][0] = "Campbeltown"; DataValue[681][1] = "NR707192"; DataValue[681][2] = "Relay"; DataValue[681][3] = "11/05/2011"; DataValue[681][4] = "11/05/2011"; DataValue[681][5] = "25/05/2011"; DataValue[681][6] = ""; DataValue[681][7] = "Scotland / STV"; DataValue[681][8] = ""; DataValue[682] = new Array(MaxColls); DataValue[682][0] = "Carradale"; DataValue[682][1] = "NR817376"; DataValue[682][2] = "Relay"; DataValue[682][3] = "11/05/2011"; DataValue[682][4] = "11/05/2011"; DataValue[682][5] = "25/05/2011"; DataValue[682][6] = ""; DataValue[682][7] = "Scotland / STV"; DataValue[682][8] = ""; DataValue[683] = new Array(MaxColls); DataValue[683][0] = "Catrine"; DataValue[683][1] = "NS529255"; DataValue[683][2] = "Relay"; DataValue[683][3] = "11/05/2011"; DataValue[683][4] = "11/05/2011"; DataValue[683][5] = "25/05/2011"; DataValue[683][6] = ""; DataValue[683][7] = "Scotland / STV"; DataValue[683][8] = ""; DataValue[684] = new Array(MaxColls); DataValue[684][0] = "Claonaig"; DataValue[684][1] = "NR876565"; DataValue[684][2] = "Relay"; DataValue[684][3] = "11/05/2011"; DataValue[684][4] = "11/05/2011"; DataValue[684][5] = "25/05/2011"; DataValue[684][6] = ""; DataValue[684][7] = "Scotland / STV"; DataValue[684][8] = ""; DataValue[685] = new Array(MaxColls); DataValue[685][0] = "Darvel"; DataValue[685][1] = "NS557341"; DataValue[685][2] = "Main transmitter"; DataValue[685][3] = "15/11/1998"; DataValue[685][4] = "11/05/2011"; DataValue[685][5] = "25/05/2011"; DataValue[685][6] = "Short listed"; DataValue[685][7] = "Scotland / STV"; DataValue[685][8] = ""; DataValue[686] = new Array(MaxColls); DataValue[686][0] = "Dunure"; DataValue[686][1] = "NS250150"; DataValue[686][2] = "Relay"; DataValue[686][3] = "11/05/2011"; DataValue[686][4] = "11/05/2011"; DataValue[686][5] = "25/05/2011"; DataValue[686][6] = ""; DataValue[686][7] = "Scotland / STV"; DataValue[686][8] = ""; DataValue[687] = new Array(MaxColls); DataValue[687][0] = "Garelochhead"; DataValue[687][1] = "NS235919"; DataValue[687][2] = "Relay"; DataValue[687][3] = "11/05/2011"; DataValue[687][4] = "11/05/2011"; DataValue[687][5] = "25/05/2011"; DataValue[687][6] = ""; DataValue[687][7] = "Scotland / STV"; DataValue[687][8] = ""; DataValue[688] = new Array(MaxColls); DataValue[688][0] = "Girvan"; DataValue[688][1] = "NX211981"; DataValue[688][2] = "Relay"; DataValue[688][3] = "11/05/2011"; DataValue[688][4] = "11/05/2011"; DataValue[688][5] = "25/05/2011"; DataValue[688][6] = ""; DataValue[688][7] = "Scotland / STV"; DataValue[688][8] = ""; DataValue[689] = new Array(MaxColls); DataValue[689][0] = "High Keil"; DataValue[689][1] = "NR680082"; DataValue[689][2] = "Relay"; DataValue[689][3] = "11/05/2011"; DataValue[689][4] = "11/05/2011"; DataValue[689][5] = "25/05/2011"; DataValue[689][6] = ""; DataValue[689][7] = "Scotland / STV"; DataValue[689][8] = ""; DataValue[690] = new Array(MaxColls); DataValue[690][0] = "Holmhead"; DataValue[690][1] = "NS566199"; DataValue[690][2] = "Relay"; DataValue[690][3] = "11/05/2011"; DataValue[690][4] = "11/05/2011"; DataValue[690][5] = "25/05/2011"; DataValue[690][6] = ""; DataValue[690][7] = "Scotland / STV"; DataValue[690][8] = ""; DataValue[691] = new Array(MaxColls); DataValue[691][0] = "Kirkconnel"; DataValue[691][1] = "NS745150"; DataValue[691][2] = "Relay"; DataValue[691][3] = "11/05/2011"; DataValue[691][4] = "11/05/2011"; DataValue[691][5] = "25/05/2011"; DataValue[691][6] = ""; DataValue[691][7] = "Scotland / STV"; DataValue[691][8] = ""; DataValue[692] = new Array(MaxColls); DataValue[692][0] = "Kirkmichael"; DataValue[692][1] = "NS354068"; DataValue[692][2] = "Relay"; DataValue[692][3] = "11/05/2011"; DataValue[692][4] = "11/05/2011"; DataValue[692][5] = "25/05/2011"; DataValue[692][6] = ""; DataValue[692][7] = "Scotland / STV"; DataValue[692][8] = ""; DataValue[693] = new Array(MaxColls); DataValue[693][0] = "Kirkoswald VP"; DataValue[693][1] = "NS231075"; DataValue[693][2] = "Relay"; DataValue[693][3] = "11/05/2011"; DataValue[693][4] = "11/05/2011"; DataValue[693][5] = "25/05/2011"; DataValue[693][6] = ""; DataValue[693][7] = "Scotland / STV"; DataValue[693][8] = ""; DataValue[694] = new Array(MaxColls); DataValue[694][0] = "Lethanhill"; DataValue[694][1] = "NS438105"; DataValue[694][2] = "Relay"; DataValue[694][3] = "11/05/2011"; DataValue[694][4] = "11/05/2011"; DataValue[694][5] = "25/05/2011"; DataValue[694][6] = ""; DataValue[694][7] = "Scotland / STV"; DataValue[694][8] = ""; DataValue[695] = new Array(MaxColls); DataValue[695][0] = "Lochgoilhead"; DataValue[695][1] = "NS194978"; DataValue[695][2] = "Relay"; DataValue[695][3] = "11/05/2011"; DataValue[695][4] = "11/05/2011"; DataValue[695][5] = "25/05/2011"; DataValue[695][6] = ""; DataValue[695][7] = "Scotland / STV"; DataValue[695][8] = ""; DataValue[696] = new Array(MaxColls); DataValue[696][0] = "Lochwinnoch"; DataValue[696][1] = "NS337582"; DataValue[696][2] = "Relay"; DataValue[696][3] = "11/05/2011"; DataValue[696][4] = "11/05/2011"; DataValue[696][5] = "25/05/2011"; DataValue[696][6] = ""; DataValue[696][7] = "Scotland / STV"; DataValue[696][8] = ""; DataValue[697] = new Array(MaxColls); DataValue[697][0] = "Millburn Muir"; DataValue[697][1] = "NS378796"; DataValue[697][2] = "Relay"; DataValue[697][3] = "11/05/2011"; DataValue[697][4] = "11/05/2011"; DataValue[697][5] = "25/05/2011"; DataValue[697][6] = ""; DataValue[697][7] = "Scotland / STV"; DataValue[697][8] = ""; DataValue[698] = new Array(MaxColls); DataValue[698][0] = "Muirkirk"; DataValue[698][1] = "NS710267"; DataValue[698][2] = "Relay"; DataValue[698][3] = "11/05/2011"; DataValue[698][4] = "11/05/2011"; DataValue[698][5] = "25/05/2011"; DataValue[698][6] = ""; DataValue[698][7] = "Scotland / STV"; DataValue[698][8] = ""; DataValue[699] = new Array(MaxColls); DataValue[699][0] = "New Cumnock"; DataValue[699][1] = "NS612130"; DataValue[699][2] = "Relay"; DataValue[699][3] = "11/05/2011"; DataValue[699][4] = "11/05/2011"; DataValue[699][5] = "25/05/2011"; DataValue[699][6] = ""; DataValue[699][7] = "Scotland / STV"; DataValue[699][8] = ""; DataValue[700] = new Array(MaxColls); DataValue[700][0] = "Port Ellen"; DataValue[700][1] = "NR338452"; DataValue[700][2] = "Relay"; DataValue[700][3] = "11/05/2011"; DataValue[700][4] = "11/05/2011"; DataValue[700][5] = "25/05/2011"; DataValue[700][6] = ""; DataValue[700][7] = "Scotland / STV"; DataValue[700][8] = ""; DataValue[701] = new Array(MaxColls); DataValue[701][0] = "Portnahaven"; DataValue[701][1] = "NR179523"; DataValue[701][2] = "Relay"; DataValue[701][3] = "11/05/2011"; DataValue[701][4] = "11/05/2011"; DataValue[701][5] = "25/05/2011"; DataValue[701][6] = ""; DataValue[701][7] = "Scotland / STV"; DataValue[701][8] = ""; DataValue[702] = new Array(MaxColls); DataValue[702][0] = "Rosneath"; DataValue[702][1] = "NS258811"; DataValue[702][2] = "Main transmitter"; DataValue[702][3] = "15/11/1998"; DataValue[702][4] = "11/05/2011"; DataValue[702][5] = "25/05/2011"; DataValue[702][6] = ""; DataValue[702][7] = "Scotland / STV"; DataValue[702][8] = ""; DataValue[703] = new Array(MaxColls); DataValue[703][0] = "Sorn"; DataValue[703][1] = "NS558260"; DataValue[703][2] = "Relay"; DataValue[703][3] = "11/05/2011"; DataValue[703][4] = "11/05/2011"; DataValue[703][5] = "25/05/2011"; DataValue[703][6] = ""; DataValue[703][7] = "Scotland / STV"; DataValue[703][8] = ""; DataValue[704] = new Array(MaxColls); DataValue[704][0] = "Troon"; DataValue[704][1] = "NS324315"; DataValue[704][2] = "Relay"; DataValue[704][3] = "11/05/2011"; DataValue[704][4] = "11/05/2011"; DataValue[704][5] = "25/05/2011"; DataValue[704][6] = ""; DataValue[704][7] = "Scotland / STV"; DataValue[704][8] = ""; DataValue[705] = new Array(MaxColls); DataValue[705][0] = "Wanlockhead"; DataValue[705][1] = "NS874126"; DataValue[705][2] = "Relay"; DataValue[705][3] = "11/05/2011"; DataValue[705][4] = "11/05/2011"; DataValue[705][5] = "25/05/2011"; DataValue[705][6] = ""; DataValue[705][7] = "Scotland / STV"; DataValue[705][8] = ""; DataValue[706] = new Array(MaxColls); DataValue[706][0] = "Aberfoyle"; DataValue[706][1] = "NS523991"; DataValue[706][2] = "Relay"; DataValue[706][3] = "1/06/2011"; DataValue[706][4] = "1/06/2011"; DataValue[706][5] = "15/06/2011"; DataValue[706][6] = ""; DataValue[706][7] = "Scotland / STV"; DataValue[706][8] = ""; DataValue[707] = new Array(MaxColls); DataValue[707][0] = "Cannongate HP"; DataValue[707][1] = "NT263736"; DataValue[707][2] = "Relay"; DataValue[707][3] = "1/06/2011"; DataValue[707][4] = "1/06/2011"; DataValue[707][5] = "15/06/2011"; DataValue[707][6] = ""; DataValue[707][7] = "Scotland / STV"; DataValue[707][8] = ""; DataValue[708] = new Array(MaxColls); DataValue[708][0] = "Craigkelly"; DataValue[708][1] = "NT233872"; DataValue[708][2] = "Main transmitter"; DataValue[708][3] = "15/11/1998"; DataValue[708][4] = "1/06/2011"; DataValue[708][5] = "15/06/2011"; DataValue[708][6] = ""; DataValue[708][7] = "Scotland / STV"; DataValue[708][8] = ""; DataValue[709] = new Array(MaxColls); DataValue[709][0] = "Grangemouth"; DataValue[709][1] = "NS921796"; DataValue[709][2] = "Relay"; DataValue[709][3] = "1/06/2011"; DataValue[709][4] = "1/06/2011"; DataValue[709][5] = "15/06/2011"; DataValue[709][6] = ""; DataValue[709][7] = "Scotland / STV"; DataValue[709][8] = ""; DataValue[710] = new Array(MaxColls); DataValue[710][0] = "Kinross"; DataValue[710][1] = "NT097996"; DataValue[710][2] = "Relay"; DataValue[710][3] = "1/06/2011"; DataValue[710][4] = "1/06/2011"; DataValue[710][5] = "15/06/2011"; DataValue[710][6] = ""; DataValue[710][7] = "Scotland / STV"; DataValue[710][8] = ""; DataValue[711] = new Array(MaxColls); DataValue[711][0] = "Newbattle"; DataValue[711][1] = "NT324651"; DataValue[711][2] = "Relay"; DataValue[711][3] = "1/06/2011"; DataValue[711][4] = "1/06/2011"; DataValue[711][5] = "15/06/2011"; DataValue[711][6] = ""; DataValue[711][7] = "Scotland / STV"; DataValue[711][8] = ""; DataValue[712] = new Array(MaxColls); DataValue[712][0] = "Penicuik"; DataValue[712][1] = "NT252590"; DataValue[712][2] = "Relay"; DataValue[712][3] = "1/06/2011"; DataValue[712][4] = "1/06/2011"; DataValue[712][5] = "15/06/2011"; DataValue[712][6] = ""; DataValue[712][7] = "Scotland / STV"; DataValue[712][8] = ""; DataValue[713] = new Array(MaxColls); DataValue[713][0] = "West Linton"; DataValue[713][1] = "NT164508"; DataValue[713][2] = "Relay"; DataValue[713][3] = "1/06/2011"; DataValue[713][4] = "1/06/2011"; DataValue[713][5] = "15/06/2011"; DataValue[713][6] = ""; DataValue[713][7] = "Scotland / STV"; DataValue[713][8] = ""; DataValue[714] = new Array(MaxColls); DataValue[714][0] = "Abington"; DataValue[714][1] = "NS938221"; DataValue[714][2] = "Relay"; DataValue[714][3] = "8/06/2011"; DataValue[714][4] = "8/06/2011"; DataValue[714][5] = "22/06/2011"; DataValue[714][6] = ""; DataValue[714][7] = "Scotland / STV"; DataValue[714][8] = ""; DataValue[715] = new Array(MaxColls); DataValue[715][0] = "Biggar"; DataValue[715][1] = "NT016325"; DataValue[715][2] = "Relay"; DataValue[715][3] = "8/06/2011"; DataValue[715][4] = "8/06/2011"; DataValue[715][5] = "22/06/2011"; DataValue[715][6] = ""; DataValue[715][7] = "Scotland / STV"; DataValue[715][8] = ""; DataValue[716] = new Array(MaxColls); DataValue[716][0] = "Black Hill"; DataValue[716][1] = "NS828647"; DataValue[716][2] = "Main transmitter"; DataValue[716][3] = "15/11/1998"; DataValue[716][4] = "8/06/2011"; DataValue[716][5] = "22/06/2011"; DataValue[716][6] = ""; DataValue[716][7] = "Scotland / STV"; DataValue[716][8] = ""; DataValue[717] = new Array(MaxColls); DataValue[717][0] = "Bridge of Allan"; DataValue[717][1] = "NS793985"; DataValue[717][2] = "Relay"; DataValue[717][3] = "8/06/2011"; DataValue[717][4] = "8/06/2011"; DataValue[717][5] = "22/06/2011"; DataValue[717][6] = ""; DataValue[717][7] = "Scotland / STV"; DataValue[717][8] = ""; DataValue[718] = new Array(MaxColls); DataValue[718][0] = "Broughton"; DataValue[718][1] = "NT129355"; DataValue[718][2] = "Relay"; DataValue[718][3] = "8/06/2011"; DataValue[718][4] = "8/06/2011"; DataValue[718][5] = "22/06/2011"; DataValue[718][6] = ""; DataValue[718][7] = "Scotland / STV"; DataValue[718][8] = ""; DataValue[719] = new Array(MaxColls); DataValue[719][0] = "Callander"; DataValue[719][1] = "NN670064"; DataValue[719][2] = "Relay"; DataValue[719][3] = "8/06/2011"; DataValue[719][4] = "8/06/2011"; DataValue[719][5] = "22/06/2011"; DataValue[719][6] = ""; DataValue[719][7] = "Scotland / STV"; DataValue[719][8] = ""; DataValue[720] = new Array(MaxColls); DataValue[720][0] = "Cathcart"; DataValue[720][1] = "NS566615"; DataValue[720][2] = "Relay"; DataValue[720][3] = "8/06/2011"; DataValue[720][4] = "8/06/2011"; DataValue[720][5] = "22/06/2011"; DataValue[720][6] = ""; DataValue[720][7] = "Scotland / STV"; DataValue[720][8] = ""; DataValue[721] = new Array(MaxColls); DataValue[721][0] = "Clachan"; DataValue[721][1] = "NR766563"; DataValue[721][2] = "Relay"; DataValue[721][3] = "8/06/2011"; DataValue[721][4] = "8/06/2011"; DataValue[721][5] = "22/06/2011"; DataValue[721][6] = ""; DataValue[721][7] = "Scotland / STV"; DataValue[721][8] = ""; DataValue[722] = new Array(MaxColls); DataValue[722][0] = "Cumbernauld Village"; DataValue[722][1] = "NS754761"; DataValue[722][2] = "Relay"; DataValue[722][3] = "8/06/2011"; DataValue[722][4] = "8/06/2011"; DataValue[722][5] = "22/06/2011"; DataValue[722][6] = ""; DataValue[722][7] = "Scotland / STV"; DataValue[722][8] = ""; DataValue[723] = new Array(MaxColls); DataValue[723][0] = "Deanston"; DataValue[723][1] = "NN712022"; DataValue[723][2] = "Relay"; DataValue[723][3] = "8/06/2011"; DataValue[723][4] = "8/06/2011"; DataValue[723][5] = "22/06/2011"; DataValue[723][6] = ""; DataValue[723][7] = "Scotland / STV"; DataValue[723][8] = ""; DataValue[724] = new Array(MaxColls); DataValue[724][0] = "Dollar"; DataValue[724][1] = "NS951984"; DataValue[724][2] = "Relay"; DataValue[724][3] = "8/06/2011"; DataValue[724][4] = "8/06/2011"; DataValue[724][5] = "22/06/2011"; DataValue[724][6] = ""; DataValue[724][7] = "Scotland / STV"; DataValue[724][8] = ""; DataValue[725] = new Array(MaxColls); DataValue[725][0] = "Dunoon Forest Row"; DataValue[725][1] = "NS167771"; DataValue[725][2] = "Relay"; DataValue[725][3] = "8/06/2011"; DataValue[725][4] = "8/06/2011"; DataValue[725][5] = "22/06/2011"; DataValue[725][6] = "Short listed"; DataValue[725][7] = "Scotland / STV"; DataValue[725][8] = ""; DataValue[726] = new Array(MaxColls); DataValue[726][0] = "Easdale"; DataValue[726][1] = "NM754168"; DataValue[726][2] = "Relay"; DataValue[726][3] = "8/06/2011"; DataValue[726][4] = "8/06/2011"; DataValue[726][5] = "22/06/2011"; DataValue[726][6] = ""; DataValue[726][7] = "Scotland / STV"; DataValue[726][8] = ""; DataValue[727] = new Array(MaxColls); DataValue[727][0] = "Fintry"; DataValue[727][1] = "NS597889"; DataValue[727][2] = "Relay"; DataValue[727][3] = "8/06/2011"; DataValue[727][4] = "8/06/2011"; DataValue[727][5] = "22/06/2011"; DataValue[727][6] = ""; DataValue[727][7] = "Scotland / STV"; DataValue[727][8] = ""; DataValue[728] = new Array(MaxColls); DataValue[728][0] = "Gigha Island"; DataValue[728][1] = "NR643480"; DataValue[728][2] = "Relay"; DataValue[728][3] = "8/06/2011"; DataValue[728][4] = "8/06/2011"; DataValue[728][5] = "22/06/2011"; DataValue[728][6] = ""; DataValue[728][7] = "Scotland / STV"; DataValue[728][8] = ""; DataValue[729] = new Array(MaxColls); DataValue[729][0] = "Glasgow West Central"; DataValue[729][1] = "NS565683"; DataValue[729][2] = "Relay"; DataValue[729][3] = "8/06/2011"; DataValue[729][4] = "8/06/2011"; DataValue[729][5] = "22/06/2011"; DataValue[729][6] = "Short listed"; DataValue[729][7] = "Scotland / STV"; DataValue[729][8] = ""; DataValue[730] = new Array(MaxColls); DataValue[730][0] = "Glespin"; DataValue[730][1] = "NS821286"; DataValue[730][2] = "Relay"; DataValue[730][3] = "8/06/2011"; DataValue[730][4] = "8/06/2011"; DataValue[730][5] = "22/06/2011"; DataValue[730][6] = ""; DataValue[730][7] = "Scotland / STV"; DataValue[730][8] = ""; DataValue[731] = new Array(MaxColls); DataValue[731][0] = "Haddington"; DataValue[731][1] = "NT538736"; DataValue[731][2] = "Relay"; DataValue[731][3] = "8/06/2011"; DataValue[731][4] = "8/06/2011"; DataValue[731][5] = "22/06/2011"; DataValue[731][6] = ""; DataValue[731][7] = "Scotland / STV"; DataValue[731][8] = ""; DataValue[732] = new Array(MaxColls); DataValue[732][0] = "Kelvindale"; DataValue[732][1] = "NS555692"; DataValue[732][2] = "Relay"; DataValue[732][3] = "8/06/2011"; DataValue[732][4] = "8/06/2011"; DataValue[732][5] = "22/06/2011"; DataValue[732][6] = ""; DataValue[732][7] = "Scotland / STV"; DataValue[732][8] = ""; DataValue[733] = new Array(MaxColls); DataValue[733][0] = "Killearn"; DataValue[733][1] = "NS483848"; DataValue[733][2] = "Relay"; DataValue[733][3] = "8/06/2011"; DataValue[733][4] = "8/06/2011"; DataValue[733][5] = "22/06/2011"; DataValue[733][6] = ""; DataValue[733][7] = "Scotland / STV"; DataValue[733][8] = ""; DataValue[734] = new Array(MaxColls); DataValue[734][0] = "Kilmacolm"; DataValue[734][1] = "NS343691"; DataValue[734][2] = "Relay"; DataValue[734][3] = "8/06/2011"; DataValue[734][4] = "8/06/2011"; DataValue[734][5] = "22/06/2011"; DataValue[734][6] = ""; DataValue[734][7] = "Scotland / STV"; DataValue[734][8] = ""; DataValue[735] = new Array(MaxColls); DataValue[735][0] = "Kirkfieldbank"; DataValue[735][1] = "NS862443"; DataValue[735][2] = "Relay"; DataValue[735][3] = "8/06/2011"; DataValue[735][4] = "8/06/2011"; DataValue[735][5] = "22/06/2011"; DataValue[735][6] = ""; DataValue[735][7] = "Scotland / STV"; DataValue[735][8] = ""; DataValue[736] = new Array(MaxColls); DataValue[736][0] = "Largs"; DataValue[736][1] = "NS208594"; DataValue[736][2] = "Relay"; DataValue[736][3] = "8/06/2011"; DataValue[736][4] = "8/06/2011"; DataValue[736][5] = "22/06/2011"; DataValue[736][6] = ""; DataValue[736][7] = "Scotland / STV"; DataValue[736][8] = ""; DataValue[737] = new Array(MaxColls); DataValue[737][0] = "Leadhills"; DataValue[737][1] = "NS884149"; DataValue[737][2] = "Relay"; DataValue[737][3] = "8/06/2011"; DataValue[737][4] = "8/06/2011"; DataValue[737][5] = "22/06/2011"; DataValue[737][6] = ""; DataValue[737][7] = "Scotland / STV"; DataValue[737][8] = ""; DataValue[738] = new Array(MaxColls); DataValue[738][0] = "Millport"; DataValue[738][1] = "NS166557"; DataValue[738][2] = "Relay"; DataValue[738][3] = "8/06/2011"; DataValue[738][4] = "8/06/2011"; DataValue[738][5] = "22/06/2011"; DataValue[738][6] = ""; DataValue[738][7] = "Scotland / STV"; DataValue[738][8] = ""; DataValue[739] = new Array(MaxColls); DataValue[739][0] = "Netherton Braes"; DataValue[739][1] = "NS581575"; DataValue[739][2] = "Relay"; DataValue[739][3] = "8/06/2011"; DataValue[739][4] = "8/06/2011"; DataValue[739][5] = "22/06/2011"; DataValue[739][6] = ""; DataValue[739][7] = "Scotland / STV"; DataValue[739][8] = ""; DataValue[740] = new Array(MaxColls); DataValue[740][0] = "Ravenscraig VP"; DataValue[740][1] = "NS252755"; DataValue[740][2] = "Relay"; DataValue[740][3] = "8/06/2011"; DataValue[740][4] = "8/06/2011"; DataValue[740][5] = "22/06/2011"; DataValue[740][6] = ""; DataValue[740][7] = "Scotland / STV"; DataValue[740][8] = ""; DataValue[741] = new Array(MaxColls); DataValue[741][0] = "Rothesay"; DataValue[741][1] = "NS125690"; DataValue[741][2] = "Relay"; DataValue[741][3] = "8/06/2011"; DataValue[741][4] = "8/06/2011"; DataValue[741][5] = "22/06/2011"; DataValue[741][6] = ""; DataValue[741][7] = "Scotland / STV"; DataValue[741][8] = ""; DataValue[742] = new Array(MaxColls); DataValue[742][0] = "Rothesay Town"; DataValue[742][1] = "NS082648"; DataValue[742][2] = "Relay"; DataValue[742][3] = "8/06/2011"; DataValue[742][4] = "8/06/2011"; DataValue[742][5] = "22/06/2011"; DataValue[742][6] = ""; DataValue[742][7] = "Scotland / STV"; DataValue[742][8] = ""; DataValue[743] = new Array(MaxColls); DataValue[743][0] = "South Knapdale"; DataValue[743][1] = "NR837748"; DataValue[743][2] = "Relay"; DataValue[743][3] = "8/06/2011"; DataValue[743][4] = "8/06/2011"; DataValue[743][5] = "22/06/2011"; DataValue[743][6] = ""; DataValue[743][7] = "Scotland / STV"; DataValue[743][8] = ""; DataValue[744] = new Array(MaxColls); DataValue[744][0] = "Strachur"; DataValue[744][1] = "NN094027"; DataValue[744][2] = "Relay"; DataValue[744][3] = "8/06/2011"; DataValue[744][4] = "8/06/2011"; DataValue[744][5] = "22/06/2011"; DataValue[744][6] = ""; DataValue[744][7] = "Scotland / STV"; DataValue[744][8] = ""; DataValue[745] = new Array(MaxColls); DataValue[745][0] = "Strathblane"; DataValue[745][1] = "NS555789"; DataValue[745][2] = "Relay"; DataValue[745][3] = "8/06/2011"; DataValue[745][4] = "8/06/2011"; DataValue[745][5] = "22/06/2011"; DataValue[745][6] = ""; DataValue[745][7] = "Scotland / STV"; DataValue[745][8] = ""; DataValue[746] = new Array(MaxColls); DataValue[746][0] = "Strathyre"; DataValue[746][1] = "NN559171"; DataValue[746][2] = "Relay"; DataValue[746][3] = "8/06/2011"; DataValue[746][4] = "8/06/2011"; DataValue[746][5] = "22/06/2011"; DataValue[746][6] = ""; DataValue[746][7] = "Scotland / STV"; DataValue[746][8] = ""; DataValue[747] = new Array(MaxColls); DataValue[747][0] = "Strathyre Link"; DataValue[747][1] = "NN581171"; DataValue[747][2] = "Relay"; DataValue[747][3] = "8/06/2011"; DataValue[747][4] = "8/06/2011"; DataValue[747][5] = "22/06/2011"; DataValue[747][6] = ""; DataValue[747][7] = "Scotland / STV"; DataValue[747][8] = ""; DataValue[748] = new Array(MaxColls); DataValue[748][0] = "Tarbert"; DataValue[748][1] = "NR858679"; DataValue[748][2] = "Relay"; DataValue[748][3] = "8/06/2011"; DataValue[748][4] = "8/06/2011"; DataValue[748][5] = "22/06/2011"; DataValue[748][6] = ""; DataValue[748][7] = "Scotland / STV"; DataValue[748][8] = ""; DataValue[749] = new Array(MaxColls); DataValue[749][0] = "Tighnabruaich"; DataValue[749][1] = "NR993745"; DataValue[749][2] = "Relay"; DataValue[749][3] = "8/06/2011"; DataValue[749][4] = "8/06/2011"; DataValue[749][5] = "22/06/2011"; DataValue[749][6] = ""; DataValue[749][7] = "Scotland / STV"; DataValue[749][8] = ""; DataValue[750] = new Array(MaxColls); DataValue[750][0] = "Tillicoultry"; DataValue[750][1] = "NS925971"; DataValue[750][2] = "Relay"; DataValue[750][3] = "8/06/2011"; DataValue[750][4] = "8/06/2011"; DataValue[750][5] = "22/06/2011"; DataValue[750][6] = ""; DataValue[750][7] = "Scotland / STV"; DataValue[750][8] = ""; DataValue[751] = new Array(MaxColls); DataValue[751][0] = "Twechar"; DataValue[751][1] = "NS695754"; DataValue[751][2] = "Relay"; DataValue[751][3] = "8/06/2011"; DataValue[751][4] = "8/06/2011"; DataValue[751][5] = "22/06/2011"; DataValue[751][6] = ""; DataValue[751][7] = "Scotland / STV"; DataValue[751][8] = ""; DataValue[752] = new Array(MaxColls); DataValue[752][0] = "Uplawmoor"; DataValue[752][1] = "NS437563"; DataValue[752][2] = "Relay"; DataValue[752][3] = "8/06/2011"; DataValue[752][4] = "8/06/2011"; DataValue[752][5] = "22/06/2011"; DataValue[752][6] = ""; DataValue[752][7] = "Scotland / STV"; DataValue[752][8] = ""; DataValue[753] = new Array(MaxColls); DataValue[753][0] = "West Kilbride"; DataValue[753][1] = "NS215483"; DataValue[753][2] = "Relay"; DataValue[753][3] = "8/06/2011"; DataValue[753][4] = "8/06/2011"; DataValue[753][5] = "22/06/2011"; DataValue[753][6] = ""; DataValue[753][7] = "Scotland / STV"; DataValue[753][8] = ""; DataValue[754] = new Array(MaxColls); DataValue[754][0] = "Burnham on Crouch (new)"; DataValue[754][1] = "TQ940964"; DataValue[754][2] = "Relay"; DataValue[754][3] = "6/07/2011"; DataValue[754][4] = "6/07/2011"; DataValue[754][5] = "20/07/2011"; DataValue[754][6] = ""; DataValue[754][7] = "East / Anglia East"; DataValue[754][8] = ""; DataValue[755] = new Array(MaxColls); DataValue[755][0] = "Chelmsford"; DataValue[755][1] = "TL660034"; DataValue[755][2] = "Main transmitter for Channel 5"; DataValue[755][3] = "N/A"; DataValue[755][4] = "N/A"; DataValue[755][5] = "N/A"; DataValue[755][6] = ""; DataValue[755][7] = "London / Carlton/LWT"; DataValue[755][8] = "Ending on 20/07/2011"; DataValue[756] = new Array(MaxColls); DataValue[756][0] = "Clacton (new)"; DataValue[756][1] = "TM183163"; DataValue[756][2] = "Relay"; DataValue[756][3] = "6/07/2011"; DataValue[756][4] = "6/07/2011"; DataValue[756][5] = "20/07/2011"; DataValue[756][6] = ""; DataValue[756][7] = "East / Anglia East"; DataValue[756][8] = ""; DataValue[757] = new Array(MaxColls); DataValue[757][0] = "Felixstowe"; DataValue[757][1] = "TM305346"; DataValue[757][2] = "Relay"; DataValue[757][3] = "6/07/2011"; DataValue[757][4] = "6/07/2011"; DataValue[757][5] = "20/07/2011"; DataValue[757][6] = ""; DataValue[757][7] = "East / Anglia East"; DataValue[757][8] = ""; DataValue[758] = new Array(MaxColls); DataValue[758][0] = "Ipswich Stoke"; DataValue[758][1] = "TM159446"; DataValue[758][2] = "Relay"; DataValue[758][3] = "6/07/2011"; DataValue[758][4] = "6/07/2011"; DataValue[758][5] = "20/07/2011"; DataValue[758][6] = ""; DataValue[758][7] = "East / Anglia East"; DataValue[758][8] = ""; DataValue[759] = new Array(MaxColls); DataValue[759][0] = "Rouncefall (new)"; DataValue[759][1] = "TQ856931"; DataValue[759][2] = "Relay"; DataValue[759][3] = "6/07/2011"; DataValue[759][4] = "6/07/2011"; DataValue[759][5] = "20/07/2011"; DataValue[759][6] = ""; DataValue[759][7] = "East / Anglia East"; DataValue[759][8] = ""; DataValue[760] = new Array(MaxColls); DataValue[760][0] = "Somersham"; DataValue[760][1] = "TM086492"; DataValue[760][2] = "Relay"; DataValue[760][3] = "6/07/2011"; DataValue[760][4] = "6/07/2011"; DataValue[760][5] = "20/07/2011"; DataValue[760][6] = ""; DataValue[760][7] = "East / Anglia East"; DataValue[760][8] = ""; DataValue[761] = new Array(MaxColls); DataValue[761][0] = "Sudbury"; DataValue[761][1] = "TL913377"; DataValue[761][2] = "Main transmitter"; DataValue[761][3] = "15/11/1998"; DataValue[761][4] = "6/07/2011"; DataValue[761][5] = "20/07/2011"; DataValue[761][6] = ""; DataValue[761][7] = "East / Anglia East"; DataValue[761][8] = "Different multiplex 2 region (D3+D4)"; DataValue[762] = new Array(MaxColls); DataValue[762][0] = "Sudbury B"; DataValue[762][1] = "TL913378"; DataValue[762][2] = "Main transmitter"; DataValue[762][3] = "20/07/2011"; DataValue[762][4] = "20/07/2011"; DataValue[762][5] = "20/07/2011"; DataValue[762][6] = ""; DataValue[762][7] = "East / Anglia East"; DataValue[762][8] = "Multiplex 2 only (D3+D4)"; DataValue[763] = new Array(MaxColls); DataValue[763][0] = "Wivenhoe Park"; DataValue[763][1] = "TM027240"; DataValue[763][2] = "Relay"; DataValue[763][3] = "6/07/2011"; DataValue[763][4] = "6/07/2011"; DataValue[763][5] = "20/07/2011"; DataValue[763][6] = ""; DataValue[763][7] = "East / Anglia East"; DataValue[763][8] = ""; DataValue[764] = new Array(MaxColls); DataValue[764][0] = "Woodbridge"; DataValue[764][1] = "TM271498"; DataValue[764][2] = "Relay"; DataValue[764][3] = "6/07/2011"; DataValue[764][4] = "6/07/2011"; DataValue[764][5] = "20/07/2011"; DataValue[764][6] = ""; DataValue[764][7] = "East / Anglia East"; DataValue[764][8] = ""; DataValue[765] = new Array(MaxColls); DataValue[765][0] = "Belmont"; DataValue[765][1] = "TF218836"; DataValue[765][2] = "Main transmitter"; DataValue[765][3] = "15/11/1998"; DataValue[765][4] = "3/08/2011"; DataValue[765][5] = "17/08/2011"; DataValue[765][6] = "Starting 26/11/2013"; DataValue[765][7] = "East Yorkshire/Lincolnshire / YTV Lincolnshire"; DataValue[765][8] = "Lincolnshire Living starting on 26/11/2013"; DataValue[766] = new Array(MaxColls); DataValue[766][0] = "Grimsby"; DataValue[766][1] = "TA280091"; DataValue[766][2] = "Relay"; DataValue[766][3] = "3/08/2011"; DataValue[766][4] = "3/08/2011"; DataValue[766][5] = "17/08/2011"; DataValue[766][6] = "Short listed"; DataValue[766][7] = "East Yorkshire/Lincolnshire / YTV Lincolnshire"; DataValue[766][8] = ""; DataValue[767] = new Array(MaxColls); DataValue[767][0] = "Hunmanby"; DataValue[767][1] = "TA092779"; DataValue[767][2] = "Relay"; DataValue[767][3] = "3/08/2011"; DataValue[767][4] = "3/08/2011"; DataValue[767][5] = "17/08/2011"; DataValue[767][6] = ""; DataValue[767][7] = "North / YTV Olivers Mount"; DataValue[767][8] = ""; DataValue[768] = new Array(MaxColls); DataValue[768][0] = "Lincoln Central"; DataValue[768][1] = "SK984711"; DataValue[768][2] = "Relay"; DataValue[768][3] = "3/08/2011"; DataValue[768][4] = "3/08/2011"; DataValue[768][5] = "17/08/2011"; DataValue[768][6] = ""; DataValue[768][7] = "East Yorkshire/Lincolnshire / YTV Lincolnshire"; DataValue[768][8] = ""; DataValue[769] = new Array(MaxColls); DataValue[769][0] = "Olivers Mount"; DataValue[769][1] = "TA040869"; DataValue[769][2] = "Main transmitter"; DataValue[769][3] = "15/11/1998"; DataValue[769][4] = "3/08/2011"; DataValue[769][5] = "17/08/2011"; DataValue[769][6] = "Short listed"; DataValue[769][7] = "North / YTV Olivers Mount"; DataValue[769][8] = ""; DataValue[770] = new Array(MaxColls); DataValue[770][0] = "Weaverthorpe"; DataValue[770][1] = "SE972716"; DataValue[770][2] = "Relay"; DataValue[770][3] = "3/08/2011"; DataValue[770][4] = "3/08/2011"; DataValue[770][5] = "17/08/2011"; DataValue[770][6] = ""; DataValue[770][7] = "East Yorkshire/Lincolnshire / YTV Lincolnshire"; DataValue[770][8] = ""; DataValue[771] = new Array(MaxColls); DataValue[771][0] = "Brockwell"; DataValue[771][1] = "SK367707"; DataValue[771][2] = "Relay"; DataValue[771][3] = "10/08/2011"; DataValue[771][4] = "10/08/2011"; DataValue[771][5] = "24/08/2011"; DataValue[771][6] = ""; DataValue[771][7] = "North / YTV Chesterfield"; DataValue[771][8] = ""; DataValue[772] = new Array(MaxColls); DataValue[772][0] = "Chesterfield"; DataValue[772][1] = "SK382764"; DataValue[772][2] = "Main transmitter"; DataValue[772][3] = "15/11/1998"; DataValue[772][4] = "10/08/2011"; DataValue[772][5] = "24/08/2011"; DataValue[772][6] = ""; DataValue[772][7] = "North / YTV Chesterfield"; DataValue[772][8] = ""; DataValue[773] = new Array(MaxColls); DataValue[773][0] = "Dronfield"; DataValue[773][1] = "SK362791"; DataValue[773][2] = "Relay"; DataValue[773][3] = "10/08/2011"; DataValue[773][4] = "10/08/2011"; DataValue[773][5] = "24/08/2011"; DataValue[773][6] = ""; DataValue[773][7] = "North / YTV Chesterfield"; DataValue[773][8] = ""; DataValue[774] = new Array(MaxColls); DataValue[774][0] = "Hasland"; DataValue[774][1] = "SK406697"; DataValue[774][2] = "Relay"; DataValue[774][3] = "10/08/2011"; DataValue[774][4] = "10/08/2011"; DataValue[774][5] = "24/08/2011"; DataValue[774][6] = ""; DataValue[774][7] = "North / YTV Chesterfield"; DataValue[774][8] = ""; DataValue[775] = new Array(MaxColls); DataValue[775][0] = "Sheffield"; DataValue[775][1] = "SK324870"; DataValue[775][2] = "Main transmitter"; DataValue[775][3] = "15/11/1998"; DataValue[775][4] = "10/08/2011"; DataValue[775][5] = "24/08/2011"; DataValue[775][6] = "Starting 25/09/2014"; DataValue[775][7] = "North / YTV Sheffield"; DataValue[775][8] = "SLTV/Sheffield Live starting on 25/09/2014"; DataValue[776] = new Array(MaxColls); DataValue[776][0] = "Totley Rise"; DataValue[776][1] = "SK322807"; DataValue[776][2] = "Relay"; DataValue[776][3] = "10/08/2011"; DataValue[776][4] = "10/08/2011"; DataValue[776][5] = "24/08/2011"; DataValue[776][6] = ""; DataValue[776][7] = "North / YTV Sheffield"; DataValue[776][8] = ""; DataValue[777] = new Array(MaxColls); DataValue[777][0] = "Ambergate"; DataValue[777][1] = "SK351513"; DataValue[777][2] = "Relay"; DataValue[777][3] = "17/08/2011"; DataValue[777][4] = "17/08/2011"; DataValue[777][5] = "31/08/2011"; DataValue[777][6] = ""; DataValue[777][7] = "East Midlands / Central East"; DataValue[777][8] = ""; DataValue[778] = new Array(MaxColls); DataValue[778][0] = "Ashbourne"; DataValue[778][1] = "SK182460"; DataValue[778][2] = "Relay"; DataValue[778][3] = "17/08/2011"; DataValue[778][4] = "17/08/2011"; DataValue[778][5] = "31/08/2011"; DataValue[778][6] = ""; DataValue[778][7] = "East Midlands / Central East"; DataValue[778][8] = ""; DataValue[779] = new Array(MaxColls); DataValue[779][0] = "Ashford in the Water"; DataValue[779][1] = "SK189691"; DataValue[779][2] = "Relay"; DataValue[779][3] = "17/08/2011"; DataValue[779][4] = "17/08/2011"; DataValue[779][5] = "31/08/2011"; DataValue[779][6] = ""; DataValue[779][7] = "East Midlands / Central East"; DataValue[779][8] = ""; DataValue[780] = new Array(MaxColls); DataValue[780][0] = "Belper"; DataValue[780][1] = "SK337462"; DataValue[780][2] = "Relay"; DataValue[780][3] = "17/08/2011"; DataValue[780][4] = "17/08/2011"; DataValue[780][5] = "31/08/2011"; DataValue[780][6] = ""; DataValue[780][7] = "East Midlands / Central East"; DataValue[780][8] = ""; DataValue[781] = new Array(MaxColls); DataValue[781][0] = "Birchover"; DataValue[781][1] = "SK241616"; DataValue[781][2] = "Relay"; DataValue[781][3] = "17/08/2011"; DataValue[781][4] = "17/08/2011"; DataValue[781][5] = "31/08/2011"; DataValue[781][6] = ""; DataValue[781][7] = "East Midlands / Central East"; DataValue[781][8] = ""; DataValue[782] = new Array(MaxColls); DataValue[782][0] = "Bolehill"; DataValue[782][1] = "SK295552"; DataValue[782][2] = "Relay"; DataValue[782][3] = "17/08/2011"; DataValue[782][4] = "17/08/2011"; DataValue[782][5] = "31/08/2011"; DataValue[782][6] = ""; DataValue[782][7] = "East Midlands / Central East"; DataValue[782][8] = ""; DataValue[783] = new Array(MaxColls); DataValue[783][0] = "Darley Dale"; DataValue[783][1] = "SK275642"; DataValue[783][2] = "Relay"; DataValue[783][3] = "17/08/2011"; DataValue[783][4] = "17/08/2011"; DataValue[783][5] = "31/08/2011"; DataValue[783][6] = ""; DataValue[783][7] = "East Midlands / Central East"; DataValue[783][8] = ""; DataValue[784] = new Array(MaxColls); DataValue[784][0] = "Derby"; DataValue[784][1] = "SK329342"; DataValue[784][2] = "Relay"; DataValue[784][3] = "17/08/2011"; DataValue[784][4] = "17/08/2011"; DataValue[784][5] = "31/08/2011"; DataValue[784][6] = ""; DataValue[784][7] = "East Midlands / Central East"; DataValue[784][8] = ""; DataValue[785] = new Array(MaxColls); DataValue[785][0] = "Eastwood"; DataValue[785][1] = "SK463470"; DataValue[785][2] = "Relay"; DataValue[785][3] = "17/08/2011"; DataValue[785][4] = "17/08/2011"; DataValue[785][5] = "31/08/2011"; DataValue[785][6] = ""; DataValue[785][7] = "East Midlands / Central East"; DataValue[785][8] = ""; DataValue[786] = new Array(MaxColls); DataValue[786][0] = "Leicester"; DataValue[786][1] = "SK584033"; DataValue[786][2] = "Relay"; DataValue[786][3] = "17/08/2011"; DataValue[786][4] = "17/08/2011"; DataValue[786][5] = "31/08/2011"; DataValue[786][6] = ""; DataValue[786][7] = "East Midlands / Central East"; DataValue[786][8] = ""; DataValue[787] = new Array(MaxColls); DataValue[787][0] = "Little Eaton"; DataValue[787][1] = "SK371419"; DataValue[787][2] = "Relay"; DataValue[787][3] = "17/08/2011"; DataValue[787][4] = "17/08/2011"; DataValue[787][5] = "31/08/2011"; DataValue[787][6] = ""; DataValue[787][7] = "East Midlands / Central East"; DataValue[787][8] = ""; DataValue[788] = new Array(MaxColls); DataValue[788][0] = "Matlock"; DataValue[788][1] = "SK297589"; DataValue[788][2] = "Relay"; DataValue[788][3] = "17/08/2011"; DataValue[788][4] = "17/08/2011"; DataValue[788][5] = "31/08/2011"; DataValue[788][6] = ""; DataValue[788][7] = "East Midlands / Central East"; DataValue[788][8] = ""; DataValue[789] = new Array(MaxColls); DataValue[789][0] = "Parwich"; DataValue[789][1] = "SK185542"; DataValue[789][2] = "Relay"; DataValue[789][3] = "17/08/2011"; DataValue[789][4] = "17/08/2011"; DataValue[789][5] = "31/08/2011"; DataValue[789][6] = ""; DataValue[789][7] = "East Midlands / Central East"; DataValue[789][8] = ""; DataValue[790] = new Array(MaxColls); DataValue[790][0] = "Stamford"; DataValue[790][1] = "TF032067"; DataValue[790][2] = "Relay"; DataValue[790][3] = "17/08/2011"; DataValue[790][4] = "17/08/2011"; DataValue[790][5] = "31/08/2011"; DataValue[790][6] = ""; DataValue[790][7] = "East Midlands / Central East"; DataValue[790][8] = ""; DataValue[791] = new Array(MaxColls); DataValue[791][0] = "Stanton Moor"; DataValue[791][1] = "SK246637"; DataValue[791][2] = "Relay"; DataValue[791][3] = "17/08/2011"; DataValue[791][4] = "17/08/2011"; DataValue[791][5] = "31/08/2011"; DataValue[791][6] = ""; DataValue[791][7] = "East Midlands / Central East"; DataValue[791][8] = ""; DataValue[792] = new Array(MaxColls); DataValue[792][0] = "Waltham"; DataValue[792][1] = "SK809233"; DataValue[792][2] = "Main transmitter"; DataValue[792][3] = "15/11/1998"; DataValue[792][4] = "17/08/2011"; DataValue[792][5] = "31/08/2011"; DataValue[792][6] = ""; DataValue[792][7] = "East Midlands / Central East"; DataValue[792][8] = ""; DataValue[793] = new Array(MaxColls); DataValue[793][0] = "Addingham"; DataValue[793][1] = "SP296796"; DataValue[793][2] = "Relay"; DataValue[793][3] = "7/09/2011"; DataValue[793][4] = "7/09/2011"; DataValue[793][5] = "21/09/2011"; DataValue[793][6] = ""; DataValue[793][7] = "West Midlands / CentralWest"; DataValue[793][8] = ""; DataValue[794] = new Array(MaxColls); DataValue[794][0] = "Allesley Park"; DataValue[794][1] = "SP296796"; DataValue[794][2] = "Relay"; DataValue[794][3] = "7/09/2011"; DataValue[794][4] = "7/09/2011"; DataValue[794][5] = "21/09/2011"; DataValue[794][6] = ""; DataValue[794][7] = "West Midlands / CentralWest"; DataValue[794][8] = ""; DataValue[795] = new Array(MaxColls); DataValue[795][0] = "Armitage Bridge"; DataValue[795][1] = "SE132133"; DataValue[795][2] = "Relay"; DataValue[795][3] = "7/09/2011"; DataValue[795][4] = "7/09/2011"; DataValue[795][5] = "21/09/2011"; DataValue[795][6] = ""; DataValue[795][7] = "North / YTV Yorkshire"; DataValue[795][8] = ""; DataValue[796] = new Array(MaxColls); DataValue[796][0] = "Batley"; DataValue[796][1] = "SE239249"; DataValue[796][2] = "Relay"; DataValue[796][3] = "7/09/2011"; DataValue[796][4] = "7/09/2011"; DataValue[796][5] = "21/09/2011"; DataValue[796][6] = ""; DataValue[796][7] = "North / YTV Yorkshire"; DataValue[796][8] = ""; DataValue[797] = new Array(MaxColls); DataValue[797][0] = "Beecroft Hill"; DataValue[797][1] = "SE237350"; DataValue[797][2] = "Relay"; DataValue[797][3] = "7/09/2011"; DataValue[797][4] = "7/09/2011"; DataValue[797][5] = "21/09/2011"; DataValue[797][6] = "Starting 27/02/2014"; DataValue[797][7] = "North / YTV Yorkshire"; DataValue[797][8] = "Made in Leeds starting on 27/02/2014"; DataValue[798] = new Array(MaxColls); DataValue[798][0] = "Blackburn In Rotherham"; DataValue[798][1] = "SK389926"; DataValue[798][2] = "Relay"; DataValue[798][3] = "7/09/2011"; DataValue[798][4] = "7/09/2011"; DataValue[798][5] = "21/09/2011"; DataValue[798][6] = ""; DataValue[798][7] = "North / YTV Yorkshire"; DataValue[798][8] = ""; DataValue[799] = new Array(MaxColls); DataValue[799][0] = "Bradford West"; DataValue[799][1] = "SE133345"; DataValue[799][2] = "Relay"; DataValue[799][3] = "7/09/2011"; DataValue[799][4] = "7/09/2011"; DataValue[799][5] = "21/09/2011"; DataValue[799][6] = ""; DataValue[799][7] = "North / YTV Yorkshire"; DataValue[799][8] = ""; DataValue[800] = new Array(MaxColls); DataValue[800][0] = "Brailes"; DataValue[800][1] = "SP319379"; DataValue[800][2] = "Relay"; DataValue[800][3] = "7/09/2011"; DataValue[800][4] = "7/09/2011"; DataValue[800][5] = "21/09/2011"; DataValue[800][6] = ""; DataValue[800][7] = "West Midlands / CentralWest"; DataValue[800][8] = ""; DataValue[801] = new Array(MaxColls); DataValue[801][0] = "Bretch Hill"; DataValue[801][1] = "SP438400"; DataValue[801][2] = "Relay"; DataValue[801][3] = "7/09/2011"; DataValue[801][4] = "7/09/2011"; DataValue[801][5] = "21/09/2011"; DataValue[801][6] = ""; DataValue[801][7] = "West Midlands / CentralWest"; DataValue[801][8] = ""; DataValue[802] = new Array(MaxColls); DataValue[802][0] = "Bridgnorth"; DataValue[802][1] = "SO719913"; DataValue[802][2] = "Relay"; DataValue[802][3] = "7/09/2011"; DataValue[802][4] = "7/09/2011"; DataValue[802][5] = "21/09/2011"; DataValue[802][6] = ""; DataValue[802][7] = "West Midlands / CentralWest"; DataValue[802][8] = ""; DataValue[803] = new Array(MaxColls); DataValue[803][0] = "Brierley Hill"; DataValue[803][1] = "SO916856"; DataValue[803][2] = "Main transmitter"; DataValue[803][3] = "15/11/1998"; DataValue[803][4] = "7/09/2011"; DataValue[803][5] = "21/09/2011"; DataValue[803][6] = "Starting 30/01/2014"; DataValue[803][7] = "West Midlands / CentralWest"; DataValue[803][8] = "City TV Broadcasting starting on 30/01/2013"; DataValue[804] = new Array(MaxColls); DataValue[804][0] = "Calver Peak"; DataValue[804][1] = "SK232743"; DataValue[804][2] = "Relay"; DataValue[804][3] = "7/09/2011"; DataValue[804][4] = "7/09/2011"; DataValue[804][5] = "21/09/2011"; DataValue[804][6] = ""; DataValue[804][7] = "North / YTV Yorkshire"; DataValue[804][8] = ""; DataValue[805] = new Array(MaxColls); DataValue[805][0] = "Cheadle"; DataValue[805][1] = "SK030435"; DataValue[805][2] = "Relay"; DataValue[805][3] = "7/09/2011"; DataValue[805][4] = "7/09/2011"; DataValue[805][5] = "21/09/2011"; DataValue[805][6] = ""; DataValue[805][7] = "West Midlands / CentralWest"; DataValue[805][8] = ""; DataValue[806] = new Array(MaxColls); DataValue[806][0] = "Cleckheaton"; DataValue[806][1] = "SE184245"; DataValue[806][2] = "Relay"; DataValue[806][3] = "7/09/2011"; DataValue[806][4] = "7/09/2011"; DataValue[806][5] = "21/09/2011"; DataValue[806][6] = ""; DataValue[806][7] = "North / YTV Yorkshire"; DataValue[806][8] = ""; DataValue[807] = new Array(MaxColls); DataValue[807][0] = "Conisbrough"; DataValue[807][1] = "SK516981"; DataValue[807][2] = "Relay"; DataValue[807][3] = "7/09/2011"; DataValue[807][4] = "7/09/2011"; DataValue[807][5] = "21/09/2011"; DataValue[807][6] = ""; DataValue[807][7] = "North / YTV Yorkshire"; DataValue[807][8] = ""; DataValue[808] = new Array(MaxColls); DataValue[808][0] = "Cop Hill"; DataValue[808][1] = "SE058138"; DataValue[808][2] = "Relay"; DataValue[808][3] = "7/09/2011"; DataValue[808][4] = "7/09/2011"; DataValue[808][5] = "21/09/2011"; DataValue[808][6] = ""; DataValue[808][7] = "North / YTV Yorkshire"; DataValue[808][8] = ""; DataValue[809] = new Array(MaxColls); DataValue[809][0] = "Copley"; DataValue[809][1] = "SE080223"; DataValue[809][2] = "Relay"; DataValue[809][3] = "7/09/2011"; DataValue[809][4] = "7/09/2011"; DataValue[809][5] = "21/09/2011"; DataValue[809][6] = ""; DataValue[809][7] = "North / YTV Yorkshire"; DataValue[809][8] = ""; DataValue[810] = new Array(MaxColls); DataValue[810][0] = "Cornholme"; DataValue[810][1] = "SD918264"; DataValue[810][2] = "Relay"; DataValue[810][3] = "7/09/2011"; DataValue[810][4] = "7/09/2011"; DataValue[810][5] = "21/09/2011"; DataValue[810][6] = ""; DataValue[810][7] = "North / YTV Yorkshire"; DataValue[810][8] = ""; DataValue[811] = new Array(MaxColls); DataValue[811][0] = "Cowling"; DataValue[811][1] = "SD970432"; DataValue[811][2] = "Relay"; DataValue[811][3] = "7/09/2011"; DataValue[811][4] = "7/09/2011"; DataValue[811][5] = "21/09/2011"; DataValue[811][6] = ""; DataValue[811][7] = "North / YTV Yorkshire"; DataValue[811][8] = ""; DataValue[812] = new Array(MaxColls); DataValue[812][0] = "Cragg Vale"; DataValue[812][1] = "SE003229"; DataValue[812][2] = "Relay"; DataValue[812][3] = "7/09/2011"; DataValue[812][4] = "7/09/2011"; DataValue[812][5] = "21/09/2011"; DataValue[812][6] = ""; DataValue[812][7] = "North / YTV Yorkshire"; DataValue[812][8] = ""; DataValue[813] = new Array(MaxColls); DataValue[813][0] = "Cullingworth"; DataValue[813][1] = "SE075381"; DataValue[813][2] = "Relay"; DataValue[813][3] = "7/09/2011"; DataValue[813][4] = "7/09/2011"; DataValue[813][5] = "21/09/2011"; DataValue[813][6] = ""; DataValue[813][7] = "North / YTV Yorkshire"; DataValue[813][8] = ""; DataValue[814] = new Array(MaxColls); DataValue[814][0] = "Earl Sterndale"; DataValue[814][1] = "SK090666"; DataValue[814][2] = "Relay"; DataValue[814][3] = "7/09/2011"; DataValue[814][4] = "7/09/2011"; DataValue[814][5] = "21/09/2011"; DataValue[814][6] = ""; DataValue[814][7] = "West Midlands / CentralWest"; DataValue[814][8] = ""; DataValue[815] = new Array(MaxColls); DataValue[815][0] = "Edale"; DataValue[815][1] = "SK126843"; DataValue[815][2] = "Relay"; DataValue[815][3] = "7/09/2011"; DataValue[815][4] = "7/09/2011"; DataValue[815][5] = "21/09/2011"; DataValue[815][6] = ""; DataValue[815][7] = "North / YTV Yorkshire"; DataValue[815][8] = ""; DataValue[816] = new Array(MaxColls); DataValue[816][0] = "Edgbaston"; DataValue[816][1] = "SP058851"; DataValue[816][2] = "Relay"; DataValue[816][3] = "7/09/2011"; DataValue[816][4] = "7/09/2011"; DataValue[816][5] = "21/09/2011"; DataValue[816][6] = ""; DataValue[816][7] = "West Midlands / CentralWest"; DataValue[816][8] = ""; DataValue[817] = new Array(MaxColls); DataValue[817][0] = "Elland"; DataValue[817][1] = "SE126212"; DataValue[817][2] = "Relay"; DataValue[817][3] = "7/09/2011"; DataValue[817][4] = "7/09/2011"; DataValue[817][5] = "21/09/2011"; DataValue[817][6] = ""; DataValue[817][7] = "North / YTV Yorkshire"; DataValue[817][8] = ""; DataValue[818] = new Array(MaxColls); DataValue[818][0] = "Emley Moor"; DataValue[818][1] = "SE222128"; DataValue[818][2] = "Main transmitter"; DataValue[818][3] = "15/11/1998"; DataValue[818][4] = "7/09/2011"; DataValue[818][5] = "21/09/2011"; DataValue[818][6] = ""; DataValue[818][7] = "North / YTV Yorkshire"; DataValue[818][8] = ""; DataValue[819] = new Array(MaxColls); DataValue[819][0] = "Fenton"; DataValue[819][1] = "SJ903451"; DataValue[819][2] = "Main transmitter"; DataValue[819][3] = "15/11/1998"; DataValue[819][4] = "7/09/2011"; DataValue[819][5] = "21/09/2011"; DataValue[819][6] = ""; DataValue[819][7] = "West Midlands / CentralWest"; DataValue[819][8] = ""; DataValue[820] = new Array(MaxColls); DataValue[820][0] = "Gib Heath"; DataValue[820][1] = "SP056883"; DataValue[820][2] = "Relay"; DataValue[820][3] = "7/09/2011"; DataValue[820][4] = "7/09/2011"; DataValue[820][5] = "21/09/2011"; DataValue[820][6] = ""; DataValue[820][7] = "West Midlands / CentralWest"; DataValue[820][8] = ""; DataValue[821] = new Array(MaxColls); DataValue[821][0] = "Grassington"; DataValue[821][1] = "SE015639"; DataValue[821][2] = "Relay"; DataValue[821][3] = "7/09/2011"; DataValue[821][4] = "7/09/2011"; DataValue[821][5] = "21/09/2011"; DataValue[821][6] = ""; DataValue[821][7] = "North / YTV Yorkshire"; DataValue[821][8] = ""; DataValue[822] = new Array(MaxColls); DataValue[822][0] = "Gravelly Hill"; DataValue[822][1] = "SP109897"; DataValue[822][2] = "Relay"; DataValue[822][3] = "7/09/2011"; DataValue[822][4] = "7/09/2011"; DataValue[822][5] = "21/09/2011"; DataValue[822][6] = ""; DataValue[822][7] = "West Midlands / CentralWest"; DataValue[822][8] = ""; DataValue[823] = new Array(MaxColls); DataValue[823][0] = "Hagg Wood"; DataValue[823][1] = "SE148105"; DataValue[823][2] = "Relay"; DataValue[823][3] = "7/09/2011"; DataValue[823][4] = "7/09/2011"; DataValue[823][5] = "21/09/2011"; DataValue[823][6] = ""; DataValue[823][7] = "North / YTV Yorkshire"; DataValue[823][8] = ""; DataValue[824] = new Array(MaxColls); DataValue[824][0] = "Halifax"; DataValue[824][1] = "SE103242"; DataValue[824][2] = "Relay"; DataValue[824][3] = "7/09/2011"; DataValue[824][4] = "7/09/2011"; DataValue[824][5] = "21/09/2011"; DataValue[824][6] = "Short listed"; DataValue[824][7] = "North / YTV Yorkshire"; DataValue[824][8] = ""; DataValue[825] = new Array(MaxColls); DataValue[825][0] = "Hamstead"; DataValue[825][1] = "SP043931"; DataValue[825][2] = "Relay"; DataValue[825][3] = "7/09/2011"; DataValue[825][4] = "7/09/2011"; DataValue[825][5] = "21/09/2011"; DataValue[825][6] = ""; DataValue[825][7] = "West Midlands / CentralWest"; DataValue[825][8] = ""; DataValue[826] = new Array(MaxColls); DataValue[826][0] = "Harborne"; DataValue[826][1] = "SP017836"; DataValue[826][2] = "Relay"; DataValue[826][3] = "7/09/2011"; DataValue[826][4] = "7/09/2011"; DataValue[826][5] = "21/09/2011"; DataValue[826][6] = ""; DataValue[826][7] = "West Midlands / CentralWest"; DataValue[826][8] = ""; DataValue[827] = new Array(MaxColls); DataValue[827][0] = "Hartington"; DataValue[827][1] = "SK117601"; DataValue[827][2] = "Relay"; DataValue[827][3] = "7/09/2011"; DataValue[827][4] = "7/09/2011"; DataValue[827][5] = "21/09/2011"; DataValue[827][6] = ""; DataValue[827][7] = "West Midlands / CentralWest"; DataValue[827][8] = ""; DataValue[828] = new Array(MaxColls); DataValue[828][0] = "Headingley"; DataValue[828][1] = "SE299361"; DataValue[828][2] = "Relay"; DataValue[828][3] = "7/09/2011"; DataValue[828][4] = "7/09/2011"; DataValue[828][5] = "21/09/2011"; DataValue[828][6] = ""; DataValue[828][7] = "North / YTV Yorkshire"; DataValue[828][8] = ""; DataValue[829] = new Array(MaxColls); DataValue[829][0] = "Hebden Bridge"; DataValue[829][1] = "SD988267"; DataValue[829][2] = "Relay"; DataValue[829][3] = "7/09/2011"; DataValue[829][4] = "7/09/2011"; DataValue[829][5] = "21/09/2011"; DataValue[829][6] = ""; DataValue[829][7] = "North / YTV Yorkshire"; DataValue[829][8] = ""; DataValue[830] = new Array(MaxColls); DataValue[830][0] = "Heyshaw"; DataValue[830][1] = "SE170631"; DataValue[830][2] = "Relay"; DataValue[830][3] = "7/09/2011"; DataValue[830][4] = "7/09/2011"; DataValue[830][5] = "21/09/2011"; DataValue[830][6] = ""; DataValue[830][7] = "North / YTV Yorkshire"; DataValue[830][8] = ""; DataValue[831] = new Array(MaxColls); DataValue[831][0] = "Holmfield"; DataValue[831][1] = "SE089295"; DataValue[831][2] = "Relay"; DataValue[831][3] = "7/09/2011"; DataValue[831][4] = "7/09/2011"; DataValue[831][5] = "21/09/2011"; DataValue[831][6] = ""; DataValue[831][7] = "North / YTV Yorkshire"; DataValue[831][8] = ""; DataValue[832] = new Array(MaxColls); DataValue[832][0] = "Holmfirth"; DataValue[832][1] = "SE140086"; DataValue[832][2] = "Relay"; DataValue[832][3] = "7/09/2011"; DataValue[832][4] = "7/09/2011"; DataValue[832][5] = "21/09/2011"; DataValue[832][6] = ""; DataValue[832][7] = "North / YTV Yorkshire"; DataValue[832][8] = ""; DataValue[833] = new Array(MaxColls); DataValue[833][0] = "Hope"; DataValue[833][1] = "SK170830"; DataValue[833][2] = "Relay"; DataValue[833][3] = "7/09/2011"; DataValue[833][4] = "7/09/2011"; DataValue[833][5] = "21/09/2011"; DataValue[833][6] = ""; DataValue[833][7] = "North / YTV Yorkshire"; DataValue[833][8] = ""; DataValue[834] = new Array(MaxColls); DataValue[834][0] = "Idle"; DataValue[834][1] = "SE163374"; DataValue[834][2] = "Main transmitter"; DataValue[834][3] = "15/11/1998"; DataValue[834][4] = "7/09/2011"; DataValue[834][5] = "21/09/2011"; DataValue[834][6] = ""; DataValue[834][7] = "North / YTV Yorkshire"; DataValue[834][8] = ""; DataValue[835] = new Array(MaxColls); DataValue[835][0] = "Ipstones Edge"; DataValue[835][1] = "SK043506"; DataValue[835][2] = "Relay"; DataValue[835][3] = "7/09/2011"; DataValue[835][4] = "7/09/2011"; DataValue[835][5] = "21/09/2011"; DataValue[835][6] = ""; DataValue[835][7] = "West Midlands / CentralWest"; DataValue[835][8] = ""; DataValue[836] = new Array(MaxColls); DataValue[836][0] = "Ironbridge"; DataValue[836][1] = "SJ678032"; DataValue[836][2] = "Relay"; DataValue[836][3] = "7/09/2011"; DataValue[836][4] = "7/09/2011"; DataValue[836][5] = "21/09/2011"; DataValue[836][6] = ""; DataValue[836][7] = "West Midlands / CentralWest"; DataValue[836][8] = ""; DataValue[837] = new Array(MaxColls); DataValue[837][0] = "Keighley"; DataValue[837][1] = "SE069444"; DataValue[837][2] = "Main transmitter"; DataValue[837][3] = "15/11/1998"; DataValue[837][4] = "7/09/2011"; DataValue[837][5] = "21/09/2011"; DataValue[837][6] = "Short listed"; DataValue[837][7] = "North / YTV Yorkshire"; DataValue[837][8] = ""; DataValue[838] = new Array(MaxColls); DataValue[838][0] = "Keighley Town"; DataValue[838][1] = "SE065405"; DataValue[838][2] = "Relay"; DataValue[838][3] = "7/09/2011"; DataValue[838][4] = "7/09/2011"; DataValue[838][5] = "21/09/2011"; DataValue[838][6] = ""; DataValue[838][7] = "North / YTV Yorkshire"; DataValue[838][8] = ""; DataValue[839] = new Array(MaxColls); DataValue[839][0] = "Kenilworth"; DataValue[839][1] = "SP298726"; DataValue[839][2] = "Relay"; DataValue[839][3] = "7/09/2011"; DataValue[839][4] = "7/09/2011"; DataValue[839][5] = "21/09/2011"; DataValue[839][6] = ""; DataValue[839][7] = "West Midlands / CentralWest"; DataValue[839][8] = ""; DataValue[840] = new Array(MaxColls); DataValue[840][0] = "Kettlewell"; DataValue[840][1] = "SD986680"; DataValue[840][2] = "Relay"; DataValue[840][3] = "7/09/2011"; DataValue[840][4] = "7/09/2011"; DataValue[840][5] = "21/09/2011"; DataValue[840][6] = ""; DataValue[840][7] = "North / YTV Yorkshire"; DataValue[840][8] = ""; DataValue[841] = new Array(MaxColls); DataValue[841][0] = "Kidderminster"; DataValue[841][1] = "SO808739"; DataValue[841][2] = "Relay"; DataValue[841][3] = "7/09/2011"; DataValue[841][4] = "7/09/2011"; DataValue[841][5] = "21/09/2011"; DataValue[841][6] = "Short listed"; DataValue[841][7] = "West Midlands / CentralWest"; DataValue[841][8] = ""; DataValue[842] = new Array(MaxColls); DataValue[842][0] = "Kinver"; DataValue[842][1] = "SO855831"; DataValue[842][2] = "Relay"; DataValue[842][3] = "7/09/2011"; DataValue[842][4] = "7/09/2011"; DataValue[842][5] = "21/09/2011"; DataValue[842][6] = ""; DataValue[842][7] = "West Midlands / CentralWest"; DataValue[842][8] = ""; DataValue[843] = new Array(MaxColls); DataValue[843][0] = "Leamington Spa"; DataValue[843][1] = "SP329663"; DataValue[843][2] = "Relay"; DataValue[843][3] = "7/09/2011"; DataValue[843][4] = "7/09/2011"; DataValue[843][5] = "21/09/2011"; DataValue[843][6] = ""; DataValue[843][7] = "West Midlands / CentralWest"; DataValue[843][8] = ""; DataValue[844] = new Array(MaxColls); DataValue[844][0] = "Leek"; DataValue[844][1] = "SJ999561"; DataValue[844][2] = "Relay"; DataValue[844][3] = "7/09/2011"; DataValue[844][4] = "7/09/2011"; DataValue[844][5] = "21/09/2011"; DataValue[844][6] = ""; DataValue[844][7] = "West Midlands / CentralWest"; DataValue[844][8] = ""; DataValue[845] = new Array(MaxColls); DataValue[845][0] = "Lichfield"; DataValue[845][1] = "SK164043"; DataValue[845][2] = "Main transmitter for Channel 5"; DataValue[845][3] = "N/A"; DataValue[845][4] = "N/A"; DataValue[845][5] = "N/A"; DataValue[845][6] = ""; DataValue[845][7] = "West Midlands / CentralWest"; DataValue[845][8] = "Ending on 22/02/2012"; DataValue[846] = new Array(MaxColls); DataValue[846][0] = "Long Compton"; DataValue[846][1] = "SP285338"; DataValue[846][2] = "Relay"; DataValue[846][3] = "7/09/2011"; DataValue[846][4] = "7/09/2011"; DataValue[846][5] = "21/09/2011"; DataValue[846][6] = ""; DataValue[846][7] = "West Midlands / CentralWest"; DataValue[846][8] = ""; DataValue[847] = new Array(MaxColls); DataValue[847][0] = "Longwood Edge"; DataValue[847][1] = "SE112161"; DataValue[847][2] = "Relay"; DataValue[847][3] = "7/09/2011"; DataValue[847][4] = "7/09/2011"; DataValue[847][5] = "21/09/2011"; DataValue[847][6] = ""; DataValue[847][7] = "North / YTV Yorkshire"; DataValue[847][8] = ""; DataValue[848] = new Array(MaxColls); DataValue[848][0] = "Luddenden"; DataValue[848][1] = "SE048248"; DataValue[848][2] = "Relay"; DataValue[848][3] = "7/09/2011"; DataValue[848][4] = "7/09/2011"; DataValue[848][5] = "21/09/2011"; DataValue[848][6] = ""; DataValue[848][7] = "North / YTV Yorkshire"; DataValue[848][8] = ""; DataValue[849] = new Array(MaxColls); DataValue[849][0] = "Lydgate"; DataValue[849][1] = "SD933253"; DataValue[849][2] = "Relay"; DataValue[849][3] = "7/09/2011"; DataValue[849][4] = "7/09/2011"; DataValue[849][5] = "21/09/2011"; DataValue[849][6] = ""; DataValue[849][7] = "North West / YTV Yorkshire"; DataValue[849][8] = ""; DataValue[850] = new Array(MaxColls); DataValue[850][0] = "Malvern"; DataValue[850][1] = "SO774464"; DataValue[850][2] = "Main transmitter"; DataValue[850][3] = "15/11/1998"; DataValue[850][4] = "7/09/2011"; DataValue[850][5] = "21/09/2011"; DataValue[850][6] = "Short listed"; DataValue[850][7] = "West Midlands / CentralWest"; DataValue[850][8] = ""; DataValue[851] = new Array(MaxColls); DataValue[851][0] = "Millhouse Green"; DataValue[851][1] = "SE229028"; DataValue[851][2] = "Relay"; DataValue[851][3] = "7/09/2011"; DataValue[851][4] = "7/09/2011"; DataValue[851][5] = "21/09/2011"; DataValue[851][6] = ""; DataValue[851][7] = "North / YTV Yorkshire"; DataValue[851][8] = ""; DataValue[852] = new Array(MaxColls); DataValue[852][0] = "Oakamoor"; DataValue[852][1] = "SK057446"; DataValue[852][2] = "Relay"; DataValue[852][3] = "7/09/2011"; DataValue[852][4] = "7/09/2011"; DataValue[852][5] = "21/09/2011"; DataValue[852][6] = ""; DataValue[852][7] = "West Midlands / CentralWest"; DataValue[852][8] = ""; DataValue[853] = new Array(MaxColls); DataValue[853][0] = "Oughtibridge"; DataValue[853][1] = "SK307952"; DataValue[853][2] = "Relay"; DataValue[853][3] = "7/09/2011"; DataValue[853][4] = "7/09/2011"; DataValue[853][5] = "21/09/2011"; DataValue[853][6] = ""; DataValue[853][7] = "North / YTV Yorkshire"; DataValue[853][8] = ""; DataValue[854] = new Array(MaxColls); DataValue[854][0] = "Oxenhope"; DataValue[854][1] = "SE029338"; DataValue[854][2] = "Relay"; DataValue[854][3] = "7/09/2011"; DataValue[854][4] = "7/09/2011"; DataValue[854][5] = "21/09/2011"; DataValue[854][6] = ""; DataValue[854][7] = "North / YTV Yorkshire"; DataValue[854][8] = ""; DataValue[855] = new Array(MaxColls); DataValue[855][0] = "Perry Beeches"; DataValue[855][1] = "SP067932"; DataValue[855][2] = "Relay"; DataValue[855][3] = "7/09/2011"; DataValue[855][4] = "7/09/2011"; DataValue[855][5] = "21/09/2011"; DataValue[855][6] = ""; DataValue[855][7] = "North / YTV Yorkshire"; DataValue[855][8] = ""; DataValue[856] = new Array(MaxColls); DataValue[856][0] = "Primrose Hill"; DataValue[856][1] = "SE142150"; DataValue[856][2] = "Relay"; DataValue[856][3] = "7/09/2011"; DataValue[856][4] = "7/09/2011"; DataValue[856][5] = "21/09/2011"; DataValue[856][6] = ""; DataValue[856][7] = "North / YTV Yorkshire"; DataValue[856][8] = ""; DataValue[857] = new Array(MaxColls); DataValue[857][0] = "Queslett"; DataValue[857][1] = "SP063948"; DataValue[857][2] = "Relay"; DataValue[857][3] = "7/09/2011"; DataValue[857][4] = "7/09/2011"; DataValue[857][5] = "21/09/2011"; DataValue[857][6] = ""; DataValue[857][7] = "West Midlands / CentralWest"; DataValue[857][8] = ""; DataValue[858] = new Array(MaxColls); DataValue[858][0] = "Redditch"; DataValue[858][1] = "SP028683"; DataValue[858][2] = "Relay"; DataValue[858][3] = "7/09/2011"; DataValue[858][4] = "7/09/2011"; DataValue[858][5] = "21/09/2011"; DataValue[858][6] = ""; DataValue[858][7] = "West Midlands / CentralWest"; DataValue[858][8] = ""; DataValue[859] = new Array(MaxColls); DataValue[859][0] = "Repton"; DataValue[859][1] = "SK307261"; DataValue[859][2] = "Relay"; DataValue[859][3] = "7/09/2011"; DataValue[859][4] = "7/09/2011"; DataValue[859][5] = "21/09/2011"; DataValue[859][6] = ""; DataValue[859][7] = "West Midlands / CentralWest"; DataValue[859][8] = ""; DataValue[860] = new Array(MaxColls); DataValue[860][0] = "Ripponden"; DataValue[860][1] = "SE043186"; DataValue[860][2] = "Relay"; DataValue[860][3] = "7/09/2011"; DataValue[860][4] = "7/09/2011"; DataValue[860][5] = "21/09/2011"; DataValue[860][6] = ""; DataValue[860][7] = "North / YTV Yorkshire"; DataValue[860][8] = ""; DataValue[861] = new Array(MaxColls); DataValue[861][0] = "Rugeley"; DataValue[861][1] = "SK034179"; DataValue[861][2] = "Relay"; DataValue[861][3] = "7/09/2011"; DataValue[861][4] = "7/09/2011"; DataValue[861][5] = "21/09/2011"; DataValue[861][6] = ""; DataValue[861][7] = "West Midlands / CentralWest"; DataValue[861][8] = ""; DataValue[862] = new Array(MaxColls); DataValue[862][0] = "Shatton Edge"; DataValue[862][1] = "SK194814"; DataValue[862][2] = "Relay"; DataValue[862][3] = "7/09/2011"; DataValue[862][4] = "7/09/2011"; DataValue[862][5] = "21/09/2011"; DataValue[862][6] = ""; DataValue[862][7] = "North / YTV Yorkshire"; DataValue[862][8] = ""; DataValue[863] = new Array(MaxColls); DataValue[863][0] = "Skipton"; DataValue[863][1] = "SD909517"; DataValue[863][2] = "Relay"; DataValue[863][3] = "7/09/2011"; DataValue[863][4] = "7/09/2011"; DataValue[863][5] = "21/09/2011"; DataValue[863][6] = ""; DataValue[863][7] = "North / YTV Yorkshire"; DataValue[863][8] = ""; DataValue[864] = new Array(MaxColls); DataValue[864][0] = "Skipton Town"; DataValue[864][1] = "SD998509"; DataValue[864][2] = "Relay"; DataValue[864][3] = "7/09/2011"; DataValue[864][4] = "7/09/2011"; DataValue[864][5] = "21/09/2011"; DataValue[864][6] = ""; DataValue[864][7] = "North / YTV Yorkshire"; DataValue[864][8] = ""; DataValue[865] = new Array(MaxColls); DataValue[865][0] = "Stocksbridge"; DataValue[865][1] = "SK275991"; DataValue[865][2] = "Relay"; DataValue[865][3] = "7/09/2011"; DataValue[865][4] = "7/09/2011"; DataValue[865][5] = "21/09/2011"; DataValue[865][6] = ""; DataValue[865][7] = "North / YTV Yorkshire"; DataValue[865][8] = ""; DataValue[866] = new Array(MaxColls); DataValue[866][0] = "Sutton Coldfield"; DataValue[866][1] = "SK113003"; DataValue[866][2] = "Main transmitter"; DataValue[866][3] = "15/11/1998"; DataValue[866][4] = "7/09/2011"; DataValue[866][5] = "21/09/2011"; DataValue[866][6] = "Starting 30/01/2014"; DataValue[866][7] = "West Midlands / CentralWest"; DataValue[866][8] = "City TV Broadcasting starting on 30/01/2014"; DataValue[867] = new Array(MaxColls); DataValue[867][0] = "Sutton in Craven"; DataValue[867][1] = "SE004428"; DataValue[867][2] = "Relay"; DataValue[867][3] = "7/09/2011"; DataValue[867][4] = "7/09/2011"; DataValue[867][5] = "21/09/2011"; DataValue[867][6] = ""; DataValue[867][7] = "North / YTV Yorkshire"; DataValue[867][8] = ""; DataValue[868] = new Array(MaxColls); DataValue[868][0] = "Tenbury Wells"; DataValue[868][1] = "SO588691"; DataValue[868][2] = "Relay"; DataValue[868][3] = "7/09/2011"; DataValue[868][4] = "7/09/2011"; DataValue[868][5] = "21/09/2011"; DataValue[868][6] = ""; DataValue[868][7] = "West Midlands / CentralWest"; DataValue[868][8] = ""; DataValue[869] = new Array(MaxColls); DataValue[869][0] = "Tideswell Moor"; DataValue[869][1] = "SK149780"; DataValue[869][2] = "Relay"; DataValue[869][3] = "7/09/2011"; DataValue[869][4] = "7/09/2011"; DataValue[869][5] = "21/09/2011"; DataValue[869][6] = ""; DataValue[869][7] = "North / YTV Yorkshire"; DataValue[869][8] = ""; DataValue[870] = new Array(MaxColls); DataValue[870][0] = "Todmorden"; DataValue[870][1] = "SD957241"; DataValue[870][2] = "Relay"; DataValue[870][3] = "7/09/2011"; DataValue[870][4] = "7/09/2011"; DataValue[870][5] = "21/09/2011"; DataValue[870][6] = ""; DataValue[870][7] = "North West / YTV Yorkshire"; DataValue[870][8] = ""; DataValue[871] = new Array(MaxColls); DataValue[871][0] = "Turves Green"; DataValue[871][1] = "SP022784"; DataValue[871][2] = "Relay"; DataValue[871][3] = "7/09/2011"; DataValue[871][4] = "7/09/2011"; DataValue[871][5] = "21/09/2011"; DataValue[871][6] = ""; DataValue[871][7] = "West Midlands / CentralWest"; DataValue[871][8] = ""; DataValue[872] = new Array(MaxColls); DataValue[872][0] = "Walsden"; DataValue[872][1] = "SD927235"; DataValue[872][2] = "Relay"; DataValue[872][3] = "7/09/2011"; DataValue[872][4] = "7/09/2011"; DataValue[872][5] = "21/09/2011"; DataValue[872][6] = ""; DataValue[872][7] = "North West / YTV Yorkshire"; DataValue[872][8] = ""; DataValue[873] = new Array(MaxColls); DataValue[873][0] = "Walsden South"; DataValue[873][1] = "SD937215"; DataValue[873][2] = "Relay"; DataValue[873][3] = "7/09/2011"; DataValue[873][4] = "7/09/2011"; DataValue[873][5] = "21/09/2011"; DataValue[873][6] = ""; DataValue[873][7] = "North West / YTV Yorkshire"; DataValue[873][8] = ""; DataValue[874] = new Array(MaxColls); DataValue[874][0] = "Wharfedale"; DataValue[874][1] = "SE198485"; DataValue[874][2] = "Relay"; DataValue[874][3] = "7/09/2011"; DataValue[874][4] = "7/09/2011"; DataValue[874][5] = "21/09/2011"; DataValue[874][6] = ""; DataValue[874][7] = "North / YTV Yorkshire"; DataValue[874][8] = ""; DataValue[875] = new Array(MaxColls); DataValue[875][0] = "Wheatley"; DataValue[875][1] = "SE068264"; DataValue[875][2] = "Relay"; DataValue[875][3] = "7/09/2011"; DataValue[875][4] = "7/09/2011"; DataValue[875][5] = "21/09/2011"; DataValue[875][6] = ""; DataValue[875][7] = "North / YTV Yorkshire"; DataValue[875][8] = ""; DataValue[876] = new Array(MaxColls); DataValue[876][0] = "Whittingslow"; DataValue[876][1] = "SO429886"; DataValue[876][2] = "Relay"; DataValue[876][3] = "7/09/2011"; DataValue[876][4] = "7/09/2011"; DataValue[876][5] = "21/09/2011"; DataValue[876][6] = ""; DataValue[876][7] = "West Midlands / CentralWest"; DataValue[876][8] = ""; DataValue[877] = new Array(MaxColls); DataValue[877][0] = "Winchcombe"; DataValue[877][1] = "SP036287"; DataValue[877][2] = "Relay"; DataValue[877][3] = "7/09/2011"; DataValue[877][4] = "7/09/2011"; DataValue[877][5] = "21/09/2011"; DataValue[877][6] = ""; DataValue[877][7] = "West Midlands / CentralWest"; DataValue[877][8] = ""; DataValue[878] = new Array(MaxColls); DataValue[878][0] = "Wincobank"; DataValue[878][1] = "SK388919"; DataValue[878][2] = "Relay"; DataValue[878][3] = "7/09/2011"; DataValue[878][4] = "7/09/2011"; DataValue[878][5] = "21/09/2011"; DataValue[878][6] = ""; DataValue[878][7] = "North / YTV Yorkshire"; DataValue[878][8] = ""; DataValue[879] = new Array(MaxColls); DataValue[879][0] = "Winshill"; DataValue[879][1] = "SK272241"; DataValue[879][2] = "Relay"; DataValue[879][3] = "7/09/2011"; DataValue[879][4] = "7/09/2011"; DataValue[879][5] = "21/09/2011"; DataValue[879][6] = ""; DataValue[879][7] = "West Midlands / CentralWest"; DataValue[879][8] = ""; DataValue[880] = new Array(MaxColls); DataValue[880][0] = "Woodford Halse"; DataValue[880][1] = "SP540530"; DataValue[880][2] = "Relay"; DataValue[880][3] = "7/09/2011"; DataValue[880][4] = "7/09/2011"; DataValue[880][5] = "21/09/2011"; DataValue[880][6] = ""; DataValue[880][7] = "West Midlands / CentralWest"; DataValue[880][8] = ""; DataValue[881] = new Array(MaxColls); DataValue[881][0] = "Ascott under Wychwood"; DataValue[881][1] = "SP287193"; DataValue[881][2] = "Relay"; DataValue[881][3] = "14/11/2011"; DataValue[881][4] = "14/11/2011"; DataValue[881][5] = "28/11/2011"; DataValue[881][6] = ""; DataValue[881][7] = "Oxford / Meridian North"; DataValue[881][8] = ""; DataValue[882] = new Array(MaxColls); DataValue[882][0] = "Charlbury"; DataValue[882][1] = "SP344197"; DataValue[882][2] = "Relay"; DataValue[882][3] = "14/11/2011"; DataValue[882][4] = "14/11/2011"; DataValue[882][5] = "28/11/2011"; DataValue[882][6] = ""; DataValue[882][7] = "Oxford / Meridian North"; DataValue[882][8] = ""; DataValue[883] = new Array(MaxColls); DataValue[883][0] = "Guiting Power"; DataValue[883][1] = "SP101233"; DataValue[883][2] = "Relay"; DataValue[883][3] = "14/11/2011"; DataValue[883][4] = "14/11/2011"; DataValue[883][5] = "28/11/2011"; DataValue[883][6] = ""; DataValue[883][7] = "Oxford / Meridian North"; DataValue[883][8] = ""; DataValue[884] = new Array(MaxColls); DataValue[884][0] = "Icomb Hill"; DataValue[884][1] = "SP201228"; DataValue[884][2] = "Relay"; DataValue[884][3] = "14/11/2011"; DataValue[884][4] = "14/11/2011"; DataValue[884][5] = "28/11/2011"; DataValue[884][6] = ""; DataValue[884][7] = "Oxford / Meridian North"; DataValue[884][8] = ""; DataValue[885] = new Array(MaxColls); DataValue[885][0] = "Over Norton"; DataValue[885][1] = "SP309282"; DataValue[885][2] = "Relay"; DataValue[885][3] = "14/11/2011"; DataValue[885][4] = "14/11/2011"; DataValue[885][5] = "28/11/2011"; DataValue[885][6] = ""; DataValue[885][7] = "Oxford / Meridian North"; DataValue[885][8] = ""; DataValue[886] = new Array(MaxColls); DataValue[886][0] = "Oxford"; DataValue[886][1] = "SP567105"; DataValue[886][2] = "Main transmitter"; DataValue[886][3] = "15/11/1998"; DataValue[886][4] = "14/11/2011"; DataValue[886][5] = "28/11/2011"; DataValue[886][6] = "Starting 25/09/2014"; DataValue[886][7] = "Oxford / Meridian North"; DataValue[886][8] = "Thats Oxford starting on 25/09/2014"; DataValue[887] = new Array(MaxColls); DataValue[887][0] = "Aldeburgh"; DataValue[887][1] = "SU262752"; DataValue[887][2] = "Relay"; DataValue[887][3] = "9/11/2011"; DataValue[887][4] = "9/11/2011"; DataValue[887][5] = "23/11/2011"; DataValue[887][6] = ""; DataValue[887][7] = "South / Meridian North"; DataValue[887][8] = ""; DataValue[888] = new Array(MaxColls); DataValue[888][0] = "Bramford"; DataValue[888][1] = "TM117458"; DataValue[888][2] = "Relay"; DataValue[888][3] = "9/11/2011"; DataValue[888][4] = "9/11/2011"; DataValue[888][5] = "23/11/2011"; DataValue[888][6] = ""; DataValue[888][7] = "East / Anglia East"; DataValue[888][8] = ""; DataValue[889] = new Array(MaxColls); DataValue[889][0] = "Burnham"; DataValue[889][1] = "TF795428"; DataValue[889][2] = "Relay"; DataValue[889][3] = "9/11/2011"; DataValue[889][4] = "9/11/2011"; DataValue[889][5] = "23/11/2011"; DataValue[889][6] = ""; DataValue[889][7] = "East / Anglia East"; DataValue[889][8] = ""; DataValue[890] = new Array(MaxColls); DataValue[890][0] = "Bury St Edmunds"; DataValue[890][1] = "TL861651"; DataValue[890][2] = "Relay"; DataValue[890][3] = "9/11/2011"; DataValue[890][4] = "9/11/2011"; DataValue[890][5] = "23/11/2011"; DataValue[890][6] = ""; DataValue[890][7] = "East / Anglia East"; DataValue[890][8] = ""; DataValue[891] = new Array(MaxColls); DataValue[891][0] = "Creake"; DataValue[891][1] = "TF846370"; DataValue[891][2] = "Relay"; DataValue[891][3] = "9/11/2011"; DataValue[891][4] = "9/11/2011"; DataValue[891][5] = "23/11/2011"; DataValue[891][6] = ""; DataValue[891][7] = "East / Anglia East"; DataValue[891][8] = ""; DataValue[892] = new Array(MaxColls); DataValue[892][0] = "Gorleston on Sea"; DataValue[892][1] = "TG521049"; DataValue[892][2] = "Relay"; DataValue[892][3] = "9/11/2011"; DataValue[892][4] = "9/11/2011"; DataValue[892][5] = "23/11/2011"; DataValue[892][6] = ""; DataValue[892][7] = "East / Anglia East"; DataValue[892][8] = ""; DataValue[893] = new Array(MaxColls); DataValue[893][0] = "Great Yarmouth (new)"; DataValue[893][1] = "TG521070"; DataValue[893][2] = "Relay"; DataValue[893][3] = "9/11/2011"; DataValue[893][4] = "9/11/2011"; DataValue[893][5] = "23/11/2011"; DataValue[893][6] = ""; DataValue[893][7] = "East / Anglia East"; DataValue[893][8] = ""; DataValue[894] = new Array(MaxColls); DataValue[894][0] = "Kings Lynn"; DataValue[894][1] = "TF677281"; DataValue[894][2] = "Relay"; DataValue[894][3] = "9/11/2011"; DataValue[894][4] = "9/11/2011"; DataValue[894][5] = "23/11/2011"; DataValue[894][6] = ""; DataValue[894][7] = "East / Anglia East"; DataValue[894][8] = ""; DataValue[895] = new Array(MaxColls); DataValue[895][0] = "Linnet Valley"; DataValue[895][1] = "TL826636"; DataValue[895][2] = "Relay"; DataValue[895][3] = "9/11/2011"; DataValue[895][4] = "9/11/2011"; DataValue[895][5] = "23/11/2011"; DataValue[895][6] = ""; DataValue[895][7] = "East / Anglia East"; DataValue[895][8] = ""; DataValue[896] = new Array(MaxColls); DataValue[896][0] = "Little Walsingham"; DataValue[896][1] = "TF926365"; DataValue[896][2] = "Relay"; DataValue[896][3] = "9/11/2011"; DataValue[896][4] = "9/11/2011"; DataValue[896][5] = "23/11/2011"; DataValue[896][6] = ""; DataValue[896][7] = "East / Anglia East"; DataValue[896][8] = ""; DataValue[897] = new Array(MaxColls); DataValue[897][0] = "Lowestoft (new)"; DataValue[897][1] = "TM543938"; DataValue[897][2] = "Relay"; DataValue[897][3] = "9/11/2011"; DataValue[897][4] = "9/11/2011"; DataValue[897][5] = "23/11/2011"; DataValue[897][6] = ""; DataValue[897][7] = "East / Anglia East"; DataValue[897][8] = ""; DataValue[898] = new Array(MaxColls); DataValue[898][0] = "Norwich Central"; DataValue[898][1] = "TG237098"; DataValue[898][2] = "Relay"; DataValue[898][3] = "9/11/2011"; DataValue[898][4] = "9/11/2011"; DataValue[898][5] = "23/11/2011"; DataValue[898][6] = "Short listed"; DataValue[898][7] = "East / Anglia East"; DataValue[898][8] = ""; DataValue[899] = new Array(MaxColls); DataValue[899][0] = "Overstrand"; DataValue[899][1] = "TG234408"; DataValue[899][2] = "Relay"; DataValue[899][3] = "9/11/2011"; DataValue[899][4] = "9/11/2011"; DataValue[899][5] = "23/11/2011"; DataValue[899][6] = ""; DataValue[899][7] = "East / Anglia East"; DataValue[899][8] = ""; DataValue[900] = new Array(MaxColls); DataValue[900][0] = "Tacolneston"; DataValue[900][1] = "TM131958"; DataValue[900][2] = "Main transmitter"; DataValue[900][3] = "15/11/1998"; DataValue[900][4] = "9/11/2011"; DataValue[900][5] = "23/11/2011"; DataValue[900][6] = ""; DataValue[900][7] = "East / Anglia East"; DataValue[900][8] = ""; DataValue[901] = new Array(MaxColls); DataValue[901][0] = "Thetford"; DataValue[901][1] = "TL866840"; DataValue[901][2] = "Relay"; DataValue[901][3] = "9/11/2011"; DataValue[901][4] = "9/11/2011"; DataValue[901][5] = "23/11/2011"; DataValue[901][6] = ""; DataValue[901][7] = "East / Anglia East"; DataValue[901][8] = ""; DataValue[902] = new Array(MaxColls); DataValue[902][0] = "Wells next the Sea"; DataValue[902][1] = "TF985423"; DataValue[902][2] = "Relay"; DataValue[902][3] = "9/11/2011"; DataValue[902][4] = "9/11/2011"; DataValue[902][5] = "23/11/2011"; DataValue[902][6] = ""; DataValue[902][7] = "East / Anglia East"; DataValue[902][8] = ""; DataValue[903] = new Array(MaxColls); DataValue[903][0] = "West Runton"; DataValue[903][1] = "TG186412"; DataValue[903][2] = "Relay"; DataValue[903][3] = "9/11/2011"; DataValue[903][4] = "9/11/2011"; DataValue[903][5] = "23/11/2011"; DataValue[903][6] = ""; DataValue[903][7] = "East / Anglia East"; DataValue[903][8] = ""; DataValue[904] = new Array(MaxColls); DataValue[904][0] = "Aldbourne"; DataValue[904][1] = "SU262752"; DataValue[904][2] = "Relay"; DataValue[904][3] = "8/02/2012"; DataValue[904][4] = "8/02/2012"; DataValue[904][5] = "22/02/2012"; DataValue[904][6] = ""; DataValue[904][7] = "South / Meridian North"; DataValue[904][8] = ""; DataValue[905] = new Array(MaxColls); DataValue[905][0] = "Alton"; DataValue[905][1] = "SU722386"; DataValue[905][2] = "Relay"; DataValue[905][3] = "8/02/2012"; DataValue[905][4] = "8/02/2012"; DataValue[905][5] = "22/02/2012"; DataValue[905][6] = ""; DataValue[905][7] = "South / Meridian North"; DataValue[905][8] = ""; DataValue[906] = new Array(MaxColls); DataValue[906][0] = "Chisbury"; DataValue[906][1] = "SU274651"; DataValue[906][2] = "Relay"; DataValue[906][3] = "8/02/2012"; DataValue[906][4] = "8/02/2012"; DataValue[906][5] = "22/02/2012"; DataValue[906][6] = ""; DataValue[906][7] = "South / Meridian North"; DataValue[906][8] = ""; DataValue[907] = new Array(MaxColls); DataValue[907][0] = "Fawley"; DataValue[907][1] = "SU473022"; DataValue[907][2] = "Main transmitter for Channel 5"; DataValue[907][3] = "N/A"; DataValue[907][4] = "N/A"; DataValue[907][5] = "N/A"; DataValue[907][6] = ""; DataValue[907][7] = "South / Meridian North"; DataValue[907][8] = "Ending on 22/02/2012"; DataValue[908] = new Array(MaxColls); DataValue[908][0] = "Hannington"; DataValue[908][1] = "SU527568"; DataValue[908][2] = "Main transmitter"; DataValue[908][3] = "15/11/1998"; DataValue[908][4] = "8/02/2012"; DataValue[908][5] = "22/02/2012"; DataValue[908][6] = ""; DataValue[908][7] = "South / Meridian North"; DataValue[908][8] = ""; DataValue[909] = new Array(MaxColls); DataValue[909][0] = "Hemdean"; DataValue[909][1] = "SU710762"; DataValue[909][2] = "Relay"; DataValue[909][3] = "8/02/2012"; DataValue[909][4] = "8/02/2012"; DataValue[909][5] = "22/02/2012"; DataValue[909][6] = ""; DataValue[909][7] = "South / Meridian North"; DataValue[909][8] = ""; DataValue[910] = new Array(MaxColls); DataValue[910][0] = "Hurstbourne Tarrant"; DataValue[910][1] = "SU377533"; DataValue[910][2] = "Relay"; DataValue[910][3] = "8/02/2012"; DataValue[910][4] = "8/02/2012"; DataValue[910][5] = "22/02/2012"; DataValue[910][6] = ""; DataValue[910][7] = "South / Meridian North"; DataValue[910][8] = ""; DataValue[911] = new Array(MaxColls); DataValue[911][0] = "Lambourn"; DataValue[911][1] = "SU333794"; DataValue[911][2] = "Relay"; DataValue[911][3] = "8/02/2012"; DataValue[911][4] = "8/02/2012"; DataValue[911][5] = "22/02/2012"; DataValue[911][6] = ""; DataValue[911][7] = "South / Meridian North"; DataValue[911][8] = ""; DataValue[912] = new Array(MaxColls); DataValue[912][0] = "The Bournes"; DataValue[912][1] = "SU842451"; DataValue[912][2] = "Relay"; DataValue[912][3] = "8/02/2012"; DataValue[912][4] = "8/02/2012"; DataValue[912][5] = "22/02/2012"; DataValue[912][6] = ""; DataValue[912][7] = "South / Meridian North"; DataValue[912][8] = ""; DataValue[913] = new Array(MaxColls); DataValue[913][0] = "Tidworth"; DataValue[913][1] = "SU228488"; DataValue[913][2] = "Relay"; DataValue[913][3] = "8/02/2012"; DataValue[913][4] = "8/02/2012"; DataValue[913][5] = "22/02/2012"; DataValue[913][6] = ""; DataValue[913][7] = "South / Meridian North"; DataValue[913][8] = ""; DataValue[914] = new Array(MaxColls); DataValue[914][0] = "Haslemere"; DataValue[914][1] = "SU886331"; DataValue[914][2] = "Relay"; DataValue[914][3] = "29/02/2012"; DataValue[914][4] = "29/02/2012"; DataValue[914][5] = "14/03/2012"; DataValue[914][6] = ""; DataValue[914][7] = "South / Meridian Southampton"; DataValue[914][8] = ""; DataValue[915] = new Array(MaxColls); DataValue[915][0] = "Midhurst"; DataValue[915][1] = "SU912250"; DataValue[915][2] = "Main transmitter"; DataValue[915][3] = "15/11/1998"; DataValue[915][4] = "29/02/2012"; DataValue[915][5] = "14/03/2012"; DataValue[915][6] = ""; DataValue[915][7] = "South / Meridian Southampton"; DataValue[915][8] = ""; DataValue[916] = new Array(MaxColls); DataValue[916][0] = "Steyning"; DataValue[916][1] = "TQ185121"; DataValue[916][2] = "Relay"; DataValue[916][3] = "29/02/2012"; DataValue[916][4] = "29/02/2012"; DataValue[916][5] = "14/03/2012"; DataValue[916][6] = ""; DataValue[916][7] = "South East / Meridian Southampton"; DataValue[916][8] = ""; DataValue[917] = new Array(MaxColls); DataValue[917][0] = "Bevendean"; DataValue[917][1] = "TQ334066"; DataValue[917][2] = "Relay"; DataValue[917][3] = "7/03/2012"; DataValue[917][4] = "7/03/2012"; DataValue[917][5] = "21/03/2012"; DataValue[917][6] = ""; DataValue[917][7] = "South East / Meridian Whitehawk Hill "; DataValue[917][8] = ""; DataValue[918] = new Array(MaxColls); DataValue[918][0] = "Bovington"; DataValue[918][1] = "SY844878"; DataValue[918][2] = "Relay"; DataValue[918][3] = "7/03/2012"; DataValue[918][4] = "7/03/2012"; DataValue[918][5] = "21/03/2012"; DataValue[918][6] = ""; DataValue[918][7] = "South / Meridian Southampton"; DataValue[918][8] = ""; DataValue[919] = new Array(MaxColls); DataValue[919][0] = "Brading"; DataValue[919][1] = "SZ612872"; DataValue[919][2] = "Relay"; DataValue[919][3] = "7/03/2012"; DataValue[919][4] = "7/03/2012"; DataValue[919][5] = "21/03/2012"; DataValue[919][6] = ""; DataValue[919][7] = "South / Meridian Southampton"; DataValue[919][8] = ""; DataValue[920] = new Array(MaxColls); DataValue[920][0] = "Brighstone"; DataValue[920][1] = "SZ435816"; DataValue[920][2] = "Relay"; DataValue[920][3] = "7/03/2012"; DataValue[920][4] = "7/03/2012"; DataValue[920][5] = "21/03/2012"; DataValue[920][6] = ""; DataValue[920][7] = "South / Meridian Southampton"; DataValue[920][8] = ""; DataValue[921] = new Array(MaxColls); DataValue[921][0] = "Brighton (Central)"; DataValue[921][1] = "TQ312049"; DataValue[921][2] = "Relay"; DataValue[921][3] = "7/03/2012"; DataValue[921][4] = "7/03/2012"; DataValue[921][5] = "21/03/2012"; DataValue[921][6] = ""; DataValue[921][7] = "South East / Meridian Whitehawk Hill "; DataValue[921][8] = ""; DataValue[922] = new Array(MaxColls); DataValue[922][0] = "Brighton (Whitehawk Hill)"; DataValue[922][1] = "TQ330045"; DataValue[922][2] = "Main transmitter"; DataValue[922][3] = "15/11/1998"; DataValue[922][4] = "7/03/2012"; DataValue[922][5] = "21/03/2012"; DataValue[922][6] = "Starting 30/01/2014"; DataValue[922][7] = "South East / Meridian Whitehawk Hill "; DataValue[922][8] = "Latest TV starting on 30/01/2013"; DataValue[923] = new Array(MaxColls); DataValue[923][0] = "Canford Heath"; DataValue[923][1] = "SZ036939"; DataValue[923][2] = "Relay"; DataValue[923][3] = "7/03/2012"; DataValue[923][4] = "7/03/2012"; DataValue[923][5] = "21/03/2012"; DataValue[923][6] = ""; DataValue[923][7] = "South / Meridian Southampton"; DataValue[923][8] = ""; DataValue[924] = new Array(MaxColls); DataValue[924][0] = "Cheselbourne"; DataValue[924][1] = "SY768985"; DataValue[924][2] = "Relay"; DataValue[924][3] = "7/03/2012"; DataValue[924][4] = "7/03/2012"; DataValue[924][5] = "21/03/2012"; DataValue[924][6] = ""; DataValue[924][7] = "South / Meridian Southampton"; DataValue[924][8] = ""; DataValue[925] = new Array(MaxColls); DataValue[925][0] = "Coldean"; DataValue[925][1] = "TQ329083"; DataValue[925][2] = "Relay"; DataValue[925][3] = "7/03/2012"; DataValue[925][4] = "7/03/2012"; DataValue[925][5] = "21/03/2012"; DataValue[925][6] = ""; DataValue[925][7] = "South East / Meridian Whitehawk Hill "; DataValue[925][8] = ""; DataValue[926] = new Array(MaxColls); DataValue[926][0] = "Corfe Castle"; DataValue[926][1] = "SY972821"; DataValue[926][2] = "Relay"; DataValue[926][3] = "7/03/2012"; DataValue[926][4] = "7/03/2012"; DataValue[926][5] = "21/03/2012"; DataValue[926][6] = ""; DataValue[926][7] = "South / Meridian Southampton"; DataValue[926][8] = ""; DataValue[927] = new Array(MaxColls); DataValue[927][0] = "Donhead"; DataValue[927][1] = "ST907230"; DataValue[927][2] = "Relay"; DataValue[927][3] = "7/03/2012"; DataValue[927][4] = "7/03/2012"; DataValue[927][5] = "21/03/2012"; DataValue[927][6] = ""; DataValue[927][7] = "South / Meridian Southampton"; DataValue[927][8] = ""; DataValue[928] = new Array(MaxColls); DataValue[928][0] = "Findon"; DataValue[928][1] = "TQ120072"; DataValue[928][2] = "Relay"; DataValue[928][3] = "7/03/2012"; DataValue[928][4] = "7/03/2012"; DataValue[928][5] = "21/03/2012"; DataValue[928][6] = ""; DataValue[928][7] = "South / Meridian Southampton"; DataValue[928][8] = ""; DataValue[929] = new Array(MaxColls); DataValue[929][0] = "Hangleton"; DataValue[929][1] = "TQ269077"; DataValue[929][2] = "Relay"; DataValue[929][3] = "7/03/2012"; DataValue[929][4] = "7/03/2012"; DataValue[929][5] = "21/03/2012"; DataValue[929][6] = ""; DataValue[929][7] = "South East / Meridian Whitehawk Hill "; DataValue[929][8] = ""; DataValue[930] = new Array(MaxColls); DataValue[930][0] = "Horndean"; DataValue[930][1] = "SU698152"; DataValue[930][2] = "Relay"; DataValue[930][3] = "7/03/2012"; DataValue[930][4] = "7/03/2012"; DataValue[930][5] = "21/03/2012"; DataValue[930][6] = ""; DataValue[930][7] = "South / Meridian Southampton"; DataValue[930][8] = ""; DataValue[931] = new Array(MaxColls); DataValue[931][0] = "Luccombe"; DataValue[931][1] = "SZ581800"; DataValue[931][2] = "Relay"; DataValue[931][3] = "7/03/2012"; DataValue[931][4] = "7/03/2012"; DataValue[931][5] = "21/03/2012"; DataValue[931][6] = ""; DataValue[931][7] = "South / Meridian Southampton"; DataValue[931][8] = ""; DataValue[932] = new Array(MaxColls); DataValue[932][0] = "Lulworth"; DataValue[932][1] = "SY824815"; DataValue[932][2] = "Relay"; DataValue[932][3] = "7/03/2012"; DataValue[932][4] = "7/03/2012"; DataValue[932][5] = "21/03/2012"; DataValue[932][6] = ""; DataValue[932][7] = "South / Meridian Southampton"; DataValue[932][8] = ""; DataValue[933] = new Array(MaxColls); DataValue[933][0] = "Luscombe Valley"; DataValue[933][1] = "SZ047908"; DataValue[933][2] = "Relay"; DataValue[933][3] = "7/03/2012"; DataValue[933][4] = "7/03/2012"; DataValue[933][5] = "21/03/2012"; DataValue[933][6] = ""; DataValue[933][7] = "South / Meridian Southampton"; DataValue[933][8] = ""; DataValue[934] = new Array(MaxColls); DataValue[934][0] = "Millbrook VP"; DataValue[934][1] = "SU374138"; DataValue[934][2] = "Relay"; DataValue[934][3] = "7/03/2012"; DataValue[934][4] = "7/03/2012"; DataValue[934][5] = "21/03/2012"; DataValue[934][6] = ""; DataValue[934][7] = "South / Meridian Southampton"; DataValue[934][8] = ""; DataValue[935] = new Array(MaxColls); DataValue[935][0] = "Ovingdean"; DataValue[935][1] = "TQ358044"; DataValue[935][2] = "Relay"; DataValue[935][3] = "7/03/2012"; DataValue[935][4] = "7/03/2012"; DataValue[935][5] = "21/03/2012"; DataValue[935][6] = ""; DataValue[935][7] = "South East / Meridian Whitehawk Hill "; DataValue[935][8] = ""; DataValue[936] = new Array(MaxColls); DataValue[936][0] = "Patcham"; DataValue[936][1] = "TQ318093"; DataValue[936][2] = "Relay"; DataValue[936][3] = "7/03/2012"; DataValue[936][4] = "7/03/2012"; DataValue[936][5] = "21/03/2012"; DataValue[936][6] = ""; DataValue[936][7] = "South East / Meridian Whitehawk Hill "; DataValue[936][8] = ""; DataValue[937] = new Array(MaxColls); DataValue[937][0] = "Piddletrenthide"; DataValue[937][1] = "SY704989"; DataValue[937][2] = "Relay"; DataValue[937][3] = "7/03/2012"; DataValue[937][4] = "7/03/2012"; DataValue[937][5] = "21/03/2012"; DataValue[937][6] = ""; DataValue[937][7] = "South / Meridian Southampton"; DataValue[937][8] = ""; DataValue[938] = new Array(MaxColls); DataValue[938][0] = "Poole"; DataValue[938][1] = "SZ037921"; DataValue[938][2] = "Relay"; DataValue[938][3] = "7/03/2012"; DataValue[938][4] = "7/03/2012"; DataValue[938][5] = "21/03/2012"; DataValue[938][6] = "Short listed"; DataValue[938][7] = "South / Meridian Southampton"; DataValue[938][8] = ""; DataValue[939] = new Array(MaxColls); DataValue[939][0] = "Portslade"; DataValue[939][1] = "TQ245080"; DataValue[939][2] = "Relay"; DataValue[939][3] = "7/03/2012"; DataValue[939][4] = "7/03/2012"; DataValue[939][5] = "21/03/2012"; DataValue[939][6] = ""; DataValue[939][7] = "South East / Meridian Whitehawk Hill "; DataValue[939][8] = ""; DataValue[940] = new Array(MaxColls); DataValue[940][0] = "Poulner"; DataValue[940][1] = "SU145053"; DataValue[940][2] = "Relay"; DataValue[940][3] = "7/03/2012"; DataValue[940][4] = "7/03/2012"; DataValue[940][5] = "21/03/2012"; DataValue[940][6] = ""; DataValue[940][7] = "South / Meridian Southampton"; DataValue[940][8] = ""; DataValue[941] = new Array(MaxColls); DataValue[941][0] = "Rowridge"; DataValue[941][1] = "SZ447865"; DataValue[941][2] = "Main transmitter"; DataValue[941][3] = "15/11/1998"; DataValue[941][4] = "7/03/2012"; DataValue[941][5] = "21/03/2012"; DataValue[941][6] = ""; DataValue[941][7] = "South / Meridian Southampton"; DataValue[941][8] = ""; DataValue[942] = new Array(MaxColls); DataValue[942][0] = "Salisbury"; DataValue[942][1] = "SU136285"; DataValue[942][2] = "Main transmitter"; DataValue[942][3] = "15/11/1998"; DataValue[942][4] = "7/03/2012"; DataValue[942][5] = "21/03/2012"; DataValue[942][6] = "Short listed"; DataValue[942][7] = "South / Meridian Southampton"; DataValue[942][8] = ""; DataValue[943] = new Array(MaxColls); DataValue[943][0] = "Saltdean"; DataValue[943][1] = "TQ388034"; DataValue[943][2] = "Relay"; DataValue[943][3] = "7/03/2012"; DataValue[943][4] = "7/03/2012"; DataValue[943][5] = "21/03/2012"; DataValue[943][6] = ""; DataValue[943][7] = "South / Meridian Southampton"; DataValue[943][8] = ""; DataValue[944] = new Array(MaxColls); DataValue[944][0] = "Shrewton"; DataValue[944][1] = "SU072438"; DataValue[944][2] = "Relay"; DataValue[944][3] = "7/03/2012"; DataValue[944][4] = "7/03/2012"; DataValue[944][5] = "21/03/2012"; DataValue[944][6] = ""; DataValue[944][7] = "South / Meridian Southampton"; DataValue[944][8] = ""; DataValue[945] = new Array(MaxColls); DataValue[945][0] = "Singleton"; DataValue[945][1] = "SU866131"; DataValue[945][2] = "Relay"; DataValue[945][3] = "7/03/2012"; DataValue[945][4] = "7/03/2012"; DataValue[945][5] = "21/03/2012"; DataValue[945][6] = ""; DataValue[945][7] = "South / Meridian Southampton"; DataValue[945][8] = ""; DataValue[946] = new Array(MaxColls); DataValue[946][0] = "Sutton Row"; DataValue[946][1] = "ST976284"; DataValue[946][2] = "Relay"; DataValue[946][3] = "7/03/2012"; DataValue[946][4] = "7/03/2012"; DataValue[946][5] = "21/03/2012"; DataValue[946][6] = ""; DataValue[946][7] = "South / Meridian Southampton"; DataValue[946][8] = ""; DataValue[947] = new Array(MaxColls); DataValue[947][0] = "Till Valley"; DataValue[947][1] = "SU066370"; DataValue[947][2] = "Relay"; DataValue[947][3] = "7/03/2012"; DataValue[947][4] = "7/03/2012"; DataValue[947][5] = "21/03/2012"; DataValue[947][6] = ""; DataValue[947][7] = "South / Meridian Southampton"; DataValue[947][8] = ""; DataValue[948] = new Array(MaxColls); DataValue[948][0] = "Ventnor"; DataValue[948][1] = "SZ567783"; DataValue[948][2] = "Relay"; DataValue[948][3] = "7/03/2012"; DataValue[948][4] = "7/03/2012"; DataValue[948][5] = "21/03/2012"; DataValue[948][6] = ""; DataValue[948][7] = "South / Meridian Southampton"; DataValue[948][8] = ""; DataValue[949] = new Array(MaxColls); DataValue[949][0] = "Westbourne"; DataValue[949][1] = "SZ067916"; DataValue[949][2] = "Relay"; DataValue[949][3] = "7/03/2012"; DataValue[949][4] = "7/03/2012"; DataValue[949][5] = "21/03/2012"; DataValue[949][6] = ""; DataValue[949][7] = "South / Meridian Southampton"; DataValue[949][8] = ""; DataValue[950] = new Array(MaxColls); DataValue[950][0] = "Winterbourne Steepleton"; DataValue[950][1] = "SY629893"; DataValue[950][2] = "Relay"; DataValue[950][3] = "7/03/2012"; DataValue[950][4] = "7/03/2012"; DataValue[950][5] = "21/03/2012"; DataValue[950][6] = ""; DataValue[950][7] = "South / Meridian Southampton"; DataValue[950][8] = ""; DataValue[951] = new Array(MaxColls); DataValue[951][0] = "Winterbourne Stickland"; DataValue[951][1] = "ST838051"; DataValue[951][2] = "Relay"; DataValue[951][3] = "7/03/2012"; DataValue[951][4] = "7/03/2012"; DataValue[951][5] = "21/03/2012"; DataValue[951][6] = ""; DataValue[951][7] = "South / Meridian Southampton"; DataValue[951][8] = ""; DataValue[952] = new Array(MaxColls); DataValue[952][0] = "Alexandra Palace"; DataValue[952][1] = "TQ296900"; DataValue[952][2] = "Relay"; DataValue[952][3] = "4/04/2012"; DataValue[952][4] = "4/04/2012"; DataValue[952][5] = "18/04/2012"; DataValue[952][6] = ""; DataValue[952][7] = "London / Carlton/LWT"; DataValue[952][8] = ""; DataValue[953] = new Array(MaxColls); DataValue[953][0] = "Assendon"; DataValue[953][1] = "SU734856"; DataValue[953][2] = "Relay"; DataValue[953][3] = "4/04/2012"; DataValue[953][4] = "4/04/2012"; DataValue[953][5] = "18/04/2012"; DataValue[953][6] = ""; DataValue[953][7] = "London / Carlton/LWT"; DataValue[953][8] = ""; DataValue[954] = new Array(MaxColls); DataValue[954][0] = "Biggin Hill"; DataValue[954][1] = "TQ411587"; DataValue[954][2] = "Relay"; DataValue[954][3] = "4/04/2012"; DataValue[954][4] = "4/04/2012"; DataValue[954][5] = "18/04/2012"; DataValue[954][6] = ""; DataValue[954][7] = "London / Carlton/LWT"; DataValue[954][8] = ""; DataValue[955] = new Array(MaxColls); DataValue[955][0] = "Bishops Stortford"; DataValue[955][1] = "TL499214"; DataValue[955][2] = "Relay"; DataValue[955][3] = "4/04/2012"; DataValue[955][4] = "4/04/2012"; DataValue[955][5] = "18/04/2012"; DataValue[955][6] = ""; DataValue[955][7] = "London / Carlton/LWT"; DataValue[955][8] = ""; DataValue[956] = new Array(MaxColls); DataValue[956][0] = "Cane Hill"; DataValue[956][1] = "TQ291588"; DataValue[956][2] = "Relay"; DataValue[956][3] = "4/04/2012"; DataValue[956][4] = "4/04/2012"; DataValue[956][5] = "18/04/2012"; DataValue[956][6] = ""; DataValue[956][7] = "London / Carlton/LWT"; DataValue[956][8] = ""; DataValue[957] = new Array(MaxColls); DataValue[957][0] = "Caterham"; DataValue[957][1] = "TQ343557"; DataValue[957][2] = "Relay"; DataValue[957][3] = "4/04/2012"; DataValue[957][4] = "4/04/2012"; DataValue[957][5] = "18/04/2012"; DataValue[957][6] = ""; DataValue[957][7] = "London / Carlton/LWT"; DataValue[957][8] = ""; DataValue[958] = new Array(MaxColls); DataValue[958][0] = "Chepping Wycombe"; DataValue[958][1] = "SU877911"; DataValue[958][2] = "Relay"; DataValue[958][3] = "4/04/2012"; DataValue[958][4] = "4/04/2012"; DataValue[958][5] = "18/04/2012"; DataValue[958][6] = ""; DataValue[958][7] = "London / Carlton/LWT"; DataValue[958][8] = ""; DataValue[959] = new Array(MaxColls); DataValue[959][0] = "Chesham"; DataValue[959][1] = "SP956008"; DataValue[959][2] = "Relay"; DataValue[959][3] = "4/04/2012"; DataValue[959][4] = "4/04/2012"; DataValue[959][5] = "18/04/2012"; DataValue[959][6] = ""; DataValue[959][7] = "London / Carlton/LWT"; DataValue[959][8] = ""; DataValue[960] = new Array(MaxColls); DataValue[960][0] = "Chingford"; DataValue[960][1] = "TQ380946"; DataValue[960][2] = "Relay"; DataValue[960][3] = "4/04/2012"; DataValue[960][4] = "4/04/2012"; DataValue[960][5] = "18/04/2012"; DataValue[960][6] = ""; DataValue[960][7] = "London / Carlton/LWT"; DataValue[960][8] = ""; DataValue[961] = new Array(MaxColls); DataValue[961][0] = "Croydon"; DataValue[961][1] = "TQ332696"; DataValue[961][2] = "Relay. Was main transmitter for Channel 5"; DataValue[961][3] = "18/04/2012"; DataValue[961][4] = "18/04/2012"; DataValue[961][5] = "18/04/2012"; DataValue[961][6] = "Short listed"; DataValue[961][7] = "London / Carlton/LWT"; DataValue[961][8] = "Was due to close down on 4/04/2012 but later decided to transmit Freeview Light from 18/04/2012"; DataValue[962] = new Array(MaxColls); DataValue[962][0] = "Croydon (Old Town)"; DataValue[962][1] = "TQ319647"; DataValue[962][2] = "Relay"; DataValue[962][3] = "4/04/2012"; DataValue[962][4] = "4/04/2012"; DataValue[962][5] = "18/04/2012"; DataValue[962][6] = ""; DataValue[962][7] = "London / Carlton/LWT"; DataValue[962][8] = ""; DataValue[963] = new Array(MaxColls); DataValue[963][0] = "Crystal Palace"; DataValue[963][1] = "TQ339712"; DataValue[963][2] = "Main transmitter"; DataValue[963][3] = "15/11/1998"; DataValue[963][4] = "4/04/2012"; DataValue[963][5] = "18/04/2012"; DataValue[963][6] = "Starting 27/02/2014"; DataValue[963][7] = "London / Carlton/LWT"; DataValue[963][8] = "London Live starting on 27/02/2014"; DataValue[964] = new Array(MaxColls); DataValue[964][0] = "Dorking"; DataValue[964][1] = "TQ169482"; DataValue[964][2] = "Relay"; DataValue[964][3] = "4/04/2012"; DataValue[964][4] = "4/04/2012"; DataValue[964][5] = "18/04/2012"; DataValue[964][6] = ""; DataValue[964][7] = "London / Carlton/LWT"; DataValue[964][8] = ""; DataValue[965] = new Array(MaxColls); DataValue[965][0] = "East Grinstead"; DataValue[965][1] = "TQ386360"; DataValue[965][2] = "Relay"; DataValue[965][3] = "4/04/2012"; DataValue[965][4] = "4/04/2012"; DataValue[965][5] = "18/04/2012"; DataValue[965][6] = ""; DataValue[965][7] = "London / Carlton/LWT"; DataValue[965][8] = ""; DataValue[966] = new Array(MaxColls); DataValue[966][0] = "Edmonton"; DataValue[966][1] = "TQ349934"; DataValue[966][2] = "Relay"; DataValue[966][3] = "4/04/2012"; DataValue[966][4] = "4/04/2012"; DataValue[966][5] = "18/04/2012"; DataValue[966][6] = ""; DataValue[966][7] = "London / Carlton/LWT"; DataValue[966][8] = ""; DataValue[967] = new Array(MaxColls); DataValue[967][0] = "Farningham"; DataValue[967][1] = "TQ547660"; DataValue[967][2] = "Relay"; DataValue[967][3] = "4/04/2012"; DataValue[967][4] = "4/04/2012"; DataValue[967][5] = "18/04/2012"; DataValue[967][6] = ""; DataValue[967][7] = "London / Carlton/LWT"; DataValue[967][8] = ""; DataValue[968] = new Array(MaxColls); DataValue[968][0] = "Finchley"; DataValue[968][1] = "TQ251908"; DataValue[968][2] = "Relay"; DataValue[968][3] = "4/04/2012"; DataValue[968][4] = "4/04/2012"; DataValue[968][5] = "18/04/2012"; DataValue[968][6] = ""; DataValue[968][7] = "London / Carlton/LWT"; DataValue[968][8] = ""; DataValue[969] = new Array(MaxColls); DataValue[969][0] = "Forest Row"; DataValue[969][1] = "TQ438362"; DataValue[969][2] = "Relay"; DataValue[969][3] = "4/04/2012"; DataValue[969][4] = "4/04/2012"; DataValue[969][5] = "18/04/2012"; DataValue[969][6] = ""; DataValue[969][7] = "London / Carlton/LWT"; DataValue[969][8] = ""; DataValue[970] = new Array(MaxColls); DataValue[970][0] = "Gravesend"; DataValue[970][1] = "TQ656715"; DataValue[970][2] = "Relay"; DataValue[970][3] = "4/04/2012"; DataValue[970][4] = "4/04/2012"; DataValue[970][5] = "18/04/2012"; DataValue[970][6] = ""; DataValue[970][7] = "London / Carlton/LWT"; DataValue[970][8] = ""; DataValue[971] = new Array(MaxColls); DataValue[971][0] = "Great Missenden"; DataValue[971][1] = "SP905006"; DataValue[971][2] = "Relay"; DataValue[971][3] = "4/04/2012"; DataValue[971][4] = "4/04/2012"; DataValue[971][5] = "18/04/2012"; DataValue[971][6] = ""; DataValue[971][7] = "London / Carlton/LWT"; DataValue[971][8] = ""; DataValue[972] = new Array(MaxColls); DataValue[972][0] = "Greenwich"; DataValue[972][1] = "TQ408781"; DataValue[972][2] = "Relay"; DataValue[972][3] = "4/04/2012"; DataValue[972][4] = "4/04/2012"; DataValue[972][5] = "18/04/2012"; DataValue[972][6] = ""; DataValue[972][7] = "London / Carlton/LWT"; DataValue[972][8] = ""; DataValue[973] = new Array(MaxColls); DataValue[973][0] = "Guildford"; DataValue[973][1] = "SU975486"; DataValue[973][2] = "Main transmitter"; DataValue[973][3] = "15/11/1998"; DataValue[973][4] = "4/04/2012"; DataValue[973][5] = "18/04/2012"; DataValue[973][6] = "Short listed"; DataValue[973][7] = "London / Carlton/LWT"; DataValue[973][8] = ""; DataValue[974] = new Array(MaxColls); DataValue[974][0] = "Hammersmith"; DataValue[974][1] = "TQ232786"; DataValue[974][2] = "Relay"; DataValue[974][3] = "4/04/2012"; DataValue[974][4] = "4/04/2012"; DataValue[974][5] = "18/04/2012"; DataValue[974][6] = ""; DataValue[974][7] = "London / Carlton/LWT"; DataValue[974][8] = ""; DataValue[975] = new Array(MaxColls); DataValue[975][0] = "Hampstead Heath"; DataValue[975][1] = "TQ272854"; DataValue[975][2] = "Relay"; DataValue[975][3] = "4/04/2012"; DataValue[975][4] = "4/04/2012"; DataValue[975][5] = "18/04/2012"; DataValue[975][6] = ""; DataValue[975][7] = "London / Carlton/LWT"; DataValue[975][8] = ""; DataValue[976] = new Array(MaxColls); DataValue[976][0] = "Hemel Hempstead"; DataValue[976][1] = "TL088045"; DataValue[976][2] = "Main transmitter"; DataValue[976][3] = "15/11/1998"; DataValue[976][4] = "4/04/2012"; DataValue[976][5] = "18/04/2012"; DataValue[976][6] = "Short listed"; DataValue[976][7] = "London / Carlton/LWT"; DataValue[976][8] = ""; DataValue[977] = new Array(MaxColls); DataValue[977][0] = "Hemel Hempstead Town"; DataValue[977][1] = "TL054065"; DataValue[977][2] = "Relay"; DataValue[977][3] = "4/04/2012"; DataValue[977][4] = "4/04/2012"; DataValue[977][5] = "18/04/2012"; DataValue[977][6] = ""; DataValue[977][7] = "London / Carlton/LWT"; DataValue[977][8] = ""; DataValue[978] = new Array(MaxColls); DataValue[978][0] = "Henley-on-Thames"; DataValue[978][1] = "SU780822"; DataValue[978][2] = "Relay"; DataValue[978][3] = "4/04/2012"; DataValue[978][4] = "4/04/2012"; DataValue[978][5] = "18/04/2012"; DataValue[978][6] = ""; DataValue[978][7] = "London / Carlton/LWT"; DataValue[978][8] = ""; DataValue[979] = new Array(MaxColls); DataValue[979][0] = "Hertford"; DataValue[979][1] = "TL320137"; DataValue[979][2] = "Relay"; DataValue[979][3] = "4/04/2012"; DataValue[979][4] = "4/04/2012"; DataValue[979][5] = "18/04/2012"; DataValue[979][6] = ""; DataValue[979][7] = "London / Carlton/LWT"; DataValue[979][8] = ""; DataValue[980] = new Array(MaxColls); DataValue[980][0] = "High Wycombe"; DataValue[980][1] = "SU856942"; DataValue[980][2] = "Relay"; DataValue[980][3] = "4/04/2012"; DataValue[980][4] = "4/04/2012"; DataValue[980][5] = "18/04/2012"; DataValue[980][6] = ""; DataValue[980][7] = "London / Carlton/LWT"; DataValue[980][8] = ""; DataValue[981] = new Array(MaxColls); DataValue[981][0] = "Hughenden"; DataValue[981][1] = "SU856974"; DataValue[981][2] = "Relay"; DataValue[981][3] = "4/04/2012"; DataValue[981][4] = "4/04/2012"; DataValue[981][5] = "18/04/2012"; DataValue[981][6] = ""; DataValue[981][7] = "London / Carlton/LWT"; DataValue[981][8] = ""; DataValue[982] = new Array(MaxColls); DataValue[982][0] = "Kenley"; DataValue[982][1] = "TQ329592"; DataValue[982][2] = "Relay"; DataValue[982][3] = "4/04/2012"; DataValue[982][4] = "4/04/2012"; DataValue[982][5] = "18/04/2012"; DataValue[982][6] = ""; DataValue[982][7] = "London / Carlton/LWT"; DataValue[982][8] = ""; DataValue[983] = new Array(MaxColls); DataValue[983][0] = "Kensal Town"; DataValue[983][1] = "TQ245820"; DataValue[983][2] = "Relay"; DataValue[983][3] = "4/04/2012"; DataValue[983][4] = "4/04/2012"; DataValue[983][5] = "18/04/2012"; DataValue[983][6] = ""; DataValue[983][7] = "London / Carlton/LWT"; DataValue[983][8] = ""; DataValue[984] = new Array(MaxColls); DataValue[984][0] = "Lea Bridge"; DataValue[984][1] = "TQ374878"; DataValue[984][2] = "Relay"; DataValue[984][3] = "4/04/2012"; DataValue[984][4] = "4/04/2012"; DataValue[984][5] = "18/04/2012"; DataValue[984][6] = ""; DataValue[984][7] = "London / Carlton/LWT"; DataValue[984][8] = ""; DataValue[985] = new Array(MaxColls); DataValue[985][0] = "Marlow Bottom"; DataValue[985][1] = "SU841885"; DataValue[985][2] = "Relay"; DataValue[985][3] = "4/04/2012"; DataValue[985][4] = "4/04/2012"; DataValue[985][5] = "18/04/2012"; DataValue[985][6] = ""; DataValue[985][7] = "London / Carlton/LWT"; DataValue[985][8] = ""; DataValue[986] = new Array(MaxColls); DataValue[986][0] = "Micklefield"; DataValue[986][1] = "SU897933"; DataValue[986][2] = "Relay"; DataValue[986][3] = "4/04/2012"; DataValue[986][4] = "4/04/2012"; DataValue[986][5] = "18/04/2012"; DataValue[986][6] = ""; DataValue[986][7] = "London / Carlton/LWT"; DataValue[986][8] = ""; DataValue[987] = new Array(MaxColls); DataValue[987][0] = "Mickleham"; DataValue[987][1] = "TQ160538"; DataValue[987][2] = "Relay"; DataValue[987][3] = "4/04/2012"; DataValue[987][4] = "4/04/2012"; DataValue[987][5] = "18/04/2012"; DataValue[987][6] = ""; DataValue[987][7] = "London / Carlton/LWT"; DataValue[987][8] = ""; DataValue[988] = new Array(MaxColls); DataValue[988][0] = "New Addington"; DataValue[988][1] = "TQ378628"; DataValue[988][2] = "Relay"; DataValue[988][3] = "4/04/2012"; DataValue[988][4] = "4/04/2012"; DataValue[988][5] = "18/04/2012"; DataValue[988][6] = ""; DataValue[988][7] = "London / Carlton/LWT"; DataValue[988][8] = ""; DataValue[989] = new Array(MaxColls); DataValue[989][0] = "New Barnet"; DataValue[989][1] = "TQ265965"; DataValue[989][2] = "Relay"; DataValue[989][3] = "4/04/2012"; DataValue[989][4] = "4/04/2012"; DataValue[989][5] = "18/04/2012"; DataValue[989][6] = ""; DataValue[989][7] = "London / Carlton/LWT"; DataValue[989][8] = ""; DataValue[990] = new Array(MaxColls); DataValue[990][0] = "Old Coulsdon"; DataValue[990][1] = "TQ314587"; DataValue[990][2] = "Relay"; DataValue[990][3] = "4/04/2012"; DataValue[990][4] = "4/04/2012"; DataValue[990][5] = "18/04/2012"; DataValue[990][6] = ""; DataValue[990][7] = "London / Carlton/LWT"; DataValue[990][8] = ""; DataValue[991] = new Array(MaxColls); DataValue[991][0] = "Orpington"; DataValue[991][1] = "TQ458652"; DataValue[991][2] = "Relay"; DataValue[991][3] = "4/04/2012"; DataValue[991][4] = "4/04/2012"; DataValue[991][5] = "18/04/2012"; DataValue[991][6] = ""; DataValue[991][7] = "London / Carlton/LWT"; DataValue[991][8] = ""; DataValue[992] = new Array(MaxColls); DataValue[992][0] = "Otford"; DataValue[992][1] = "TQ533603"; DataValue[992][2] = "Relay"; DataValue[992][3] = "4/04/2012"; DataValue[992][4] = "4/04/2012"; DataValue[992][5] = "18/04/2012"; DataValue[992][6] = ""; DataValue[992][7] = "London / Carlton/LWT"; DataValue[992][8] = ""; DataValue[993] = new Array(MaxColls); DataValue[993][0] = "Poplar"; DataValue[993][1] = "TQ382812"; DataValue[993][2] = "Relay"; DataValue[993][3] = "4/04/2012"; DataValue[993][4] = "4/04/2012"; DataValue[993][5] = "18/04/2012"; DataValue[993][6] = ""; DataValue[993][7] = "London / Carlton/LWT"; DataValue[993][8] = ""; DataValue[994] = new Array(MaxColls); DataValue[994][0] = "Reigate"; DataValue[994][1] = "TQ257521"; DataValue[994][2] = "Main transmitter"; DataValue[994][3] = "15/11/1998"; DataValue[994][4] = "4/04/2012"; DataValue[994][5] = "18/04/2012"; DataValue[994][6] = "Short listed"; DataValue[994][7] = "London / Carlton/LWT"; DataValue[994][8] = ""; DataValue[995] = new Array(MaxColls); DataValue[995][0] = "Skirmett"; DataValue[995][1] = "SU777902"; DataValue[995][2] = "Relay"; DataValue[995][3] = "4/04/2012"; DataValue[995][4] = "4/04/2012"; DataValue[995][5] = "18/04/2012"; DataValue[995][6] = ""; DataValue[995][7] = "London / Carlton/LWT"; DataValue[995][8] = ""; DataValue[996] = new Array(MaxColls); DataValue[996][0] = "St Albans"; DataValue[996][1] = "TL132069"; DataValue[996][2] = "Relay"; DataValue[996][3] = "4/04/2012"; DataValue[996][4] = "4/04/2012"; DataValue[996][5] = "18/04/2012"; DataValue[996][6] = "Short listed"; DataValue[996][7] = "London / Carlton/LWT"; DataValue[996][8] = ""; DataValue[997] = new Array(MaxColls); DataValue[997][0] = "Sutton"; DataValue[997][1] = "TQ254647"; DataValue[997][2] = "Relay"; DataValue[997][3] = "4/04/2012"; DataValue[997][4] = "4/04/2012"; DataValue[997][5] = "18/04/2012"; DataValue[997][6] = ""; DataValue[997][7] = "London / Carlton/LWT"; DataValue[997][8] = ""; DataValue[998] = new Array(MaxColls); DataValue[998][0] = "Walthamstow North"; DataValue[998][1] = "TQ378897"; DataValue[998][2] = "Relay"; DataValue[998][3] = "4/04/2012"; DataValue[998][4] = "4/04/2012"; DataValue[998][5] = "18/04/2012"; DataValue[998][6] = ""; DataValue[998][7] = "London / Carlton/LWT"; DataValue[998][8] = ""; DataValue[999] = new Array(MaxColls); DataValue[999][0] = "Welwyn"; DataValue[999][1] = "TL223161"; DataValue[999][2] = "Relay"; DataValue[999][3] = "4/04/2012"; DataValue[999][4] = "4/04/2012"; DataValue[999][5] = "18/04/2012"; DataValue[999][6] = ""; DataValue[999][7] = "London / Carlton/LWT"; DataValue[999][8] = ""; DataValue[1000] = new Array(MaxColls); DataValue[1000][0] = "West Wycombe"; DataValue[1000][1] = "SU839936"; DataValue[1000][2] = "Relay"; DataValue[1000][3] = "4/04/2012"; DataValue[1000][4] = "4/04/2012"; DataValue[1000][5] = "18/04/2012"; DataValue[1000][6] = ""; DataValue[1000][7] = "London / Carlton/LWT"; DataValue[1000][8] = ""; DataValue[1001] = new Array(MaxColls); DataValue[1001][0] = "Wonersh"; DataValue[1001][1] = "TQ024454"; DataValue[1001][2] = "Relay"; DataValue[1001][3] = "4/04/2012"; DataValue[1001][4] = "4/04/2012"; DataValue[1001][5] = "18/04/2012"; DataValue[1001][6] = ""; DataValue[1001][7] = "London / Carlton/LWT"; DataValue[1001][8] = ""; DataValue[1002] = new Array(MaxColls); DataValue[1002][0] = "Wooburn"; DataValue[1002][1] = "SU916873"; DataValue[1002][2] = "Relay"; DataValue[1002][3] = "4/04/2012"; DataValue[1002][4] = "4/04/2012"; DataValue[1002][5] = "18/04/2012"; DataValue[1002][6] = ""; DataValue[1002][7] = "London / Carlton/LWT"; DataValue[1002][8] = ""; DataValue[1003] = new Array(MaxColls); DataValue[1003][0] = "Woolwich"; DataValue[1003][1] = "TQ460794"; DataValue[1003][2] = "Relay"; DataValue[1003][3] = "4/04/2012"; DataValue[1003][4] = "4/04/2012"; DataValue[1003][5] = "18/04/2012"; DataValue[1003][6] = ""; DataValue[1003][7] = "London / Carlton/LWT"; DataValue[1003][8] = ""; DataValue[1004] = new Array(MaxColls); DataValue[1004][0] = "Worlds End"; DataValue[1004][1] = "TQ264773"; DataValue[1004][2] = "Relay"; DataValue[1004][3] = "4/04/2012"; DataValue[1004][4] = "4/04/2012"; DataValue[1004][5] = "18/04/2012"; DataValue[1004][6] = ""; DataValue[1004][7] = "London / Carlton/LWT"; DataValue[1004][8] = ""; DataValue[1005] = new Array(MaxColls); DataValue[1005][0] = "Bexhill (new)"; DataValue[1005][1] = "TQ729075"; DataValue[1005][2] = "Relay"; DataValue[1005][3] = "30/05/2012"; DataValue[1005][4] = "30/05/2012"; DataValue[1005][5] = "13/06/2012"; DataValue[1005][6] = ""; DataValue[1005][7] = "South East / Meridian Madstone"; DataValue[1005][8] = ""; DataValue[1006] = new Array(MaxColls); DataValue[1006][0] = "East Dean"; DataValue[1006][1] = "TV563988"; DataValue[1006][2] = "Relay"; DataValue[1006][3] = "30/05/2012"; DataValue[1006][4] = "30/05/2012"; DataValue[1006][5] = "13/06/2012"; DataValue[1006][6] = ""; DataValue[1006][7] = "South East / Meridian Madstone"; DataValue[1006][8] = ""; DataValue[1007] = new Array(MaxColls); DataValue[1007][0] = "Eastbourne"; DataValue[1007][1] = "TV606977"; DataValue[1007][2] = "Relay"; DataValue[1007][3] = "30/05/2012"; DataValue[1007][4] = "30/05/2012"; DataValue[1007][5] = "13/06/2012"; DataValue[1007][6] = ""; DataValue[1007][7] = "South East / Meridian Madstone"; DataValue[1007][8] = ""; DataValue[1008] = new Array(MaxColls); DataValue[1008][0] = "Eastbourne (Old Town)"; DataValue[1008][1] = "TV599996"; DataValue[1008][2] = "Relay"; DataValue[1008][3] = "30/05/2012"; DataValue[1008][4] = "30/05/2012"; DataValue[1008][5] = "13/06/2012"; DataValue[1008][6] = ""; DataValue[1008][7] = "South East / Meridian Madstone"; DataValue[1008][8] = ""; DataValue[1009] = new Array(MaxColls); DataValue[1009][0] = "Ham Street"; DataValue[1009][1] = "TR005332"; DataValue[1009][2] = "Relay"; DataValue[1009][3] = "30/05/2012"; DataValue[1009][4] = "30/05/2012"; DataValue[1009][5] = "13/06/2012"; DataValue[1009][6] = ""; DataValue[1009][7] = "South East / Meridian Madstone"; DataValue[1009][8] = ""; DataValue[1010] = new Array(MaxColls); DataValue[1010][0] = "Hastings"; DataValue[1010][1] = "TQ806100"; DataValue[1010][2] = "Main transmitter"; DataValue[1010][3] = "15/11/1998"; DataValue[1010][4] = "30/05/2012"; DataValue[1010][5] = "13/06/2012"; DataValue[1010][6] = ""; DataValue[1010][7] = "South East / Meridian Hastings"; DataValue[1010][8] = ""; DataValue[1011] = new Array(MaxColls); DataValue[1011][0] = "Hastings (Old Town)"; DataValue[1011][1] = "TQ826101"; DataValue[1011][2] = "Relay"; DataValue[1011][3] = "30/05/2012"; DataValue[1011][4] = "30/05/2012"; DataValue[1011][5] = "13/06/2012"; DataValue[1011][6] = ""; DataValue[1011][7] = "South East / Meridian Hastings"; DataValue[1011][8] = ""; DataValue[1012] = new Array(MaxColls); DataValue[1012][0] = "Haywards Heath"; DataValue[1012][1] = "TQ333234"; DataValue[1012][2] = "Relay"; DataValue[1012][3] = "30/05/2012"; DataValue[1012][4] = "30/05/2012"; DataValue[1012][5] = "13/06/2012"; DataValue[1012][6] = "Short listed"; DataValue[1012][7] = "South East / Meridian Madstone"; DataValue[1012][8] = ""; DataValue[1013] = new Array(MaxColls); DataValue[1013][0] = "Heathfield"; DataValue[1013][1] = "TQ566220"; DataValue[1013][2] = "Main transmitter"; DataValue[1013][3] = "15/11/1998"; DataValue[1013][4] = "30/05/2012"; DataValue[1013][5] = "13/06/2012"; DataValue[1013][6] = ""; DataValue[1013][7] = "South East / Meridian Madstone"; DataValue[1013][8] = ""; DataValue[1014] = new Array(MaxColls); DataValue[1014][0] = "Hollington Park"; DataValue[1014][1] = "TQ795109"; DataValue[1014][2] = "Relay"; DataValue[1014][3] = "30/05/2012"; DataValue[1014][4] = "30/05/2012"; DataValue[1014][5] = "13/06/2012"; DataValue[1014][6] = ""; DataValue[1014][7] = "South East / Meridian Madstone"; DataValue[1014][8] = ""; DataValue[1015] = new Array(MaxColls); DataValue[1015][0] = "Lamberhurst"; DataValue[1015][1] = "TQ673366"; DataValue[1015][2] = "Relay"; DataValue[1015][3] = "30/05/2012"; DataValue[1015][4] = "30/05/2012"; DataValue[1015][5] = "13/06/2012"; DataValue[1015][6] = ""; DataValue[1015][7] = "South East / Meridian Madstone"; DataValue[1015][8] = ""; DataValue[1016] = new Array(MaxColls); DataValue[1016][0] = "Lewes"; DataValue[1016][1] = "TQ409099"; DataValue[1016][2] = "Relay"; DataValue[1016][3] = "30/05/2012"; DataValue[1016][4] = "30/05/2012"; DataValue[1016][5] = "13/06/2012"; DataValue[1016][6] = ""; DataValue[1016][7] = "South East / Meridian Madstone"; DataValue[1016][8] = ""; DataValue[1017] = new Array(MaxColls); DataValue[1017][0] = "Mountfield"; DataValue[1017][1] = "TQ740193"; DataValue[1017][2] = "Relay"; DataValue[1017][3] = "30/05/2012"; DataValue[1017][4] = "30/05/2012"; DataValue[1017][5] = "13/06/2012"; DataValue[1017][6] = ""; DataValue[1017][7] = "South East / Meridian Madstone"; DataValue[1017][8] = ""; DataValue[1018] = new Array(MaxColls); DataValue[1018][0] = "Newhaven"; DataValue[1018][1] = "TQ435006"; DataValue[1018][2] = "Relay"; DataValue[1018][3] = "30/05/2012"; DataValue[1018][4] = "30/05/2012"; DataValue[1018][5] = "13/06/2012"; DataValue[1018][6] = ""; DataValue[1018][7] = "South East / Meridian Madstone"; DataValue[1018][8] = ""; DataValue[1019] = new Array(MaxColls); DataValue[1019][0] = "Rye"; DataValue[1019][1] = "TQ904198"; DataValue[1019][2] = "Relay"; DataValue[1019][3] = "30/05/2012"; DataValue[1019][4] = "30/05/2012"; DataValue[1019][5] = "13/06/2012"; DataValue[1019][6] = ""; DataValue[1019][7] = "South East / Meridian Madstone"; DataValue[1019][8] = ""; DataValue[1020] = new Array(MaxColls); DataValue[1020][0] = "Sedlescombe"; DataValue[1020][1] = "TQ784182"; DataValue[1020][2] = "Relay"; DataValue[1020][3] = "30/05/2012"; DataValue[1020][4] = "30/05/2012"; DataValue[1020][5] = "13/06/2012"; DataValue[1020][6] = ""; DataValue[1020][7] = "South East / Meridian Madstone"; DataValue[1020][8] = ""; DataValue[1021] = new Array(MaxColls); DataValue[1021][0] = "St Marks"; DataValue[1021][1] = "TQ582373"; DataValue[1021][2] = "Relay"; DataValue[1021][3] = "30/05/2012"; DataValue[1021][4] = "30/05/2012"; DataValue[1021][5] = "13/06/2012"; DataValue[1021][6] = ""; DataValue[1021][7] = "South East / Meridian Tunbridge Wells"; DataValue[1021][8] = ""; DataValue[1022] = new Array(MaxColls); DataValue[1022][0] = "Tunbridge Wells"; DataValue[1022][1] = "TQ607440"; DataValue[1022][2] = "Main transmitter"; DataValue[1022][3] = "15/11/1998"; DataValue[1022][4] = "30/05/2012"; DataValue[1022][5] = "13/06/2012"; DataValue[1022][6] = "Short listed"; DataValue[1022][7] = "South East / Meridian Tunbridge Wells"; DataValue[1022][8] = ""; DataValue[1023] = new Array(MaxColls); DataValue[1023][0] = "Wye"; DataValue[1023][1] = "TR067472"; DataValue[1023][2] = "Relay"; DataValue[1023][3] = "30/05/2012"; DataValue[1023][4] = "30/05/2012"; DataValue[1023][5] = "13/06/2012"; DataValue[1023][6] = ""; DataValue[1023][7] = "South East / Meridian Madstone"; DataValue[1023][8] = ""; DataValue[1024] = new Array(MaxColls); DataValue[1024][0] = "Bluebell Hill"; DataValue[1024][1] = "TQ757613"; DataValue[1024][2] = "Main transmitter"; DataValue[1024][3] = "15/11/1998"; DataValue[1024][4] = "13/06/2012"; DataValue[1024][5] = "27/06/2012"; DataValue[1024][6] = ""; DataValue[1024][7] = "South East / Meridian Madstone"; DataValue[1024][8] = ""; DataValue[1025] = new Array(MaxColls); DataValue[1025][0] = "Chartham"; DataValue[1025][1] = "TR103561"; DataValue[1025][2] = "Relay"; DataValue[1025][3] = "13/06/2012"; DataValue[1025][4] = "13/06/2012"; DataValue[1025][5] = "27/06/2012"; DataValue[1025][6] = ""; DataValue[1025][7] = "South East / Meridian Madstone"; DataValue[1025][8] = ""; DataValue[1026] = new Array(MaxColls); DataValue[1026][0] = "Chatham Town"; DataValue[1026][1] = "TQ767675"; DataValue[1026][2] = "Relay"; DataValue[1026][3] = "13/06/2012"; DataValue[1026][4] = "13/06/2012"; DataValue[1026][5] = "27/06/2012"; DataValue[1026][6] = ""; DataValue[1026][7] = "South East / Meridian Madstone"; DataValue[1026][8] = ""; DataValue[1027] = new Array(MaxColls); DataValue[1027][0] = "Dover"; DataValue[1027][1] = "TR274397"; DataValue[1027][2] = "Main transmitter"; DataValue[1027][3] = "15/11/1998"; DataValue[1027][4] = "13/06/2012"; DataValue[1027][5] = "27/06/2012"; DataValue[1027][6] = "Short listed"; DataValue[1027][7] = "South East / Meridian Madstone"; DataValue[1027][8] = ""; DataValue[1028] = new Array(MaxColls); DataValue[1028][0] = "Dover B"; DataValue[1028][1] = "TR274398"; DataValue[1028][2] = "Relay"; DataValue[1028][3] = "N/A"; DataValue[1028][4] = "N/A"; DataValue[1028][5] = "N/A"; DataValue[1028][6] = ""; DataValue[1028][7] = "South East / Meridian Madstone"; DataValue[1028][8] = "Ending on 13/06/2012 (Used tempory for digital from 13/06/2012 to 27/06/2012)"; DataValue[1029] = new Array(MaxColls); DataValue[1029][0] = "Dover Town"; DataValue[1029][1] = "TR311430"; DataValue[1029][2] = "Relay"; DataValue[1029][3] = "13/06/2012"; DataValue[1029][4] = "13/06/2012"; DataValue[1029][5] = "27/06/2012"; DataValue[1029][6] = ""; DataValue[1029][7] = "South East / Meridian Madstone"; DataValue[1029][8] = ""; DataValue[1030] = new Array(MaxColls); DataValue[1030][0] = "Elham"; DataValue[1030][1] = "TR188449"; DataValue[1030][2] = "Relay"; DataValue[1030][3] = "13/06/2012"; DataValue[1030][4] = "13/06/2012"; DataValue[1030][5] = "27/06/2012"; DataValue[1030][6] = ""; DataValue[1030][7] = "South East / Meridian Madstone"; DataValue[1030][8] = ""; DataValue[1031] = new Array(MaxColls); DataValue[1031][0] = "Farleigh"; DataValue[1031][1] = "TQ738530"; DataValue[1031][2] = "Relay"; DataValue[1031][3] = "13/06/2012"; DataValue[1031][4] = "13/06/2012"; DataValue[1031][5] = "27/06/2012"; DataValue[1031][6] = ""; DataValue[1031][7] = "South East / Meridian Madstone"; DataValue[1031][8] = ""; DataValue[1032] = new Array(MaxColls); DataValue[1032][0] = "Faversham"; DataValue[1032][1] = "TR004602"; DataValue[1032][2] = "Relay"; DataValue[1032][3] = "13/06/2012"; DataValue[1032][4] = "13/06/2012"; DataValue[1032][5] = "27/06/2012"; DataValue[1032][6] = ""; DataValue[1032][7] = "South East / Meridian Madstone"; DataValue[1032][8] = ""; DataValue[1033] = new Array(MaxColls); DataValue[1033][0] = "Folkestone"; DataValue[1033][1] = "TR221359"; DataValue[1033][2] = "Relay"; DataValue[1033][3] = "13/06/2012"; DataValue[1033][4] = "13/06/2012"; DataValue[1033][5] = "27/06/2012"; DataValue[1033][6] = "Short listed"; DataValue[1033][7] = "South East / Meridian Madstone"; DataValue[1033][8] = ""; DataValue[1034] = new Array(MaxColls); DataValue[1034][0] = "Horn Street"; DataValue[1034][1] = "TR190359"; DataValue[1034][2] = "Relay"; DataValue[1034][3] = "13/06/2012"; DataValue[1034][4] = "13/06/2012"; DataValue[1034][5] = "27/06/2012"; DataValue[1034][6] = ""; DataValue[1034][7] = "South East / Meridian Madstone"; DataValue[1034][8] = ""; DataValue[1035] = new Array(MaxColls); DataValue[1035][0] = "Hythe Marina"; DataValue[1035][1] = "TR169344"; DataValue[1035][2] = "Relay"; DataValue[1035][3] = "13/06/2012"; DataValue[1035][4] = "13/06/2012"; DataValue[1035][5] = "27/06/2012"; DataValue[1035][6] = ""; DataValue[1035][7] = "South East / Meridian Madstone"; DataValue[1035][8] = ""; DataValue[1036] = new Array(MaxColls); DataValue[1036][0] = "Lydden"; DataValue[1036][1] = "TR262458"; DataValue[1036][2] = "Relay"; DataValue[1036][3] = "13/06/2012"; DataValue[1036][4] = "13/06/2012"; DataValue[1036][5] = "27/06/2012"; DataValue[1036][6] = ""; DataValue[1036][7] = "South East / Meridian Madstone"; DataValue[1036][8] = ""; DataValue[1037] = new Array(MaxColls); DataValue[1037][0] = "Lyminge"; DataValue[1037][1] = "TR167427"; DataValue[1037][2] = "Relay"; DataValue[1037][3] = "13/06/2012"; DataValue[1037][4] = "13/06/2012"; DataValue[1037][5] = "27/06/2012"; DataValue[1037][6] = ""; DataValue[1037][7] = "South East / Meridian Madstone"; DataValue[1037][8] = ""; DataValue[1038] = new Array(MaxColls); DataValue[1038][0] = "Margate"; DataValue[1038][1] = "TR370701"; DataValue[1038][2] = "Relay"; DataValue[1038][3] = "13/06/2012"; DataValue[1038][4] = "13/06/2012"; DataValue[1038][5] = "27/06/2012"; DataValue[1038][6] = ""; DataValue[1038][7] = "South East / Meridian Madstone"; DataValue[1038][8] = ""; DataValue[1039] = new Array(MaxColls); DataValue[1039][0] = "Newnham"; DataValue[1039][1] = "TQ950571"; DataValue[1039][2] = "Relay"; DataValue[1039][3] = "13/06/2012"; DataValue[1039][4] = "13/06/2012"; DataValue[1039][5] = "27/06/2012"; DataValue[1039][6] = ""; DataValue[1039][7] = "South East / Meridian Madstone"; DataValue[1039][8] = ""; DataValue[1040] = new Array(MaxColls); DataValue[1040][0] = "Ramsgate"; DataValue[1040][1] = "TR385651"; DataValue[1040][2] = "Relay"; DataValue[1040][3] = "13/06/2012"; DataValue[1040][4] = "13/06/2012"; DataValue[1040][5] = "27/06/2012"; DataValue[1040][6] = ""; DataValue[1040][7] = "South East / Meridian Madstone"; DataValue[1040][8] = ""; DataValue[1041] = new Array(MaxColls); DataValue[1041][0] = "Turnpike Hill"; DataValue[1041][1] = "TR153344"; DataValue[1041][2] = "Relay"; DataValue[1041][3] = "13/06/2012"; DataValue[1041][4] = "13/06/2012"; DataValue[1041][5] = "27/06/2012"; DataValue[1041][6] = ""; DataValue[1041][7] = "South East / Meridian Madstone"; DataValue[1041][8] = ""; DataValue[1042] = new Array(MaxColls); DataValue[1042][0] = "Aislaby"; DataValue[1042][1] = "NZ863087"; DataValue[1042][2] = "Relay"; DataValue[1042][3] = "12/09/2012"; DataValue[1042][4] = "12/09/2012"; DataValue[1042][5] = "26/09/2012"; DataValue[1042][6] = ""; DataValue[1042][7] = "North East / Tyne Tees"; DataValue[1042][8] = ""; DataValue[1043] = new Array(MaxColls); DataValue[1043][0] = "Allenheads"; DataValue[1043][1] = "NY840469"; DataValue[1043][2] = "Relay"; DataValue[1043][3] = "12/09/2012"; DataValue[1043][4] = "12/09/2012"; DataValue[1043][5] = "26/09/2012"; DataValue[1043][6] = ""; DataValue[1043][7] = "North East / Tyne Tees"; DataValue[1043][8] = ""; DataValue[1044] = new Array(MaxColls); DataValue[1044][0] = "Alston"; DataValue[1044][1] = "NY730478"; DataValue[1044][2] = "Relay"; DataValue[1044][3] = "12/09/2012"; DataValue[1044][4] = "12/09/2012"; DataValue[1044][5] = "26/09/2012"; DataValue[1044][6] = ""; DataValue[1044][7] = "North East / Tyne Tees"; DataValue[1044][8] = ""; DataValue[1045] = new Array(MaxColls); DataValue[1045][0] = "Bainbridge"; DataValue[1045][1] = "SD935892"; DataValue[1045][2] = "Relay"; DataValue[1045][3] = "12/09/2012"; DataValue[1045][4] = "12/09/2012"; DataValue[1045][5] = "26/09/2012"; DataValue[1045][6] = ""; DataValue[1045][7] = "North East / Tyne Tees"; DataValue[1045][8] = ""; DataValue[1046] = new Array(MaxColls); DataValue[1046][0] = "Bellingham"; DataValue[1046][1] = "NY833812"; DataValue[1046][2] = "Relay"; DataValue[1046][3] = "12/09/2012"; DataValue[1046][4] = "12/09/2012"; DataValue[1046][5] = "26/09/2012"; DataValue[1046][6] = ""; DataValue[1046][7] = "North East / Tyne Tees"; DataValue[1046][8] = ""; DataValue[1047] = new Array(MaxColls); DataValue[1047][0] = "Berwick"; DataValue[1047][1] = "NT980547"; DataValue[1047][2] = "Relay"; DataValue[1047][3] = "12/09/2012"; DataValue[1047][4] = "12/09/2012"; DataValue[1047][5] = "26/09/2012"; DataValue[1047][6] = ""; DataValue[1047][7] = "North East / Tyne Tees"; DataValue[1047][8] = ""; DataValue[1048] = new Array(MaxColls); DataValue[1048][0] = "Bilsdale"; DataValue[1048][1] = "SE553962"; DataValue[1048][2] = "Main transmitter"; DataValue[1048][3] = "15/11/1998"; DataValue[1048][4] = "12/09/2012"; DataValue[1048][5] = "26/09/2012"; DataValue[1048][6] = "Short listed"; DataValue[1048][7] = "North East / Tyne Tees"; DataValue[1048][8] = ""; DataValue[1049] = new Array(MaxColls); DataValue[1049][0] = "Blaydon Burn"; DataValue[1049][1] = "NZ167627"; DataValue[1049][2] = "Relay"; DataValue[1049][3] = "12/09/2012"; DataValue[1049][4] = "12/09/2012"; DataValue[1049][5] = "26/09/2012"; DataValue[1049][6] = ""; DataValue[1049][7] = "North East / Tyne Tees"; DataValue[1049][8] = ""; DataValue[1050] = new Array(MaxColls); DataValue[1050][0] = "Burnhope"; DataValue[1050][1] = "NZ184474"; DataValue[1050][2] = "Main transmitter for Channel 5"; DataValue[1050][3] = "N/A"; DataValue[1050][4] = "N/A"; DataValue[1050][5] = "N/A"; DataValue[1050][6] = ""; DataValue[1050][7] = "North East / Tyne Tees"; DataValue[1050][8] = "Ending on 26/09/2012"; DataValue[1051] = new Array(MaxColls); DataValue[1051][0] = "Byrness"; DataValue[1051][1] = "NT766015"; DataValue[1051][2] = "Relay"; DataValue[1051][3] = "12/09/2012"; DataValue[1051][4] = "12/09/2012"; DataValue[1051][5] = "26/09/2012"; DataValue[1051][6] = ""; DataValue[1051][7] = "North East / Tyne Tees"; DataValue[1051][8] = ""; DataValue[1052] = new Array(MaxColls); DataValue[1052][0] = "Castleton"; DataValue[1052][1] = "NZ693077"; DataValue[1052][2] = "Relay"; DataValue[1052][3] = "12/09/2012"; DataValue[1052][4] = "12/09/2012"; DataValue[1052][5] = "26/09/2012"; DataValue[1052][6] = ""; DataValue[1052][7] = "North East / Tyne Tees"; DataValue[1052][8] = ""; DataValue[1053] = new Array(MaxColls); DataValue[1053][0] = "Catton Beacon"; DataValue[1053][1] = "NY822590"; DataValue[1053][2] = "Relay"; DataValue[1053][3] = "12/09/2012"; DataValue[1053][4] = "12/09/2012"; DataValue[1053][5] = "26/09/2012"; DataValue[1053][6] = ""; DataValue[1053][7] = "North East / Tyne Tees"; DataValue[1053][8] = ""; DataValue[1054] = new Array(MaxColls); DataValue[1054][0] = "Chatton"; DataValue[1054][1] = "NU105264"; DataValue[1054][2] = "Main transmitter"; DataValue[1054][3] = "15/11/1998"; DataValue[1054][4] = "12/09/2012"; DataValue[1054][5] = "26/09/2012"; DataValue[1054][6] = ""; DataValue[1054][7] = "North East / Tyne Tees"; DataValue[1054][8] = ""; DataValue[1055] = new Array(MaxColls); DataValue[1055][0] = "Durham"; DataValue[1055][1] = "NZ264423"; DataValue[1055][2] = "Relay"; DataValue[1055][3] = "12/09/2012"; DataValue[1055][4] = "12/09/2012"; DataValue[1055][5] = "26/09/2012"; DataValue[1055][6] = ""; DataValue[1055][7] = "North East / Tyne Tees"; DataValue[1055][8] = ""; DataValue[1056] = new Array(MaxColls); DataValue[1056][0] = "Esh"; DataValue[1056][1] = "NZ198445"; DataValue[1056][2] = "Relay"; DataValue[1056][3] = "12/09/2012"; DataValue[1056][4] = "12/09/2012"; DataValue[1056][5] = "26/09/2012"; DataValue[1056][6] = ""; DataValue[1056][7] = "North East / Tyne Tees"; DataValue[1056][8] = ""; DataValue[1057] = new Array(MaxColls); DataValue[1057][0] = "Eston Nab"; DataValue[1057][1] = "NZ569182"; DataValue[1057][2] = "Relay"; DataValue[1057][3] = "12/09/2012"; DataValue[1057][4] = "12/09/2012"; DataValue[1057][5] = "26/09/2012"; DataValue[1057][6] = ""; DataValue[1057][7] = "North East / Tyne Tees"; DataValue[1057][8] = ""; DataValue[1058] = new Array(MaxColls); DataValue[1058][0] = "Falstone"; DataValue[1058][1] = "NY723864"; DataValue[1058][2] = "Relay"; DataValue[1058][3] = "12/09/2012"; DataValue[1058][4] = "12/09/2012"; DataValue[1058][5] = "26/09/2012"; DataValue[1058][6] = ""; DataValue[1058][7] = "North East / Tyne Tees"; DataValue[1058][8] = ""; DataValue[1059] = new Array(MaxColls); DataValue[1059][0] = "Felling"; DataValue[1059][1] = "NZ276616"; DataValue[1059][2] = "Relay"; DataValue[1059][3] = "12/09/2012"; DataValue[1059][4] = "12/09/2012"; DataValue[1059][5] = "26/09/2012"; DataValue[1059][6] = ""; DataValue[1059][7] = "North East / Tyne Tees"; DataValue[1059][8] = ""; DataValue[1060] = new Array(MaxColls); DataValue[1060][0] = "Fenham"; DataValue[1060][1] = "NZ216648"; DataValue[1060][2] = "Main transmitter"; DataValue[1060][3] = "15/11/1998"; DataValue[1060][4] = "12/09/2012"; DataValue[1060][5] = "26/09/2012"; DataValue[1060][6] = "Short listed"; DataValue[1060][7] = "North East / Tyne Tees"; DataValue[1060][8] = ""; DataValue[1061] = new Array(MaxColls); DataValue[1061][0] = "Grinton Lodge"; DataValue[1061][1] = "SE048976"; DataValue[1061][2] = "Relay"; DataValue[1061][3] = "12/09/2012"; DataValue[1061][4] = "12/09/2012"; DataValue[1061][5] = "26/09/2012"; DataValue[1061][6] = ""; DataValue[1061][7] = "North East / Tyne Tees"; DataValue[1061][8] = ""; DataValue[1062] = new Array(MaxColls); DataValue[1062][0] = "Guisborough"; DataValue[1062][1] = "NZ592168"; DataValue[1062][2] = "Relay"; DataValue[1062][3] = "12/09/2012"; DataValue[1062][4] = "12/09/2012"; DataValue[1062][5] = "26/09/2012"; DataValue[1062][6] = ""; DataValue[1062][7] = "North East / Tyne Tees"; DataValue[1062][8] = ""; DataValue[1063] = new Array(MaxColls); DataValue[1063][0] = "Haydon Bridge"; DataValue[1063][1] = "NY809630"; DataValue[1063][2] = "Relay"; DataValue[1063][3] = "12/09/2012"; DataValue[1063][4] = "12/09/2012"; DataValue[1063][5] = "26/09/2012"; DataValue[1063][6] = ""; DataValue[1063][7] = "North East / Tyne Tees"; DataValue[1063][8] = ""; DataValue[1064] = new Array(MaxColls); DataValue[1064][0] = "Hedleyhope"; DataValue[1064][1] = "NZ162398"; DataValue[1064][2] = "Relay"; DataValue[1064][3] = "12/09/2012"; DataValue[1064][4] = "12/09/2012"; DataValue[1064][5] = "26/09/2012"; DataValue[1064][6] = ""; DataValue[1064][7] = "North East / Tyne Tees"; DataValue[1064][8] = ""; DataValue[1065] = new Array(MaxColls); DataValue[1065][0] = "Humshaugh"; DataValue[1065][1] = "NY906711"; DataValue[1065][2] = "Relay"; DataValue[1065][3] = "12/09/2012"; DataValue[1065][4] = "12/09/2012"; DataValue[1065][5] = "26/09/2012"; DataValue[1065][6] = ""; DataValue[1065][7] = "North East / Tyne Tees"; DataValue[1065][8] = ""; DataValue[1066] = new Array(MaxColls); DataValue[1066][0] = "Ireshopeburn"; DataValue[1066][1] = "NY862381"; DataValue[1066][2] = "Relay"; DataValue[1066][3] = "12/09/2012"; DataValue[1066][4] = "12/09/2012"; DataValue[1066][5] = "26/09/2012"; DataValue[1066][6] = ""; DataValue[1066][7] = "North East / Tyne Tees"; DataValue[1066][8] = ""; DataValue[1067] = new Array(MaxColls); DataValue[1067][0] = "Kielder"; DataValue[1067][1] = "NY626970"; DataValue[1067][2] = "Relay"; DataValue[1067][3] = "12/09/2012"; DataValue[1067][4] = "12/09/2012"; DataValue[1067][5] = "26/09/2012"; DataValue[1067][6] = ""; DataValue[1067][7] = "North East / Tyne Tees"; DataValue[1067][8] = ""; DataValue[1068] = new Array(MaxColls); DataValue[1068][0] = "Limber Hill"; DataValue[1068][1] = "NZ789053"; DataValue[1068][2] = "Relay"; DataValue[1068][3] = "12/09/2012"; DataValue[1068][4] = "12/09/2012"; DataValue[1068][5] = "26/09/2012"; DataValue[1068][6] = ""; DataValue[1068][7] = "North East / Tyne Tees"; DataValue[1068][8] = ""; DataValue[1069] = new Array(MaxColls); DataValue[1069][0] = "Morpeth"; DataValue[1069][1] = "NZ218864"; DataValue[1069][2] = "Relay"; DataValue[1069][3] = "12/09/2012"; DataValue[1069][4] = "12/09/2012"; DataValue[1069][5] = "26/09/2012"; DataValue[1069][6] = ""; DataValue[1069][7] = "North East / Tyne Tees"; DataValue[1069][8] = ""; DataValue[1070] = new Array(MaxColls); DataValue[1070][0] = "Newton"; DataValue[1070][1] = "NZ036653"; DataValue[1070][2] = "Relay"; DataValue[1070][3] = "12/09/2012"; DataValue[1070][4] = "12/09/2012"; DataValue[1070][5] = "26/09/2012"; DataValue[1070][6] = ""; DataValue[1070][7] = "North East / Tyne Tees"; DataValue[1070][8] = ""; DataValue[1071] = new Array(MaxColls); DataValue[1071][0] = "Peterlee"; DataValue[1071][1] = "NZ446410"; DataValue[1071][2] = "Relay"; DataValue[1071][3] = "12/09/2012"; DataValue[1071][4] = "12/09/2012"; DataValue[1071][5] = "26/09/2012"; DataValue[1071][6] = ""; DataValue[1071][7] = "North East / Tyne Tees"; DataValue[1071][8] = ""; DataValue[1072] = new Array(MaxColls); DataValue[1072][0] = "Pontop Pike"; DataValue[1072][1] = "NZ148526"; DataValue[1072][2] = "Main transmitter"; DataValue[1072][3] = "15/11/1998"; DataValue[1072][4] = "12/09/2012"; DataValue[1072][5] = "26/09/2012"; DataValue[1072][6] = "Starting 30/01/2014"; DataValue[1072][7] = "North East / Tyne Tees"; DataValue[1072][8] = "Made in Tyne and Wear starting on 30/01/2014"; DataValue[1073] = new Array(MaxColls); DataValue[1073][0] = "Ravenscar"; DataValue[1073][1] = "NZ971012"; DataValue[1073][2] = "Relay"; DataValue[1073][3] = "12/09/2012"; DataValue[1073][4] = "12/09/2012"; DataValue[1073][5] = "26/09/2012"; DataValue[1073][6] = ""; DataValue[1073][7] = "North East / Tyne Tees"; DataValue[1073][8] = ""; DataValue[1074] = new Array(MaxColls); DataValue[1074][0] = "Romaldkirk"; DataValue[1074][1] = "NY974220"; DataValue[1074][2] = "Relay"; DataValue[1074][3] = "12/09/2012"; DataValue[1074][4] = "12/09/2012"; DataValue[1074][5] = "26/09/2012"; DataValue[1074][6] = ""; DataValue[1074][7] = "North East / Tyne Tees"; DataValue[1074][8] = ""; DataValue[1075] = new Array(MaxColls); DataValue[1075][0] = "Rookhope"; DataValue[1075][1] = "NY926435"; DataValue[1075][2] = "Relay"; DataValue[1075][3] = "12/09/2012"; DataValue[1075][4] = "12/09/2012"; DataValue[1075][5] = "26/09/2012"; DataValue[1075][6] = ""; DataValue[1075][7] = "North East / Tyne Tees"; DataValue[1075][8] = ""; DataValue[1076] = new Array(MaxColls); DataValue[1076][0] = "Rosedale Abbey"; DataValue[1076][1] = "SE730966"; DataValue[1076][2] = "Relay"; DataValue[1076][3] = "12/09/2012"; DataValue[1076][4] = "12/09/2012"; DataValue[1076][5] = "26/09/2012"; DataValue[1076][6] = ""; DataValue[1076][7] = "North East / Tyne Tees"; DataValue[1076][8] = ""; DataValue[1077] = new Array(MaxColls); DataValue[1077][0] = "Rothbury"; DataValue[1077][1] = "NZ031997"; DataValue[1077][2] = "Relay"; DataValue[1077][3] = "12/09/2012"; DataValue[1077][4] = "12/09/2012"; DataValue[1077][5] = "26/09/2012"; DataValue[1077][6] = ""; DataValue[1077][7] = "North East / Tyne Tees"; DataValue[1077][8] = ""; DataValue[1078] = new Array(MaxColls); DataValue[1078][0] = "Seaham"; DataValue[1078][1] = "NZ402485"; DataValue[1078][2] = "Relay"; DataValue[1078][3] = "12/09/2012"; DataValue[1078][4] = "12/09/2012"; DataValue[1078][5] = "26/09/2012"; DataValue[1078][6] = ""; DataValue[1078][7] = "North East / Tyne Tees"; DataValue[1078][8] = ""; DataValue[1079] = new Array(MaxColls); DataValue[1079][0] = "Shotleyfield"; DataValue[1079][1] = "NZ064532"; DataValue[1079][2] = "Relay"; DataValue[1079][3] = "12/09/2012"; DataValue[1079][4] = "12/09/2012"; DataValue[1079][5] = "26/09/2012"; DataValue[1079][6] = ""; DataValue[1079][7] = "North East / Tyne Tees"; DataValue[1079][8] = ""; DataValue[1080] = new Array(MaxColls); DataValue[1080][0] = "Skinningrove"; DataValue[1080][1] = "NZ715192"; DataValue[1080][2] = "Relay"; DataValue[1080][3] = "12/09/2012"; DataValue[1080][4] = "12/09/2012"; DataValue[1080][5] = "26/09/2012"; DataValue[1080][6] = ""; DataValue[1080][7] = "North East / Tyne Tees"; DataValue[1080][8] = ""; DataValue[1081] = new Array(MaxColls); DataValue[1081][0] = "Staithes"; DataValue[1081][1] = "NZ781189"; DataValue[1081][2] = "Relay"; DataValue[1081][3] = "12/09/2012"; DataValue[1081][4] = "12/09/2012"; DataValue[1081][5] = "26/09/2012"; DataValue[1081][6] = ""; DataValue[1081][7] = "North East / Tyne Tees"; DataValue[1081][8] = ""; DataValue[1082] = new Array(MaxColls); DataValue[1082][0] = "Sunderland"; DataValue[1082][1] = "NZ391547"; DataValue[1082][2] = "Relay"; DataValue[1082][3] = "12/09/2012"; DataValue[1082][4] = "12/09/2012"; DataValue[1082][5] = "26/09/2012"; DataValue[1082][6] = "Short listed"; DataValue[1082][7] = "North East / Tyne Tees"; DataValue[1082][8] = ""; DataValue[1083] = new Array(MaxColls); DataValue[1083][0] = "Wall"; DataValue[1083][1] = "NY909676"; DataValue[1083][2] = "Relay"; DataValue[1083][3] = "12/09/2012"; DataValue[1083][4] = "12/09/2012"; DataValue[1083][5] = "26/09/2012"; DataValue[1083][6] = ""; DataValue[1083][7] = "North East / Tyne Tees"; DataValue[1083][8] = ""; DataValue[1084] = new Array(MaxColls); DataValue[1084][0] = "Weardale"; DataValue[1084][1] = "NZ025384"; DataValue[1084][2] = "Relay"; DataValue[1084][3] = "12/09/2012"; DataValue[1084][4] = "12/09/2012"; DataValue[1084][5] = "26/09/2012"; DataValue[1084][6] = ""; DataValue[1084][7] = "North East / Tyne Tees"; DataValue[1084][8] = ""; DataValue[1085] = new Array(MaxColls); DataValue[1085][0] = "West Burton"; DataValue[1085][1] = "SE030880"; DataValue[1085][2] = "Relay"; DataValue[1085][3] = "12/09/2012"; DataValue[1085][4] = "12/09/2012"; DataValue[1085][5] = "26/09/2012"; DataValue[1085][6] = ""; DataValue[1085][7] = "North East / Tyne Tees"; DataValue[1085][8] = ""; DataValue[1086] = new Array(MaxColls); DataValue[1086][0] = "Whitaside"; DataValue[1086][1] = "SD979964"; DataValue[1086][2] = "Relay"; DataValue[1086][3] = "12/09/2012"; DataValue[1086][4] = "12/09/2012"; DataValue[1086][5] = "26/09/2012"; DataValue[1086][6] = ""; DataValue[1086][7] = "North East / Tyne Tees"; DataValue[1086][8] = ""; DataValue[1087] = new Array(MaxColls); DataValue[1087][0] = "Whitby"; DataValue[1087][1] = "NZ904113"; DataValue[1087][2] = "Relay"; DataValue[1087][3] = "12/09/2012"; DataValue[1087][4] = "12/09/2012"; DataValue[1087][5] = "26/09/2012"; DataValue[1087][6] = ""; DataValue[1087][7] = "North East / Tyne Tees"; DataValue[1087][8] = ""; DataValue[1088] = new Array(MaxColls); DataValue[1088][0] = "Wooler"; DataValue[1088][1] = "NT989276"; DataValue[1088][2] = "Relay"; DataValue[1088][3] = "12/09/2012"; DataValue[1088][4] = "12/09/2012"; DataValue[1088][5] = "26/09/2012"; DataValue[1088][6] = ""; DataValue[1088][7] = "North East / Tyne Tees"; DataValue[1088][8] = ""; DataValue[1089] = new Array(MaxColls); DataValue[1089][0] = "Ballintoy"; DataValue[1089][1] = "ID037446"; DataValue[1089][2] = "Relay"; DataValue[1089][3] = "10/10/2012"; DataValue[1089][4] = "10/10/2012"; DataValue[1089][5] = "24/10/2012"; DataValue[1089][6] = ""; DataValue[1089][7] = "Northern Ireland / UTV"; DataValue[1089][8] = "Moved forward to 2012"; DataValue[1090] = new Array(MaxColls); DataValue[1090][0] = "Ballycastle"; DataValue[1090][1] = "ID118397"; DataValue[1090][2] = "Relay"; DataValue[1090][3] = "10/10/2012"; DataValue[1090][4] = "10/10/2012"; DataValue[1090][5] = "24/10/2012"; DataValue[1090][6] = ""; DataValue[1090][7] = "Northern Ireland / UTV"; DataValue[1090][8] = "Moved forward to 2012"; DataValue[1091] = new Array(MaxColls); DataValue[1091][0] = "Buckna"; DataValue[1091][1] = "ID222062"; DataValue[1091][2] = "Relay"; DataValue[1091][3] = "10/10/2012"; DataValue[1091][4] = "10/10/2012"; DataValue[1091][5] = "24/10/2012"; DataValue[1091][6] = ""; DataValue[1091][7] = "Northern Ireland / UTV"; DataValue[1091][8] = "Moved forward to 2012"; DataValue[1092] = new Array(MaxColls); DataValue[1092][0] = "Bushmills"; DataValue[1092][1] = "IC947405"; DataValue[1092][2] = "Relay"; DataValue[1092][3] = "10/10/2012"; DataValue[1092][4] = "10/10/2012"; DataValue[1092][5] = "24/10/2012"; DataValue[1092][6] = ""; DataValue[1092][7] = "Northern Ireland / UTV"; DataValue[1092][8] = "Moved forward to 2012"; DataValue[1093] = new Array(MaxColls); DataValue[1093][0] = "Castlederg"; DataValue[1093][1] = "IH267830"; DataValue[1093][2] = "Relay"; DataValue[1093][3] = "10/10/2012"; DataValue[1093][4] = "10/10/2012"; DataValue[1093][5] = "24/10/2012"; DataValue[1093][6] = ""; DataValue[1093][7] = "Northern Ireland / UTV"; DataValue[1093][8] = "Moved forward to 2012"; DataValue[1094] = new Array(MaxColls); DataValue[1094][0] = "Claudy"; DataValue[1094][1] = "IC561069"; DataValue[1094][2] = "Relay"; DataValue[1094][3] = "10/10/2012"; DataValue[1094][4] = "10/10/2012"; DataValue[1094][5] = "24/10/2012"; DataValue[1094][6] = ""; DataValue[1094][7] = "Northern Ireland / UTV"; DataValue[1094][8] = "Moved forward to 2012"; DataValue[1095] = new Array(MaxColls); DataValue[1095][0] = "Glenelly Valley"; DataValue[1095][1] = "IH576913"; DataValue[1095][2] = "Relay"; DataValue[1095][3] = "10/10/2012"; DataValue[1095][4] = "10/10/2012"; DataValue[1095][5] = "24/10/2012"; DataValue[1095][6] = ""; DataValue[1095][7] = "Northern Ireland / UTV"; DataValue[1095][8] = "Moved forward to 2012"; DataValue[1096] = new Array(MaxColls); DataValue[1096][0] = "Gortnageeragh"; DataValue[1096][1] = "ID155148"; DataValue[1096][2] = "Relay"; DataValue[1096][3] = "10/10/2012"; DataValue[1096][4] = "10/10/2012"; DataValue[1096][5] = "24/10/2012"; DataValue[1096][6] = ""; DataValue[1096][7] = "Northern Ireland / UTV"; DataValue[1096][8] = "Moved forward to 2012"; DataValue[1097] = new Array(MaxColls); DataValue[1097][0] = "Gortnalee"; DataValue[1097][1] = "IG955554"; DataValue[1097][2] = "Relay"; DataValue[1097][3] = "10/10/2012"; DataValue[1097][4] = "10/10/2012"; DataValue[1097][5] = "24/10/2012"; DataValue[1097][6] = ""; DataValue[1097][7] = "Northern Ireland / UTV"; DataValue[1097][8] = "Moved forward to 2012"; DataValue[1098] = new Array(MaxColls); DataValue[1098][0] = "Limavady"; DataValue[1098][1] = "IC711296"; DataValue[1098][2] = "Main transmitter"; DataValue[1098][3] = "15/11/1998"; DataValue[1098][4] = "10/10/2012"; DataValue[1098][5] = "24/10/2012"; DataValue[1098][6] = "Short listed"; DataValue[1098][7] = "Northern Ireland / UTV"; DataValue[1098][8] = ""; DataValue[1099] = new Array(MaxColls); DataValue[1099][0] = "Londonderry"; DataValue[1099][1] = "IC404175"; DataValue[1099][2] = "Relay"; DataValue[1099][3] = "10/10/2012"; DataValue[1099][4] = "10/10/2012"; DataValue[1099][5] = "24/10/2012"; DataValue[1099][6] = "Short listed"; DataValue[1099][7] = "Northern Ireland / UTV"; DataValue[1099][8] = "Moved forward to 2012"; DataValue[1100] = new Array(MaxColls); DataValue[1100][0] = "Muldonagh"; DataValue[1100][1] = "IC599100"; DataValue[1100][2] = "Relay"; DataValue[1100][3] = "10/10/2012"; DataValue[1100][4] = "10/10/2012"; DataValue[1100][5] = "24/10/2012"; DataValue[1100][6] = ""; DataValue[1100][7] = "Northern Ireland / UTV"; DataValue[1100][8] = "Moved forward to 2012"; DataValue[1101] = new Array(MaxColls); DataValue[1101][0] = "Plumbridge"; DataValue[1101][1] = "IH490906"; DataValue[1101][2] = "Relay"; DataValue[1101][3] = "10/10/2012"; DataValue[1101][4] = "10/10/2012"; DataValue[1101][5] = "24/10/2012"; DataValue[1101][6] = ""; DataValue[1101][7] = "Northern Ireland / UTV"; DataValue[1101][8] = "Moved forward to 2012"; DataValue[1102] = new Array(MaxColls); DataValue[1102][0] = "Strabane"; DataValue[1102][1] = "IH393947"; DataValue[1102][2] = "Relay"; DataValue[1102][3] = "10/10/2012"; DataValue[1102][4] = "10/10/2012"; DataValue[1102][5] = "24/10/2012"; DataValue[1102][6] = ""; DataValue[1102][7] = "Northern Ireland / UTV"; DataValue[1102][8] = "Moved forward to 2012"; DataValue[1103] = new Array(MaxColls); DataValue[1103][0] = "Armagh"; DataValue[1103][1] = "IH891446"; DataValue[1103][2] = "Relay"; DataValue[1103][3] = "10/10/2012"; DataValue[1103][4] = "10/10/2012"; DataValue[1103][5] = "24/10/2012"; DataValue[1103][6] = ""; DataValue[1103][7] = "Northern Ireland / UTV"; DataValue[1103][8] = "Moved forward to 2012"; DataValue[1104] = new Array(MaxColls); DataValue[1104][0] = "Banbridge"; DataValue[1104][1] = "IJ134460"; DataValue[1104][2] = "Relay"; DataValue[1104][3] = "10/10/2012"; DataValue[1104][4] = "10/10/2012"; DataValue[1104][5] = "24/10/2012"; DataValue[1104][6] = ""; DataValue[1104][7] = "Northern Ireland / UTV"; DataValue[1104][8] = "Moved forward to 2012"; DataValue[1105] = new Array(MaxColls); DataValue[1105][0] = "Bangor"; DataValue[1105][1] = "IJ500817"; DataValue[1105][2] = "Relay"; DataValue[1105][3] = "10/10/2012"; DataValue[1105][4] = "10/10/2012"; DataValue[1105][5] = "24/10/2012"; DataValue[1105][6] = "Short listed"; DataValue[1105][7] = "Northern Ireland / UTV"; DataValue[1105][8] = "Moved forward to 2012"; DataValue[1106] = new Array(MaxColls); DataValue[1106][0] = "Belcoo"; DataValue[1106][1] = "IH090364"; DataValue[1106][2] = "Relay"; DataValue[1106][3] = "10/10/2012"; DataValue[1106][4] = "10/10/2012"; DataValue[1106][5] = "24/10/2012"; DataValue[1106][6] = ""; DataValue[1106][7] = "Northern Ireland / UTV"; DataValue[1106][8] = "Moved forward to 2012"; DataValue[1107] = new Array(MaxColls); DataValue[1107][0] = "Bellair"; DataValue[1107][1] = "ID295153"; DataValue[1107][2] = "Relay"; DataValue[1107][3] = "10/10/2012"; DataValue[1107][4] = "10/10/2012"; DataValue[1107][5] = "24/10/2012"; DataValue[1107][6] = ""; DataValue[1107][7] = "Northern Ireland / UTV"; DataValue[1107][8] = "Moved forward to 2012"; DataValue[1108] = new Array(MaxColls); DataValue[1108][0] = "Benagh"; DataValue[1108][1] = "IJ261135"; DataValue[1108][2] = "Relay"; DataValue[1108][3] = "10/10/2012"; DataValue[1108][4] = "10/10/2012"; DataValue[1108][5] = "24/10/2012"; DataValue[1108][6] = ""; DataValue[1108][7] = "Northern Ireland / UTV"; DataValue[1108][8] = "Moved forward to 2012"; DataValue[1109] = new Array(MaxColls); DataValue[1109][0] = "Black Mountain"; DataValue[1109][1] = "IJ278727"; DataValue[1109][2] = "Relay"; DataValue[1109][3] = "10/10/2012"; DataValue[1109][4] = "10/10/2012"; DataValue[1109][5] = "24/10/2012"; DataValue[1109][6] = ""; DataValue[1109][7] = "Northern Ireland / UTV"; DataValue[1109][8] = "Moved forward to 2012"; DataValue[1110] = new Array(MaxColls); DataValue[1110][0] = "Brougher Mountain"; DataValue[1110][1] = "IH350527"; DataValue[1110][2] = "Main transmitter"; DataValue[1110][3] = "15/11/1998"; DataValue[1110][4] = "10/10/2012"; DataValue[1110][5] = "24/10/2012"; DataValue[1110][6] = ""; DataValue[1110][7] = "Northern Ireland / UTV"; DataValue[1110][8] = ""; DataValue[1111] = new Array(MaxColls); DataValue[1111][0] = "Camlough"; DataValue[1111][1] = "IJ055247"; DataValue[1111][2] = "Relay"; DataValue[1111][3] = "10/10/2012"; DataValue[1111][4] = "10/10/2012"; DataValue[1111][5] = "24/10/2012"; DataValue[1111][6] = ""; DataValue[1111][7] = "Northern Ireland / UTV"; DataValue[1111][8] = "Moved forward to 2012"; DataValue[1112] = new Array(MaxColls); DataValue[1112][0] = "Carnmoney Hill"; DataValue[1112][1] = "IJ336829"; DataValue[1112][2] = "Relay"; DataValue[1112][3] = "10/10/2012"; DataValue[1112][4] = "10/10/2012"; DataValue[1112][5] = "24/10/2012"; DataValue[1112][6] = ""; DataValue[1112][7] = "Northern Ireland / UTV"; DataValue[1112][8] = "Moved forward to 2012"; DataValue[1113] = new Array(MaxColls); DataValue[1113][0] = "Conlig"; DataValue[1113][1] = "IJ503783"; DataValue[1113][2] = "Relay"; DataValue[1113][3] = "10/10/2012"; DataValue[1113][4] = "10/10/2012"; DataValue[1113][5] = "24/10/2012"; DataValue[1113][6] = ""; DataValue[1113][7] = "Northern Ireland / UTV"; DataValue[1113][8] = "Moved forward to 2012"; DataValue[1114] = new Array(MaxColls); DataValue[1114][0] = "Cushendall"; DataValue[1114][1] = "ID209275"; DataValue[1114][2] = "Relay"; DataValue[1114][3] = "10/10/2012"; DataValue[1114][4] = "10/10/2012"; DataValue[1114][5] = "24/10/2012"; DataValue[1114][6] = ""; DataValue[1114][7] = "Northern Ireland / UTV"; DataValue[1114][8] = "Moved forward to 2012"; DataValue[1115] = new Array(MaxColls); DataValue[1115][0] = "Cushendun"; DataValue[1115][1] = "ID255349"; DataValue[1115][2] = "Relay"; DataValue[1115][3] = "10/10/2012"; DataValue[1115][4] = "10/10/2012"; DataValue[1115][5] = "24/10/2012"; DataValue[1115][6] = ""; DataValue[1115][7] = "Northern Ireland / UTV"; DataValue[1115][8] = "Moved forward to 2012"; DataValue[1116] = new Array(MaxColls); DataValue[1116][0] = "Derrygonnelly"; DataValue[1116][1] = "IH117514"; DataValue[1116][2] = "Relay"; DataValue[1116][3] = "10/10/2012"; DataValue[1116][4] = "10/10/2012"; DataValue[1116][5] = "24/10/2012"; DataValue[1116][6] = ""; DataValue[1116][7] = "Northern Ireland / UTV"; DataValue[1116][8] = "Moved forward to 2012"; DataValue[1117] = new Array(MaxColls); DataValue[1117][0] = "Divis"; DataValue[1117][1] = "IJ287750"; DataValue[1117][2] = "Main transmitter"; DataValue[1117][3] = "15/11/1998"; DataValue[1117][4] = "10/10/2012"; DataValue[1117][5] = "24/10/2012"; DataValue[1117][6] = "Starting 27/02/2014"; DataValue[1117][7] = "Northern Ireland / UTV"; DataValue[1117][8] = "NvTv starting on 27/02/2014"; DataValue[1118] = new Array(MaxColls); DataValue[1118][0] = "Draperstown"; DataValue[1118][1] = "IH763955"; DataValue[1118][2] = "Relay"; DataValue[1118][3] = "10/10/2012"; DataValue[1118][4] = "10/10/2012"; DataValue[1118][5] = "24/10/2012"; DataValue[1118][6] = ""; DataValue[1118][7] = "Northern Ireland / UTV"; DataValue[1118][8] = "Moved forward to 2012"; DataValue[1119] = new Array(MaxColls); DataValue[1119][0] = "Dromore"; DataValue[1119][1] = "IJ198535"; DataValue[1119][2] = "Relay"; DataValue[1119][3] = "10/10/2012"; DataValue[1119][4] = "10/10/2012"; DataValue[1119][5] = "24/10/2012"; DataValue[1119][6] = ""; DataValue[1119][7] = "Northern Ireland / UTV"; DataValue[1119][8] = "Moved forward to 2012"; DataValue[1120] = new Array(MaxColls); DataValue[1120][0] = "Ederny"; DataValue[1120][1] = "IH238674"; DataValue[1120][2] = "Relay"; DataValue[1120][3] = "10/10/2012"; DataValue[1120][4] = "10/10/2012"; DataValue[1120][5] = "24/10/2012"; DataValue[1120][6] = ""; DataValue[1120][7] = "Northern Ireland / UTV"; DataValue[1120][8] = "Moved forward to 2012"; DataValue[1121] = new Array(MaxColls); DataValue[1121][0] = "Glenariff"; DataValue[1121][1] = "ID235258"; DataValue[1121][2] = "Relay"; DataValue[1121][3] = "10/10/2012"; DataValue[1121][4] = "10/10/2012"; DataValue[1121][5] = "24/10/2012"; DataValue[1121][6] = ""; DataValue[1121][7] = "Northern Ireland / UTV"; DataValue[1121][8] = "Moved forward to 2012"; DataValue[1122] = new Array(MaxColls); DataValue[1122][0] = "Glynn"; DataValue[1122][1] = "ID401006"; DataValue[1122][2] = "Relay"; DataValue[1122][3] = "10/10/2012"; DataValue[1122][4] = "10/10/2012"; DataValue[1122][5] = "24/10/2012"; DataValue[1122][6] = ""; DataValue[1122][7] = "Northern Ireland / UTV"; DataValue[1122][8] = "Moved forward to 2012"; DataValue[1123] = new Array(MaxColls); DataValue[1123][0] = "Kilkeel"; DataValue[1123][1] = "IJ281180"; DataValue[1123][2] = "Relay"; DataValue[1123][3] = "10/10/2012"; DataValue[1123][4] = "10/10/2012"; DataValue[1123][5] = "24/10/2012"; DataValue[1123][6] = ""; DataValue[1123][7] = "Northern Ireland / UTV"; DataValue[1123][8] = "Moved forward to 2012"; DataValue[1124] = new Array(MaxColls); DataValue[1124][0] = "Killowen Mountain"; DataValue[1124][1] = "IJ207174"; DataValue[1124][2] = "Relay"; DataValue[1124][3] = "10/10/2012"; DataValue[1124][4] = "10/10/2012"; DataValue[1124][5] = "24/10/2012"; DataValue[1124][6] = ""; DataValue[1124][7] = "Northern Ireland / UTV"; DataValue[1124][8] = "Moved forward to 2012"; DataValue[1125] = new Array(MaxColls); DataValue[1125][0] = "Larne"; DataValue[1125][1] = "ID395037"; DataValue[1125][2] = "Relay"; DataValue[1125][3] = "10/10/2012"; DataValue[1125][4] = "10/10/2012"; DataValue[1125][5] = "24/10/2012"; DataValue[1125][6] = ""; DataValue[1125][7] = "Northern Ireland / UTV"; DataValue[1125][8] = "Moved forward to 2012"; DataValue[1126] = new Array(MaxColls); DataValue[1126][0] = "Leitrim"; DataValue[1126][1] = "IJ253424"; DataValue[1126][2] = "Relay"; DataValue[1126][3] = "10/10/2012"; DataValue[1126][4] = "10/10/2012"; DataValue[1126][5] = "24/10/2012"; DataValue[1126][6] = ""; DataValue[1126][7] = "Northern Ireland / UTV"; DataValue[1126][8] = "Moved forward to 2012"; DataValue[1127] = new Array(MaxColls); DataValue[1127][0] = "Lisbellaw"; DataValue[1127][1] = "IH309410"; DataValue[1127][2] = "Relay"; DataValue[1127][3] = "10/10/2012"; DataValue[1127][4] = "10/10/2012"; DataValue[1127][5] = "24/10/2012"; DataValue[1127][6] = ""; DataValue[1127][7] = "Northern Ireland / UTV"; DataValue[1127][8] = "Moved forward to 2012"; DataValue[1128] = new Array(MaxColls); DataValue[1128][0] = "Moneymore"; DataValue[1128][1] = "IH856827"; DataValue[1128][2] = "Relay"; DataValue[1128][3] = "10/10/2012"; DataValue[1128][4] = "10/10/2012"; DataValue[1128][5] = "24/10/2012"; DataValue[1128][6] = ""; DataValue[1128][7] = "Northern Ireland / UTV"; DataValue[1128][8] = "Moved forward to 2012"; DataValue[1129] = new Array(MaxColls); DataValue[1129][0] = "Newcastle"; DataValue[1129][1] = "IJ362303"; DataValue[1129][2] = "Relay"; DataValue[1129][3] = "10/10/2012"; DataValue[1129][4] = "10/10/2012"; DataValue[1129][5] = "24/10/2012"; DataValue[1129][6] = "Short listed"; DataValue[1129][7] = "Northern Ireland / UTV"; DataValue[1129][8] = "Moved forward to 2012"; DataValue[1130] = new Array(MaxColls); DataValue[1130][0] = "Newry North"; DataValue[1130][1] = "IJ090284"; DataValue[1130][2] = "Relay"; DataValue[1130][3] = "10/10/2012"; DataValue[1130][4] = "10/10/2012"; DataValue[1130][5] = "24/10/2012"; DataValue[1130][6] = ""; DataValue[1130][7] = "Northern Ireland / UTV"; DataValue[1130][8] = "Moved forward to 2012"; DataValue[1131] = new Array(MaxColls); DataValue[1131][0] = "Newry South"; DataValue[1131][1] = "IJ093255"; DataValue[1131][2] = "Relay"; DataValue[1131][3] = "10/10/2012"; DataValue[1131][4] = "10/10/2012"; DataValue[1131][5] = "24/10/2012"; DataValue[1131][6] = ""; DataValue[1131][7] = "Northern Ireland / UTV"; DataValue[1131][8] = "Moved forward to 2012"; DataValue[1132] = new Array(MaxColls); DataValue[1132][0] = "Newtownards"; DataValue[1132][1] = "IJ501738"; DataValue[1132][2] = "Relay"; DataValue[1132][3] = "10/10/2012"; DataValue[1132][4] = "10/10/2012"; DataValue[1132][5] = "24/10/2012"; DataValue[1132][6] = ""; DataValue[1132][7] = "Northern Ireland / UTV"; DataValue[1132][8] = "Moved forward to 2012"; DataValue[1133] = new Array(MaxColls); DataValue[1133][0] = "Rostrevor"; DataValue[1133][1] = "IJ189176"; DataValue[1133][2] = "Relay"; DataValue[1133][3] = "10/10/2012"; DataValue[1133][4] = "10/10/2012"; DataValue[1133][5] = "24/10/2012"; DataValue[1133][6] = ""; DataValue[1133][7] = "Northern Ireland / UTV"; DataValue[1133][8] = "Moved forward to 2012"; DataValue[1134] = new Array(MaxColls); DataValue[1134][0] = "Whitehead"; DataValue[1134][1] = "IJ476930"; DataValue[1134][2] = "Relay"; DataValue[1134][3] = "10/10/2012"; DataValue[1134][4] = "10/10/2012"; DataValue[1134][5] = "24/10/2012"; DataValue[1134][6] = ""; DataValue[1134][7] = "Northern Ireland / UTV"; DataValue[1134][8] = "Moved forward to 2012"; var MaxRows = 1135; /* ## End of file. */