// County Array to use across the board and reduce some of the repeating garbage I've set up.
// Every year I improve a little but not too much, that Way: I always have room for improvement. :)
// JOE--
// *************************************************************

var DEData = new Array(); var n=0;

// NOTE: variable n.  This makes Array Modification easy.  And putting n++ as the array item number writes
//                    the array with 'n' before increasing the number so that the array starts with 0.

// *** County Data
// *** 0. "Approval Date"
// *** 1. County
// *** 2. "TIP# Petition # Municipal Agreement Route Change"
// *** 3. Type
// *** 4. "Type Number"
// *** 5. Street Name
// *** 6. "Div #"
// *** 7. PDF File
// *** 8. Year
// *** 9. Entry Type
// *** 10. File Exists


// * ........Approval Date  County..... Item #  Type... Type #  Street name...      Div#    PDF File...         Year  Entry Type... Exists!
DEData[n++] = ["5/10/1991",  "ONSLOW",   "66_0320_05-91",   "SR",   1309, "Woodson School",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/1991/05_May/Div03/66_0320_05-91.pdf",   "1991",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["11/12/1993",  "HAYWOOD",   "U-623",   "SR",   1558, "Pace Street",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/1993/11_November/Div14/U-623.pdf",   "1993",   "TIP", "True"];
DEData[n++] = ["11/12/1993",  "HAYWOOD",   "U-623",   "",   19, "unknown name",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/1993/11_November/Div14/U-623.pdf",   "1993",   "TIP", "True"];
DEData[n++] = ["11/12/1993",  "HAYWOOD",   "U-623",   "SR",   1948, "unknown name",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/1993/11_November/Div14/U-623.pdf",   "1993",   "TIP", "True"];
DEData[n++] = ["11/12/1993",  "HAYWOOD",   "U-623",   "",   215, "Unknown name",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/1993/11_November/Div14/U-623.pdf",   "1993",   "TIP", "True"];
DEData[n++] = ["12/29/1996",  "GUILFORD",   "R-0609EA",   "",   311, "Nameless",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/1996/12_December/Div07/R-0609EA.pdf",   "1996",   "TIP", "True"];
DEData[n++] = ["8/26/1998",  "MECKLENBURG",   "R-2248AB",   "",   485, "CHARLOTTE OUTER LOOP",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/1998/08_August/Div10/R-2248AB.pdf",   "1998",   "TIP", "True"];
DEData[n++] = ["12/22/2000",  "RUTHERFORD",   "B-2072",   "",   64, "Nameless",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2000/12_December/Div13/B-2072.pdf",   "2000",   "TIP", "True"];
DEData[n++] = ["3/15/2001",  "FRANKLIN",   "44875",   "SR",   1927, "Gentle Wind Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2001/03_March/Div05/44875.pdf",   "2001",   "PETITION", "True"];
DEData[n++] = ["3/15/2001",  "FRANKLIN",   "44875",   "SR",   1928, "Sandy Pines Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2001/03_March/Div05/44875.pdf",   "2001",   "PETITION", "True"];
DEData[n++] = ["5/2/2001",  "LINCOLN",   "B-2995",   "SR",   1175, "Boy Scout Rd.",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2001/05_May/Div12/B-2995.pdf",   "2001",   "TIP", "True"];
DEData[n++] = ["5/16/2001",  "GUILFORD",   "U-2524AA",   "SR",   1546, "McClellan Pl.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2001/05_May/Div07/U-2524AA.pdf",   "2001",   "TIP", "True"];
DEData[n++] = ["5/16/2001",  "GUILFORD",   "U-2524AA",   "SR",   4178, "McClellan Pl.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2001/05_May/Div07/U-2524AA.pdf",   "2001",   "TIP", "True"];
DEData[n++] = ["5/16/2001",  "GUILFORD",   "U-2524AA",   "SR",   4177, "Strickland Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2001/05_May/Div07/U-2524AA.pdf",   "2001",   "TIP", "True"];
DEData[n++] = ["5/16/2001",  "GUILFORD",   "U-2524AA",   "SR",   1546, "Strickland Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2001/05_May/Div07/U-2524AA.pdf",   "2001",   "TIP", "True"];
DEData[n++] = ["5/16/2001",  "GUILFORD",   "U-2524AA",   "SR",   1655, "Pandora",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2001/05_May/Div07/U-2524AA.pdf",   "2001",   "TIP", "True"];
DEData[n++] = ["8/7/2001",  "BURKE",   "B-2933",   "SR",   1795, "Van Horn Rd",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2001/08_August/Div13/B-2933.pdf",   "2001",   "TIP", "True"];
DEData[n++] = ["3/6/2002",  "RANDOLPH",   "R-2808A",   "SR",   2056, "Bethel Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2002/03_March/Div08/R-2808A.pdf",   "2002",   "TIP", "True"];
DEData[n++] = ["8/9/2002",  "MCDOWELL",   "B-3000",   "SR",   1407, "Mill Creek Rd.",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2002/08_August/Div13/B-3000.pdf",   "2002",   "TIP", "True"];
DEData[n++] = ["11/7/2002",  "ROCKINGHAM",   "46148",   "SR",   2585, "Faucette Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2002/11_November/Div07/46148.pdf",   "2002",   "PETITION", "True"];
DEData[n++] = ["12/18/2002",  "PASQUOTANK",   "R-2515AB",   "SR",   1464, "Commerce Dr",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2002/12_December/Div01/R-2515AB.pdf",   "2002",   "TIP", "True"];
DEData[n++] = ["12/18/2002",  "PASQUOTANK",   "R-2515AB",   "",   17, "US-17",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2002/12_December/Div01/R-2515AB.pdf",   "2002",   "TIP", "True"];
DEData[n++] = ["12/18/2002",  "PASQUOTANK",   "R-2515AB",   "",   17, "US-17 Byp",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2002/12_December/Div01/R-2515AB.pdf",   "2002",   "TIP", "True"];
DEData[n++] = ["12/31/2002",  "DUPLIN",   "R-2204A",   "",   11, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2002/12_December/Div03/R-2204A.pdf",   "2002",   "TIP", "True"];
DEData[n++] = ["12/31/2002",  "DUPLIN",   "R-2204A",   "",   903, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2002/12_December/Div03/R-2204A.pdf",   "2002",   "TIP", "True"];
DEData[n++] = ["12/31/2002",  "DUPLIN",   "R-2204A",   "SR",   1748, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2002/12_December/Div03/R-2204A.pdf",   "2002",   "TIP", "True"];
DEData[n++] = ["1/9/2003",  "PASQUOTANK",   "46200",   "SR",   1263, "Drummond Dr.",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div01/46200.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "POLK",   "46237",   "SR",   1375, "Shady Lane",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div14/46237.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "PENDER",   "46207",   "SR",   1468, "W. Strawberry Ln.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div03/46207.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "PENDER",   "46206",   "SR",   1467, "Green Hills Ct.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div03/46206.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "PENDER",   "46206",   "SR",   1466, "Lone Star Ct.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div03/46206.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "PENDER",   "46206",   "SR",   1465, "Broken Spur Ct.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div03/46206.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "PENDER",   "46206",   "SR",   1464, "Beaver Cove Ct.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div03/46206.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "PENDER",   "46206",   "SR",   1463, "Eastwind Ct.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div03/46206.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "PENDER",   "46206",   "SR",   1462, "WindWard Dr.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div03/46206.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "PENDER",   "46206",   "SR",   1461, "Willows Bay Dr.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div03/46206.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "PASQUOTANK",   "46200",   "SR",   1264, "Simeon Ct.",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div01/46200.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "NEW HANOVER",   "46205",   "SR",   2778, "Ogden Park Dr. E",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div03/46205.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "NEW HANOVER",   "46205",   "SR",   2777, "Ogden Park Dr. W",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div03/46205.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "NEW HANOVER",   "46204",   "SR",   2776, "Myric Ct.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div03/46204.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "NEW HANOVER",   "46204",   "SR",   2775, "Buckhurst Ct.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div03/46204.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "NEW HANOVER",   "46204",   "SR",   2774, "Old Well Lp.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div03/46204.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "NEW HANOVER",   "46204",   "SR",   2773, "Daybreak Ln.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div03/46204.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "NEW HANOVER",   "46204",   "SR",   2772, "Farrington Farms Dr.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div03/46204.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "NEW HANOVER",   "46203",   "SR",   2367, "Yulan Dr.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div03/46203.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "WAKE",   "46213",   "SR",   5069, "Harbour Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div05/46213.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "RANDOLPH",   "46220",   "SR",   2377, "Breckenwood Ct.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div08/46220.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "PASQUOTANK",   "46200",   "SR",   1265, "Ashton Ave.",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div01/46200.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "UNION",   "89_1033_01-03",   "SR",   2950, "Ancestry Cir.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div10/89_1033_01-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["1/9/2003",  "YADKIN",   "46233",   "SR",   1652, "Myrtle Drive",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div11/46233.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "WILKES",   "46232",   "SR",   1446, "N Silver Creek Drive",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div11/46232.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "WILKES",   "46232",   "SR",   1326, "Parsons Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div11/46232.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "WAYNE",   "46210",   "SR",   2152, "Friendswood Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div04/46210.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "WAYNE",   "46209",   "SR",   1456, "N. Martin Rd.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div04/46209.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "WAKE",   "91_0503_01-03",   "SR",   1622, "Sears Farm Rd.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div05/91_0503_01-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["1/9/2003",  "WAKE",   "46214",   "SR",   2496, "Field Meadows Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div05/46214.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "RANDOLPH",   "46221",   "SR",   2994, "Freedom Tr.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div08/46221.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "UNION",   "89_1033_01-03",   "SR",   2951, "Heirloom Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div10/89_1033_01-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["1/9/2003",  "NEW HANOVER",   "46202",   "SR",   2771, "Las Tortugas",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div03/46202.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "RANDOLPH",   "46221",   "SR",   2995, "Independence Ave.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div08/46221.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "UNION",   "89_1033_01-03",   "SR",   2949, "Heritage Acres Dr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div10/89_1033_01-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["1/9/2003",  "UNION",   "46231",   "SR",   3031, "Weighmont Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div10/46231.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "UNION",   "46231",   "SR",   3030, "Legend Creek Ln.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div10/46231.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "UNION",   "46231",   "SR",   3029, "Sycamore Club Dr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div10/46231.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "UNION",   "46230",   "SR",   1990, "Sojourn Rd.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div10/46230.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "SCOTLAND",   "46225",   "SR",   1520, "Carriage Cir.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div08/46225.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "SCOTLAND",   "46224",   "SR",   1519, "Bridle Path DR.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div08/46224.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "SCOTLAND",   "46223",   "SR",   1518, "Surrey Dr.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div08/46223.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "RANDOLPH",   "46222",   "SR",   2042, "White Ln.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div08/46222.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "WAKE",   "46213",   "SR",   5068, "Millstone Landing Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div05/46213.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "GASTON",   "46235",   "SR",   1538, "Kilbart Court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div12/46235.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "GUILFORD",   "46216",   "SR",   3253, "Britley Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div07/46216.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "GUILFORD",   "46216",   "SR",   3252, "Glen Laurel Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div07/46216.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "GUILFORD",   "40_0734_01-03",   "SR",   4869, "Billet Pl.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div07/40_0734_01-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["1/9/2003",  "GUILFORD",   "40_0734_01-03",   "SR",   4451, "Gray Leigh Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div07/40_0734_01-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["1/9/2003",  "GUILFORD",   "40_0734_01-03",   "SR",   4449, "Damson Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div07/40_0734_01-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["1/9/2003",  "RANDOLPH",   "46222",   "SR",   2041, "Northland Dr.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div08/46222.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "GRANVILLE",   "46212",   "SR",   1675, "Rogers Pointe Ln.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div05/46212.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "GRANVILLE",   "46211",   "SR",   1773, "Beech Creek Cv.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div05/46211.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "GUILFORD",   "46216",   "SR",   3254, "Mccarron Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div07/46216.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "GRANVILLE",   "46211",   "SR",   1771, "Whitwinds Wy.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div05/46211.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "GUILFORD",   "40_0734_01-03",   "SR",   4450, "Gray Leigh Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div07/40_0734_01-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["1/9/2003",  "DAVIDSON",   "46226",   "SR",   3342, "Rachael Lane",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div09/46226.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "CURRITUCK",   "46199",   "SR",   1412, "Owens Beach Rd.",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div01/46199.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "CAMDEN",   "46198",   "SR",   1269, "Country Meadows Dr.",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div01/46198.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "BRUNSWICK",   "46201",   "SR",   1926, "Carolyn Ave.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div03/46201.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "BRUNSWICK",   "46158",   "SR",   1608, "Salem Dr.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div03/46158.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "BRUNSWICK",   "46158",   "SR",   1607, "Echo Dr.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div03/46158.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "ALEXANDER",   "46239",   "SR",   1431, "Daniels Ridge Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div12/46239.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "ALEXANDER",   "46234",   "SR",   1431, "Daniels Ridge Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div12/46234.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "NEW HANOVER",   "46202",   "SR",   2662, "Barbados Blvd.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div03/46202.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "GRANVILLE",   "46211",   "SR",   1772, "Whispering Pines Ln.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div05/46211.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "MECKLENBURG",   "46228",   "SR",   5090, "Pimpernel Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div10/46228.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "MOORE",   "46219",   "SR",   1184, "Sparrow/Grosbeak Ct.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div08/46219.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "MOORE",   "46219",   "SR",   1183, "Ravenswood Rd.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div08/46219.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "MECKLENBURG",   "46229",   "SR",   5388, "Ben Craig Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div10/46229.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "GUILFORD",   "40_0734_01-03",   "SR",   4448, "Effieham St.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div07/40_0734_01-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["1/9/2003",  "MECKLENBURG",   "46228",   "SR",   5845, "Katie Creek Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div10/46228.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "ALAMANCE",   "46215",   "SR",   2442, "Hardwood Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div07/46215.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "MECKLENBURG",   "46227",   "SR",   5844, "Salamander Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div10/46227.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "MECKLENBURG",   "46227",   "SR",   5843, "Sunnyfield Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div10/46227.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "MECKLENBURG",   "46227",   "SR",   5842, "Wild Strawberry Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div10/46227.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "MECKLENBURG",   "46227",   "SR",   5841, "Glen Mac road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div10/46227.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "MECKLENBURG",   "46227",   "SR",   5840, "Purple Thistle Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div10/46227.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "IREDELL",   "46240",   "SR",   3005, "Torrence Chapel Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div12/46240.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "IREDELL",   "46236",   "SR",   3005, "Torrence Chapel Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div12/46236.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "HAYWOOD",   "46238",   "SR",   1947, "Stanley Drive",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div14/46238.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "HALIFAX",   "46208",   "SR",   1591, "Holly Hill Ct.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div04/46208.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "GUILFORD",   "46217",   "SR",   4374, "Hunters Crossing Tr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div07/46217.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "GUILFORD",   "46218",   "SR",   3256, "Corbett Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div07/46218.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "GUILFORD",   "46218",   "SR",   3255, "Jeannie Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div07/46218.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "GUILFORD",   "46217",   "SR",   4376, "Wall Meadow Ln.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div07/46217.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "GUILFORD",   "46217",   "SR",   4375, "Hoskins Ridge Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div07/46217.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "MECKLENBURG",   "46229",   "SR",   5387, "J  N  Pease Place",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div10/46229.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/9/2003",  "MECKLENBURG",   "46227",   "SR",   5839, "Tiger Lily Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div10/46227.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["1/10/2003",  "GUILFORD",   "U-2536C",   "SR",   1278, "College Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div07/U-2536C.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["1/10/2003",  "GUILFORD",   "U-2536C",   "SR",   1896, "E. Hartley Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div07/U-2536C.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["1/10/2003",  "GUILFORD",   "U-2536A",   "SR",   1896, "Nameless",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div07/U-2536A.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["1/10/2003",  "GUILFORD",   "U-2536C",   "SR",   4143, "E. Hartley Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div07/U-2536C.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["1/15/2003",  "CATAWBA",   "U-2414B",   "SR",   1007, "Old US 70",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div12/U-2414B.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["1/15/2003",  "CATAWBA",   "U-2414B",   "SR",   1479, "GE Plant Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div12/U-2414B.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["1/15/2003",  "CATAWBA",   "U-2414B",   "SR",   1490, "Herman Sipe Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div12/U-2414B.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["1/15/2003",  "CATAWBA",   "U-2414B",   "SR",   1692, "Tate Boulevard",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div12/U-2414B.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["1/15/2003",  "CATAWBA",   "U-2414B",   "SR",   3029, "Debra Herman Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div12/U-2414B.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["1/15/2003",  "RICHMOND",   "B-2608",   "",   73, "Nameless",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div08/B-2608.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["1/30/2003",  "PAMLICO",   "HTO_68_01-03",   "SR",   1317, "High School Dr",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div02/HTO_68_01-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["1/30/2003",  "PAMLICO",   "HTO_68_01-03",   "SR",   1535, "Anderson Dr.",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/01_January/Div02/HTO_68_01-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["2/5/2003",  "GUILFORD",   "R-0609EB-FA",   "SR",   1311, "Hickory Chapel Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/R-0609EB-FA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["2/5/2003",  "GUILFORD",   "40_0729_02-03",   "SR",   2322, "Alley Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/40_0729_02-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["2/5/2003",  "GUILFORD",   "R-0609EB-FA",   "SR",   1300, "Hickory Chapel Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/R-0609EB-FA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["2/5/2003",  "GUILFORD",   "R-0609EB-FA",   "SR",   1193, "Triangle Lake Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/R-0609EB-FA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["2/5/2003",  "GUILFORD",   "R-0609EB-FA",   "SR",   1300, "East Green Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/R-0609EB-FA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["2/5/2003",  "GUILFORD",   "R-0609EB-FA",   "SR",   1300, "E. Green Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/R-0609EB-FA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["2/6/2003",  "JOHNSTON",   "46285",   "SR",   2642, "Deer Ridge Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div04/46285.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "ORANGE",   "46305",   "SR",   2068, "Piney Bluff Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/46305.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "ORANGE",   "46305",   "SR",   2067, "Taproot Ln.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/46305.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "ORANGE",   "46304",   "SR",   2073, "Rhine Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/46304.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "ONSLOW",   "46279",   "SR",   2024, "Beverly Dr.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div03/46279.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "ONSLOW",   "46279",   "SR",   1994, "Baysden Dr.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div03/46279.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "MACON",   "46319",   "SR",   1587, "Kings Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div14/46319.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "LENOIR",   "46277",   "SR",   1616, "Summerhill Terrace",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div02/46277.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "LENOIR",   "46276",   "SR",   2012, "Allance Dr.",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div02/46276.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "JOHNSTON",   "46286",   "SR",   2197, "Stoney Creek Cir.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div04/46286.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "JOHNSTON",   "46286",   "SR",   2196, "Copperstone Cir.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div04/46286.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "JOHNSTON",   "46286",   "SR",   2195, "Stoneview Cir.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div04/46286.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "JOHNSTON",   "46286",   "SR",   2193, "Yellow Stone Ln.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div04/46286.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "ORANGE",   "46305",   "SR",   2071, "Pine Needle Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/46305.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "JOHNSTON",   "46284",   "SR",   2646, "Danielle Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div04/46284.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "JOHNSTON",   "46283",   "SR",   2264, "Skye Cir.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div04/46283.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "JOHNSTON",   "46283",   "SR",   2263, "Kilbride Wy.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div04/46283.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "JOHNSTON",   "46283",   "SR",   2262, "Greystone Cir.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div04/46283.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "JOHNSTON",   "46283",   "SR",   2200, "Broadmoor Wy.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div04/46283.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "JOHNSTON",   "46282",   "SR",   2198, "Winesap Ln.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div04/46282.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "JOHNSTON",   "46281",   "SR",   2645, "Callaway Ln.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div04/46281.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "JOHNSTON",   "46281",   "SR",   2644, "Dover Cir.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div04/46281.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "JOHNSTON",   "46281",   "SR",   2643, "Stockbridge Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div04/46281.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "HARNETT",   "46297",   "SR",   2181, "Judi Lee Rd.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46297.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "HARNETT",   "46297",   "SR",   2180, "Lois Carol Ct.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46297.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "HARNETT",   "46296",   "SR",   2183, "Laurel Wood Ln.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46296.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "JOHNSTON",   "46286",   "SR",   2194, "Stone Ridge",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div04/46286.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "SCOTLAND",   "46309",   "SR",   1521, "Spring Hill Dr.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div08/46309.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "HARNETT",   "46295",   "SR",   2195, "Kate Ln.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46295.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "HARNETT",   "46296",   "SR",   2182, "Arbor Crest Ln.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46296.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "WILKES",   "46324",   "SR",   2436, "Old Hwy US 421",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div11/46324.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "WILKES",   "46317",   "SR",   2573, "Chinquapin Circle",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div11/46317.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "WILKES",   "46316",   "SR",   2436, "Old US HWY 421",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div11/46316.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "WAKE",   "46291",   "SR",   4967, "Morar St.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div05/46291.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "WAKE",   "46291",   "SR",   4966, "Darnley St.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div05/46291.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "WAKE",   "46291",   "SR",   4965, "Vitex St.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div05/46291.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "WAKE",   "46291",   "SR",   3856, "Alonzo St.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div05/46291.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "WAKE",   "46290",   "SR",   2497, "Hunters Grand Tr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div05/46290.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "WAKE",   "46289",   "SR",   5128, "Franz Liszt Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div05/46289.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "ORANGE",   "46305",   "SR",   2069, "Loblolly Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/46305.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "STANLY",   "46313",   "SR",   2008, "Oakhurst Dr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div10/46313.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "ORANGE",   "46305",   "SR",   2070, "Pieny Hollow Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/46305.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "SCOTLAND",   "46308",   "SR",   1501, "Crestwood Dr.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div08/46308.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "ROCKINGHAM",   "46306",   "SR",   1218, "Belewsfield Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/46306.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "ROBESON",   "46299",   "SR",   1680, "Sharon Ln.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46299.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "ROBESON",   "46298",   "SR",   2152, "Phillips Dr.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46298.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "RANDOLPH",   "46307",   "SR",   3276, "Wellington Pl.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div08/46307.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "PITT",   "46278",   "SR",   1176, "Rivit St.",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div02/46278.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "PITT",   "46278",   "SR",   1175, "Union St.",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div02/46278.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "PITT",   "46278",   "SR",   1174, "W. Star St.",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div02/46278.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "PENDER",   "46280",   "SR",   1470, "Lightwood Knott Rd",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div03/46280.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "PENDER",   "46280",   "SR",   1469, "Marlboro Farms Rd.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div03/46280.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "ORANGE",   "46305",   "SR",   2072, "Pine Cone Ln.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/46305.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "WAKE",   "46288",   "SR",   1899, "Dorleath Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div05/46288.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "CHOWAN",   "46274",   "SR",   1293, "Oneida Trail",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div01/46274.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "FORSYTH",   "46312",   "SR",   2796, "Bear Run Lane",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div09/46312.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "FORSYTH",   "46312",   "SR",   2795, "Serenity Pointe Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div09/46312.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "DAVIDSON",   "46311",   "SR",   3183, "Sawgrass Lane South",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div09/46311.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "DAVIDSON",   "46311",   "SR",   3182, "Sawgrass Lane North",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div09/46311.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "DAVIDSON",   "46311",   "SR",   3181, "Augusta Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div09/46311.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "DAVIDSON",   "46310",   "SR",   3296, "Springfield Court",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div09/46310.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "DAVIDSON",   "46310",   "SR",   3295, "Wind Terrace",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div09/46310.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "DAVIDSON",   "46310",   "SR",   3294, "Mallard Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div09/46310.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "CUMBERLAND",   "46293",   "SR",   4097, "Raider Ct.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46293.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "CUMBERLAND",   "46293",   "SR",   4096, "Nontucket Ln.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46293.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "CUMBERLAND",   "46293",   "SR",   4027, "Winesap Rd.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46293.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "GRANVILLE",   "46287",   "SR",   1776, "Timberknoll Ln.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div05/46287.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "CUMBERLAND",   "46292",   "SR",   2474, "Emory Ct.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46292.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "ASHE",   "46322",   "SR",   1591, "Island Ford Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div11/46322.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "CATAWBA",   "46318",   "SR",   2125, "Pinkie Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div12/46318.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "CATAWBA",   "46318",   "SR",   2124, "Tim Court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div12/46318.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "CATAWBA",   "46318",   "SR",   2123, "Cordia Circle",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div12/46318.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "BURKE",   "11_1312_02-03",   "SR",   2335, "Cline Industrial Drive",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div13/11_1312_02-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["2/6/2003",  "BLADEN",   "46321",   "SR",   1729, "Nameless",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46321.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "BLADEN",   "46320",   "SR",   1355, "Nameless",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46320.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "BEAUFORT",   "46275",   "SR",   1466, "Cedar St.",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div02/46275.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "BEAUFORT",   "46275",   "SR",   1465, "Circle St.",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div02/46275.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "ASHE",   "46323",   "SR",   1568, "Huddlertown Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div11/46323.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "ASHE",   "46315",   "SR",   1568, "Hudlertown Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div11/46315.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "HARNETT",   "46295",   "SR",   2194, "Jessica Ct.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46295.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "HARNETT",   "46297",   "SR",   2179, "Eisler Dr.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46297.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "CUMBERLAND",   "46293",   "SR",   2951, "Woolard Dr.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46293.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "GUILFORD",   "46335",   "SR",   2260, "Valley Lakes Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/46335.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "GRANVILLE",   "46287",   "SR",   1777, "Woodbridge Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div05/46287.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "ASHE",   "46314",   "SR",   1591, "Island Ford Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div11/46314.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "ALAMANCE",   "46300",   "SR",   2608, "Saint Bridge Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/46300.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "HARNETT",   "46295",   "SR",   2193, "Cherry Berry Rd.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46295.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "HARNETT",   "46295",   "SR",   2192, "Kathleen Tr.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46295.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "HARNETT",   "46295",   "SR",   2191, "Christopher Dr.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46295.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "HARNETT",   "46295",   "SR",   2190, "Marzy Ct.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46295.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "HARNETT",   "46295",   "SR",   2189, "Sonya Ct.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46295.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "HARNETT",   "46295",   "SR",   2188, "Andrea Ct.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46295.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "HARNETT",   "46295",   "SR",   2187, "Bryte Tr.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46295.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "HARNETT",   "46295",   "SR",   2186, "Sean Ln.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46295.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "HARNETT",   "46294",   "SR",   1184, "Dark Wood Dr.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46294.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "GUILFORD",   "46329",   "SR",   2138, "Caindale Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/46329.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "GUILFORD",   "46301",   "SR",   3313, "Edgemont Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/46301.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "GUILFORD",   "46302",   "SR",   4746, "Country Hills Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/46302.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "GUILFORD",   "46302",   "SR",   4764, "Brooke Dylan Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/46302.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "GUILFORD",   "46327",   "SR",   2137, "Old Oak Ridge Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/46327.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "HARNETT",   "46295",   "SR",   2185, "Nicole Dr.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div06/46295.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "GUILFORD",   "46328",   "SR",   2140, "Inman Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/46328.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "GUILFORD",   "46334",   "SR",   2142, "Airline Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/46334.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "GUILFORD",   "46330",   "SR",   4156, "N. Regional Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/46330.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "GUILFORD",   "46331",   "SR",   4336, "Service Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/46331.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "GUILFORD",   "46332",   "SR",   2082, "Lebanon Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/46332.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "GUILFORD",   "46332",   "SR",   2082, "S. Lebanon Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/46332.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "GUILFORD",   "46332",   "SR",   4180, "S. Lebanon Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/46332.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/6/2003",  "GUILFORD",   "46327",   "SR",   4871, "Old Oak Ridge Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/46327.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["2/9/2003",  "GUILFORD",   "40_0726_02-03",   "SR",   4870, "Holly Glen Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div07/40_0726_02-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["2/17/2003",  "MECKLENBURG",   "HTO_59_02-03",   "",   24, "WT Harris Blvd.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div10/HTO_59_02-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["2/17/2003",  "MECKLENBURG",   "HTO_59_02-03",   "",   27, "Albemarle Rd.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div10/HTO_59_02-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["2/17/2003",  "MECKLENBURG",   "HTO_59_02-03",   "SR",   2665, "WT Harris Blvd.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div10/HTO_59_02-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["2/17/2003",  "MECKLENBURG",   "HTO_59_02-03",   "",   24, "Albemarle Rd.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div10/HTO_59_02-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["2/17/2003",  "MECKLENBURG",   "HTO_59_02-03",   "SR",   2113, "Vance Rd.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div10/HTO_59_02-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["2/17/2003",  "CABARRUS",   "HTO_12_02-03",   "",   136, "Nameless",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div10/HTO_12_02-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["2/17/2003",  "MECKLENBURG",   "HTO_59_02-03",   "",   24, "Vance Rd.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div10/HTO_59_02-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["2/20/2003",  "DURHAM",   "U-2808",   "SR",   1811, "Sherron Rd.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div05/U-2808.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["2/20/2003",  "DURHAM",   "U-2808",   "SR",   1917, "Mineral Springs Rd.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div05/U-2808.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["2/22/2003",  "MECKLENBURG",   "B-2589",   "SR",   2074, "Neck Rd",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/02_February/Div10/B-2589.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["3/6/2003",  "SAMPSON",   "46339",   "SR",   1671, "Stonehenge Dr.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div03/46339.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "ROBESON",   "46348",   "SR",   1834, "Plateau Ln.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div06/46348.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "ROBESON",   "46348",   "SR",   1835, "Remines Ct.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div06/46348.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "ROBESON",   "46348",   "SR",   1836, "Blazer Cr.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div06/46348.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "ROBESON",   "46348",   "SR",   1833, "Conatser Dr.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div06/46348.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "ROWAN",   "46356",   "SR",   2471, "Birchwood Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div09/46356.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "ROBESON",   "46347",   "SR",   1830, "Crestbrook Dr.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div06/46347.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "STANLY",   "46359",   "SR",   1180, "St. Thomas Dr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div10/46359.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "ROBESON",   "46349",   "SR",   1837, "Lariat Ct.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div06/46349.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "RANDOLPH",   "46351",   "SR",   2552, "Liberty Business Pk.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div08/46351.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "ROBESON",   "46347",   "SR",   1832, "Wimbelon Cr.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div06/46347.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "ROBESON",   "46347",   "SR",   1831, "Cameo Ln.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div06/46347.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "ROBESON",   "46346",   "SR",   1676, "Comtech Pk.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div06/46346.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "RICHMOND",   "46353",   "SR",   2075, "Pinecrest Rd.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div08/46353.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "RANDOLPH",   "46352",   "SR",   3278, "Woodale Forest Ln.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div08/46352.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "RICHMOND",   "46353",   "SR",   2065, "Sturdivand Dr.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div08/46353.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "WAKE",   "46343",   "SR",   5328, "Candlelight Oaks Ln.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div05/46343.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "STANLY",   "46359",   "SR",   1181, "Fiji Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div10/46359.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "RANDOLPH",   "46352",   "SR",   3277, "Woodale Ct.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div08/46352.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "UNION",   "89_1008_03-03",   "SR",   2962, "Shumard Cir.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div10/89_1008_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["3/6/2003",  "JONES",   "51_0237_03-03",   "SR",   1366, "Nameless",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div02/51_0237_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["3/6/2003",  "WAKE",   "46344",   "SR",   5329, "Dianthus Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div05/46344.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "MECKLENBURG",   "59_1003_03-03",   "SR",   4924, "Fairbridge Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div10/59_1003_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["3/6/2003",  "WAKE",   "46342",   "SR",   4969, "Westerham Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div05/46342.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "WAKE",   "46340",   "SR",   5075, "Blue Slate Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div05/46340.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "WAKE",   "46340",   "SR",   5074, "Waterbrook Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div05/46340.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "WAKE",   "46340",   "SR",   5073, "Foxstone Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div05/46340.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "WAKE",   "46340",   "SR",   5072, "Farnstone Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div05/46340.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "WAKE",   "46341",   "SR",   2462, "Neuma Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div05/46341.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "WAKE",   "46340",   "SR",   5070, "Foxbrook Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div05/46340.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "STANLY",   "46359",   "SR",   1182, "St. John's Dr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div10/46359.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "UNION",   "89_1008_03-03",   "SR",   2961, "Greenleaf St.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div10/89_1008_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["3/6/2003",  "UNION",   "89_1008_03-03",   "SR",   2960, "Foster Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div10/89_1008_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["3/6/2003",  "UNION",   "89_1008_03-03",   "SR",   2959, "Carissa Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div10/89_1008_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["3/6/2003",  "UNION",   "89_1008_03-03",   "SR",   2958, "Afterglow Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div10/89_1008_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["3/6/2003",  "UNION",   "89_1008_03-03",   "SR",   2957, "Sparkleberry Dr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div10/89_1008_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["3/6/2003",  "UNION",   "89_1008_03-03",   "SR",   2956, "Holly Park Dr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div10/89_1008_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["3/6/2003",  "UNION",   "89_1008_03-03",   "SR",   1353, "Rogers Rd.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div10/89_1008_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["3/6/2003",  "STANLY",   "46359",   "SR",   1183, "St. Simon Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div10/46359.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "WAKE",   "46340",   "SR",   5071, "Wheelerbrook Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div05/46340.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "CABARRUS",   "46357",   "SR",   2536, "Sericea Dr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div10/46357.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "MECKLENBURG",   "46358",   "SR",   5846, "Fincastle Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div10/46358.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "IREDELL",   "46360",   "SR",   3060, "Mariner Pointe Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div12/46360.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "IREDELL",   "46360",   "SR",   3059, "Red Brook Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div12/46360.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "HYDE",   "46337",   "SR",   1376, "Pintail Dr.",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div01/46337.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "HARNETT",   "46345",   "SR",   2198, "Farmhouse Ct.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div06/46345.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "HARNETT",   "46345",   "SR",   2197, "Five Ponds Dr.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div06/46345.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "DAVIDSON",   "46355",   "SR",   3252, "Hill Street",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div09/46355.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "IREDELL",   "46360",   "SR",   3141, "Long Cove",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div12/46360.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "DARE",   "46336",   "SR",   1526, "Cedar Ct.",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div01/46336.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "IREDELL",   "46360",   "SR",   3142, "Pinnacle Shores Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div12/46360.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "BUNCOMBE",   "46363",   "SR",   1431, "View Street",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div13/46363.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "BUNCOMBE",   "46362",   "SR",   3653, "Lark Mill Road",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div13/46362.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "BRUNSWICK",   "46338",   "SR",   1927, "13th St.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div03/46338.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "ALAMANCE",   "46350",   "SR",   1223, "Otter Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div07/46350.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "ALAMANCE",   "46350",   "SR",   1222, "Raccoon Run Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div07/46350.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "ALAMANCE",   "46350",   "SR",   1221, "Beaver Hills Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div07/46350.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "MECKLENBURG",   "59_1003_03-03",   "SR",   4923, "Egerton Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div10/59_1003_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["3/6/2003",  "DAVIDSON",   "46354",   "SR",   2814, "Stacey Street",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div09/46354.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "MECKLENBURG",   "46358",   "SR",   4679, "Silchester Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div10/46358.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "MECKLENBURG",   "59_1003_03-03",   "SR",   4922, "Earlham Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div10/59_1003_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["3/6/2003",  "MECKLENBURG",   "59_1003_03-03",   "SR",   3600, "Sharon Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div10/59_1003_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["3/6/2003",  "MECKLENBURG",   "59_1003_03-03",   "SR",   3156, "Margaret Wallace Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div10/59_1003_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["3/6/2003",  "MECKLENBURG",   "59_1003_03-03",   "SR",   3150, "Idlewild Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div10/59_1003_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["3/6/2003",  "MECKLENBURG",   "59_1003_03-03",   "SR",   2820, "Pence Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div10/59_1003_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["3/6/2003",  "MECKLENBURG",   "59_1003_03-03",   "SR",   2820, "Hickory Grove Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div10/59_1003_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["3/6/2003",  "IREDELL",   "46360",   "SR",   3140, "Indigo Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div12/46360.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "MECKLENBURG",   "46358",   "SR",   5847, "Humber Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div10/46358.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "IREDELL",   "46360",   "SR",   3143, "Sienna Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div12/46360.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "IREDELL",   "46364",   "SR",   1106, "Bridges Farm Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div12/46364.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "IREDELL",   "46361",   "SR",   3150, "Crois Court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div12/46361.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "IREDELL",   "46361",   "SR",   3149, "Clear Springs",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div12/46361.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "IREDELL",   "46361",   "SR",   2785, "Crystal Bay Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div12/46361.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "IREDELL",   "46360",   "SR",   3148, "Pinnacle Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div12/46360.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "IREDELL",   "46360",   "SR",   3147, "Shelter Cove Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div12/46360.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "IREDELL",   "46360",   "SR",   3146, "Plantation Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div12/46360.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "IREDELL",   "46360",   "SR",   3145, "Manitoba Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div12/46360.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "IREDELL",   "46360",   "SR",   3144, "Old Timber Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div12/46360.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["3/6/2003",  "MECKLENBURG",   "59_1003_03-03",   "SR",   2475, "Prosperity Church Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div10/59_1003_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["3/17/2003",  "NEW HANOVER",   "HTO_64_03-03_2",   "",   133, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div03/HTO_64_03-03_2.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["3/17/2003",  "NEW HANOVER",   "HTO_64_03-03_2",   "",   132, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div03/HTO_64_03-03_2.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["3/17/2003",  "NEW HANOVER",   "HTO_64_03-03_2",   "",   117, "Shipyard Blvd.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div03/HTO_64_03-03_2.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["3/17/2003",  "NEW HANOVER",   "HTO_64_03-03_1",   "",   74, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div03/HTO_64_03-03_1.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["3/17/2003",  "NEW HANOVER",   "HTO_64_03-03_1",   "SR",   2782, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div03/HTO_64_03-03_1.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["3/17/2003",  "NEW HANOVER",   "HTO_64_03-03_1",   "SR",   1409, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div03/HTO_64_03-03_1.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["3/17/2003",  "NEW HANOVER",   "HTO_64_03-03_1",   "",   76, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div03/HTO_64_03-03_1.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["3/17/2003",  "NEW HANOVER",   "HTO_64_03-03_2",   "SR",   1101, "Shipyard Blvd.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div03/HTO_64_03-03_2.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["3/27/2003",  "WILSON",   "U-3472",   "SR",   1136, "Old Raleigh Rd.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/03_March/Div04/U-3472.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["4/3/2003",  "IREDELL",   "46394",   "SR",   3062, "Jeremy Point Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div12/46394.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "MCDOWELL",   "46400",   "SR",   1355, "Timber Road",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div13/46400.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "LINCOLN",   "46398",   "SR",   2021, "Lancelot Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div12/46398.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "LINCOLN",   "46397",   "SR",   2020, "Logan Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div12/46397.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "LINCOLN",   "46396",   "SR",   2019, "Spike Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div12/46396.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "JACKSON",   "46402",   "SR",   1582, "Forest Run Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div14/46402.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "IREDELL",   "46395",   "SR",   2039, "Mt. Zion Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div12/46395.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "IREDELL",   "46395",   "SR",   2038, "Berea Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div12/46395.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "IREDELL",   "46395",   "SR",   2037, "Gilead Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div12/46395.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "IREDELL",   "46394",   "SR",   3063, "Brick Kiln Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div12/46394.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "ORANGE",   "46382",   "SR",   1417, "RaineyWood Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46382.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "IREDELL",   "46394",   "SR",   3061, "Polpis Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div12/46394.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "GUILFORD",   "46380",   "SR",   4393, "Crabtree Valley Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46380.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "GUILFORD",   "46379",   "SR",   3266, "Gatwick Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46379.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "GUILFORD",   "46379",   "SR",   3265, "Bellwick Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46379.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "GUILFORD",   "46379",   "SR",   3264, "Lochwood Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46379.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "GUILFORD",   "46378",   "SR",   3263, "Village View Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46378.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "IREDELL",   "46394",   "SR",   3064, "Union Chapel Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div12/46394.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "UNION",   "46387",   "SR",   1297, "Loblolly Cir.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div10/46387.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "GUILFORD",   "46378",   "SR",   3262, "Lannigan Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46378.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "ASHE",   "46392",   "SR",   1694, "Lyall's Acres Lane",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div11/46392.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "WAKE",   "46371",   "SR",   5330, "Field Hill Rd",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div05/46371.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "UNION",   "46391",   "SR",   2955, "Cornerstone Dr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div10/46391.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "UNION",   "46391",   "SR",   2954, "Rising Sun Ln.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div10/46391.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "UNION",   "46390",   "SR",   2953, "Donnelaith Ln.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div10/46390.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "UNION",   "46390",   "SR",   2952, "Savannah Hills Dr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div10/46390.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "ORANGE",   "46381",   "SR",   1659, "Percussion Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46381.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "UNION",   "46388",   "SR",   3032, "Stump Lake Dr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div10/46388.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "MONTGOMERY",   "46384",   "SR",   1228, "Memory Ln.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div08/46384.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "UNION",   "46386",   "SR",   2728, "Fola Dr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div10/46386.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "TRANSYLVANIA",   "46403",   "SR",   1406, "West Sourthwood Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div14/46403.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "ROCKINGHAM",   "46383",   "SR",   1606, "Landfall Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46383.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "ORANGE",   "46382",   "SR",   1436, "Crimson Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46382.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "ORANGE",   "46382",   "SR",   1435, "Sandalwood Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46382.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "ORANGE",   "46382",   "SR",   1434, "Silk Oaks Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46382.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "ORANGE",   "46381",   "SR",   1660, "Stillwater Ln.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46381.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "UNION",   "46389",   "SR",   2729, "Lawrence Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div10/46389.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "BRUNSWICK",   "46368",   "SR",   1749, "Long Bow Ct.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div03/46368.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "CUMBERLAND",   "R-2562AA",   "SR",   2235, "Nameless",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div06/R-2562AA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["4/3/2003",  "CABARRUS",   "46385",   "SR",   2923, "Fountainview Ave.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div10/46385.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "CABARRUS",   "46385",   "SR",   1580, "Marlboro Dr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div10/46385.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "BUNCOMBE",   "46404",   "SR",   1466, "Blue Ridge Acres",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div13/46404.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "BUNCOMBE",   "46399",   "SR",   3364, "Darsie Court",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div13/46399.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "BRUNSWICK",   "46369",   "SR",   1372, "Catawba Ln.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div03/46369.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "DARE",   "46405",   "SR",   1527, "Diamond Shoals Dr.",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div01/46405.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "BRUNSWICK",   "46368",   "SR",   1750, "Gum Branch Ct.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div03/46368.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "DARE",   "46365",   "SR",   1528, "Park Rd.",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div01/46365.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "BRUNSWICK",   "46368",   "SR",   1748, "Crooked Oak Ct.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div03/46368.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "BRUNSWICK",   "46368",   "SR",   1747, "Cottonwood Tr.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div03/46368.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "BRUNSWICK",   "46368",   "SR",   1746, "Highwood Ct.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div03/46368.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "ALEXANDER",   "46393",   "SR",   1124, "Church Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div12/46393.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "BLADEN",   "46372",   "SR",   1366, "Moss island Rd.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div06/46372.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "BRUNSWICK",   "46368",   "SR",   1745, "Black Chestnut Dr.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div03/46368.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "GUILFORD",   "46378",   "SR",   3261, "Grammercy Park Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46378.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "BRUNSWICK",   "46368",   "SR",   1751, "Martingale Ct.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div03/46368.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "GUILFORD",   "46376",   "SR",   4050, "Hodgin Farm Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46376.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "GUILFORD",   "46378",   "SR",   3242, "Clovelly Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46378.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "GUILFORD",   "46378",   "SR",   3180, "Castleton Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46378.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "GUILFORD",   "46378",   "SR",   3157, "Farlow Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46378.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "GUILFORD",   "46377",   "SR",   3260, "Centerville Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46377.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "GUILFORD",   "46377",   "SR",   3259, "Barton Creek Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46377.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "GUILFORD",   "46377",   "SR",   3258, "Barton Creek Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46377.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "CARTERET",   "46366",   "SR",   1485, "Sportsman Ln.",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div02/46366.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "GUILFORD",   "46376",   "SR",   4051, "Senepole Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46376.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "GRAHAM",   "46401",   "SR",   1162, "Will Sherrill Circle",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div14/46401.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "GUILFORD",   "46375",   "SR",   4455, "Bethel View Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46375.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "GUILFORD",   "46375",   "SR",   4454, "Bethel Ridge Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46375.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "GUILFORD",   "46374",   "SR",   4767, "Mitchell Wood Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46374.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "GUILFORD",   "46373",   "SR",   4453, "Bayron Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46373.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "GUILFORD",   "46373",   "SR",   4452, "Bayron Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46373.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "GREENE",   "46367",   "SR",   1446, "Hinnant St.",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div02/46367.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "GRANVILLE",   "46370",   "SR",   1774, "Thoroughbred Ln.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div05/46370.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/3/2003",  "GUILFORD",   "46377",   "SR",   3257, "Wake Bridge Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/46377.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["4/14/2003",  "GUILFORD",   "I-2402AC",   "SR",   1104, "Nameless",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/I-2402AC.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["4/14/2003",  "GUILFORD",   "I-2402AC",   "SR",   1112, "Nameless",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div07/I-2402AC.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["4/29/2003",  "GREENE",   "R-2600",   "",   258, "Nameless",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div02/R-2600.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["4/29/2003",  "GREENE",   "R-2600",   "SR",   1447, "Nameless",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div02/R-2600.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["4/29/2003",  "GREENE",   "R-2600",   "",   13, "Nameless",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div02/R-2600.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["4/29/2003",  "GREENE",   "R-2600",   "SR",   1364, "Nameless",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div02/R-2600.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["4/29/2003",  "GREENE",   "R-2600",   "SR",   1247, "Nameless",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div02/R-2600.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["4/29/2003",  "GREENE",   "R-2600",   "",   91, "Nameless",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/04_April/Div02/R-2600.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["5/1/2003",  "ROWAN",   "46452",   "SR",   2660, "Overcash Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div09/46452.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "ROWAN",   "46454",   "SR",   2278, "Swimmers Lane",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div09/46454.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "ROWAN",   "46454",   "SR",   2277, "Sunshine Lane",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div09/46454.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "ROWAN",   "46454",   "SR",   2276, "Paradise Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div09/46454.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "ROWAN",   "46454",   "SR",   2275, "Recreation Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div09/46454.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "ROWAN",   "46454",   "SR",   2274, "Playground Lane",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div09/46454.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "ROWAN",   "46454",   "SR",   2273, "Holiday Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div09/46454.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "ROWAN",   "46454",   "SR",   2272, "Yachtsman Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div09/46454.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "ROWAN",   "46454",   "SR",   2271, "Leisure Lane",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div09/46454.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "ROWAN",   "46453",   "SR",   2756, "Pit Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div09/46453.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "TRANSYLVANIA",   "46477",   "SR",   1331, "Morgan Mill Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div14/46477.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "ROWAN",   "46451",   "SR",   2461, "Kingstree Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div09/46451.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "ROWAN",   "46449",   "SR",   1667, "Quail Circle",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div09/46449.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "ROWAN",   "46448",   "SR",   2099, "Mill Creek Circle",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div09/46448.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "ROWAN",   "46447",   "SR",   1666, "Fair Share Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div09/46447.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "PENDER",   "70_0334_05-03",   "SR",   1584, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div03/70_0334_05-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/1/2003",  "LINCOLN",   "46466",   "SR",   2026, "Beechwood Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46466.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "LINCOLN",   "46466",   "SR",   2025, "Summit Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46466.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "LINCOLN",   "46466",   "SR",   2024, "Nestle Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46466.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "ROWAN",   "46454",   "SR",   2270, "Horseshoe Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div09/46454.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "WAKE",   "46444",   "SR",   5335, "Old Ponderosa Cl.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div05/46444.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "ROWAN",   "46450",   "SR",   2472, "Graceland Place",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div09/46450.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "LINCOLN",   "46466",   "SR",   2023, "Hagers Court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46466.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "WILSON",   "46442",   "SR",   1713, "Litchield Rd.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div04/46442.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "WAKE",   "91_0512_05-03",   "SR",   2619, "Nameless",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div05/91_0512_05-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/1/2003",  "WAKE",   "46473",   "SR",   2633, "Gin St.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div05/46473.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "WAKE",   "46446",   "SR",   5077, "Bradford Grove Pl.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div05/46446.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "WAKE",   "46446",   "SR",   5076, "Lullwater Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div05/46446.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "WAKE",   "46445",   "SR",   5400, "Wheat Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div05/46445.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "STOKES",   "46456",   "SR",   2114, "Laurel Crest Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div09/46456.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "WAKE",   "46445",   "SR",   2498, "Clear Cir.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div05/46445.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "ROWAN",   "46455",   "SR",   1268, "McCleave Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div09/46455.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "WAKE",   "46444",   "SR",   5334, "Fawncrest Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div05/46444.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "WAKE",   "46444",   "SR",   5333, "Sunswept Cir.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div05/46444.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "WAKE",   "46444",   "SR",   5332, "Highmore Tr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div05/46444.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "WAKE",   "46443",   "SR",   5353, "Landsburg Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div05/46443.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "WAKE",   "46443",   "SR",   5331, "Perrimor Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div05/46443.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "UNION",   "46458",   "SR",   2731, "Ashmore Ln.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div10/46458.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "UNION",   "46458",   "SR",   2730, "Chadwyck Dr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div10/46458.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "STOKES",   "46475",   "SR",   1437, "Lum Hall Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div09/46475.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "WAKE",   "46445",   "SR",   2499, "Tan Cir.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div05/46445.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "CABARRUS",   "46457",   "SR",   1951, "Sunshine Ln.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div10/46457.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "DARE",   "46438",   "SR",   1531, "Middle Ridge Tr.",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div01/46438.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "DARE",   "46438",   "SR",   1530, "Crooked Ridge Tr.",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div01/46438.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "DARE",   "46438",   "SR",   1529, "Lost Tree Tr.",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div01/46438.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "CRAVEN",   "46479",   "SR",   1980, "Waddell Dr.",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div02/46479.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "ROWAN",   "46451",   "SR",   2473, "Kingsway Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div09/46451.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "CLEVELAND",   "46461",   "SR",   2497, "Panda Court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46461.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "CHEROKEE",   "46470",   "SR",   1678, "Luther Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div14/46470.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "CATAWBA",   "46460",   "SR",   3028, "Grain Court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46460.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "GASTON",   "46462",   "SR",   3321, "Jim Grier Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46462.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "CATAWBA",   "46460",   "SR",   3022, "Water Wheel Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46460.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "CRAVEN",   "46479",   "SR",   1981, "Luke Ct.",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div02/46479.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "BURKE",   "46469",   "SR",   2132, "Bel Aire Drive",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div13/46469.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "BURKE",   "11_1325_05-03",   "SR",   1545, "Laurel Street",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div13/11_1325_05-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/1/2003",  "BUNCOMBE",   "46468",   "SR",   2129, "Blevins Road",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div13/46468.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "BUNCOMBE",   "46467",   "SR",   1648, "Johnson Road",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div13/46467.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "BRUNSWICK",   "46439",   "SR",   1564, "Southern Blvd. Ext.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div03/46439.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "ALEXANDER",   "46459",   "SR",   1857, "Frost Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46459.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "ALEXANDER",   "46459",   "SR",   1856, "Browning Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46459.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "ALEXANDER",   "46459",   "SR",   1855, "Kipling Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46459.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "LINCOLN",   "46466",   "SR",   2022, "Hagers Hollow Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46466.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "CATAWBA",   "46460",   "SR",   3027, "Mill Pond Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46460.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "IREDELL",   "46464",   "SR",   3066, "White Crest Court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46464.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "JOHNSTON",   "46441",   "SR",   2648, "Falmouth Ct.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div04/46441.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "JOHNSTON",   "46441",   "SR",   2647, "River Hills Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div04/46441.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "JOHNSTON",   "46440",   "SR",   2266, "Pebblestone Ct.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div04/46440.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "IREDELL",   "46465",   "SR",   3069, "Mayfair Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46465.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "CLEVELAND",   "46476",   "SR",   1638, "Teal Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46476.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "IREDELL",   "46464",   "SR",   3067, "Whaling Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46464.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "GRAHAM",   "46471",   "SR",   1293, "Robbinsville HS  Entrance",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div14/46471.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "IREDELL",   "46464",   "SR",   3065, "Great Point Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46464.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "ALEXANDER",   "46459",   "SR",   1854, "Wittenburg Springs Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46459.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "IREDELL",   "46463",   "SR",   3157, "Meadowfall Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46463.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "IREDELL",   "46463",   "SR",   3156, "Scotch Irish Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46463.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "IREDELL",   "46463",   "SR",   3155, "Spring Lake Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46463.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "IREDELL",   "46463",   "SR",   3154, "Valley Glen Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46463.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "IREDELL",   "46463",   "SR",   3153, "Park Vista Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46463.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "IREDELL",   "46463",   "SR",   3152, "Shenandoah Loop",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46463.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "IREDELL",   "46463",   "SR",   3151, "Meadow Glen Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46463.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "HENDERSON",   "44_1413_05-03",   "SR",   1647, "7-th Avenue East",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div14/44_1413_05-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/1/2003",  "HENDERSON",   "46472",   "SR",   2300, "Secretariat Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div14/46472.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/1/2003",  "HENDERSON",   "44_1413_05-03",   "SR",   1659, "Victory Heir Drive",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div14/44_1413_05-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/1/2003",  "IREDELL",   "46465",   "SR",   3068, "Chatham Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/46465.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["5/2/2003",  "HALIFAX",   "R-2816",   "SR",   1242, "Enfield Connector",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div04/R-2816.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["5/2/2003",  "HALIFAX",   "R-2816",   "SR",   1243, "Nameless",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div04/R-2816.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["5/2/2003",  "HALIFAX",   "R-2816",   "",   481, "Nameless",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div04/R-2816.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["5/3/2003",  "RICHMOND",   "FR_76_05-03_1",   "SR",   1341, "Nameless",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div08/FR_76_05-03_1.pdf",   "2003",   "FIELD REQUEST", "True"];
DEData[n++] = ["5/8/2003",  "BLADEN",   "FR_08_05-03_1",   "SR",   1736, "Mooretown Rd.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div06/FR_08_05-03_1.pdf",   "2003",   "FIELD REQUEST", "True"];
DEData[n++] = ["5/8/2003",  "BLADEN",   "FR_08_05-03_1",   "SR",   1737, "Carter Rd.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div06/FR_08_05-03_1.pdf",   "2003",   "FIELD REQUEST", "True"];
DEData[n++] = ["5/8/2003",  "BLADEN",   "FR_08_05-03_1",   "SR",   1852, "Columbus Rd.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div06/FR_08_05-03_1.pdf",   "2003",   "FIELD REQUEST", "True"];
DEData[n++] = ["5/12/2003",  "GUILFORD",   "40_0729_05-03",   "SR",   4875, "Sydney Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div07/40_0729_05-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/13/2003",  "CATAWBA",   "17_1228_05-03",   "SR",   2602, "Holland Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/17_1228_05-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/13/2003",  "CATAWBA",   "17_1228_05-03",   "SR",   2601, "Young Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/17_1228_05-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/13/2003",  "CATAWBA",   "17_1228_05-03",   "SR",   1775, "Prestige Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/17_1228_05-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/13/2003",  "CATAWBA",   "17_1228_05-03",   "SR",   2233, "Barringer Circle",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/17_1228_05-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/13/2003",  "CATAWBA",   "17_1228_05-03",   "SR",   2018, "Wyoming Street",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/17_1228_05-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/13/2003",  "CATAWBA",   "17_1228_05-03",   "SR",   2108, "Fisher Court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/17_1228_05-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/13/2003",  "CATAWBA",   "17_1228_05-03",   "SR",   1736, "East 1-st Street",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/17_1228_05-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/13/2003",  "CATAWBA",   "17_1228_05-03",   "SR",   2017, "Shady Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div12/17_1228_05-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/15/2003",  "CHATHAM",   "FR_18_05-03_1",   "SR",   1809, "Suttles Rd.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div08/FR_18_05-03_1.pdf",   "2003",   "FIELD REQUEST", "True"];
DEData[n++] = ["5/15/2003",  "CHATHAM",   "FR_18_05-03_1",   "SR",   1810, "Nameless",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div08/FR_18_05-03_1.pdf",   "2003",   "FIELD REQUEST", "True"];
DEData[n++] = ["5/20/2003",  "CHEROKEE",   "FR_19_05-03_1",   "SR",   1521, "Piney Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/05_May/Div14/FR_19_05-03_1.pdf",   "2003",   "FIELD REQUEST", "True"];
DEData[n++] = ["6/5/2003",  "MCDOWELL",   "46513",   "SR",   1466, "Killough Drive",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div13/46513.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "HENDERSON",   "44_1429_06-03",   "SR",   2042, "Berry Lane",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div14/44_1429_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "HOKE",   "46505",   "SR",   1141, "Cliff Mcneill Rd.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div08/46505.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "JOHNSTON",   "46511",   "SR",   2701, "Kudzu Ln.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div04/46511.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "JOHNSTON",   "46504",   "SR",   2314, "Pond Field Rd.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div04/46504.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "JOHNSTON",   "46484",   "SR",   2269, "Benning Cir.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div04/46484.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "JOHNSTON",   "46484",   "SR",   2268, "Moultrie Ct.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div04/46484.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "JOHNSTON",   "46484",   "SR",   2267, "Northfort Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div04/46484.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "JOHNSTON",   "46483",   "SR",   2314, "Pond Field Rd.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div04/46483.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "LINCOLN",   "46510",   "SR",   1710, "Mac Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div12/46510.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "HOKE",   "46505",   "SR",   1122, "G. Clark",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div08/46505.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "MCDOWELL",   "58_1316_06-03",   "SR",   1208, "Superior Machine Road",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div13/58_1316_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "HENDERSON",   "44_1429_06-03",   "SR",   2043, "Scarlet Drive",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div14/44_1429_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "PERQUIMANS",   "46478",   "SR",   1372, "Hemlock St.",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div01/46478.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "HENDERSON",   "44_1429_06-03",   "SR",   2041, "Briar Lane",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div14/44_1429_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "HENDERSON",   "44_1429_06-03",   "SR",   2039, "Pinecroft Lane",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div14/44_1429_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "HENDERSON",   "44_1429_06-03",   "SR",   2038, "New Bern Avenue",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div14/44_1429_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "HARNETT",   "46496",   "SR",   2199, "Edgedale Ln.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div06/46496.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "HARNETT",   "46496",   "SR",   2161, "Stonecliff Ln.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div06/46496.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "HARNETT",   "46495",   "SR",   1345, "Overlook Ct.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div06/46495.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "HALIFAX",   "46482",   "SR",   1592, "Macon Pl.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div04/46482.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "HENDERSON",   "44_1429_06-03",   "SR",   2223, "Sunflower Lane",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div14/44_1429_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "WAKE",   "46487",   "SR",   5336, "Longridge Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div05/46487.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "GUILFORD",   "46498",   "SR",   4768, "Buck Springs Tr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div07/46498.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "YADKIN",   "46546",   "SR",   1215, "Grassy Circle",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div11/46546.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "WAYNE",   "46512",   "SR",   2084, "Daly Ave.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div04/46512.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "WAKE",   "46506",   "SR",   1639, "Old Kit Creek Rd.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div05/46506.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "WAKE",   "46488",   "SR",   5081, "Sugargrove Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div05/46488.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "WAKE",   "46488",   "SR",   5080, "Fletchermill Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div05/46488.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "WAKE",   "46488",   "SR",   5079, "Ayden Mill Rd.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div05/46488.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "CATAWBA",   "17_1228_06-03",   "SR",   2017, "Shady Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div12/17_1228_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "MECKLENBURG",   "46501",   "SR",   5746, "Hawick Manor Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div10/46501.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "YADKIN",   "46546",   "SR",   1216, "Overland Trail",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div11/46546.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "MECKLENBURG",   "46501",   "SR",   5744, "Bannock Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div10/46501.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "WAKE",   "46486",   "SR",   4820, "Southern Trace Tr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div05/46486.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "SURRY",   "40834",   "SR",   1957, "Brook Street",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div11/40834.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "STOKES",   "46500",   "SR",   1379, "Willow Creek Court",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div09/46500.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "STOKES",   "46500",   "SR",   1378, "Willow Creek Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div09/46500.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "RUTHERFORD",   "46515",   "SR",   1391, "Basin Trail",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div13/46515.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "RUTHERFORD",   "46514",   "SR",   1390, "Forest Ridge Drive",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div13/46514.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "ROWAN",   "46499",   "SR",   2674, "Fairfield Lane",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div09/46499.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "MECKLENBURG",   "46501",   "SR",   5747, "Tantallon Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div10/46501.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "MECKLENBURG",   "46501",   "SR",   5745, "Balenie Trace Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div10/46501.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "WAKE",   "46488",   "SR",   5078, "Sawyers Mill Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div05/46488.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "CATAWBA",   "17_1228_06-03",   "SR",   2602, "Holland Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div12/17_1228_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "GUILFORD",   "46497",   "SR",   2943, "Ashworth Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div07/46497.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "CUMBERLAND",   "46494",   "SR",   4111, "Grassy Branch Dr.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div06/46494.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "CUMBERLAND",   "46493",   "SR",   3498, "Star Point Dr.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div06/46493.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "CUMBERLAND",   "46493",   "SR",   3497, "Meed Ct.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div06/46493.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "CUMBERLAND",   "46493",   "SR",   3496, "Santa Fe Dr.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div06/46493.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "CUMBERLAND",   "46492",   "SR",   2847, "River Ridge Rd.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div06/46492.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "CUMBERLAND",   "46491",   "SR",   2086, "Ney Ct.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div06/46491.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "CUMBERLAND",   "46490",   "SR",   4009, "Feature Ct.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div06/46490.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "DARE",   "27_0155_06-03",   "SR",   1496, "Nameless",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div01/27_0155_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "CUMBERLAND",   "46489",   "SR",   2941, "E. Crammer Dr.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div06/46489.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "DARE",   "27_0155_06-03",   "SR",   1497, "Nameless",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div01/27_0155_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "CATAWBA",   "17_1228_06-03",   "SR",   2601, "Prestige Height Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div12/17_1228_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "CATAWBA",   "17_1228_06-03",   "SR",   2233, "Barringer Circle",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div12/17_1228_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "CATAWBA",   "17_1228_06-03",   "SR",   2018, "Wyoming Street",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div12/17_1228_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "CATAWBA",   "17_1228_06-03",   "SR",   1775, "Prestige Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div12/17_1228_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "CATAWBA",   "17_1228_06-03",   "SR",   1736, "East 1-ST Street",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div12/17_1228_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "BRUNSWICK",   "46481",   "SR",   1929, "Beach Way Tr. SW",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div03/46481.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "BRUNSWICK",   "46480",   "SR",   1928, "Front St. SW",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div03/46480.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "BLADEN",   "08_0615_06-03",   "SR",   1801, "Nameless",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div06/08_0615_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "CATAWBA",   "17_1228_06-03",   "SR",   2108, "Fisher Court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div12/17_1228_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "CUMBERLAND",   "46489",   "SR",   4113, "Burgaw Dr.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div06/46489.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "GRANVILLE",   "38_0536_06-03",   "SR",   1116, "Sixteenth St.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div05/38_0536_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "GUILFORD",   "40_0712_06-03",   "SR",   1309, "Oakdale Mill Spur.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div07/40_0712_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "GRANVILLE",   "38_0536_06-03",   "SR",   1189, "Twenty Fourth St.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div05/38_0536_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "GRANVILLE",   "38_0536_06-03",   "SR",   1188, "Twenty Third St.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div05/38_0536_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "GRANVILLE",   "38_0536_06-03",   "SR",   1187, "Twenty First St.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div05/38_0536_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "GRANVILLE",   "38_0536_06-03",   "SR",   1186, "Twenth St.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div05/38_0536_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "GRANVILLE",   "38_0536_06-03",   "SR",   1185, "Nineteenth St.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div05/38_0536_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "GRANVILLE",   "38_0536_06-03",   "SR",   1184, "Eighteenth St.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div05/38_0536_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "GRANVILLE",   "38_0536_06-03",   "SR",   1180, "Fifteenth St.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div05/38_0536_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "CUMBERLAND",   "46494",   "SR",   4112, "Umstead Rd.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div06/46494.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "GRANVILLE",   "38_0536_06-03",   "SR",   1176, "Thirteenth St.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div05/38_0536_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "BLADEN",   "08_0615_06-03",   "SR",   1358, "Nameless",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div06/08_0615_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "GRANVILLE",   "38_0536_06-03",   "SR",   1113, "D St.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div05/38_0536_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "GRANVILLE",   "38_0536_06-03",   "SR",   1111, "C St.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div05/38_0536_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "GRANVILLE",   "38_0536_06-03",   "SR",   1100, "S. 22Nd St.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div05/38_0536_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "GATES",   "46503",   "SR",   1123, "Nameless",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div01/46503.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "GASTON",   "46502",   "SR",   1251, "US 29/74 Service Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div12/46502.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "FRANKLIN",   "46485",   "SR",   1813, "New Castle Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div05/46485.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "FRANKLIN",   "46485",   "SR",   1805, "Spencers Gate Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div05/46485.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "FORSYTH",   "46509",   "SR",   2012, "White Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div09/46509.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["6/5/2003",  "DARE",   "27_0155_06-03",   "SR",   1533, "Carrenda Ln.",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div01/27_0155_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/5/2003",  "GRANVILLE",   "38_0536_06-03",   "SR",   1179, "Fourteenth St.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div05/38_0536_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/10/2003",  "GUILFORD",   "40_0729_06-03",   "SR",   2319, "Denison Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div07/40_0729_06-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/11/2003",  "ALLEGHANY",   "B-2903",   "SR",   1444, "Glade Valley Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div11/B-2903.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["6/12/2003",  "GUILFORD",   "40_0708_06-03_1",   "SR",   2790, "Eckerson Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div07/40_0708_06-03_1.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/12/2003",  "GUILFORD",   "40_0708_06-03_1",   "SR",   2790, "Reedy Fork Pkwy.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div07/40_0708_06-03_1.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/12/2003",  "GUILFORD",   "40_0708_06-03_1",   "SR",   4771, "Reedy Fork Pkwy.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div07/40_0708_06-03_1.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/18/2003",  "GUILFORD",   "40_0708_06-03_2",   "SR",   4126, "Bridford Pkwy",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div07/40_0708_06-03_2.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/18/2003",  "GUILFORD",   "40_0708_06-03_2",   "SR",   2176, "Benjamin Pkwy",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div07/40_0708_06-03_2.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/18/2003",  "GUILFORD",   "40_0708_06-03_2",   "SR",   2835, "McKnight Mill Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div07/40_0708_06-03_2.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/18/2003",  "GUILFORD",   "40_0708_06-03_2",   "SR",   3300, "Elm St.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div07/40_0708_06-03_2.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/20/2003",  "DARE",   "R-2551B",   "",   64, "Nameless",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div01/R-2551B.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["6/20/2003",  "DARE",   "R-2551B",   "",   264, "Nameless",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div01/R-2551B.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["6/20/2003",  "DARE",   "R-2551B",   "",   345, "Nameless",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/06_June/Div01/R-2551B.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46521",   "SR",   5127, "Worthing Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46521.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   5736, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "ORANGE",   "46541",   "SR",   1444, "Cherry St.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div07/46541.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "STANLY",   "46545",   "SR",   2041, "Coley Farm Rd.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/46545.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "TRANSYLVANIA",   "46550",   "SR",   1184, "Riverside Estates Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div14/46550.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "VANCE",   "46520",   "SR",   1453, "Julia St.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46520.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46521",   "SR",   4509, "Moresham Wy.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46521.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46522",   "SR",   4573, "Rivermead ln.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46522.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46522",   "SR",   4574, "Kingsbrook Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46522.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46523",   "SR",   5337, "Snow Peak Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46523.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46523",   "SR",   5338, "Jogging Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46523.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   5735, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46524",   "SR",   5340, "Linden Crest Rd.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46524.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   5378, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46524",   "SR",   5339, "Sauls Ridge",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46524.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46524",   "SR",   5341, "Spruce Hill Ln.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46524.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   5197, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   5372, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   5373, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "WARREN",   "46538",   "SR",   1732, "Carriage Pt.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46538.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   5374, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   5729, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   5377, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   5734, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   5728, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   5196, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   5730, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   5731, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   5732, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   5733, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   5376, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46531",   "SR",   1246, "Temple View Ln.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46531.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "BURKE",   "11_1325_07-03",   "SR",   1589, "Fat Avenue NE",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div13/11_1325_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   5178, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "WARREN",   "46539",   "SR",   1733, "Dogwood Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46539.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WARREN",   "46537",   "SR",   1731, "Jordan Tr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46537.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46536",   "SR",   1250, "Lily Pond Rd.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46536.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46536",   "SR",   1249, "Waterworn Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46536.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46536",   "SR",   1248, "Tranquil Waters Ln.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46536.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46536",   "SR",   1247, "Wilson Pond Ln.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46536.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46535",   "SR",   4348, "Ardleigh Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46535.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46535",   "SR",   4347, "Lauren Oaks Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46535.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46535",   "SR",   4346, "Lauriston Rd.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46535.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46534",   "SR",   5347, "Coonie Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46534.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46534",   "SR",   5346, "Moneypenny Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46534.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46536",   "SR",   1251, "Running Water Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46536.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46528",   "SR",   4344, "Candlehurst Ln.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46528.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46524",   "SR",   5343, "Rockwell Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46524.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46525",   "SR",   5344, "Rolling Farm Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46525.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46525",   "SR",   5345, "White Post Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46525.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46526",   "SR",   4341, "Brilliant Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46526.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46526",   "SR",   4342, "Annsbury Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46526.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46533",   "SR",   1639, "Kit Creek Rd.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46533.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46527",   "SR",   5222, "Lottery Ln.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46527.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46532",   "SR",   5223, "Cascadia Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46532.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46528",   "SR",   4345, "Thistlehill Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46528.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46529",   "SR",   4575, "Falls Glen Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46529.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46530",   "SR",   1243, "Oak Village Wy.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46530.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46530",   "SR",   1244, "Baronie Ct",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46530.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46531",   "SR",   1245, "Maggie Run Ln.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46531.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46524",   "SR",   5342, "Topstone Rd.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46524.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "WAKE",   "46526",   "SR",   4343, "Cherrybark Ln.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46526.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "BURKE",   "11_1325_07-03",   "SR",   1573, "Phillips Avenue NE",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div13/11_1325_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "CUMBERLAND",   "X-0002DA",   "SR",   2851, "Nameless",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div06/X-0002DA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["7/10/2003",  "CUMBERLAND",   "X-0002DA",   "SR",   2850, "River rd.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div06/X-0002DA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["7/10/2003",  "CUMBERLAND",   "X-0002DA",   "SR",   2849, "Nameless",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div06/X-0002DA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["7/10/2003",  "CUMBERLAND",   "X-0002DA",   "SR",   1714, "River Rd.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div06/X-0002DA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["7/10/2003",  "CATAWBA",   "46547",   "SR",   2797, "Belle Pines court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div12/46547.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "CATAWBA",   "46547",   "SR",   2796, "Camden Pointe Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div12/46547.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "CATAWBA",   "46547",   "SR",   2795, "Trent Pines Court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div12/46547.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "CABARRUS",   "46544",   "SR",   2712, "Deerhaven Rd.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/46544.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "BURKE",   "11_1325_07-03",   "SR",   1848, "Robinson Road SE",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div13/11_1325_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "BURKE",   "11_1325_07-03",   "SR",   1825, "Mourglea Street SW",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div13/11_1325_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "BURKE",   "11_1325_07-03",   "SR",   1740, "Perkins Road SE",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div13/11_1325_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "BUNCOMBE",   "10_1330_07-03",   "SR",   1712, "Hillcrest Road",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div13/10_1330_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "BURKE",   "11_1325_07-03",   "SR",   1730, "Pineburr Avenue",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div13/11_1325_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "DAVIDSON",   "46542",   "SR",   1577, "Susan Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div09/46542.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "BUNCOMBE",   "10_1330_07-03",   "SR",   2087, "Wellington Drive",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div13/10_1330_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "BURKE",   "11_1325_07-03",   "SR",   1739, "Hauss Ridge Road",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div13/11_1325_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "BUNCOMBE",   "10_1330_07-03",   "SR",   2081, "Blackstone Avenue",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div13/10_1330_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "BUNCOMBE",   "10_1330_07-03",   "SR",   2082, "Stratford Drive",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div13/10_1330_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "BUNCOMBE",   "10_1330_07-03",   "SR",   2083, "Naples Drive",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div13/10_1330_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "BUNCOMBE",   "10_1330_07-03",   "SR",   2084, "Breckenridge Parkway",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div13/10_1330_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   5142, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "BUNCOMBE",   "10_1330_07-03",   "SR",   2086, "Clarendon Avenue",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div13/10_1330_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "BURKE",   "11_1325_07-03",   "SR",   1583, "Tarheel Avenue NE",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div13/11_1325_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "BUNCOMBE",   "10_1330_07-03",   "SR",   2264, "Sunny Ridge Drive",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div13/10_1330_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "BUNCOMBE",   "10_1330_07-03",   "SR",   2282, "Scenic View Knoll",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div13/10_1330_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "BUNCOMBE",   "46548",   "SR",   3489, "Walnut Cove",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div13/46548.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "BUNCOMBE",   "46549",   "SR",   3488, "Avondale Circle",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div13/46549.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "BURKE",   "11_1325_07-03",   "SR",   1550, "Sterling Street NW",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div13/11_1325_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "DAVIDSON",   "46543",   "SR",   3051, "Crotts Lane",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div09/46543.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "BUNCOMBE",   "10_1330_07-03",   "SR",   2085, "Wellington Drive",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div13/10_1330_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   3626, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "CUMBERLAND",   "X-0002DA",   "",   295, "Nameless",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div06/X-0002DA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   2473, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   2652, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   2657, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   2658, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   2470, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   2681, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   2278, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   3632, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   4979, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   5138, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   5139, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   5140, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   5141, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   2678, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "GUILFORD",   "46540",   "SR",   3182, "Chippendale Tr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div07/46540.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "DURHAM",   "46516",   "SR",   2084, "Scheer Ave.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46516.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "GRANVILLE",   "46517",   "SR",   1775, "Ben Mil Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46517.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "GRANVILLE",   "46518",   "SR",   1778, "Brass Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46518.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "GRANVILLE",   "46518",   "SR",   1779, "Tall Pine Tr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46518.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   2471, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "GRANVILLE",   "46519",   "SR",   1247, "Elliott St.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46519.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/10/2003",  "BUNCOMBE",   "10_1330_07-03",   "SR",   2080, "Clifton Place",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div13/10_1330_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   1441, "Carowinds Blvd",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   2046, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   2047, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   2204, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   2205, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "MECKLENBURG",   "59_1003_07-03",   "SR",   2212, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div10/59_1003_07-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/10/2003",  "GRANVILLE",   "46518",   "SR",   1783, "Periwinkle Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div05/46518.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["7/18/2003",  "CATAWBA",   "U-2528AA",   "SR",   1294, "Sweet Bay Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div12/U-2528AA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["7/18/2003",  "CALDWELL",   "U-2211A",   "SR",   1001, "Connelly Springs Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div11/U-2211A.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["7/18/2003",  "CALDWELL",   "U-2211A",   "SR",   1959, "connelly Springs Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div11/U-2211A.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["7/30/2003",  "RANDOLPH",   "B-3364",   "SR",   1314, "Jackson Creek Dr.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/07_July/Div08/B-3364.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["8/1/2003",  "LENOIR",   "R-2719BA",   "SR",   1574, "Robinson Rd.",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div02/R-2719BA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["8/1/2003",  "LENOIR",   "R-2719BA",   "SR",   1575, "Poole Rd.",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div02/R-2719BA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["8/1/2003",  "LENOIR",   "R-2719BA",   "SR",   1607, "Nameless",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div02/R-2719BA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["8/1/2003",  "LENOIR",   "R-2719BA",   "SR",   1607, "Shackleford Rd.",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div02/R-2719BA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["8/1/2003",  "LENOIR",   "R-2719BA",   "SR",   2010, "Crescent Rd.",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div02/R-2719BA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["8/1/2003",  "LENOIR",   "R-2719BA",   "SR",   2013, "Nameless",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div02/R-2719BA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["8/1/2003",  "LENOIR",   "R-2719BA",   "SR",   2014, "Nameless",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div02/R-2719BA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["8/1/2003",  "LENOIR",   "R-2719BA",   "SR",   2015, "Nameless",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div02/R-2719BA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["8/4/2003",  "GUILFORD",   "40_0729_08-03",   "SR",   4872, "Henson Farm Wy.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div07/40_0729_08-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/4/2003",  "GUILFORD",   "40_0729_08-03",   "SR",   4873, "Lentz Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div07/40_0729_08-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/4/2003",  "GUILFORD",   "40_0729_08-03",   "SR",   4874, "Armfield Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div07/40_0729_08-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/7/2003",  "UNION",   "89_1015_06-08",   "SR",   1792, "Nameless",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div10/89_1015_06-08.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/7/2003",  "UNION",   "89_1015_06-08",   "SR",   2721, "Nameless",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div10/89_1015_06-08.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/7/2003",  "UNION",   "89_1015_06-08",   "SR",   2337, "Nameless",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div10/89_1015_06-08.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/7/2003",  "UNION",   "89_1015_06-08",   "SR",   2336, "Nameless",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div10/89_1015_06-08.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/7/2003",  "UNION",   "89_1015_06-08",   "SR",   2335, "Nameless",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div10/89_1015_06-08.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/7/2003",  "PENDER",   "46573",   "SR",   1471, "Sugarloaf Ct.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div03/46573.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "UNION",   "89_1015_06-08",   "SR",   1806, "Nameless",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div10/89_1015_06-08.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/7/2003",  "UNION",   "89_1015_06-08",   "SR",   1805, "Nameless",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div10/89_1015_06-08.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/7/2003",  "UNION",   "89_1015_06-08",   "SR",   1804, "Nameless",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div10/89_1015_06-08.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/7/2003",  "UNION",   "89_1015_06-08",   "SR",   1803, "Namaless",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div10/89_1015_06-08.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/7/2003",  "UNION",   "89_1015_06-08",   "SR",   1801, "Nameless",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div10/89_1015_06-08.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/7/2003",  "UNION",   "89_1015_06-08",   "SR",   1684, "Nameless",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div10/89_1015_06-08.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/7/2003",  "UNION",   "89_1015_06-08",   "SR",   1625, "Nameless",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div10/89_1015_06-08.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/7/2003",  "UNION",   "89_1015_06-08",   "SR",   1565, "Nameless",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div10/89_1015_06-08.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/7/2003",  "SCOTLAND",   "46598",   "SR",   1509, "Pine Needle Cir.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div08/46598.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "RANDOLPH",   "46597",   "SR",   2996, "Donna Rd.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div08/46597.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "UNION",   "89_1015_06-08",   "SR",   2722, "Nameless",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div10/89_1015_06-08.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/7/2003",  "PERSON",   "46577",   "SR",   1778, "Herbert Hill Dr",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46577.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "WAKE",   "46580",   "SR",   5066, "Gillingham Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46580.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "ORANGE",   "46596",   "SR",   1443, "Alice Miller",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div07/46596.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "ORANGE",   "46596",   "SR",   1442, "Buck Walter Ln.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div07/46596.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "ORANGE",   "46595",   "SR",   1661, "LA Mesa Ln.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div07/46595.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "PERSON",   "46577",   "SR",   1779, "Odessa Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46577.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "WAKE",   "46582",   "SR",   5085, "Elmswick Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46582.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "ROWAN",   "79_0914_08-03",   "SR",   1956, "Holly Avenue",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div09/79_0914_08-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/7/2003",  "YADKIN",   "46604",   "SR",   1445, "Marvin Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div11/46604.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "WILKES",   "46603",   "SR",   2574, "Hidden Valley Drive",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div11/46603.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "WATAUGA",   "46614",   "SR",   1184, "Valle Vista Drive",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div11/46614.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "WAKE",   "46796",   "SR",   2517, "Rogers Rd.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46796.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "WAKE",   "46584",   "SR",   5350, "Arnhem Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46584.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "WAKE",   "46584",   "SR",   5349, "Vermeer Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46584.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "WAKE",   "46584",   "SR",   5348, "White Star Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46584.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "WAKE",   "46583",   "SR",   5087, "Locust Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46583.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "VANCE",   "46579",   "SR",   1456, "Meridian Wy.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46579.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "WAKE",   "46583",   "SR",   5078, "Sawyers Mill Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46583.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "UNION",   "89_1015_06-08",   "SR",   2723, "Nameless",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div10/89_1015_06-08.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/7/2003",  "WAKE",   "46581",   "SR",   4577, "Dun Loring Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46581.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "WAKE",   "46581",   "SR",   4576, "Matherly Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46581.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "WAKE",   "46580",   "SR",   5082, "Wingate Hill Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46580.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "ORANGE",   "46594",   "SR",   2276, "Stone Creek Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div07/46594.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "WAKE",   "46580",   "SR",   5061, "Anfield Rd.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46580.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "VANCE",   "46579",   "SR",   1455, "Pinnacle Pl.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46579.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "VANCE",   "46579",   "SR",   1454, "Carolina Woods Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46579.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "VANCE",   "46578",   "SR",   1625, "Daffodil Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46578.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "VANCE",   "46578",   "SR",   1624, "Daisy Ln.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46578.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "VANCE",   "46578",   "SR",   1623, "Tulip Ln.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46578.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "WAKE",   "46583",   "SR",   5086, "Knottsberry Wy.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46583.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "DAVIDSON",   "46600",   "SR",   3185, "Whispering Pines Lane",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div09/46600.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "GUILFORD",   "46586",   "SR",   3731, "Circle Tr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div07/46586.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "GRANVILLE",   "46576",   "SR",   1782, "Craven Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46576.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "GRANVILLE",   "46576",   "SR",   1766, "Highview Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46576.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "GRANVILLE",   "46576",   "SR",   1765, "Marlowe Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46576.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "GRANVILLE",   "38_0536_08-03",   "SR",   1103, "Central Ave.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/38_0536_08-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/7/2003",  "FRANKLIN",   "46575",   "SR",   1938, "Trotters Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46575.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "FRANKLIN",   "46575",   "SR",   1937, "Fox Hunt Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46575.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "FRANKLIN",   "46575",   "SR",   1936, "Fox Run",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46575.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "FRANKLIN",   "46574",   "SR",   1816, "Straton Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46574.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "GUILFORD",   "46586",   "SR",   3732, "Mesa Verde Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div07/46586.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "SCOTLAND",   "46598",   "SR",   1522, "Bucknell Ln.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div08/46598.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "FRANKLIN",   "46574",   "SR",   1815, "Turtle Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46574.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "DAVIDSON",   "46600",   "SR",   3184, "Swicegood Farms Lane",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div09/46600.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "DAVIDSON",   "46599",   "SR",   2813, "Stacey Street",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div09/46599.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "CURRITUCK",   "46571",   "SR",   1451, "Bass Ct.",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div01/46571.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "CUMBERLAND",   "46585",   "SR",   3946, "Independence Dr.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div06/46585.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "CRAVEN",   "46572",   "SR",   1862, "Joyner Dr.",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div02/46572.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "CATAWBA",   "46605",   "SR",   2798, "Aquarian Way",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div12/46605.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "CALDWELL",   "13_1111_08-03",   "SR",   1103, "Bumgarner Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div11/13_1111_08-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/7/2003",  "AVERY",   "46612",   "SR",   1539, "Grandfather Lake road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div11/46612.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "AVERY",   "46602",   "SR",   1548, "Tanglewood Cemetery Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div11/46602.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "ORANGE",   "46593",   "SR",   1441, "Springhollow Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div07/46593.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "FORSYTH",   "33_0918_08-03",   "SR",   3410, "Ebert Street",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div09/33_0918_08-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/7/2003",  "IREDELL",   "46607",   "SR",   2628, "Annabelle Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div12/46607.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "GUILFORD",   "46587",   "SR",   3733, "Meadowland Terr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div07/46587.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "ORANGE",   "46593",   "SR",   1438, "Cloverdale Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div07/46593.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "ORANGE",   "46593",   "SR",   1437, "Briarwood Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div07/46593.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "ORANGE",   "46593",   "SR",   1428, "E. Mill Pointe Ln.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div07/46593.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "IREDELL",   "46613",   "SR",   3162, "Perth Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div12/46613.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "IREDELL",   "46613",   "SR",   1303, "Perth Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div12/46613.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "ASHE",   "46601",   "SR",   1289, "Kemp Drive",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div11/46601.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "IREDELL",   "46609",   "SR",   3159, "Oakstone Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div12/46609.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "DURHAM",   "46611",   "SR",   1812, "Little Rogers Rd.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div05/46611.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "IREDELL",   "46608",   "SR",   1303, "Perth Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div12/46608.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "ORANGE",   "46593",   "SR",   1439, "Roebuck Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div07/46593.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "ORANGE",   "46593",   "SR",   1440, "Loganberry Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div07/46593.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "IREDELL",   "46606",   "SR",   3161, "Eagle Chase Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div12/46606.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "IREDELL",   "46606",   "SR",   3160, "Deer Run Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div12/46606.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "HENDERSON",   "46610",   "SR",   2157, "Bill Owens Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div14/46610.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "GUILFORD",   "46592",   "SR",   4770, "Northwick Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div07/46592.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "GUILFORD",   "46592",   "SR",   4769, "Wyckshire Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div07/46592.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "GUILFORD",   "46591",   "SR",   3616, "N. Scythe Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div07/46591.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "GUILFORD",   "46590",   "SR",   4396, "S. Scamper Grey Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div07/46590.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "GUILFORD",   "46590",   "SR",   4395, "Squirrel Chase Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div07/46590.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "GUILFORD",   "46589",   "SR",   4394, "Gold Dust Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div07/46589.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "GUILFORD",   "46588",   "SR",   3734, "Liberty Valley Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div07/46588.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/7/2003",  "IREDELL",   "46609",   "SR",   3158, "Hidden Brook Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div12/46609.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["8/18/2003",  "MECKLENBURG",   "R-2123BB",   "SR",   5853, "N  Pines Hills Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div10/R-2123BB.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["8/18/2003",  "MECKLENBURG",   "R-2123BB",   "",   485, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div10/R-2123BB.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["8/18/2003",  "MECKLENBURG",   "R-2123BA",   "",   485, "unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div10/R-2123BA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["8/18/2003",  "MECKLENBURG",   "R-2123BB",   "SR",   4606, "Lone Eagle Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div10/R-2123BB.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["8/22/2003",  "RANDOLPH",   "FR_75_08-03_1",   "SR",   1130, "Scott Farm Rd.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div08/FR_75_08-03_1.pdf",   "2003",   "FIELD REQUEST", "True"];
DEData[n++] = ["8/25/2003",  "MECKLENBURG",   "U-2512BA",   "SR",   5900, "Service Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div10/U-2512BA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["8/26/2003",  "IREDELL",   "HTO_48_08-03",   "",   115, "Broad Street",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div12/HTO_48_08-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["8/26/2003",  "IREDELL",   "HTO_48_08-03",   "",   3, "Iredell Avenue",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div12/HTO_48_08-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["8/26/2003",  "IREDELL",   "HTO_48_08-03",   "SR",   3078, "McLelland Street",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div12/HTO_48_08-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["8/29/2003",  "MARTIN",   "R-2112BB",   "",   64, "Unknown name",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div01/R-2112BB.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["8/29/2003",  "MARTIN",   "R-2112BB",   "",   13, "Unknown name",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div01/R-2112BB.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["8/29/2003",  "MARTIN",   "R-2112BB",   "SR",   1598, "Unknown name",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div01/R-2112BB.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["8/29/2003",  "MARTIN",   "R-2112BB",   "",   17, "Unknonw name",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/08_August/Div01/R-2112BB.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["9/5/2003",  "CLAY",   "R-2703",   "",   64, "Unknown Name",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div14/R-2703.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["9/5/2003",  "CLAY",   "R-2703",   "SR",   1312, "Swanson Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div14/R-2703.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["9/5/2003",  "CLAY",   "A-0011BA",   "SR",   1312, "Swanson Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div14/A-0011BA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["9/5/2003",  "CLAY",   "A-0011BA",   "",   64, "No Name",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div14/A-0011BA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["9/6/2003",  "ONSLOW",   "66_0314_03-03",   "SR",   1797, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div03/66_0314_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/6/2003",  "ONSLOW",   "66_0314_03-03",   "SR",   1741, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div03/66_0314_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/6/2003",  "ONSLOW",   "66_0314_03-03",   "SR",   1725, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div03/66_0314_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/6/2003",  "ONSLOW",   "66_0314_03-03",   "SR",   1724, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div03/66_0314_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/6/2003",  "ONSLOW",   "66_0314_03-03",   "SR",   1723, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div03/66_0314_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/6/2003",  "ONSLOW",   "66_0314_03-03",   "SR",   1722, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div03/66_0314_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/6/2003",  "ONSLOW",   "66_0314_03-03",   "SR",   1474, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div03/66_0314_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/6/2003",  "ONSLOW",   "66_0314_03-03",   "SR",   1721, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div03/66_0314_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/6/2003",  "ONSLOW",   "66_0314_03-03",   "SR",   1473, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div03/66_0314_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/6/2003",  "ONSLOW",   "66_0314_03-03",   "SR",   1472, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div03/66_0314_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/6/2003",  "ONSLOW",   "66_0314_03-03",   "SR",   1468, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div03/66_0314_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/6/2003",  "ONSLOW",   "66_0314_03-03",   "SR",   1466, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div03/66_0314_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/6/2003",  "ONSLOW",   "66_0314_03-03",   "SR",   1451, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div03/66_0314_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/6/2003",  "ONSLOW",   "66_0314_03-03",   "SR",   1719, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div03/66_0314_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/6/2003",  "ONSLOW",   "66_0314_03-03",   "SR",   1720, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div03/66_0314_03-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/9/2003",  "WAKE",   "91_0520_09-03",   "SR",   3017, "Rhododendron Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div05/91_0520_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/9/2003",  "WAKE",   "91_0520_09-03",   "SR",   3045, "Marietta Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div05/91_0520_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/9/2003",  "WAKE",   "91_0520_09-03",   "SR",   3034, "Pewter Pl.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div05/91_0520_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/9/2003",  "WAKE",   "91_0520_09-03",   "SR",   3033, "Lantern Pl.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div05/91_0520_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/9/2003",  "WAKE",   "91_0520_09-03",   "SR",   3031, "Carriage Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div05/91_0520_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/9/2003",  "WAKE",   "91_0520_09-03",   "SR",   3016, "Tew Cir.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div05/91_0520_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/9/2003",  "WAKE",   "91_0520_09-03",   "SR",   2905, "Pin Oak Rd.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div05/91_0520_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/9/2003",  "WAKE",   "91_0520_09-03",   "SR",   2904, "Live Oak Rd.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div05/91_0520_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/9/2003",  "WAKE",   "91_0520_09-03",   "SR",   1758, "Edgemont Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div05/91_0520_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/9/2003",  "WAKE",   "91_0520_09-03",   "SR",   1668, "Laurel Hills Rd.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div05/91_0520_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/9/2003",  "WAKE",   "91_0520_09-03",   "SR",   2906, "Willow Oak Rd.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div05/91_0520_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/9/2003",  "RUTHERFORD",   "U-2711A",   "SR",   2179, "Oak Street",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div13/U-2711A.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["9/9/2003",  "WAKE",   "91_0520_09-03",   "SR",   3032, "Old Post Rd.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div05/91_0520_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "JOHNSTON",   "46620",   "SR",   2270, "Leach Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div04/46620.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "HOKE",   "46631",   "SR",   1379, "Stacy Ln.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div08/46631.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "JOHNSTON",   "46620",   "SR",   2272, "Kings Ct.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div04/46620.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "HOKE",   "46631",   "SR",   1380, "Catherine St.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div08/46631.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "HOKE",   "46631",   "SR",   1381, "David Ct.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div08/46631.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "IREDELL",   "46644",   "SR",   3163, "Maple View Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/46644.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "JOHNSTON",   "46619",   "SR",   1792, "Buckhorn Ln.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div04/46619.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "JOHNSTON",   "46620",   "SR",   2271, "Susan Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div04/46620.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "HOKE",   "46630",   "SR",   1378, "Covey Ct.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div08/46630.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "FORSYTH",   "33_0999_09-03",   "SR",   3956, "Old Belt Way",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div09/33_0999_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "IREDELL",   "46645",   "SR",   1773, "Westscott Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/46645.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "HOKE",   "46630",   "SR",   1377, "Bobwhite Ct.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div08/46630.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "HOKE",   "46630",   "SR",   1376, "Hollow Ln.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div08/46630.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "HOKE",   "46629",   "SR",   1550, "Braddy St.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div08/46629.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "HOKE",   "46629",   "SR",   1549, "Huckabee St.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div08/46629.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "HALIFAX",   "46647",   "SR",   1341, "Crawley Rd.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div04/46647.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "HALIFAX",   "46618",   "SR",   1550, "Farley Cir.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div04/46618.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "HALIFAX",   "46618",   "SR",   1549, "Farley Cir.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div04/46618.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "GASTON",   "46643",   "SR",   1742, "Burton Estates Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/46643.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "JOHNSTON",   "46620",   "SR",   2273, "Skipping Stone Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div04/46620.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "FORSYTH",   "33_0999_09-03",   "SR",   3957, "Montroyal Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div09/33_0999_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "RANDOLPH",   "46634",   "SR",   2043, "Dean View Dr.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div08/46634.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "FORSYTH",   "33_0999_09-03",   "SR",   1904, "College Street",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div09/33_0999_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "FORSYTH",   "33_0999_09-03",   "SR",   1654, "Washington Street",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div09/33_0999_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "GASTON",   "46642",   "SR",   1210, "Weston Street",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/46642.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "WAKE",   "46626",   "SR",   4058, "Brushy Meadows Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div05/46626.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "FORSYTH",   "33_0999_09-03",   "SR",   1648, "Bethania Street",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div09/33_0999_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "WILSON",   "46622",   "SR",   1819, "Aaron Ln.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div04/46622.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "WAKE",   "46653",   "SR",   1252, "Zeno Rd.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div05/46653.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "WAKE",   "46653",   "SR",   1230, "Hyacinth Wy.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div05/46653.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "WAKE",   "46653",   "SR",   1161, "Zeno Rd.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div05/46653.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "WAKE",   "46628",   "SR",   5352, "Willow Crest Ln.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div05/46628.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "WAKE",   "46628",   "SR",   5351, "Silver Spring Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div05/46628.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "WAKE",   "46628",   "SR",   4887, "Middle Ridge Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div05/46628.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "WAKE",   "46627",   "SR",   4350, "Woodline Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div05/46627.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "WAKE",   "46627",   "SR",   4349, "Meadowland Ln.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div05/46627.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "NASH",   "46621",   "SR",   1867, "Bridge Tender Cir.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div04/46621.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "WAKE",   "46626",   "SR",   5089, "Spring Crest Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div05/46626.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "JOHNSTON",   "46620",   "SR",   2274, "Gibbons Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div04/46620.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "WAKE",   "46625",   "SR",   5088, "Hunters Md.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div05/46625.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "ROBESON",   "77_0639_09-03",   "SR",   2051, "Grayce St.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div06/77_0639_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "ONSLOW",   "46617",   "SR",   1271, "River Dr.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div03/46617.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "MOORE",   "46633",   "SR",   1185, "Sunshine Blvd.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div08/46633.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "LINCOLN",   "46652",   "SR",   1578, "Caswell Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/46652.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "MECKLENBURG",   "46656",   "SR",   5483, "Asheford Woods Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div10/46656.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "WILSON",   "46623",   "SR",   1459, "Cobblestone Rd.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div04/46623.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "LINCOLN",   "46651",   "SR",   1438, "Hoyle Farm Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/46651.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "JOHNSTON",   "46649",   "SR",   2303, "Absher Rd.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div04/46649.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "JOHNSTON",   "46648",   "SR",   1734, "Atkinson Mill Rd.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div04/46648.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "WAKE",   "46626",   "SR",   5090, "Green Knob Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div05/46626.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "CABARRUS",   "46654",   "SR",   2395, "Kelly Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div10/46654.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "CATAWBA",   "17_1216_09-03",   "SR",   1304, "11TH Avenue SW",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/17_1216_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "CATAWBA",   "17_1216_09-03",   "SR",   1292, "15TH Avenue Drive SE",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/17_1216_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "CATAWBA",   "17_1208_09-03",   "SR",   2428, "Cable Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/17_1208_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "CATAWBA",   "17_1208_09-03",   "SR",   1602, "Dehart Motor Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/17_1208_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "CALDWELL",   "13_1115_09-03",   "SR",   4105, "Duke Power Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div11/13_1115_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "CALDWELL",   "13_1115_09-03",   "SR",   1796, "Victoria Lane",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div11/13_1115_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "CALDWELL",   "13_1115_09-03",   "SR",   1771, "Plymouth Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div11/13_1115_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "CALDWELL",   "13_1115_09-03",   "SR",   1590, "Greenvalley Place",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div11/13_1115_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "CALDWELL",   "13_1115_09-03",   "SR",   1587, "Severt Circle",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div11/13_1115_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "CALDWELL",   "13_1115_09-03",   "SR",   1302, "Brookdale Place",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div11/13_1115_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "CATAWBA",   "17_1216_09-03",   "SR",   1416, "5TH Street NE",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/17_1216_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "CABARRUS",   "46654",   "SR",   2396, "Revere Ln.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div10/46654.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "CATAWBA",   "17_1216_09-03",   "SR",   1413, "14TH Avenue SW",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/17_1216_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "CABARRUS",   "46654",   "SR",   2394, "Sanger Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div10/46654.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "CABARRUS",   "46654",   "SR",   2393, "Hester Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div10/46654.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "CABARRUS",   "46654",   "SR",   2392, "Beth Ln.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div10/46654.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "CABARRUS",   "46654",   "SR",   2391, "Oliver Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div10/46654.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "CABARRUS",   "46654",   "SR",   2358, "Gerhardt Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div10/46654.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "CABARRUS",   "46654",   "SR",   2356, "Snow Dr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div10/46654.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "BERTIE",   "46655",   "SR",   1501, "Bal Gra Rd.",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div01/46655.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "BEAUFORT",   "46615",   "SR",   1467, "Racoon Rn.",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div02/46615.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "ALEXANDER",   "46636",   "SR",   1532, "Winterhaven Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/46636.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "MOORE",   "46632",   "SR",   2187, "Baystone Ct.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div08/46632.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "FORSYTH",   "33_0999_09-03",   "SR",   1647, "Glade Street",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div09/33_0999_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "CABARRUS",   "46654",   "SR",   2397, "Scheer Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div10/46654.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "CATAWBA",   "46639",   "SR",   2365, "Willow Ridge Street",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/46639.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "FORSYTH",   "33_0999_09-03",   "SR",   1645, "Second Street",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div09/33_0999_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "DURHAM",   "46624",   "SR",   2469, "St. Albans Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div05/46624.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "DAVIDSON",   "46635",   "SR",   3186, "Ridgewood Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div09/46635.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "CRAVEN",   "46646",   "SR",   1186, "Nameless",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div02/46646.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "CRAVEN",   "46616",   "SR",   1985, "Trinity Dr.",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div02/46616.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "CRAVEN",   "46616",   "SR",   1984, "Sierra Dr.",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div02/46616.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "CRAVEN",   "46616",   "SR",   1983, "Holly Berry Dr.",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div02/46616.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "CRAVEN",   "46616",   "SR",   1982, "Green Trees Dr.",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div02/46616.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "CLEVELAND",   "46641",   "SR",   2498, "Riverside Court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/46641.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "CATAWBA",   "46650",   "SR",   1885, "Monbo Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/46650.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "CATAWBA",   "17_1216_09-03",   "SR",   1295, "14TH Avenue SE",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/17_1216_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "CATAWBA",   "46640",   "SR",   2764, "Granet Street",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/46640.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "CATAWBA",   "17_1216_09-03",   "SR",   1418, "21ST Avenue NE",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/17_1216_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "CATAWBA",   "17_1216_09-03",   "SR",   1477, "15TH Avenue Boulevard SE",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/17_1216_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "CATAWBA",   "17_1216_09-03",   "SR",   1455, "9TH Street SE",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/17_1216_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "CATAWBA",   "46640",   "SR",   2799, "Mayflower Court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/46640.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "CATAWBA",   "17_1216_09-03",   "SR",   1467, "Main Avenue SE",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/17_1216_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "CATAWBA",   "46639",   "SR",   2131, "Overbrook Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/46639.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "CATAWBA",   "17_1216_09-03",   "SR",   2222, "2nd Avenue Drive SE",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/17_1216_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "CATAWBA",   "17_1216_09-03",   "SR",   2541, "20-Avenue SE",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/17_1216_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/11/2003",  "CATAWBA",   "46637",   "SR",   2132, "Four \"C\" Place",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/46637.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "CATAWBA",   "46638",   "SR",   2128, "McCorkle Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/46638.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "CATAWBA",   "46639",   "SR",   2129, "Sugar Maple Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/46639.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "CATAWBA",   "46639",   "SR",   2130, "Spring Branch Court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/46639.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["9/11/2003",  "CATAWBA",   "17_1216_09-03",   "SR",   1457, "9TH Avenue SE",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div12/17_1216_09-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/15/2003",  "ROCKINGHAM",   "HTO_78_09-03",   "",   220, "Nameless",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div07/HTO_78_09-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["9/15/2003",  "DARE",   "HTO_27_09-03",   "",   64, "Nameless",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div01/HTO_27_09-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["9/15/2003",  "ROCKINGHAM",   "HTO_78_09-03",   "",   87, "Nameless",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div07/HTO_78_09-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["9/15/2003",  "ROCKINGHAM",   "HTO_78_09-03",   "",   770, "Nameless",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div07/HTO_78_09-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["9/15/2003",  "ROCKINGHAM",   "HTO_78_09-03",   "",   311, "Nameless",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div07/HTO_78_09-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["9/15/2003",  "HENDERSON",   "HTO_44_09-03",   "",   26, "Nameless",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div14/HTO_44_09-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["9/15/2003",  "HENDERSON",   "HTO_44_09-03",   "",   25, "Nameless",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div14/HTO_44_09-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["9/15/2003",  "ROCKINGHAM",   "HTO_78_09-03",   "",   135, "Nameless",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div07/HTO_78_09-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["9/15/2003",  "DAVIDSON",   "HTO_28_09-03",   "SR",   3346, "Unknown Name",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div09/HTO_28_09-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["9/15/2003",  "HENDERSON",   "HTO_44_09-03",   "",   225, "Nameless",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div14/HTO_44_09-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["9/17/2003",  "ROCKINGHAM",   "B-3230",   "",   220, "Bus.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div07/B-3230.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["9/18/2003",  "MECKLENBURG",   "HTO_59_09-03",   "",   485, "Charlotte Outer Loop",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div10/HTO_59_09-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["9/18/2003",  "MECKLENBURG",   "HTO_59_09-03",   "SR",   5901, "Billy Graham Parkway",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div10/HTO_59_09-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["9/18/2003",  "MECKLENBURG",   "HTO_59_09-03",   "SR",   3998, "South Boulevard",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div10/HTO_59_09-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["9/18/2003",  "MECKLENBURG",   "HTO_59_09-03",   "SR",   1291, "Woodland Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/09_September/Div10/HTO_59_09-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46673",   "SR",   3101, "Marble Clay Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46673.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46689",   "SR",   2979, "Woodmont Dr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46689.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46689",   "SR",   2983, "Stonehaven",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46689.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "89_1008_10-03",   "SR",   3217, "Raywood Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/89_1008_10-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46689",   "SR",   2982, "Summit View Pl.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46689.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46689",   "SR",   2981, "Rockland Tr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46689.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46689",   "SR",   2980, "Rosemont Wy.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46689.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46689",   "SR",   2984, "Hickory Ridge Dr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46689.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46675",   "SR",   2978, "weddington Oaks Dr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46675.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46675",   "SR",   2977, "Minor Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46675.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46675",   "SR",   2976, "Antioch Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46675.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "WAKE",   "46660",   "SR",   4578, "Avinshire Pl.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div05/46660.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46673",   "SR",   3102, "Antler View Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46673.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "WAKE",   "46663",   "SR",   5092, "Glenrothes Cv.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div05/46663.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46673",   "SR",   3100, "Prospect Pointe Dr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46673.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46671",   "SR",   2974, "Dansington Ln.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46671.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46671",   "SR",   2973, "Mossington Ln.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46671.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46671",   "SR",   2972, "Beaminster Pl.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46671.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46674",   "SR",   2683, "Creekstone Rd.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46674.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "WAKE",   "46664",   "SR",   5358, "Quails Call Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div05/46664.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46671",   "SR",   2971, "Amersham Ln.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46671.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "PAMLICO",   "46658",   "SR",   1380, "Quil Rd.",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div02/46658.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "WAKE",   "46665",   "SR",   5220, "Jones Sausage Rd.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div05/46665.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "WAKE",   "46665",   "SR",   2547, "White Oak Rd.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div05/46665.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "WAKE",   "46664",   "SR",   5363, "Cazelet Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div05/46664.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "WAKE",   "46664",   "SR",   5362, "Quetzel Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div05/46664.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "WAKE",   "46664",   "SR",   5361, "Rhea Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div05/46664.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "WAKE",   "46662",   "SR",   5131, "Bibury Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div05/46662.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "WAKE",   "46664",   "SR",   5359, "Glen Cox Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div05/46664.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "WAKE",   "46660",   "SR",   4579, "Joshua Woods Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div05/46660.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "WAKE",   "46664",   "SR",   5357, "Old Memorial Cir.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div05/46664.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "WAKE",   "46664",   "SR",   5356, "Rolling Field Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div05/46664.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "WAKE",   "46664",   "SR",   5355, "Simon Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div05/46664.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "WAKE",   "46664",   "SR",   5354, "Golden Grain Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div05/46664.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "WAKE",   "46663",   "SR",   5091, "Glashields Wy.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div05/46663.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "WAKE",   "46662",   "SR",   5130, "Somerford Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div05/46662.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "WAKE",   "46662",   "SR",   5129, "Enderbury Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div05/46662.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "WAKE",   "46661",   "SR",   5401, "Hunters cove Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div05/46661.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "WAKE",   "46664",   "SR",   5360, "Grey Dove Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div05/46664.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "CHEROKEE",   "46686",   "SR",   1328, "Steve Quinn Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div14/46686.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "LINCOLN",   "46680",   "SR",   2027, "Tiny Trail",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div12/46680.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "IREDELL",   "46685",   "SR",   1841, "Circle Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div12/46685.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "GUILFORD",   "40_0729_10-03",   "SR",   4877, "Bascom Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div07/40_0729_10-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["10/9/2003",  "FORSYTH",   "46668",   "SR",   4540, "Willow Springs Lane",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div09/46668.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "FORSYTH",   "46667",   "SR",   1909, "Simmons Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div09/46667.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "DAVIDSON",   "46666",   "SR",   2586, "South Miners Trail",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div09/46666.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "DAVIDSON",   "46666",   "SR",   2585, "North Miners Trail",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div09/46666.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "MECKLENBURG",   "46688",   "SR",   5748, "Humboldt Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46688.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "CRAVEN",   "46657",   "SR",   1986, "Leonard Dr.",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div02/46657.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "JACKSON",   "46687",   "SR",   1368, "Weldon Hall Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div14/46687.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "CATAWBA",   "46684",   "SR",   1142, "Cauble Dairy Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div12/46684.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "CASWELL",   "46682",   "SR",   1757, "Jim King Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div07/46682.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "AVERY",   "46676",   "SR",   1549, "Oak Street",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div11/46676.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "ANSON",   "46691",   "SR",   1827, "Nameless",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46691.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "ALEXANDER",   "46678",   "SR",   1860, "Windsor Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div12/46678.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "ALEXANDER",   "46677",   "SR",   1583, "Haven circle",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div12/46677.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46671",   "SR",   2970, "Basingdon Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46671.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46669",   "SR",   2963, "Pebble Stone Ln.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46669.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "DAVIDSON",   "46666",   "SR",   2584, "Moss Brook Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div09/46666.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "ALEXANDER",   "46677",   "SR",   1582, "Summer Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div12/46677.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46671",   "SR",   2969, "Gracefield Dr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46671.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46671",   "SR",   2968, "Carisbrooke Ln.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46671.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46671",   "SR",   2967, "Enfield Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46671.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46671",   "SR",   2966, "Riverwood Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46671.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46671",   "SR",   2965, "Brentford Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46671.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46671",   "SR",   2964, "Deercross Ln.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46671.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "IREDELL",   "46679",   "SR",   2266, "Millbranch Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div12/46679.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46670",   "SR",   1298, "Ashton Manor Wy.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46670.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "MECKLENBURG",   "46688",   "SR",   5749, "Braddock Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46688.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "ROWAN",   "46683",   "SR",   2083, "Erwin Temple Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div09/46683.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "NASH",   "46659",   "SR",   1869, "Olde Bay Ct.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div04/46659.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "NASH",   "46659",   "SR",   1868, "Saddlehorn Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div04/46659.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "MECKLENBURG",   "46690",   "SR",   1989, "Blue Ridge Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46690.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "MECKLENBURG",   "46690",   "SR",   1988, "Hugue Way",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46690.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "MECKLENBURG",   "46690",   "SR",   1987, "Oasis Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46690.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "MECKLENBURG",   "46690",   "SR",   1986, "Belmeade Green Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46690.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "MECKLENBURG",   "46688",   "SR",   5750, "Haddenfield Place",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46688.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/9/2003",  "UNION",   "46670",   "SR",   1299, "Bancroft Pl.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/46670.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["10/21/2003",  "DAVIDSON",   "B-3448",   "SR",   2775, "Emanuel Church Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div09/B-3448.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["10/22/2003",  "HAYWOOD",   "B-3660",   "SR",   1334, "Max Patch Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div14/B-3660.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["10/22/2003",  "HAYWOOD",   "B-3660",   "SR",   1338, "Fines Creek Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div14/B-3660.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["10/24/2003",  "DAVIDSON",   "R-2586A",   "SR",   2849, "Unknown name",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div09/R-2586A.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["10/24/2003",  "DAVIDSON",   "R-2586A",   "SR",   2143, "US 29/70 Service Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div09/R-2586A.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["10/24/2003",  "DAVIDSON",   "R-2586A",   "",   109, "Unknown name",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div09/R-2586A.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["10/24/2003",  "DAVIDSON",   "R-2586A",   "SR",   2144, "Cooksey Street",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div09/R-2586A.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["10/24/2003",  "DAVIDSON",   "R-2586A",   "SR",   1880, "US 29/70 Service Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div09/R-2586A.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["10/24/2003",  "DAVIDSON",   "R-2586A",   "SR",   1782, "J.C. Kennedy Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div09/R-2586A.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["10/24/2003",  "DAVIDSON",   "R-2586A",   "SR",   1881, "US 29/70 Service Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div09/R-2586A.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["10/24/2003",  "DAVIDSON",   "R-2586A",   "SR",   1783, "Thomasville Citydu",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div09/R-2586A.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["10/29/2003",  "MECKLENBURG",   "R-2123CC",   "SR",   5851, "NO NAME",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/R-2123CC.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["10/29/2003",  "MECKLENBURG",   "R-2123CC",   "SR",   5852, "NO NAME",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/R-2123CC.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["10/29/2003",  "MECKLENBURG",   "R-2123CC",   "SR",   5850, "NO NAME",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/R-2123CC.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["10/29/2003",  "MECKLENBURG",   "R-2123CC",   "SR",   5037, "WITHAM PASSAGE",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/R-2123CC.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["10/29/2003",  "MECKLENBURG",   "R-2123CC",   "",   485, "NO NAME",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/R-2123CC.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["10/29/2003",  "MECKLENBURG",   "R-2123CC",   "SR",   3000, "NO NAME",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/10_October/Div10/R-2123CC.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["11/3/2003",  "ALAMANCE",   "B-3400",   "SR",   1561, "Hub Mill Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div07/B-3400.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["11/4/2003",  "GUILFORD",   "I-2201F",   "SR",   1611, "Nameless",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div07/I-2201F.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["11/5/2003",  "HENDERSON",   "46722",   "SR",   1987, "Grove Hills Drive",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div14/46722.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "MACON",   "46724",   "SR",   1733, "Fox Run Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div14/46724.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "ORANGE",   "46703",   "SR",   1261, "Galax Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div07/46703.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "ORANGE",   "46703",   "SR",   1260, "Oconee Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div07/46703.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "ORANGE",   "46703",   "SR",   1259, "Oxbow Crossing Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div07/46703.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "ORANGE",   "46704",   "SR",   1662, "Nancy Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div07/46704.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "IREDELL",   "46719",   "SR",   2613, "Oak Creek Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div12/46719.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "IREDELL",   "46718",   "SR",   2040, "Chimney Ridge Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div12/46718.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "HOKE",   "46708",   "SR",   1551, "Brooke Run",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div08/46708.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "ORANGE",   "46704",   "SR",   1663, "N. English Hill Ln.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div07/46704.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "HENDERSON",   "46722",   "SR",   1988, "Pleasant Court",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div14/46722.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "WAKE",   "46693",   "SR",   5364, "Panther Hill Ln",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div05/46693.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "HENDERSON",   "46722",   "SR",   1986, "Kendrick Court",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div14/46722.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "HENDERSON",   "46723",   "SR",   1509, "Sourth Stoney View Court",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div14/46723.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "ORANGE",   "46704",   "SR",   1664, "S. English Hill Ln.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div07/46704.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "ORANGE",   "46705",   "SR",   1262, "Old Heritage Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div07/46705.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "ORANGE",   "46706",   "SR",   2272, "Staffield Ln.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div07/46706.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "ORANGE",   "46706",   "SR",   2279, "Brendan Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div07/46706.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "RANDOLPH",   "46709",   "SR",   2994, "Freedom Tr.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div08/46709.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "ROCKINGHAM",   "46707",   "SR",   2950, "Cheshire dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div07/46707.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "WAKE",   "46693",   "SR",   5365, "Overdale Ln.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div05/46693.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "WAKE",   "46693",   "SR",   5366, "Fieldgrass Pl.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div05/46693.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "WAKE",   "46694",   "SR",   4702, "Kingpost Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div05/46694.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "WAKE",   "46694",   "SR",   5036, "Stansted Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div05/46694.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "YADKIN",   "46712",   "SR",   1446, "Homestead Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div11/46712.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "WAKE",   "46694",   "SR",   5093, "Greenbreeze Ln.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div05/46694.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "HAYWOOD",   "46721",   "SR",   1406, "Spirea Drive",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div14/46721.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "ALAMANCE",   "46702",   "SR",   2609, "Misty Hollow Ln.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div07/46702.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "ROCKINGHAM",   "46707",   "SR",   2949, "Devonshire Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div07/46707.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "CABARRUS",   "46710",   "SR",   2540, "Feather St.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/46710.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "ALAMANCE",   "46702",   "SR",   2611, "Misty Hollow Ct.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div07/46702.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "ALAMANCE",   "46702",   "SR",   2610, "Lacie Nicole Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div07/46702.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "HARNETT",   "46700",   "SR",   2306, "Michaelyn Dr.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div06/46700.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "BURKE",   "46720",   "SR",   2336, "Eric Teague Road",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div13/46720.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "CABARRUS",   "46710",   "SR",   2541, "Beak Blvd.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/46710.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "CABARRUS",   "46710",   "SR",   2542, "Claw Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/46710.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "CABARRUS",   "46710",   "SR",   2543, "Predator Dr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/46710.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "CABARRUS",   "46710",   "SR",   2544, "Prey Ln.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/46710.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "CATAWBA",   "46713",   "SR",   2954, "James Farm Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div12/46713.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "CATAWBA",   "46713",   "SR",   2955, "Barnhardt Street",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div12/46713.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "CATAWBA",   "46713",   "SR",   2956, "Rainbow Hills Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div12/46713.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "CATAWBA",   "46713",   "SR",   2957, "Daisy Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div12/46713.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "CATAWBA",   "46714",   "SR",   2952, "Pinewinds Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div12/46714.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "HARNETT",   "46699",   "SR",   1193, "Heritage Wy.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div06/46699.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "ASHE",   "46711",   "SR",   1290, "Industrial Park Way",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div11/46711.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "CATAWBA",   "46714",   "SR",   2953, "Sweetbriar Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div12/46714.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "HARNETT",   "46699",   "SR",   2224, "Connecticut Wy.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div06/46699.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "GASTON",   "46717",   "SR",   2399, "Fleetwood Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div12/46717.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "DARE",   "46692",   "SR",   1532, "Sand St.",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div01/46692.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "CUMBERLAND",   "46698",   "SR",   2989, "Calhoun Dr.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div06/46698.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "CLEVELAND",   "46715",   "SR",   2680, "Enterprise Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div12/46715.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "CUMBERLAND",   "46696",   "SR",   3947, "Celebration Dr.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div06/46696.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "CUMBERLAND",   "46695",   "SR",   2848, "Treadway Ct.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div06/46695.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "CLEVELAND",   "46716",   "SR",   2679, "Eagle Court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div12/46716.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "CUMBERLAND",   "46697",   "SR",   4098, "Greenock Ave.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div06/46697.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "HARNETT",   "46699",   "SR",   2225, "Williamsburg Wy.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div06/46699.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/5/2003",  "CATAWBA",   "46725",   "SR",   2771, "Old Murray's Mill Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div12/46725.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/6/2003",  "UNION",   "89_1008_11-03",   "SR",   3221, "Pinnacle Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/89_1008_11-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["11/6/2003",  "UNION",   "89_1008_11-03",   "SR",   3222, "Honey Tree Ln.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/89_1008_11-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["11/6/2003",  "UNION",   "89_1008_11-03",   "SR",   3223, "Beaver Creek Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/89_1008_11-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["11/6/2003",  "UNION",   "89_1008_11-03",   "SR",   3224, "Elmsworth Ln.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/89_1008_11-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["11/6/2003",  "UNION",   "89_1008_11-03",   "SR",   3225, "Innesbrook Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/89_1008_11-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["11/6/2003",  "UNION",   "89_1008_11-03",   "SR",   3228, "Aldridge Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/89_1008_11-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["11/6/2003",  "UNION",   "89_1008_11-03",   "SR",   3220, "Old Surrey Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/89_1008_11-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["11/6/2003",  "UNION",   "89_1008_11-03",   "SR",   2662, "Brandon Oaks Pkwy.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/89_1008_11-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["11/6/2003",  "UNION",   "89_1008_11-03",   "SR",   3230, "Lavenham Pl.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/89_1008_11-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["11/6/2003",  "UNION",   "89_1008_11-03",   "SR",   3227, "Linstead Dr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/89_1008_11-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["11/6/2003",  "UNION",   "89_1008_11-03",   "SR",   3219, "Long Nook Ln.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/89_1008_11-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["11/6/2003",  "UNION",   "89_1008_11-03",   "SR",   3213, "Secret Garden Ct.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/89_1008_11-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["11/6/2003",  "UNION",   "89_1008_11-03",   "SR",   3212, "Farmingham Ln.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/89_1008_11-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["11/6/2003",  "UNION",   "89_1008_11-03",   "SR",   3209, "Fenwick Dr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/89_1008_11-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["11/6/2003",  "UNION",   "89_1008_11-03",   "SR",   3208, "Hollyhedge Ln.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/89_1008_11-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["11/6/2003",  "UNION",   "89_1008_11-03",   "SR",   2927, "Waters Reach Ln.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/89_1008_11-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["11/6/2003",  "HARNETT",   "46701",   "SR",   1914, "Tanning Ridge Drive",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div06/46701.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["11/6/2003",  "CALDWELL",   "13_1111_11-03",   "SR",   1105, "Duke Power Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div11/13_1111_11-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["11/6/2003",  "UNION",   "89_1008_11-03",   "SR",   2930, "Courtfield Dr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/89_1008_11-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["11/7/2003",  "CABARRUS",   "COR_12_11-03_1",   "SR",   2531, "Ridge Rd.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/COR_12_11-03_1.pdf",   "2003",   "CORRECTION", "True"];
DEData[n++] = ["11/7/2003",  "CABARRUS",   "COR_12_11-03_1",   "SR",   2532, "Ridge Rd.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/COR_12_11-03_1.pdf",   "2003",   "CORRECTION", "True"];
DEData[n++] = ["11/10/2003",  "EDGECOMBE",   "B-2967",   "SR",   1252, "Dunbar Rd.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div04/B-2967.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["11/10/2003",  "GUILFORD",   "40_0726_11-03",   "SR",   2055, "Loyola Dr.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div07/40_0726_11-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["11/12/2003",  "CURRITUCK",   "R-4011",   "SR",   1503, "Nameless",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div01/R-4011.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["11/21/2003",  "CABARRUS",   "U-2009BA",   "SR",   1430, "Crisco Rd.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/U-2009BA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["11/21/2003",  "CABARRUS",   "U-2009BA",   "SR",   1620, "Macedonia Ch. Rd.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/U-2009BA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["11/21/2003",  "CABARRUS",   "U-2009BA",   "SR",   1952, "Macedonia Ch. Rd.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/U-2009BA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["11/21/2003",  "CABARRUS",   "U-2009BA",   "SR",   1953, "Macedonia Ch. Rd.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div10/U-2009BA.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["11/25/2003",  "WAYNE",   "FR_95_11-03_1",   "SR",   1454, "Nameless",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/11_November/Div04/FR_95_11-03_1.pdf",   "2003",   "FIELD REQUEST", "True"];
DEData[n++] = ["12/4/2003",  "LINCOLN",   "46788",   "SR",   2035, "Silver Eagle Cove",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div12/46788.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "LINCOLN",   "46788",   "SR",   2030, "Quiet Cove Court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div12/46788.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46792",   "SR",   1715, "Medlin Rd.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46792.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46750",   "SR",   2665, "Homestead Wy.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46750.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "LEE",   "46758",   "SR",   1295, "Upchurch Farm Rd.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div08/46758.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "LEE",   "46758",   "SR",   1296, "Plant Bed Ln.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div08/46758.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "LEE",   "46758",   "SR",   1297, "Pack House Ln.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div08/46758.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "LINCOLN",   "46788",   "SR",   2029, "Cricket Cove Court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div12/46788.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46751",   "SR",   2702, "Weeks Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46751.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "LINCOLN",   "46788",   "SR",   2031, "Rustling Woods Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div12/46788.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "LINCOLN",   "46788",   "SR",   2032, "Ivey Hollow Court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div12/46788.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46750",   "SR",   2664, "Athol Ct.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46750.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "LINCOLN",   "46788",   "SR",   2034, "Windward Court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div12/46788.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46749",   "SR",   2290, "Longhorn Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46749.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "LINCOLN",   "46788",   "SR",   2036, "Channel Pointe Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div12/46788.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "LINCOLN",   "46789",   "SR",   2028, "River Village Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div12/46789.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "MECKLENBURG",   "46775",   "SR",   5484, "Wrights Ferry Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div10/46775.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "MECKLENBURG",   "46775",   "SR",   5485, "Christen Tyler Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div10/46775.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "MECKLENBURG",   "46775",   "SR",   5486, "Michael Shane Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div10/46775.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "LINCOLN",   "46788",   "SR",   2033, "Stormy Pointe Court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div12/46788.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46749",   "SR",   2231, "Southfort Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46749.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "MECKLENBURG",   "46775",   "SR",   5487, "Michael Lynn Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div10/46775.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46748",   "SR",   2275, "Line Dr",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46748.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46748",   "SR",   2276, "Travel Lite Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46748.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46748",   "SR",   2277, "Ione Ln.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46748.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46748",   "SR",   2278, "Natalie Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46748.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46748",   "SR",   2279, "Hobby Ct.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46748.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46748",   "SR",   2280, "Mark Ln.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46748.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46750",   "SR",   2660, "Cottsworth Ct.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46750.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46748",   "SR",   2282, "Irene Ln.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46748.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46750",   "SR",   2663, "Albemarle Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46750.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46749",   "SR",   2238, "Holstein Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46749.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "SAMPSON",   "46735",   "SR",   1358, "Serenity Lake Rd.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div03/46735.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46749",   "SR",   2288, "Black Angus Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46749.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46747",   "SR",   2295, "Rockhurst Ct.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46747.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46749",   "SR",   2289, "Jersey Ct.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46749.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46750",   "SR",   2659, "Norwood Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46750.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46750",   "SR",   2661, "Kingston Ct.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46750.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46750",   "SR",   2662, "Regent Ct.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46750.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46748",   "SR",   2281, "Peggy Ct.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46748.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "WAKE",   "46752",   "SR",   5132, "Cheviot Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div05/46752.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "ROWAN",   "46772",   "SR",   1669, "Wagan Wheel Way",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/46772.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "ROWAN",   "46768",   "SR",   1327, "Highland Woods Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/46768.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "ROWAN",   "46768",   "SR",   2741, "Cedar Creek Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/46768.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "ROWAN",   "46769",   "SR",   2279, "South Crump Circle",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/46769.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "ROWAN",   "46770",   "SR",   2474, "Dutch Farm Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/46770.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "ROWAN",   "46771",   "SR",   1668, "Shawnee Trail",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/46771.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "ROWAN",   "46772",   "SR",   1670, "Buck Board Lane",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/46772.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "ROWAN",   "46768",   "SR",   1269, "Hickory Wood Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/46768.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "SURRY",   "46778",   "SR",   2443, "Landmark Court",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div11/46778.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "RANDOLPH",   "46760",   "SR",   2553, "CC Square Rd.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div08/46760.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "WAKE",   "46753",   "SR",   4758, "Langston Cir",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div05/46753.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "WAKE",   "46753",   "SR",   5094, "Homeplace Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div05/46753.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "WAKE",   "46753",   "SR",   5095, "Jerningan Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div05/46753.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "WAKE",   "46754",   "SR",   5367, "Winkerton Dr.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div05/46754.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "WAKE",   "46754",   "SR",   5368, "Yopon Ct.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div05/46754.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "WAKE",   "46755",   "SR",   5402, "Greenridge View Ln.",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div05/46755.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46747",   "SR",   2294, "Messer Rd.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46747.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "BRUNSWICK",   "46732",   "SR",   1374, "Industrial Dr. 1",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div03/46732.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "SAMPSON",   "46736",   "SR",   1672, "Hawley Ridge Ln.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div03/46736.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "MECKLENBURG",   "46777",   "SR",   5497, "Sullivan's Trace Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div10/46777.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "MECKLENBURG",   "46775",   "SR",   5489, "Anderson Page Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div10/46775.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "MECKLENBURG",   "46775",   "SR",   5490, "Pilcher Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div10/46775.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "MECKLENBURG",   "46775",   "SR",   5491, "Corsair Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div10/46775.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "MECKLENBURG",   "46775",   "SR",   5492, "De Havilland Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div10/46775.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "MECKLENBURG",   "46775",   "SR",   5493, "Silver Dart Place",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div10/46775.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "MECKLENBURG",   "46775",   "SR",   5494, "Dornier Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div10/46775.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "MECKLENBURG",   "46775",   "SR",   5495, "String Fellow Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div10/46775.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "ROWAN",   "46768",   "SR",   1270, "Forest Ridge Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/46768.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "MECKLENBURG",   "46777",   "SR",   5496, "Steve Chapman Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div10/46777.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "MECKLENBURG",   "46775",   "SR",   5488, "Kirsten Nicole Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div10/46775.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "MECKLENBURG",   "46777",   "SR",   5498, "Allison Ashworth Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div10/46777.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "MECKLENBURG",   "46777",   "SR",   5499, "Gerald Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div10/46777.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "MOORE",   "46759",   "SR",   1948, "Harvest Ln.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div08/46759.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "MOORE",   "46759",   "SR",   1949, "Rebel Rd.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div08/46759.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "MOORE",   "46759",   "SR",   1950, "Chavis Dr.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div08/46759.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "NEW HANOVER",   "46733",   "SR",   2027, "Granny Rd.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div03/46733.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "PAMLICO",   "46726",   "SR",   1381, "Spicers Creek Dr.",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div02/46726.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "PENDER",   "46734",   "SR",   1693, "Doral Dr.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div03/46734.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "MECKLENBURG",   "46776",   "SR",   5584, "Ranchview Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div10/46776.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "DAVIE",   "46764",   "SR",   1208, "Oak Leaf Court",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/46764.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "CLEVELAND",   "46795",   "SR",   1918, "Fielding road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div12/46795.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "CLEVELAND",   "46795",   "SR",   1982, "Fielding Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div12/46795.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "CUMBERLAND",   "46756",   "SR",   2309, "Davidson Dr.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div06/46756.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "CUMBERLAND",   "46756",   "SR",   2310, "Vassar Cir.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div06/46756.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "DAVIDSON",   "46761",   "SR",   3343, "North Silver Street",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/46761.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "DAVIDSON",   "46762",   "SR",   3344, "Creekwood Court",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/46762.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "DAVIDSON",   "46793",   "SR",   3125, "Cox Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/46793.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "GASTON",   "46783",   "SR",   1897, "Spencer Woods Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div12/46783.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "DAVIE",   "46763",   "SR",   1517, "Brook Hill Court",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/46763.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "CATAWBA",   "46781",   "SR",   2127, "Samaria Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div12/46781.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "DAVIE",   "46764",   "SR",   1209, "Autumn Court",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/46764.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "FORSYTH",   "46765",   "SR",   3409, "Country Ridge Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/46765.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "FORSYTH",   "46766",   "SR",   3760, "Century Oaks Court",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/46766.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "FORSYTH",   "46766",   "SR",   3761, "Wild Spruce Court",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/46766.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "FORSYTH",   "46767",   "SR",   3395, "Crestview Place Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/46767.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "FORSYTH",   "46767",   "SR",   3396, "Turnberry Park Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/46767.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "FORSYTH",   "46767",   "SR",   3397, "Turnberry Park Court",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/46767.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "DAVIDSON",   "46794",   "SR",   1194, "Yadkin College Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/46794.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "BUNCOMBE",   "46790",   "SR",   2597, "Flowering Cherry Drive",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div13/46790.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46746",   "SR",   2293, "Valleycastle Ct.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46746.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "ALEXANDER",   "46780",   "SR",   1859, "Lake Forest Dr.",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div12/46780.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "BRUNSWICK",   "46727",   "SR",   1933, "Sea Cove Pl.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div03/46727.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "BRUNSWICK",   "46728",   "SR",   1932, "Sea Tree St. SW",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div03/46728.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "BRUNSWICK",   "46729",   "SR",   1523, "Colony Ln.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div03/46729.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "BRUNSWICK",   "46729",   "SR",   1609, "Creek View Ln.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div03/46729.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "BRUNSWICK",   "46730",   "SR",   1215, "Calvert St.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div03/46730.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "CLEVELAND",   "46782",   "SR",   1435, "Ridgefield Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div12/46782.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "BRUNSWICK",   "46732",   "SR",   1373, "Industrial Dr. 2",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div03/46732.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "CHEROKEE",   "46791",   "SR",   1677, "Old Forge Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div14/46791.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "ALEXANDER",   "46779",   "SR",   1858, "Arthur Jenkins Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div12/46779.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "BUNCOMBE",   "46790",   "SR",   2599, "Willow Oak Drive",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div13/46790.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "CABARRUS",   "46773",   "SR",   2531, "Ridge Rd.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div10/46773.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "CABARRUS",   "46774",   "SR",   2713, "Maple Bluff Ln.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div10/46774.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "CABARRUS",   "46774",   "SR",   2714, "Willow Grove Ln.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div10/46774.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "CABARRUS",   "46774",   "SR",   2715, "Running Deer Dr.",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div10/46774.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "CATAWBA",   "46781",   "SR",   2126, "Judea Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div12/46781.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "BUNCOMBE",   "46790",   "SR",   2598, "Sweet Gum Drive",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div13/46790.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "BRUNSWICK",   "46731",   "SR",   1930, "Harbor Ridge Rd.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div03/46731.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46743",   "SR",   2667, "Normandy Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46743.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46740",   "SR",   2801, "Ashlyn Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46740.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46741",   "SR",   2283, "Wildwood Ave.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46741.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46741",   "SR",   2284, "Maple Leaf Ln.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46741.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46741",   "SR",   2285, "Red Oak Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46741.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46741",   "SR",   2286, "Brairwood Ln.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46741.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46741",   "SR",   2287, "Boxwood Ln.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46741.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46742",   "SR",   2705, "Broom Sage Rd.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46742.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46740",   "SR",   2800, "Greenlyn Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46740.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46743",   "SR",   2666, "Windgate Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46743.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46746",   "SR",   2292, "Dunoon Ct.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46746.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46743",   "SR",   2668, "Bellaire Ct.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46743.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46743",   "SR",   2669, "Coventry Ct.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46743.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46744",   "SR",   2703, "Tree Farm Ln.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46744.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46744",   "SR",   2704, "Oak Hill Ct.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46744.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46745",   "SR",   2658, "Jamison Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46745.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46746",   "SR",   2291, "Glasgow Dr.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46746.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "GASTON",   "46783",   "SR",   1898, "Hemmingway Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div12/46783.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "BRUNSWICK",   "46731",   "SR",   1931, "Sunset Cove Rd.",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div03/46731.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46742",   "SR",   2706, "Wiregrass Ct.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46742.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "GASTON",   "46784",   "SR",   1899, "Frye Street",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div12/46784.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46739",   "SR",   2650, "Ashton Ct.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46739.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "HOKE",   "46757",   "SR",   1383, "Cardinal Ct.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div08/46757.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "HOKE",   "46757",   "SR",   1384, "Woodland Ct.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div08/46757.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "HOKE",   "46757",   "SR",   1385, "Woodland Dr.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div08/46757.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "IREDELL",   "46785",   "SR",   3070, "Brawley Harbor Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div12/46785.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "IREDELL",   "46785",   "SR",   3071, "Cliff Loop",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div12/46785.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "IREDELL",   "46785",   "SR",   3072, "Gammon Point Court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div12/46785.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "IREDELL",   "46786",   "SR",   1774, "Grainger Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div12/46786.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "IREDELL",   "46787",   "SR",   2460, "Apple Valley Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div12/46787.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46737",   "SR",   1715, "Medlin Rd.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46737.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46738",   "SR",   2651, "Lily Crossing",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46738.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46738",   "SR",   2652, "Groundsel Pl.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46738.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46738",   "SR",   2653, "Rockrose Pl.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46738.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46738",   "SR",   2654, "Silkgrass Wy.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46738.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46738",   "SR",   2655, "Mayflower Wy.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46738.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46738",   "SR",   2656, "Waterleaf Pl.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46738.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46738",   "SR",   2657, "Sweetbriar Ct.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46738.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "JOHNSTON",   "46739",   "SR",   2649, "Pondfield Ct.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div04/46739.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/4/2003",  "HOKE",   "46757",   "SR",   1382, "Timber Ridge Dr.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div08/46757.pdf",   "2003",   "PETITION", "True"];
DEData[n++] = ["12/5/2003",  "SAMPSON",   "B-3152",   "",   242, "Nameless",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div03/B-3152.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["12/15/2003",  "ROWAN",   "HTO_79_12-03",   "",   29, "Unknown Name",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/HTO_79_12-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["12/15/2003",  "ROWAN",   "HTO_79_12-03",   "",   152, "Unknown Name",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/HTO_79_12-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["12/15/2003",  "ROWAN",   "HTO_79_12-03",   "SR",   1673, "Unknown Name",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/HTO_79_12-03.pdf",   "2003",   "HTO", "True"];
DEData[n++] = ["12/16/2003",  "MCDOWELL",   "R-2596A",   "SR",   1556, "American Thread Road",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div13/R-2596A.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["12/16/2003",  "MCDOWELL",   "R-2596A",   "SR",   1562, "Johnson Hollow Road",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div13/R-2596A.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["12/16/2003",  "MCDOWELL",   "R-2596A",   "SR",   1564, "Martin Branch Road",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div13/R-2596A.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["12/16/2003",  "MCDOWELL",   "R-2596A",   "",   221, "unknown name",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div13/R-2596A.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["12/30/2003",  "DUPLIN",   "B-2954",   "",   50, "41/50",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div03/B-2954.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["12/30/2003",  "DUPLIN",   "B-2954",   "",   41, "41/50",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div03/B-2954.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["12/31/2003",  "ROWAN",   "79_0914_12-03",   "SR",   2011, "Cedarwood Circle",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/79_0914_12-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["12/31/2003",  "ROWAN",   "79_0914_12-03",   "SR",   2012, "Tall Pine Circle",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/79_0914_12-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["12/31/2003",  "ROWAN",   "79_0914_12-03",   "SR",   2013, "Elmwood Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/79_0914_12-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["12/31/2003",  "ROWAN",   "79_0914_12-03",   "SR",   2014, "Ashbrook Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/79_0914_12-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["12/31/2003",  "ROWAN",   "79_0914_12-03",   "SR",   2049, "Hemlock Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/79_0914_12-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["12/31/2003",  "ROWAN",   "79_0914_12-03",   "SR",   2050, "Post Oak Place",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/79_0914_12-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["12/31/2003",  "ROWAN",   "79_0914_12-03",   "SR",   2051, "Cedarwood Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/79_0914_12-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["12/31/2003",  "ROWAN",   "79_0914_12-03",   "SR",   2075, "Treetop Court",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/79_0914_12-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["12/31/2003",  "SURRY",   "B-3088",   "SR",   1527, "Virginia Drive",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div11/B-3088.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["12/31/2003",  "SURRY",   "B-3088",   "SR",   2221, "Rockford Drive",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div11/B-3088.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["12/31/2003",  "SURRY",   "B-3088",   "SR",   1654, "Lyn Avenue",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div11/B-3088.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["12/31/2003",  "ROWAN",   "79_0914_12-03",   "SR",   2010, "White Oak Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/79_0914_12-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["12/31/2003",  "SURRY",   "B-3088",   "SR",   1510, "Wagoner Drive",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div11/B-3088.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["12/31/2003",  "ROWAN",   "79_0914_12-03",   "SR",   1778, "Neita Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/79_0914_12-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["12/31/2003",  "HAYWOOD",   "B-3659",   "SR",   1144, "Big Cove Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div14/B-3659.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["12/31/2003",  "HAYWOOD",   "B-3659",   "SR",   1147, "Allens Creek Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div14/B-3659.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["12/31/2003",  "ROWAN",   "79_0914_12-03",   "SR",   2003, "Spruce Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/79_0914_12-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["12/31/2003",  "RANDOLPH",   "FR_75_12-03_1",   "SR",   2254, "Turner St.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div08/FR_75_12-03_1.pdf",   "2003",   "FIELD REQUEST", "True"];
DEData[n++] = ["12/31/2003",  "CASWELL",   "B-3130",   "SR",   1597, "High Rock School Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div07/B-3130.pdf",   "2003",   "TIP", "True"];
DEData[n++] = ["12/31/2003",  "ROWAN",   "79_0914_12-03",   "SR",   1782, "Fances Street",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/79_0914_12-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["12/31/2003",  "ROWAN",   "79_0914_12-03",   "SR",   1783, "Perryman Street",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/79_0914_12-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["12/31/2003",  "ROWAN",   "79_0914_12-03",   "SR",   1795, "Magnolia Circle",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/79_0914_12-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["12/31/2003",  "ROWAN",   "79_0914_12-03",   "SR",   1999, "Magnolia Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/79_0914_12-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["12/31/2003",  "ROWAN",   "79_0914_12-03",   "SR",   2000, "Larch Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/79_0914_12-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["12/31/2003",  "ROWAN",   "79_0914_12-03",   "SR",   2001, "Willow Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/79_0914_12-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["12/31/2003",  "ROWAN",   "79_0914_12-03",   "SR",   2002, "Sycamore Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div09/79_0914_12-03.pdf",   "2003",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["12/31/2003",  "RANDOLPH",   "FR_75_12-03_1",   "SR",   1582, "Plummer Rd.",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2003/12_December/Div08/FR_75_12-03_1.pdf",   "2003",   "FIELD REQUEST", "True"];
DEData[n++] = ["1/8/2004",  "MECKLENBURG",   "46811",   "SR",   5389, "Charden Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div10/46811.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "HENDERSON",   "46818",   "SR",   1989, "Bittersweet Drive",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div14/46818.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "HENDERSON",   "46817",   "SR",   2158, "Mary Place",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div14/46817.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "HENDERSON",   "44_1429_01-04",   "SR",   1541, "Old Crane Creek Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div14/44_1429_01-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["1/8/2004",  "HENDERSON",   "44_1429_01-04",   "SR",   1541, "Old Cane Creek Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div14/44_1429_01-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["1/8/2004",  "HARNETT",   "46823",   "SR",   1346, "Stone Cross Drive",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div06/46823.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "HALIFAX",   "41_0430_01-04",   "SR",   1751, "Premier Boulevard",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div04/41_0430_01-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["1/8/2004",  "HALIFAX",   "41_0430_01-04",   "SR",   1750, "Fourth Avenue",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div04/41_0430_01-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["1/8/2004",  "MECKLENBURG",   "46811",   "SR",   5390, "Cassidy Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div10/46811.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "GUILFORD",   "46805",   "SR",   4457, "Dover Church Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div07/46805.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "UNION",   "46812",   "SR",   2987, "Astrid Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div10/46812.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "GUILFORD",   "46805",   "SR",   4458, "Fallswood Court",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div07/46805.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "ROCKINGHAM",   "46806",   "SR",   1209, "Cartwright Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div07/46806.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "ROWAN",   "46808",   "SR",   1671, "Hawkesbury Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div09/46808.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "ROWAN",   "46808",   "SR",   1672, "Melbourne Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div09/46808.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "ROWAN",   "46809",   "SR",   2475, "Carrington Lane",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div09/46809.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "RUTHERFORD",   "46820",   "SR",   1123, "Jenkins Road",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div13/46820.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "UNION",   "46812",   "SR",   2986, "Grigg Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div10/46812.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "UNION",   "46813",   "SR",   2988, "Potters Bluff Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div10/46813.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "UNION",   "89_1008_01-04",   "SR",   3273, "McMillian Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div10/89_1008_01-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["1/8/2004",  "VANCE",   "46822",   "SR",   1626, "Oak Forset Road",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div05/46822.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "UNION",   "89_1008_01-04",   "SR",   3274, "Thompson Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div10/89_1008_01-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["1/8/2004",  "GUILFORD",   "46805",   "SR",   4456, "Point Oak Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div07/46805.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "UNION",   "46812",   "SR",   2985, "Royster Run",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div10/46812.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "FORSYTH",   "46807",   "SR",   4379, "Woodland Pointe Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div09/46807.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "GUILFORD",   "46804",   "SR",   4774, "Summersun Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div07/46804.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "CABARRUS",   "46810",   "SR",   2398, "Stafford Farm Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div10/46810.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "BRUNSWICK",   "46798",   "SR",   1934, "Schyler Drive, SW",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div03/46798.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "CATAWBA",   "46814",   "SR",   1712, "St. John's Church Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div12/46814.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "CATAWBA",   "46819",   "SR",   1712, "St. John's Church Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div12/46819.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "CLAY",   "46816",   "SR",   1300, "Julia Buckner",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div14/46816.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "CLAY",   "46821",   "SR",   1300, "Julia Buckner Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div14/46821.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "CLEVELAND",   "46815",   "SR",   1436, "Twin Oaks Court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div12/46815.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "FORSYTH",   "46807",   "SR",   4378, "Megan Cross Lane",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div09/46807.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "FRANKLIN",   "46799",   "SR",   1939, "Wood Pond Circle",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div05/46799.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "FRANKLIN",   "46799",   "SR",   1940, "Old Stone Lane",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div05/46799.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "GUILFORD",   "46801",   "SR",   3437, "Destiny Court",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div07/46801.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "GUILFORD",   "46804",   "SR",   4773, "Sunberry Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div07/46804.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "GUILFORD",   "46803",   "SR",   4052, "Winthrop Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div07/46803.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "FORSYTH",   "46807",   "SR",   4377, "Wyndfall Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div09/46807.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "GUILFORD",   "46801",   "SR",   3736, "Destiny Jo Road",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div07/46801.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "FRANKLIN",   "46800",   "SR",   1651, "Loblolly Circle",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div05/46800.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "GUILFORD",   "40_0734_01-04",   "SR",   4461, "Dunvagen Court",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div07/40_0734_01-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["1/8/2004",  "GUILFORD",   "40_0734_01-04",   "SR",   4460, "Chalet Crive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div07/40_0734_01-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["1/8/2004",  "GUILFORD",   "40_0734_01-04",   "SR",   2090, "Bromfield Road",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div07/40_0734_01-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["1/8/2004",  "GUILFORD",   "40_0710_01-04",   "SR",   4053, "Surrett Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div07/40_0710_01-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["1/8/2004",  "GRAHAM",   "46824",   "SR",   1294, "Old Santeetlah Golf Course Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div14/46824.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "FRANKLIN",   "46800",   "SR",   1654, "Grandview Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div05/46800.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/8/2004",  "GUILFORD",   "46802",   "SR",   4772, "Busick Wood Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div07/46802.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["1/12/2004",  "WATAUGA",   "B-3534",   "SR",   1508, "Elk Creek Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div11/B-3534.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["1/16/2004",  "MECKLENBURG",   "R-2123ACAD",   "SR",   5239, "Unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div10/R-2123ACAD.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["1/16/2004",  "MECKLENBURG",   "R-2123ACAD",   "SR",   5238, "Unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div10/R-2123ACAD.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["1/16/2004",  "MECKLENBURG",   "R-2123ACAD",   "SR",   5245, "Connell Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div10/R-2123ACAD.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["1/16/2004",  "MECKLENBURG",   "R-2123ACAD",   "SR",   5244, "Bartlett Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div10/R-2123ACAD.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["1/16/2004",  "MECKLENBURG",   "R-2123ACAD",   "SR",   5243, "Unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div10/R-2123ACAD.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["1/16/2004",  "MECKLENBURG",   "R-2123ACAD",   "SR",   5242, "Unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div10/R-2123ACAD.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["1/16/2004",  "MECKLENBURG",   "R-2123ACAD",   "",   218, "Fairview Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div10/R-2123ACAD.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["1/16/2004",  "MECKLENBURG",   "R-2123ACAD",   "SR",   5235, "Unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div10/R-2123ACAD.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["1/16/2004",  "MECKLENBURG",   "R-2123ACAD",   "SR",   5214, "Fairview Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div10/R-2123ACAD.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["1/16/2004",  "MECKLENBURG",   "R-2123ACAD",   "",   485, "Unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div10/R-2123ACAD.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["1/16/2004",  "MECKLENBURG",   "R-2123ACAD",   "SR",   3106, "Brief Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div10/R-2123ACAD.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["1/16/2004",  "MECKLENBURG",   "R-2123ACAD",   "SR",   5240, "Unknown name",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/01_January/Div10/R-2123ACAD.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["2/2/2004",  "GUILFORD",   "46863",   "SR",   4156, "Regional Road North",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div07/46863.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/4/2004",  "MACON",   "U-2929",   "SR",   1323, "Riverview St.",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div14/U-2929.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["2/4/2004",  "MACON",   "U-2929",   "SR",   1489, "Iotla St.",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div14/U-2929.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46873",   "SR",   2990, "Pumpernickle Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46873.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46874",   "SR",   1518, "Faith Church Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46874.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46874",   "SR",   3033, "Galena Chase Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46874.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46874",   "SR",   3034, "Hemby Commons Parkway",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46874.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46874",   "SR",   3035, "Trillium Place",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46874.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46875",   "SR",   1322, "Lostgate Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46875.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46873",   "SR",   2989, "Price Point Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46873.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46875",   "SR",   2992, "Opengate Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46875.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "ROCKINGHAM",   "46867",   "SR",   1219, "Kameron Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div07/46867.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46875",   "SR",   2993, "Neargate Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46875.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46875",   "SR",   2991, "Applegate Parkway",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46875.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "SWAIN",   "46895",   "SR",   1147, "East Alarka Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div14/46895.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "SWAIN",   "46892",   "SR",   1203, "Cloer Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div14/46892.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "SURRY",   "46879",   "SR",   2440, "Bridgewater Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div11/46879.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "ROCKINGHAM",   "46867",   "SR",   1220, "Chandra Lane",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div07/46867.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46877",   "SR",   3216, "Hollingdale Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46877.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "ROBESON",   "46862",   "SR",   1676, "Street A",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div06/46862.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "IREDELL",   "46887",   "SR",   3077, "Standish Avenue",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div12/46887.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "MECKLENBURG",   "46872",   "SR",   5393, "Deerhaven Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46872.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "MECKLENBURG",   "46872",   "SR",   5391, "Lecheval Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46872.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "LINCOLN",   "46888",   "SR",   2037, "Sage Field Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div12/46888.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46875",   "SR",   2995, "Flowergate Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46875.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "ROCKINGHAM",   "46867",   "SR",   1221, "Kenlo Court",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div07/46867.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46876",   "SR",   3207, "Genesis Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46876.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "YADKIN",   "46896",   "SR",   1653, "Kimberly Lane",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div11/46896.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "WAKE",   "46859",   "SR",   4351, "Arbor Rose Lane",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div05/46859.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "WAKE",   "46858",   "SR",   4970, "Larka Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div05/46858.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "MECKLENBURG",   "46872",   "SR",   5392, "Callaway Hills Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46872.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46877",   "SR",   3215, "Finley Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46877.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "IREDELL",   "46887",   "SR",   3076, "Stonewall Beach Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div12/46887.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46877",   "SR",   3213, "Secret Garden Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46877.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46877",   "SR",   3212, "Farmingham Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46877.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46877",   "SR",   3211, "Andrea Place",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46877.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46877",   "SR",   3210, "Hamstead Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46877.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46877",   "SR",   3214, "Ladybank Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46877.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46877",   "SR",   3208, "Hollyhedge Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46877.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46875",   "SR",   2996, "Crestgate Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46875.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46876",   "SR",   3206, "Capstone Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46876.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46876",   "SR",   3205, "Jacobs Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46876.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46876",   "SR",   3204, "Damascus Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46876.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46876",   "SR",   3203, "Titus Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46876.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46875",   "SR",   3202, "Blackgate Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46875.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46875",   "SR",   3201, "Ambergate Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46875.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46875",   "SR",   3200, "Postgate Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46875.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46875",   "SR",   2999, "Lowergate Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46875.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46875",   "SR",   2998, "Redgate Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46875.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46875",   "SR",   2997, "Greengate Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46875.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "UNION",   "46877",   "SR",   3209, "Fenwick Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46877.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "BEAUFORT",   "46857",   "SR",   1221, "Rappahannock Drive",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div02/46857.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "IREDELL",   "46886",   "SR",   2629, "Mid Glen Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div12/46886.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "CATAWBA",   "46880",   "SR",   2133, "Woodgreen Dr",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div12/46880.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "CABARRUS",   "46871",   "SR",   2716, "Fieldstone Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div10/46871.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "BURKE",   "46889",   "SR",   2222, "Stoney Brook Court",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div13/46889.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "BURKE",   "46889",   "SR",   2221, "Stoney Creek Drive",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div13/46889.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "BURKE",   "46889",   "SR",   2220, "Stoney Brook Street",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div13/46889.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "BEAUFORT",   "46857",   "SR",   1227, "Trent Lane",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div02/46857.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "BEAUFORT",   "46857",   "SR",   1226, "Appomatox Lane",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div02/46857.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "BEAUFORT",   "46857",   "SR",   1225, "Neuse Drive",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div02/46857.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "BEAUFORT",   "46857",   "SR",   1224, "Mullica Drive",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div02/46857.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "COLUMBUS",   "46860",   "SR",   1884, "Pineland Drive",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div06/46860.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "BEAUFORT",   "46857",   "SR",   1222, "Wye Way",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div02/46857.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "CUMBERLAND",   "46861",   "SR",   2798, "Martha Court",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div06/46861.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "BEAUFORT",   "46856",   "SR",   1220, "Merrimack Place",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div02/46856.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "BEAUFORT",   "46856",   "SR",   1218, "Nanticoke Court",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div02/46856.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "BEAUFORT",   "46856",   "SR",   1217, "Providence Place",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div02/46856.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "BEAUFORT",   "46856",   "SR",   1216, "Severn Circle",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div02/46856.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "BEAUFORT",   "46856",   "SR",   1215, "Perquimans Drive",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div02/46856.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "BEAUFORT",   "46856",   "SR",   1199, "Potomac Drive",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div02/46856.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "BEAUFORT",   "46856",   "SR",   1193, "Cypress Landing Trail",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div02/46856.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "ALLEGHANY",   "46878",   "SR",   1421, "River's Edge Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div11/46878.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "ALAMANCE",   "00_0701_02-04",   "SR",   1444, "Ramada Road",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div07/00_0701_02-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["2/5/2004",  "ORANGE",   "46866",   "SR",   1445, "Glenn Street",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div07/46866.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "BEAUFORT",   "46857",   "SR",   1223, "York Court",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div02/46857.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "GUILFORD",   "46893",   "SR",   4180, "Lebanon Road",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div07/46893.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "IREDELL",   "46886",   "SR",   2624, "Brook Glen Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div12/46886.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "IREDELL",   "46885",   "SR",   3075, "Rehoboth Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div12/46885.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "IREDELL",   "46885",   "SR",   3074, "Attleboro Place",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div12/46885.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "IREDELL",   "46884",   "SR",   3073, "Sycamore Slope Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div12/46884.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "IREDELL",   "46883",   "SR",   2267, "Eastgate Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div12/46883.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "HOKE",   "46869",   "SR",   1387, "Best Avenue",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div08/46869.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "HOKE",   "46869",   "SR",   1386, "Ivey Street",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div08/46869.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "HOKE",   "46868",   "SR",   1552, "Ratley Street",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div08/46868.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "HENDERSON",   "46891",   "SR",   2298, "Forest Bend Drive",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div14/46891.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "HENDERSON",   "46890",   "SR",   2297, "Stella Lane",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div14/46890.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "CATAWBA",   "46880",   "SR",   2134, "Sweetgum Ln",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div12/46880.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "GUILFORD",   "46894",   "SR",   2085, "Bryan Boulevard",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div07/46894.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "GUILFORD",   "46865",   "SR",   4397, "Longhorn Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div07/46865.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "GUILFORD",   "46864",   "SR",   3268, "Gramercy Park Court",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div07/46864.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "GUILFORD",   "40_0734_02-04",   "SR",   4876, "Wolf Ridge Court",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div07/40_0734_02-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["2/5/2004",  "GUILFORD",   "40_0734_02-04",   "SR",   3914, "Foxbury Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div07/40_0734_02-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["2/5/2004",  "GUILFORD",   "40_0708_02-04",   "SR",   4181, "Bentley Road",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div07/40_0708_02-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["2/5/2004",  "GASTON",   "46882",   "SR",   1744, "Hull Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div12/46882.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "GASTON",   "46882",   "SR",   1743, "Kelly Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div12/46882.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "GASTON",   "46882",   "SR",   1713, "Hannon Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div12/46882.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "GASTON",   "46881",   "SR",   3323, "Pine Valley Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div12/46881.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/5/2004",  "DURHAM",   "31_0505_02-04",   "SR",   2745, "Auto Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div05/31_0505_02-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["2/5/2004",  "GUILFORD",   "46894",   "SR",   4464, "Bryan Boulevard",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div07/46894.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["2/6/2004",  "SURRY",   "R-2604",   "SR",   1138, "C C Camp Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div11/R-2604.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["2/6/2004",  "SURRY",   "R-2604",   "SR",   2445, "Unknown name",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div11/R-2604.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["2/6/2004",  "SURRY",   "R-2604",   "",   268, "Unknown name",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div11/R-2604.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["2/11/2004",  "WILKES",   "B-3071",   "",   16, "Unknown name",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div11/B-3071.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["2/16/2004",  "CURRITUCK",   "HTO_26_02-04",   "",   136, "Unknown Name",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/02_February/Div01/HTO_26_02-04.pdf",   "2004",   "HTO", "True"];
DEData[n++] = ["3/4/2004",  "JOHNSTON",   "46899",   "SR",   2707, "Turlington Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div04/46899.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "MECKLENBURG",   "46924",   "SR",   5754, "Pomerol Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div10/46924.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "MECKLENBURG",   "46924",   "SR",   5753, "Winghurst Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div10/46924.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "LEE",   "46914",   "SR",   1751, "Cattle Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46914.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "LEE",   "46914",   "SR",   1299, "Hibiscus Court",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46914.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "LEE",   "46914",   "SR",   1298, "Cornsilk Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46914.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "LEE",   "46914",   "SR",   1196, "Cheshire Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46914.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "LEE",   "46913",   "SR",   1750, "Sugar Mill Road",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46913.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "LEE",   "46913",   "SR",   1737, "Cricket Hearth",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46913.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "JOHNSTON",   "46900",   "SR",   2298, "Cameron Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div04/46900.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "JOHNSTON",   "46900",   "SR",   2297, "Winfred Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div04/46900.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "JOHNSTON",   "46899",   "SR",   2708, "Memory Lane",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div04/46899.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "MECKLENBURG",   "46924",   "SR",   5757, "St. Emilion Place",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div10/46924.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "JOHNSTON",   "46898",   "SR",   2299, "Gordon Farm Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div04/46898.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "IREDELL",   "46927",   "SR",   3164, "Celeste Henkle Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div12/46927.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46912",   "SR",   1561, "Markus Place Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46912.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46911",   "SR",   1398, "Oakbluff Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46911.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46911",   "SR",   1397, "Oak Leaf Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46911.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46911",   "SR",   1396, "Oakview Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46911.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46910",   "SR",   1395, "Jefferson Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46910.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46910",   "SR",   1394, "Stockade Court",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46910.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46910",   "SR",   1391, "Proclamation Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46910.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "JOHNSTON",   "46900",   "SR",   2296, "Durwood Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div04/46900.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "UNION",   "46931",   "SR",   1668, "Piedmont School",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div10/46931.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46910",   "SR",   1361, "Independence Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46910.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "WILKES",   "46925",   "SR",   2167, "Apache Drive",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div11/46925.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "WAKE",   "46905",   "SR",   4972, "Hi-Bridge Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div05/46905.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "WAKE",   "46905",   "SR",   4971, "Dunhill Terrace",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div05/46905.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "WAKE",   "46905",   "SR",   3475, "Bridgetender Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div05/46905.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "CABARRUS",   "46923",   "SR",   2926, "Summercrest Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div10/46923.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "WAKE",   "46904",   "SR",   5370, "Blue Marble Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div05/46904.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "WAKE",   "46904",   "SR",   5369, "Clear Pool Road",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div05/46904.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "WAKE",   "46903",   "SR",   4974, "Cressage Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div05/46903.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "MECKLENBURG",   "46924",   "SR",   5755, "Latour Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div10/46924.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "UNION",   "46931",   "SR",   1669, "Piedmont School",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div10/46931.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "MECKLENBURG",   "46924",   "SR",   5756, "Cognac Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div10/46924.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "ROWAN",   "46922",   "SR",   2757, "Mayberry Lane",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div09/46922.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "RICHMOND",   "46918",   "SR",   1245, "Powell Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46918.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "RANDOLPH",   "46917",   "SR",   2378, "Woodstream Road",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46917.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "RANDOLPH",   "46916",   "SR",   3279, "Lofin Farlow Lane",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46916.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "ORANGE",   "46907",   "SR",   1447, "Porteur Point",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div07/46907.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "ORANGE",   "46907",   "SR",   1446, "Hamecon Place",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div07/46907.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "MOORE",   "46915",   "SR",   2189, "Hillwood Court",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46915.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "MOORE",   "46915",   "SR",   2188, "Fox Hunt Lane",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46915.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "MECKLENBURG",   "46924",   "SR",   5758, "Bergerac Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div10/46924.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "WAKE",   "46903",   "SR",   4923, "Liatrus Lane",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div05/46903.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "CABARRUS",   "46923",   "SR",   2934, "Winghaven Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div10/46923.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "FRANKLIN",   "46901",   "SR",   1944, "Goshen Lane",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div05/46901.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "FRANKLIN",   "46901",   "SR",   1943, "Bethel Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div05/46901.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "FRANKLIN",   "46901",   "SR",   1941, "Shiloh Lane",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div05/46901.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "CABARRUS",   "46923",   "SR",   2928, "Kirkmont Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div10/46923.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "DAVIDSON",   "46921",   "SR",   3299, "Horse Farm Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div09/46921.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "DAVIDSON",   "46920",   "SR",   3298, "Reich Farm Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div09/46920.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "DAVIDSON",   "46919",   "SR",   2948, "Branch Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div09/46919.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "CLAY",   "46929",   "SR",   1344, "Fires Creek Wildlife Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div14/46929.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "CASWELL",   "46906",   "SR",   1616, "Business Park Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div07/46906.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "GASTON",   "46926",   "SR",   3400, "James C.. Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div12/46926.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "CABARRUS",   "46923",   "SR",   2935, "Newbary Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div10/46923.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "FRANKLIN",   "46901",   "SR",   1942, "Bethany Lane",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div05/46901.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "CABARRUS",   "46923",   "SR",   2933, "Crestfield Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div10/46923.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "CABARRUS",   "46923",   "SR",   2932, "Caselton Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div10/46923.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "CABARRUS",   "46923",   "SR",   2931, "Haddington Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div10/46923.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "CABARRUS",   "46923",   "SR",   2930, "Clarke Creek Parkway",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div10/46923.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "CABARRUS",   "46923",   "SR",   2929, "Tangley Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div10/46923.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "CABARRUS",   "46923",   "SR",   2927, "Dartmouth Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div10/46923.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46910",   "SR",   1358, "O'Hara Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46910.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "CABARRUS",   "46923",   "SR",   2925, "Briarcrest Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div10/46923.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "BURKE",   "46928",   "SR",   2534, "Crafton Farm Road",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div13/46928.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "CABARRUS",   "46923",   "SR",   2936, "Clarke Creek Parkway",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div10/46923.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46909",   "SR",   1334, "McDougald Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46909.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46910",   "SR",   1333, "Clan Cambell Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46910.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46909",   "SR",   1391, "Scottish Court",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46909.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46909",   "SR",   1390, "Donegal Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46909.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46909",   "SR",   1389, "Kilkenny Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46909.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46909",   "SR",   1388, "Lowlander Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46909.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "EDGECOMBE",   "46897",   "SR",   1369, "Smith Street",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div04/46897.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46909",   "SR",   1358, "O'Hara Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46909.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "GRANVILLE",   "46902",   "SR",   1676, "Montague Centre Road",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div05/46902.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46908",   "SR",   1560, "Lilac Court",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46908.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46908",   "SR",   1559, "Sweetbay Court",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46908.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46908",   "SR",   1558, "Mint Julip Court",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46908.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HALIFAX",   "46930",   "SR",   1749, "Gregory Farm Road",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div04/46930.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46909",   "SR",   1360, "O'Glesby Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46909.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HALIFAX",   "46930",   "SR",   1619, "Gregory Farm Road",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div04/46930.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46908",   "SR",   1557, "Hosta Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46908.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46908",   "SR",   1529, "S Buckeye Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46908.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46908",   "SR",   1530, "Cypress Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46908.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46908",   "SR",   1546, "Hawthorne Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46908.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46908",   "SR",   1553, "Yasmine Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46908.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46908",   "SR",   1554, "Woodbine Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46908.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46908",   "SR",   1555, "Arrowwood Court",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46908.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/4/2004",  "HOKE",   "46908",   "SR",   1556, "Silverberry Court",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div08/46908.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["3/8/2004",  "ORANGE",   "67_0702_03-04",   "SR",   1967, "BPW Club Road",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div07/67_0702_03-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["3/8/2004",  "GUILFORD",   "40_0726_03-04_1",   "SR",   4608, "South Point Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div07/40_0726_03-04_1.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["3/9/2004",  "CLEVELAND",   "U-2221B",   "SR",   2683, "KEMPER RD",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div12/U-2221B.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["3/9/2004",  "CLEVELAND",   "U-2221B",   "SR",   1229, "SERVICE RD",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div12/U-2221B.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["3/9/2004",  "CLEVELAND",   "U-2221B",   "SR",   2048, "KINGS RD",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div12/U-2221B.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["3/9/2004",  "CLEVELAND",   "U-2221B",   "SR",   2063, "KEMPER RD",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div12/U-2221B.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["3/9/2004",  "CLEVELAND",   "U-2221B",   "SR",   2092, "SERVICE RD",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div12/U-2221B.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["3/9/2004",  "CLEVELAND",   "U-2221B",   "SR",   2093, "SERVICE RD",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div12/U-2221B.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["3/9/2004",  "CLEVELAND",   "U-2221B",   "SR",   2318, "SERVICE RD",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div12/U-2221B.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["3/10/2004",  "IREDELL",   "HTO_48_03-04",   "",   3, "Iredell Avenue",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div12/HTO_48_03-04.pdf",   "2004",   "HTO", "True"];
DEData[n++] = ["3/11/2004",  "GUILFORD",   "40_0726_03-04_2",   "SR",   2062, "McCrory Road",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div07/40_0726_03-04_2.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["3/15/2004",  "PERSON",   "HTO_72_03-04",   "",   158, "Unknown name",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div05/HTO_72_03-04.pdf",   "2004",   "HTO", "True"];
DEData[n++] = ["3/15/2004",  "PERSON",   "HTO_72_03-04",   "",   49, "Long Street",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div05/HTO_72_03-04.pdf",   "2004",   "HTO", "True"];
DEData[n++] = ["3/15/2004",  "PERSON",   "HTO_72_03-04",   "",   501, "Unknown name",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div05/HTO_72_03-04.pdf",   "2004",   "HTO", "True"];
DEData[n++] = ["3/15/2004",  "PERSON",   "HTO_72_03-04",   "",   57, "Long Street",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div05/HTO_72_03-04.pdf",   "2004",   "HTO", "True"];
DEData[n++] = ["3/17/2004",  "GUILFORD",   "FR_40_03-04_1",   "SR",   2835, "McKnight Mill",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div07/FR_40_03-04_1.pdf",   "2004",   "FIELD REQUEST", "True"];
DEData[n++] = ["3/22/2004",  "WAYNE",   "R-1030BB",   "SR",   1457, "Stuckey Road",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div04/R-1030BB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["3/22/2004",  "WAYNE",   "R-1030BB",   "SR",   1458, "Edmundson Springs road",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div04/R-1030BB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["3/22/2004",  "WAYNE",   "R-1030BB",   "SR",   1359, "Main Street",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div04/R-1030BB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["3/22/2004",  "WAYNE",   "R-1030BB",   "SR",   1354, "Stuckey Road",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div04/R-1030BB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["3/22/2004",  "WAYNE",   "R-1030BB",   "SR",   1459, "Main Street",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/03_March/Div04/R-1030BB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["4/1/2004",  "IREDELL",   "46970",   "SR",   3167, "Grace Lynn Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div12/46970.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "JOHNSTON",   "46938",   "SR",   2900, "Carlton Street",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div04/46938.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "MECKLENBURG",   "46965",   "SR",   5395, "Sanridge Wind Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div10/46965.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "MACON",   "46973",   "SR",   1588, "Stiwinter Mountain Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div14/46973.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "JOHNSTON",   "46974",   "SR",   1515, "Cleveland Fire Road",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div04/46974.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "MECKLENBURG",   "46965",   "SR",   5396, "Kendall Knoll Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div10/46965.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "JOHNSTON",   "46939",   "SR",   2670, "East School Road",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div04/46939.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "JOHNSTON",   "46939",   "SR",   1704, "Neuse River Parkway",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div04/46939.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "JOHNSTON",   "46938",   "SR",   2903, "Oakfield Terrace",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div04/46938.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "JOHNSTON",   "46938",   "SR",   2901, "Brylee Lane",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div04/46938.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "WILKES",   "46978",   "SR",   1648, "Crestview Drive",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div11/46978.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "IREDELL",   "46971",   "SR",   3079, "Davidson Ridge Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div12/46971.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "IREDELL",   "46970",   "SR",   3170, "Lynn Hollow Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div12/46970.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "MECKLENBURG",   "46965",   "SR",   5397, "Turning Leaf Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div10/46965.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "IREDELL",   "46970",   "SR",   3168, "English Oaks Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div12/46970.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "PERSON",   "46948",   "SR",   1225, "Issac's Trail",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div05/46948.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "IREDELL",   "46970",   "SR",   3166, "Hidden Oak Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div12/46970.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "IREDELL",   "46970",   "SR",   3165, "Three Oaks Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div12/46970.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "HYDE",   "46932",   "SR",   1377, "Hycieda Way",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div01/46932.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "HARNETT",   "46954",   "SR",   1350, "Wildflower Court",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div06/46954.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "IREDELL",   "46970",   "SR",   3169, "Parker's Grove Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div12/46970.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "SWAIN",   "46979",   "SR",   1396, "Cap Johnson Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div14/46979.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "HARNETT",   "46954",   "SR",   1349, "Ridgeview Drive",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div06/46954.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "WILKES",   "46978",   "SR",   1647, "Garden Terrace Lane",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div11/46978.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "WILKES",   "46978",   "SR",   1646, "Harmony Lane",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div11/46978.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "WILKES",   "46976",   "SR",   1537, "Mulberry School Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div11/46976.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "WAYNE",   "46940",   "SR",   2208, "Clay Road",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div04/46940.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "WAYNE",   "46940",   "SR",   2207, "Suttons Run",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div04/46940.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "WAKE",   "46950",   "SR",   5404, "Wood Sap Lane",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div05/46950.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "WAKE",   "46950",   "SR",   5403, "Natural Pines Place",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div05/46950.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "PERSON",   "46948",   "SR",   1223, "Wildoak Lane",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div05/46948.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "WAKE",   "46949",   "SR",   5371, "Balkan Road",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div05/46949.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "MECKLENBURG",   "46965",   "SR",   5398, "Loganberry Trail",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div10/46965.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "SURRY",   "46967",   "SR",   1546, "Windy Ridge Lane",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div11/46967.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "SURRY",   "46966",   "SR",   2444, "Hawksbridge Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div11/46966.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "RUTHERFORD",   "46972",   "SR",   1705, "Mamie Hamilton Road",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div13/46972.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "ROWAN",   "46964",   "SR",   1502, "Bertie Avenue",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div09/46964.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "PERSON",   "46948",   "SR",   1224, "Quartergate Road",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div05/46948.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "NEW HANOVER",   "46936",   "SR",   2781, "Hillard Court",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div03/46936.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "NEW HANOVER",   "46935",   "SR",   2780, "Greythorne Court",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div03/46935.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "NEW HANOVER",   "46934",   "SR",   2779, "Roymac Drive",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div03/46934.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "MECKLENBURG",   "46965",   "SR",   5399, "Claybrooke Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div10/46965.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "WAKE",   "46949",   "SR",   5372, "Red Skelton Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div05/46949.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "DURHAM",   "46942",   "SR",   2632, "Graymont Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div05/46942.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "FRANKLIN",   "46945",   "SR",   1946, "Scott's Pine Circle",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div05/46945.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "FRANKLIN",   "46945",   "SR",   1945, "Traylee Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div05/46945.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "FRANKLIN",   "46944",   "SR",   1948, "Montrose Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div05/46944.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "FRANKLIN",   "46944",   "SR",   1947, "Stoneridge Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div05/46944.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "FORSYTH",   "46963",   "SR",   3762, "Buckhorn Court",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div09/46963.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "FORSYTH",   "46962",   "SR",   3398, "Valencia Lane",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div09/46962.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "FORSYTH",   "46962",   "SR",   3299, "Valencia Circle",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div09/46962.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "EDGECOMBE",   "46937",   "SR",   1175, "Golf Course Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div04/46937.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "GRANVILLE",   "46946",   "SR",   1784, "Wheeler Pond Road",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div05/46946.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "DURHAM",   "46942",   "SR",   2633, "Felicia Street",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div05/46942.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "ALEXANDER",   "46968",   "SR",   1864, "South Point Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div12/46968.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "DURHAM",   "46941",   "SR",   2147, "Wexford Woods Trail",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div05/46941.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "CUMBERLAND",   "46951",   "SR",   1935, "Sulky Circle",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div06/46951.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "CLEVELAND",   "46969",   "SR",   2574, "Baker Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div12/46969.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "CLEVELAND",   "46969",   "SR",   2573, "Juniper Terrace",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div12/46969.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "BUNCOMBE",   "46977",   "SR",   2159, "Upper Morgan Branch Road",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div13/46977.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "ASHE",   "46975",   "SR",   1348, "Robert Faw Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div11/46975.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "ALEXANDER",   "46968",   "SR",   1863, "Cove Crest Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div12/46968.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "HARNETT",   "46953",   "SR",   1348, "Honeysuckle Court",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div06/46953.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "JOHNSTON",   "46938",   "SR",   2902, "Livingston Place",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div04/46938.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "DURHAM",   "46943",   "SR",   2744, "Rexing Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div05/46943.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "GUILFORD",   "46958",   "SR",   3262, "Lannigan Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div07/46958.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "HARNETT",   "46952",   "SR",   2227, "Green Forest Circle",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div06/46952.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "GRANVILLE",   "46947",   "SR",   1248, "Blackstone Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div05/46947.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "ALEXANDER",   "46968",   "SR",   1296, "Harbor Town Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div12/46968.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "HARNETT",   "46952",   "SR",   2226, "Timber Creek Lane",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div06/46952.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "HARNETT",   "46953",   "SR",   1347, "Forest Drive",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div06/46953.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "HALIFAX",   "46980",   "SR",   1244, "Upshur Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div04/46980.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "GUILFORD",   "46961",   "SR",   2445, "Dickinben Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div07/46961.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "GUILFORD",   "46960",   "SR",   2882, "Meadowlane Circle",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div07/46960.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "GUILFORD",   "46959",   "SR",   3267, "Janet Street",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div07/46959.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "GUILFORD",   "46958",   "SR",   3270, "McGinty Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div07/46958.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "GUILFORD",   "46957",   "SR",   3273, "Harbor Ridge Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div07/46957.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "GUILFORD",   "46957",   "SR",   3272, "McLaughlin Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div07/46957.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "GUILFORD",   "46956",   "SR",   4399, "Foxbriar Drive East",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div07/46956.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "GUILFORD",   "46956",   "SR",   4398, "Hunters Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div07/46956.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "GUILFORD",   "46955",   "SR",   3276, "Antler Court",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div07/46955.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "GUILFORD",   "46955",   "SR",   3275, "Tinkermill Court",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div07/46955.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "GUILFORD",   "46955",   "SR",   3274, "Cornerrock Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div07/46955.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "GUILFORD",   "46955",   "SR",   3264, "Lochwood Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div07/46955.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "GRANVILLE",   "46947",   "SR",   1250, "Flint Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div05/46947.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "GRANVILLE",   "46947",   "SR",   1249, "Cobblestone Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div05/46947.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/1/2004",  "GUILFORD",   "46958",   "SR",   3271, "Flatiron Court",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div07/46958.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["4/13/2004",  "IREDELL",   "FR_48_04-04_1",   "SR",   3078, "W. McLelland Aveune",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div12/FR_48_04-04_1.pdf",   "2004",   "FIELD REQUEST", "True"];
DEData[n++] = ["4/26/2004",  "WILKES",   "R-2240B",   "SR",   1234, "Browns Ford Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div11/R-2240B.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["4/26/2004",  "WILKES",   "R-2240B",   "SR",   1321, "Zion Hill Church Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div11/R-2240B.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["4/26/2004",  "WILKES",   "R-2240B",   "SR",   1143, "New Browns Ford Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div11/R-2240B.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["4/26/2004",  "WILKES",   "R-2240B",   "SR",   1182, "Laurel Wood Drive",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/04_April/Div11/R-2240B.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/4/2004",  "MADISON",   "B-3204",   "",   25, "Unknown name",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div13/B-3204.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/4/2004",  "MADISON",   "B-3204",   "",   70, "Unknown name",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div13/B-3204.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/6/2004",  "MECKLENBURG",   "46995",   "SR",   5740, "Edgetree Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div10/46995.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "RANDOLPH",   "75_0850_05-04",   "SR",   1981, "Allendale Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div08/75_0850_05-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/6/2004",  "MECKLENBURG",   "46993",   "SR",   4215, "Clear Meadow Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div10/46993.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "PERQUIMANS",   "46981",   "SR",   1473, "South Commerce Drive",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div01/46981.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "NORTHAMPTON",   "65_0134_05-04",   "SR",   1139, "Roberts Street",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div01/65_0134_05-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/6/2004",  "MECKLENBURG",   "46995",   "SR",   5763, "Treybrooke Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div10/46995.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "MECKLENBURG",   "46995",   "SR",   5762, "Rudolph Place Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div10/46995.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "MECKLENBURG",   "46995",   "SR",   5761, "Jocobs Ridge Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div10/46995.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "MECKLENBURG",   "46994",   "SR",   5811, "Bodkin Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div10/46994.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "MECKLENBURG",   "46995",   "SR",   5759, "Harmon Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div10/46995.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "MECKLENBURG",   "46994",   "SR",   5849, "Coulport Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div10/46994.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "MECKLENBURG",   "46993",   "SR",   5234, "Wood Meadow Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div10/46993.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "MECKLENBURG",   "46994",   "SR",   5848, "Greatford Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div10/46994.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "WARREN",   "46987",   "SR",   1734, "Hillside Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div05/46987.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "MECKLENBURG",   "46995",   "SR",   5760, "Alex Mill Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div10/46995.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "WAKE",   "46985",   "SR",   5133, "Tamor Way",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div05/46985.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "DURHAM",   "47004",   "SR",   1979, "Kit Creek Road",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div05/47004.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "MADISON",   "47006",   "SR",   1354, "Bruce Road",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div13/47006.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "WAYNE",   "46983",   "SR",   1698, "Kayla Court",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div04/46983.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "WAKE",   "46986",   "SR",   4976, "Norwood Crest Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div05/46986.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "WAKE",   "46985",   "SR",   5136, "Chagford Way",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div05/46985.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "WAKE",   "46986",   "SR",   4975, "Harbor Crest Road",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div05/46986.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "WAKE",   "46985",   "SR",   5134, "Wynneford Way",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div05/46985.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "ROCKINGHAM",   "47005",   "SR",   2034, "City Heights Loop",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div07/47005.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "UNION",   "89_1033_05-04",   "SR",   3272, "Red Willow Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div10/89_1033_05-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/6/2004",  "UNION",   "89_1033_05-04",   "SR",   3271, "Kings Manor Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div10/89_1033_05-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/6/2004",  "UNION",   "89_1033_05-04",   "SR",   3270, "Blossom Hill Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div10/89_1033_05-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/6/2004",  "UNION",   "89_1033_05-04",   "SR",   3269, "Ashford Glenn Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div10/89_1033_05-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/6/2004",  "UNION",   "89_1033_05-04",   "SR",   3268, "Timber Oak Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div10/89_1033_05-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/6/2004",  "SCOTLAND",   "46991",   "SR",   1278, "Peele Street",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div08/46991.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "WAKE",   "46985",   "SR",   5135, "Salcomb Lane",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div05/46985.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "ALAMANCE",   "46990",   "SR",   2444, "Rock Oak Court",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div07/46990.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "ALAMANCE",   "00_0716_05-04",   "SR",   1969, "Madison Road",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div07/00_0716_05-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/6/2004",  "ALAMANCE",   "46989",   "SR",   2042, "Foxfire lane",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div07/46989.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "FRANKLIN",   "46984",   "SR",   1950, "Jared Way",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div05/46984.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "ALAMANCE",   "46990",   "SR",   2443, "Broadrock Road",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div07/46990.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "LINCOLN",   "47001",   "SR",   2044, "Broomsage Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div12/47001.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "CABARRUS",   "46992",   "SR",   2313, "Erinbrook Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div10/46992.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "CABARRUS",   "46992",   "SR",   2314, "Palafox Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div10/46992.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "CATAWBA",   "46996",   "SR",   3100, "Summit Ridge Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div12/46996.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "CHATHAM",   "18_0839_05-04",   "SR",   1184, "Driftwood Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div08/18_0839_05-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/6/2004",  "CHATHAM",   "18_0839_05-04",   "SR",   1185, "Northridge Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div08/18_0839_05-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/6/2004",  "CHATHAM",   "18_0839_05-04",   "SR",   1186, "Parkwood Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div08/18_0839_05-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/6/2004",  "CHATHAM",   "18_0839_05-04",   "SR",   2233, "South 10-th Street",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div08/18_0839_05-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/6/2004",  "CHEROKEE",   "47002",   "SR",   1679, "Pipes Branch Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div14/47002.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "DARE",   "47003",   "SR",   1247, "Owens Road",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div01/47003.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "LINCOLN",   "46999",   "SR",   2039, "Waterside Crossing Boulevard",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div12/46999.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "FRANKLIN",   "46984",   "SR",   1949, "Justin Lane",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div05/46984.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "LINCOLN",   "47001",   "SR",   2043, "Sedgewood Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div12/47001.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "LINCOLN",   "47000",   "SR",   2042, "Clinton Court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div12/47000.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "ALAMANCE",   "46989",   "SR",   2043, "Blue Moon Trail",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div07/46989.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "LINCOLN",   "46999",   "SR",   2040, "Cross Center Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div12/46999.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "LINCOLN",   "46998",   "SR",   2038, "Jeff Kaylor Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div12/46998.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "JOHNSTON",   "46982",   "SR",   2906, "Talltree Court",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div04/46982.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "JOHNSTON",   "46982",   "SR",   2905, "Old Tree Court",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div04/46982.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "JOHNSTON",   "46982",   "SR",   2904, "Cross Ridge Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div04/46982.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "IREDELL",   "46997",   "SR",   3080, "Sunstede Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div12/46997.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "HARNETT",   "46988",   "SR",   1423, "Tyler Dewar Lane",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div06/46988.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/6/2004",  "GUILFORD",   "40_0729_05-04",   "SR",   4908, "Horsehoe Bend court",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div07/40_0729_05-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/6/2004",  "GASTON",   "35_1295_05-04",   "SR",   1899, "Frye Street",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div12/35_1295_05-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["5/6/2004",  "LINCOLN",   "46999",   "SR",   2041, "East Cross Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div12/46999.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["5/11/2004",  "WAYNE",   "R-1030AB",   "SR",   1336, "Nahunta Rd.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div04/R-1030AB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/11/2004",  "WAYNE",   "R-1030AB",   "SR",   1470, "Nameles",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div04/R-1030AB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/11/2004",  "WAYNE",   "R-1030AB",   "SR",   1469, "Nameless",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div04/R-1030AB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/11/2004",  "WAYNE",   "R-1030AB",   "SR",   1468, "Nameless",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div04/R-1030AB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/11/2004",  "WAYNE",   "R-1030AB",   "SR",   1467, "Nameless",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div04/R-1030AB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/11/2004",  "WAYNE",   "R-1030AB",   "SR",   1320, "Nahunta Rd.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div04/R-1030AB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/11/2004",  "WAYNE",   "R-1030AB",   "SR",   1300, "Salem Church Rd.",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div04/R-1030AB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/11/2004",  "WAYNE",   "R-1030AB",   "SR",   1465, "Nameless",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div04/R-1030AB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/11/2004",  "WAYNE",   "R-1030AB",   "SR",   1464, "Nameless",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div04/R-1030AB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/13/2004",  "WILKES",   "R-2240A",   "SR",   1153, "Champion/MT Pleasant Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div11/R-2240A.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/13/2004",  "WILKES",   "R-2240A",   "SR",   1378, "Winfield Huffman Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div11/R-2240A.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/13/2004",  "WILKES",   "R-2240A",   "SR",   1307, "Boiling Spring Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div11/R-2240A.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/13/2004",  "WILKES",   "R-2240A",   "SR",   1229, "West Wilkes Med Center Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div11/R-2240A.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/13/2004",  "WILKES",   "R-2240A",   "SR",   1154, "Champion/MT Pleasant Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div11/R-2240A.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/13/2004",  "WILKES",   "R-2240A",   "SR",   1147, "Champion/MT Pleasant Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div11/R-2240A.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/13/2004",  "WILKES",   "R-2240A",   "SR",   1145, "North Recreation Drive",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div11/R-2240A.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/13/2004",  "CATAWBA",   "U-2404B",   "SR",   2437, "THORNBURG AVE",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div12/U-2404B.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/13/2004",  "WILKES",   "R-2240A",   "SR",   1195, "Fox Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div11/R-2240A.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/14/2004",  "EDGECOMBE",   "R-0218B",   "",   13, "Unknown name",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div04/R-0218B.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/14/2004",  "MONTGOMERY",   "B-3210",   "",   109, "Unknown name",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div08/B-3210.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/14/2004",  "EDGECOMBE",   "R-0218B",   "SR",   2261, "Nameless",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div04/R-0218B.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/14/2004",  "EDGECOMBE",   "R-0218B",   "",   11, "Unknown name",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div04/R-0218B.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/14/2004",  "EDGECOMBE",   "R-0218B",   "",   11, "Nameless",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div04/R-0218B.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/14/2004",  "EDGECOMBE",   "R-0218B",   "",   13, "Nameless",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div04/R-0218B.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/14/2004",  "MADISON",   "B-4181",   "SR",   1316, "Chapel Hill Road",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div13/B-4181.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/17/2004",  "GASTON",   "B-3456",   "SR",   2445, "Nameless",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div12/B-3456.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "ROWAN",   "I-2511BB",   "SR",   2760, "Unknown name",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div09/I-2511BB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "ROWAN",   "I-2511BB",   "SR",   2582, "Porter Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div09/I-2511BB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "ROWAN",   "I-2511BB",   "SR",   2583, "I-85 Service Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div09/I-2511BB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "ROWAN",   "I-2511BB",   "SR",   2584, "I-85 Service Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div09/I-2511BB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "ROWAN",   "I-2511BB",   "SR",   2635, "I-85 Service Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div09/I-2511BB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "ROWAN",   "I-2511BB",   "SR",   2643, "I-85 Service Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div09/I-2511BB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "ROWAN",   "I-2511BB",   "SR",   2661, "Waddell Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div09/I-2511BB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "ROWAN",   "I-2511BB",   "SR",   2574, "Ritchie Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div09/I-2511BB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "ROWAN",   "I-2511BB",   "SR",   2759, "Unknown name",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div09/I-2511BB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "ROWAN",   "I-2511BB",   "SR",   2580, "Truck Avenue",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div09/I-2511BB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "ROWAN",   "I-2511BB",   "SR",   2761, "Unknown name",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div09/I-2511BB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "ROWAN",   "I-2511BB",   "SR",   2762, "Unknown name",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div09/I-2511BB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "ROWAN",   "I-2511BB",   "SR",   2758, "Unknown name",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div09/I-2511BB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "HARNETT",   "R-2238BA",   "SR",   1207, "Seawell Rosser Road",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div06/R-2238BA.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "COLUMBUS",   "B-2947",   "SR",   1360, "Causey St.",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div06/B-2947.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "COLUMBUS",   "B-2947",   "",   76, "Nameless",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div06/B-2947.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "ROWAN",   "I-2511BB",   "SR",   2582, "Poster Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div09/I-2511BB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "HARNETT",   "R-2238BA",   "SR",   1203, "Calvary Church Road",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div06/R-2238BA.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "ROWAN",   "I-2511BB",   "SR",   2540, "Richie road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div09/I-2511BB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "HARNETT",   "R-2238BA",   "SR",   1287, "Walker Road",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div06/R-2238BA.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "HARNETT",   "R-2238BA",   "SR",   1290, "Graham Road",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div06/R-2238BA.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "HARNETT",   "R-2238BA",   "SR",   1320, "Unknown name",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div06/R-2238BA.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "HARNETT",   "R-2238BA",   "",   27, "Unknown name",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div06/R-2238BA.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "ROWAN",   "I-2511BB",   "SR",   2528, "Julian Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div09/I-2511BB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "ROWAN",   "I-2511BB",   "SR",   2539, "Peach Orchard Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div09/I-2511BB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "ROWAN",   "I-2511BB",   "SR",   2538, "Peeler Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div09/I-2511BB.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "HARNETT",   "R-2238BA",   "SR",   1113, "Old NC 87",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div06/R-2238BA.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/18/2004",  "HARNETT",   "R-2238BA",   "SR",   1296, "Unknown name",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div06/R-2238BA.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/20/2004",  "PASQUOTANK",   "U-3449",   "SR",   1152, "?",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div01/U-3449.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/20/2004",  "PASQUOTANK",   "U-3449",   "SR",   1306, "?",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div01/U-3449.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/20/2004",  "PASQUOTANK",   "U-3449",   "SR",   1479, "?",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div01/U-3449.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/31/2004",  "YADKIN",   "R-2239C",   "SR",   1321, "Dezern Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div11/R-2239C.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/31/2004",  "YADKIN",   "R-2239C",   "SR",   1301, "Clingman Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div11/R-2239C.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/31/2004",  "YADKIN",   "R-2239C",   "",   421, "Unknown name",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div11/R-2239C.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/31/2004",  "YADKIN",   "R-2239C",   "SR",   1450, "Old 421",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div11/R-2239C.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/31/2004",  "YADKIN",   "R-2239C",   "SR",   1406, "Pine View Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div11/R-2239C.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/31/2004",  "YADKIN",   "R-2239C",   "SR",   1314, "Old 421",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div11/R-2239C.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/31/2004",  "YADKIN",   "R-2239C",   "SR",   1100, "Windsor Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div11/R-2239C.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/31/2004",  "YADKIN",   "R-2239C",   "SR",   1176, "Lydall-Westix Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div11/R-2239C.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/31/2004",  "YADKIN",   "R-2239C",   "SR",   1168, "Pinnix Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div11/R-2239C.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/31/2004",  "YADKIN",   "R-2239C",   "SR",   1217, "Windsor Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div11/R-2239C.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/31/2004",  "YADKIN",   "R-2239C",   "SR",   1113, "Pardue Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div11/R-2239C.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/31/2004",  "YADKIN",   "R-2239C",   "SR",   1449, "Dezern Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div11/R-2239C.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/31/2004",  "YADKIN",   "R-2239C",   "SR",   1112, "Brown Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div11/R-2239C.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["5/31/2004",  "YADKIN",   "R-2239C",   "SR",   1111, "Oliver Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/05_May/Div11/R-2239C.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["6/2/2004",  "DURHAM",   "U-2831A",   "SR",   1954, "ELLIS RD",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/U-2831A.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["6/2/2004",  "DURHAM",   "U-2831A",   "SR",   2149, "ELLIS RD",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/U-2831A.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "47024",   "SR",   5374, "Wakashan Circle",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/47024.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "47022",   "SR",   5380, "G W Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/47022.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "47021",   "SR",   1254, "Penton Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/47021.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "47022",   "SR",   5375, "Brothers Way",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/47022.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "47021",   "SR",   1253, "Maggiewood Lane",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/47021.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "47022",   "SR",   5376, "Minnie Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/47022.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "47022",   "SR",   5377, "Red Inn Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/47022.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "47022",   "SR",   5378, "Green Tap Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/47022.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "47022",   "SR",   5379, "Irene Way",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/47022.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "47022",   "SR",   5381, "Hubo Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/47022.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "47022",   "SR",   5382, "Chesters Hollow Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/47022.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "VANCE",   "47020",   "SR",   1458, "First Street",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/47020.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "47024",   "SR",   5373, "McBurnie Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/47024.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "ROWAN",   "47033",   "SR",   2281, "Aaron Way",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div09/47033.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   1316, "Stephens Road",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   1419, "Lawrence Road",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   1420, "Pink Acres Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   1432, "Kingston Ridge Road",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   1433, "Fairlane Road",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "47023",   "SR",   2470, "Quail Covey Lane",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/47023.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "MOORE",   "62_0809_06-04",   "SR",   1946, "Green Acres Road",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div08/62_0809_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   4083, "Bexhill Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   1437, "Greenwood Circle",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "LINCOLN",   "47042",   "SR",   1386, "South Little Egypt Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div12/47042.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "MOORE",   "62_0809_06-04",   "SR",   1260, "Burle Road",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div08/62_0809_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "MOORE",   "62_0809_06-04",   "SR",   1671, "Leake Street",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div08/62_0809_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "MOORE",   "62_0809_06-04",   "SR",   1685, "Ather Road",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div08/62_0809_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "MOORE",   "62_0809_06-04",   "SR",   1866, "Canary Road",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div08/62_0809_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "UNION",   "89_1037_06-04",   "SR",   3260, "Walnut Ridge Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div10/89_1037_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "MOORE",   "62_0809_06-04",   "SR",   1934, "Westview Road",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div08/62_0809_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "VANCE",   "47020",   "SR",   1457, "Pool Rock road",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/47020.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "ONSLOW",   "47009",   "SR",   1938, "Quaker Bridge Road",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div03/47009.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "RANDOLPH",   "47030",   "SR",   2379, "Cheyenne Trail",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div08/47030.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "RANDOLPH",   "47030",   "SR",   2380, "Cherokee Trail",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div08/47030.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "ROCKINGHAM",   "47026",   "SR",   1222, "Amos Road",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div07/47026.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "ROWAN",   "47033",   "SR",   2280, "Spence Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div09/47033.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "UNION",   "89_1037_06-04",   "SR",   3259, "Woodwinds Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div10/89_1037_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "UNION",   "89_1037_06-04",   "SR",   3261, "Farm Ridge Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div10/89_1037_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "UNION",   "89_1037_06-04",   "SR",   3262, "Willow Ridge Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div10/89_1037_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "MOORE",   "62_0809_06-04",   "SR",   1913, "Bruce Street",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div08/62_0809_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   4087, "Bridgeford",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   3967, "Cowley Road",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   3903, "Larkwood Lane",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   3904, "Dewberry Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "JOHNSTON",   "47016",   "SR",   2911, "Willowcroft Court",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47016.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   4082, "Kingsford Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "JOHNSTON",   "47016",   "SR",   2910, "Ivy Gate Lane",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47016.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   4084, "Bexhill Circle",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   3054, "Sunrise Road",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   4086, "Bridgeford",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   3053, "Fairbanks Road",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   4088, "Woodington Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAYNE",   "47017",   "SR",   2209, "Hyacinth Road",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47017.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "WAYNE",   "47017",   "SR",   2210, "Orchid Row",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47017.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "WAYNE",   "47017",   "SR",   2211, "Kristen Court",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47017.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "WAYNE",   "47017",   "SR",   2212, "Bayview Pointe",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47017.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "WAYNE",   "47017",   "SR",   2213, "Lakeshore Court",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47017.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "WAYNE",   "47018",   "SR",   1699, "Amy Court",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47018.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "WAYNE",   "47019",   "SR",   1185, "Birchwood Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47019.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   4085, "Astor Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   1559, "Hereford Lane",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   1439, "Franklin Heights Road",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   1440, "Rebecca Circle",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   1455, "Imperial Raod",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   1456, "Pioneer Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   1457, "Savannah Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   1458, "Debra Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   1545, "Springbrook Place",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   3902, "Frostwood Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   1558, "Guernsey Trail",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   1438, "Vickie Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   1560, "Melon Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   1561, "Bloomingdale Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   1562, "Wellington Lane",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   1563, "Country Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   1582, "Summerwinds Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   1772, "Marylin Circle",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   1785, "Woodland Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   1786, "Lake Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "WAKE",   "91_0503_06-04",   "SR",   1546, "Green Forest Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/91_0503_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "GASTON",   "35_1213_06-04",   "SR",   1515, "Todd Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div12/35_1213_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "HALIFAX",   "47010",   "SR",   1597, "Lake Shores Road",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47010.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "FRANKLIN",   "34_0506_06-04",   "SR",   1126, "Howard Harris Road",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/34_0506_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "FRANKLIN",   "34_0506_06-04",   "SR",   1211, "West River Road",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/34_0506_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "FRANKLIN",   "34_0506_06-04",   "SR",   1214, "Dover Street",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/34_0506_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "FRANKLIN",   "34_0506_06-04",   "SR",   1215, "Second Street",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/34_0506_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "FRANKLIN",   "34_0506_06-04",   "SR",   1216, "First Street",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/34_0506_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "FRANKLIN",   "34_0506_06-04",   "SR",   1217, "Park Avenue",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/34_0506_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "FORSYTH",   "47044",   "SR",   1978, "Eaton Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div09/47044.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "GASTON",   "35_1213_06-04",   "SR",   1502, "Costner Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div12/35_1213_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "FORSYTH",   "47032",   "SR",   3412, "Thornbury Ridge Court",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div09/47032.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "GUILFORD",   "40_0734_06-04",   "SR",   4828, "Red Fox Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div07/40_0734_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "GUILFORD",   "40_0734_06-04",   "SR",   4878, "Cape Fox Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div07/40_0734_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "GUILFORD",   "47040",   "SR",   3382, "Security Mill Road",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div07/47040.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HALIFAX",   "41_0430_06-04",   "SR",   1752, "Old Farm Road",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/41_0430_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "HALIFAX",   "47010",   "SR",   1593, "Pine Wood Court",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47010.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HALIFAX",   "47010",   "SR",   1594, "Poe Creek Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47010.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HALIFAX",   "47010",   "SR",   1595, "Windward Circle",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47010.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HALIFAX",   "47010",   "SR",   1596, "West Harbor Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47010.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "GASTON",   "35_1213_06-04",   "SR",   1501, "Arc Street",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div12/35_1213_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "CLEVELAND",   "47036",   "SR",   2681, "Cedar Point Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div12/47036.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "ALAMANCE",   "47039",   "SR",   2368, "Wells Lane",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div07/47039.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "ALEXANDER",   "47035",   "SR",   1907, "Manor Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div12/47035.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "ALEXANDER",   "47041",   "SR",   1573, "Houser Farm Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div12/47041.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "ANSON",   "47034",   "SR",   1768, "Alec Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div10/47034.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "ANSON",   "47034",   "SR",   1769, "Arthur Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div10/47034.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "BRUNSWICK",   "09_0325_06-04",   "SR",   1197, "West  8-th Street",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div03/09_0325_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "BRUNSWICK",   "47007",   "SR",   1610, "Poplar Branches Close",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div03/47007.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "FRANKLIN",   "34_0506_06-04",   "SR",   1122, "Hawkens Street",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div05/34_0506_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "CHEROKEE",   "47038",   "SR",   1680, "Murphy Middle School Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div14/47038.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "DAVIE",   "29_0912_06-04",   "SR",   1479, "Holman Street",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div09/29_0912_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "CLEVELAND",   "47036",   "SR",   2682, "Cedar Point Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div12/47036.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "DAVIDSON",   "47031",   "SR",   2587, "Abbotts Grove Court",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div09/47031.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "DAVIDSON",   "47043",   "SR",   2848, "Panther Lane",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div09/47043.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "JOHNSTON",   "47016",   "SR",   2912, "Amberley Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47016.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "DAVIE",   "29_0912_06-04",   "SR",   1402, "Etchison Street",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div09/29_0912_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "DAVIE",   "29_0912_06-04",   "SR",   1513, "Boyce Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div09/29_0912_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "EDGECOMBE",   "32_0431_06-04",   "SR",   1234, "Denton Street",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/32_0431_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "FORSYTH",   "47032",   "SR",   3411, "Thornbury Ridge Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div09/47032.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "BRUNSWICK",   "47008",   "SR",   1611, "Johnson Trail",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div03/47008.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "JOHNSTON",   "47013",   "SR",   2418, "Creekside Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47013.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HOKE",   "47029",   "SR",   1571, "Congaree Court",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div08/47029.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "JOHNSTON",   "47012",   "SR",   1549, "Austin Pond",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47012.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HALIFAX",   "47010",   "SR",   1598, "East Harbor Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47010.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "DAVIE",   "29_0912_06-04",   "SR",   1401, "Hillcrest Street",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div09/29_0912_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/3/2004",  "JOHNSTON",   "47012",   "SR",   2917, "Aleah Court",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47012.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "JOHNSTON",   "47012",   "SR",   2918, "Ariel Court",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47012.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "JOHNSTON",   "47012",   "SR",   2919, "Dorey Lane",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47012.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HOKE",   "47029",   "SR",   1570, "Roper Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div08/47029.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "JOHNSTON",   "47012",   "SR",   2921, "Kelsey Court",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47012.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "IREDELL",   "47037",   "SR",   1115, "McKendree Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div12/47037.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "JOHNSTON",   "47014",   "SR",   2671, "Deer Woods Court",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47014.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "JOHNSTON",   "47014",   "SR",   2672, "Amsterdam Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47014.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "JOHNSTON",   "47015",   "SR",   2913, "Graceland Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47015.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "JOHNSTON",   "47015",   "SR",   2914, "Presley Boulevard",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47015.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "JOHNSTON",   "47015",   "SR",   2915, "Elvis Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47015.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "JOHNSTON",   "47016",   "SR",   2907, "Wyndham Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47016.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "JOHNSTON",   "47016",   "SR",   2908, "Breckenridge Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47016.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "JOHNSTON",   "47016",   "SR",   2909, "Somerley Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47016.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "JOHNSTON",   "47012",   "SR",   2920, "Cassidy Court",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47012.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HARNETT",   "47025",   "SR",   1621, "Cyra Court",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div06/47025.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HALIFAX",   "47010",   "SR",   1599, "Starboard Circle",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47010.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HALIFAX",   "47010",   "SR",   1900, "Port Circle",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47010.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HALIFAX",   "47010",   "SR",   1901, "Leeward Circle",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47010.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HALIFAX",   "47011",   "SR",   1245, "Allen Grove Lane",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47011.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HARNETT",   "47025",   "SR",   1618, "Victoria Hills Drive South",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div06/47025.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "JOHNSTON",   "47012",   "SR",   2916, "St. Jiles Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div04/47012.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HARNETT",   "47025",   "SR",   1620, "Mooney Drive",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div06/47025.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HOKE",   "47029",   "SR",   1569, "Haywood Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div08/47029.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HENDERSON",   "47045",   "SR",   1990, "Moria Way",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div14/47045.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HOKE",   "47028",   "SR",   1567, "Stoneledge Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div08/47028.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HARNETT",   "47025",   "SR",   1619, "Blairwood Drive",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div06/47025.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HOKE",   "47029",   "SR",   1568, "Congaree Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div08/47029.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HENDERSON",   "47045",   "SR",   1991, "Benjamin Way",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div14/47045.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HOKE",   "47028",   "SR",   1566, "Howell Place",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div08/47028.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HOKE",   "47028",   "SR",   1565, "Cavalier Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div08/47028.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HOKE",   "47028",   "SR",   1564, "Davenport Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div08/47028.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HOKE",   "47027",   "SR",   1563, "Lakeside Road",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div08/47027.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HOKE",   "47027",   "SR",   1562, "Pecan Trace Road",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div08/47027.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/3/2004",  "HENDERSON",   "47045",   "SR",   1992, "Sean Way",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div14/47045.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["6/4/2004",  "BRUNSWICK",   "09_0324_06-04",   "SR",   1348, "Mulberry Rd",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div03/09_0324_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/4/2004",  "BRUNSWICK",   "09_0324_06-04",   "SR",   1349, "Shallotte Rd",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div03/09_0324_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/4/2004",  "BRUNSWICK",   "09_0324_06-04",   "SR",   1369, "East Coast Ln",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div03/09_0324_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/14/2004",  "NORTHAMPTON",   "B-3214",   "",   301, "Unknown name",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div01/B-3214.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["6/18/2004",  "GUILFORD",   "B-3462",   "SR",   2770, "Huffine Mill Road",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div07/B-3462.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["6/25/2004",  "FORSYTH",   "R-2712",   "",   311, "Unknown name",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div09/R-2712.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["6/25/2004",  "FORSYTH",   "R-2712",   "SR",   4543, "Unknown name",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div09/R-2712.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["6/28/2004",  "MONTGOMERY",   "B-3355",   "SR",   1110, "Lilly's Bridge Road",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div08/B-3355.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["6/28/2004",  "MONTGOMERY",   "B-3355",   "SR",   1229, "Lilly's Bridge Road",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div08/B-3355.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["6/30/2004",  "UNION",   "89_1008_06-04",   "SR",   3265, "Mossy Cup Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div10/89_1008_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/30/2004",  "UNION",   "89_1008_06-04",   "SR",   3266, "Paperback Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div10/89_1008_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["6/30/2004",  "UNION",   "89_1008_06-04",   "SR",   3267, "Odessa Place",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/06_June/Div10/89_1008_06-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/8/2004",  "UNION",   "47065",   "SR",   3238, "Chilcomb Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/47065.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "UNION",   "89_1033_07-04",   "SR",   3258, "Morning Dove Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/89_1033_07-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/8/2004",  "UNION",   "89_1033_07-04",   "SR",   3257, "Song Sparrow Dri ve",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/89_1033_07-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/8/2004",  "UNION",   "47084",   "SR",   2246, "Burgess Helms",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/47084.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "UNION",   "47067",   "SR",   2732, "Cyrus Lee Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/47067.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "UNION",   "47066",   "SR",   1992, "Victory Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/47066.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "UNION",   "47065",   "SR",   3243, "Tyndale Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/47065.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "UNION",   "47065",   "SR",   3242, "Towton Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/47065.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "UNION",   "47065",   "SR",   3241, "Blackheath Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/47065.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "VANCE",   "90_0509_07-04",   "SR",   1119, "Julia Avenue",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div05/90_0509_07-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/8/2004",  "UNION",   "47065",   "SR",   3239, "Arley Hall Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/47065.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "WAKE",   "47052",   "SR",   5405, "Perimeter Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div05/47052.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "UNION",   "47065",   "SR",   3236, "Eleven Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/47065.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "UNION",   "47065",   "SR",   3235, "Dartington Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/47065.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "UNION",   "47065",   "SR",   3233, "Cumberland Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/47065.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "UNION",   "47065",   "SR",   3232, "Wakefield Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/47065.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "UNION",   "47065",   "SR",   3231, "Redmayne Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/47065.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "UNION",   "47065",   "SR",   2899, "Belvedere Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/47065.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "UNION",   "47065",   "SR",   2896, "Whittingham Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/47065.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "UNION",   "47065",   "SR",   3240, "Wilburn Park Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/47065.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "WAKE",   "47055",   "SR",   5137, "Willowlawn Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div05/47055.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "WAKE",   "47051",   "SR",   5322, "Roffler Street",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div05/47051.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "WAKE",   "91_0503_07-04",   "SR",   3117, "Silvergrove Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div05/91_0503_07-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/8/2004",  "WAKE",   "47085",   "SR",   5225, "Willowlawn Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div05/47085.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "WAKE",   "47056",   "SR",   4581, "Baynam Pond Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div05/47056.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "WAKE",   "47056",   "SR",   4580, "Kimmon Way",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div05/47056.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "WAKE",   "47056",   "SR",   4519, "Cotesworth Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div05/47056.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "WAKE",   "47055",   "SR",   5140, "Hayrick Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div05/47055.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "WAKE",   "47050",   "SR",   5097, "Heritage Creek Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div05/47050.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "WAKE",   "47055",   "SR",   5138, "Austin Creek Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div05/47055.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "WAKE",   "47050",   "SR",   5096, "Westleigh Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div05/47050.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "WAKE",   "47054",   "SR",   4583, "Clarincarde Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div05/47054.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "WAKE",   "47054",   "SR",   4582, "Penfold Lane",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div05/47054.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "WAKE",   "47053",   "SR",   5143, "Hovis Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div05/47053.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "WAKE",   "47053",   "SR",   5142, "Carlow Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div05/47053.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "WAKE",   "47053",   "SR",   5141, "Simtree Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div05/47053.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "WAKE",   "47053",   "SR",   4977, "Treadwood Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div05/47053.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "UNION",   "47065",   "SR",   2895, "Waltham Forest Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/47065.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "WILKES",   "47068",   "SR",   1649, "Spainhour Street",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div11/47068.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "WAKE",   "47055",   "SR",   5139, "Willowdell Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div05/47055.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "CABARRUS",   "47063",   "SR",   2717, "Manatee Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/47063.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "CLAY",   "47075",   "SR",   1317, "Lizzie Hicks Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div14/47075.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "CHATHAM",   "47079",   "SR",   1386, "Clyde Clark Road",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div08/47079.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "CHATHAM",   "47079",   "SR",   1358, "Clyde Clark Road",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div08/47079.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "CHATHAM",   "47062",   "SR",   1834, "Bartlett Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div08/47062.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "CATAWBA",   "47069",   "SR",   2464, "Silver Street",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div12/47069.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "CASWELL",   "47059",   "SR",   1385, "Dixie/Dink Road",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div07/47059.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "CASWELL",   "47058",   "SR",   1384, "Poole Road",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div07/47058.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "CAMDEN",   "47046",   "SR",   1174, "Paradise Road",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div01/47046.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "DURHAM",   "47048",   "SR",   2634, "Phar Lap Lane",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div05/47048.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "CABARRUS",   "47063",   "SR",   2718, "Corina Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/47063.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "ALAMANCE",   "47057",   "SR",   1224, "Deerfield Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div07/47057.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "CABARRUS",   "47063",   "SR",   2702, "Shoreview Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/47063.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "BURKE",   "47074",   "SR",   1490, "Mill Run Drive",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div13/47074.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "BURKE",   "47074",   "SR",   1489, "Mill Race Court",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div13/47074.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "BURKE",   "47074",   "SR",   1488, "Millstone Drive",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div13/47074.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "BUNCOMBE",   "47073",   "SR",   2600, "Lafayette Avenue",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div13/47073.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "ANSON",   "03_1002_07-04",   "SR",   1666, "Flowers Street",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/03_1002_07-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/8/2004",  "WAKE",   "47053",   "SR",   3593, "Darfield Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div05/47053.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "UNION",   "47065",   "SR",   2893, "Tintinhull Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/47065.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "CABARRUS",   "47064",   "SR",   2399, "Fieldstone Trace",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/47064.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "ORANGE",   "47060",   "SR",   1012, "Standing Rock Court",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div07/47060.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "FRANKLIN",   "47049",   "SR",   1951, "Oak Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div05/47049.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "ORANGE",   "47061",   "SR",   1448, "Tanya Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div07/47061.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "ORANGE",   "47060",   "SR",   1011, "John Woods Road",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div07/47060.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "NORTHAMPTON",   "65_0114_07-04",   "SR",   1608, "Firman Myrick Street",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div01/65_0114_07-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/8/2004",  "MECKLENBURG",   "59_1005_07-04",   "SR",   2409, "Pine Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div10/59_1005_07-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/8/2004",  "MACON",   "55_1414_07-04",   "SR",   1604, "Bowery Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div14/55_1414_07-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["7/8/2004",  "LINCOLN",   "47072",   "SR",   2046, "Creekside Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div12/47072.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "LINCOLN",   "47072",   "SR",   2045, "Springview Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div12/47072.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "JACKSON",   "47083",   "SR",   1477, "Hospital Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div14/47083.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "GATES",   "47047",   "SR",   1123, "Mullen Road",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div01/47047.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "JACKSON",   "47081",   "SR",   1476, "Streater Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div14/47081.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "JACKSON",   "47078",   "SR",   1437, "Hospital Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div14/47078.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "IREDELL",   "47080",   "SR",   3164, "Celeste Henkle Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div12/47080.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "IREDELL",   "47071",   "SR",   3081, "Henry Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div12/47071.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "HENDERSON",   "47077",   "SR",   2159, "Evergreen Hill Drive",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div14/47077.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "HENDERSON",   "47076",   "SR",   1994, "Terrace Field Trail",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div14/47076.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "HENDERSON",   "47076",   "SR",   1993, "Pottery Terrace Trail",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div14/47076.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "GASTON",   "47070",   "SR",   2121, "Johnston Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div12/47070.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/8/2004",  "JACKSON",   "47082",   "SR",   1437, "Hospital Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div14/47082.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["7/15/2004",  "WATAUGA",   "B-3066",   "SR",   1522, "Unknown name",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/07_July/Div11/B-3066.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["8/5/2004",  "ONSLOW",   "47087",   "SR",   2131, "Fountain Drive",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div03/47087.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "ONSLOW",   "47087",   "SR",   2132, "Waterfall Drive",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div03/47087.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "RANDOLPH",   "47104",   "SR",   3280, "Second Park Avenue",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div08/47104.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "RANDOLPH",   "47105",   "SR",   2554, "Cox Lane",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div08/47105.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "ROBESON",   "47092",   "SR",   2054, "Woodridge Drive",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div06/47092.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "RUTHERFORD",   "47117",   "SR",   1144, "Jim Dobbins Road",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div13/47117.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "LENOIR",   "53_0224_08-04_2",   "SR",   1829, "Harper Drive",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div02/53_0224_08-04_2.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/5/2004",  "TRANSYLVANIA",   "47114",   "SR",   1186, "Meadowbrook Circle",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div14/47114.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "ROBESON",   "77_0627_08-04",   "SR",   2007, "Cedar Street",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div06/77_0627_08-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/5/2004",  "ONSLOW",   "47087",   "SR",   1191, "Sweet Water Drive",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div03/47087.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "LENOIR",   "53_0224_08-04_2",   "SR",   1832, "Neusiok Street",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div02/53_0224_08-04_2.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/5/2004",  "LENOIR",   "53_0224_08-04_2",   "SR",   1826, "Mewborn Avenue",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div02/53_0224_08-04_2.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/5/2004",  "LENOIR",   "53_0224_08-04_2",   "SR",   1830, "Centennial Trail",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div02/53_0224_08-04_2.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/5/2004",  "LENOIR",   "53_0224_08-04_2",   "SR",   1828, "Northview Drive",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div02/53_0224_08-04_2.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/5/2004",  "LENOIR",   "53_0224_08-04_2",   "SR",   1827, "Andrew Johnson",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div02/53_0224_08-04_2.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/5/2004",  "UNION",   "47107",   "SR",   2933, "Bluebird Hill Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div10/47107.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "UNION",   "47110",   "SR",   3255, "Sir Barton Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div10/47110.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "LENOIR",   "53_0224_08-04_1",   "SR",   1642, "Robinwood Drive",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div02/53_0224_08-04_1.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/5/2004",  "LENOIR",   "53_0224_08-04_2",   "SR",   1831, "Kingston Drive",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div02/53_0224_08-04_2.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/5/2004",  "UNION",   "47110",   "SR",   3256, "Victory Gallop Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div10/47110.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "HOKE",   "47102",   "SR",   1576, "Stonewall Street",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div08/47102.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "IREDELL",   "47112",   "SR",   3171, "Turnerlair Court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div12/47112.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "WAYNE",   "47088",   "SR",   1186, "Hardwood Court",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div04/47088.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "WAKE",   "47091",   "SR",   5227, "Taft Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div05/47091.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "WAKE",   "47091",   "SR",   5226, "Daniels Landing Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div05/47091.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "WAKE",   "47090",   "SR",   5406, "Glennevis Lane",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div05/47090.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "UNION",   "89_1037_08-04",   "SR",   3264, "Circle Trace Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div10/89_1037_08-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/5/2004",  "UNION",   "47110",   "SR",   3253, "Seattle Slew Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div10/47110.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "UNION",   "89_1029_08-04",   "SR",   1993, "Cardinal Ridge Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div10/89_1029_08-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/5/2004",  "UNION",   "47107",   "SR",   3244, "Verry Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div10/47107.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "UNION",   "47110",   "SR",   3254, "Secretariat Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div10/47110.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "UNION",   "47110",   "SR",   3252, "Real Quiet Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div10/47110.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "UNION",   "47110",   "SR",   3251, "Man Of War Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div10/47110.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "UNION",   "47110",   "SR",   3250, "Kentucky Derby Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div10/47110.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "UNION",   "47110",   "SR",   3249, "Calument Farms Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div10/47110.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "UNION",   "47110",   "SR",   3248, "Churchill Downs Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div10/47110.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "UNION",   "47110",   "SR",   3247, "Alydar Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div10/47110.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "UNION",   "47108",   "SR",   3246, "Greenhurst Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div10/47108.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "UNION",   "89_1037_08-04",   "SR",   3263, "Potters Trace Road",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div10/89_1037_08-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/5/2004",  "DURHAM",   "47115",   "SR",   1989, "East Institute Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div05/47115.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "GUILFORD",   "47094",   "SR",   4462, "Kelly Lee Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div07/47094.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "GUILFORD",   "47093",   "SR",   4900, "Fox Crossing Road",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div07/47093.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "GUILFORD",   "40_0729_08-04",   "SR",   4907, "Sorrel Run Court",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div07/40_0729_08-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/5/2004",  "GUILFORD",   "40_0729_08-04",   "SR",   4906, "Earl Forbes Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div07/40_0729_08-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/5/2004",  "GUILFORD",   "40_0708_08-04",   "SR",   3842, "West Friendly Avenue",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div07/40_0708_08-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/5/2004",  "GUILFORD",   "40_0708_08-04",   "SR",   2147, "West Friendly Avenue",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div07/40_0708_08-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/5/2004",  "GRANVILLE",   "38_0536_08-04",   "SR",   1219, "South 26-th Street",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div05/38_0536_08-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/5/2004",  "GUILFORD",   "47094",   "SR",   4463, "Kelly Lee Court",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div07/47094.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "GRANVILLE",   "38_0536_08-04",   "SR",   1199, "South 28-th Street",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div05/38_0536_08-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/5/2004",  "CLEVELAND",   "47111",   "SR",   2700, "Meadow Lark Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div12/47111.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "DAVIE",   "47106",   "SR",   1769, "South Hemingway Court",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div09/47106.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "DAVIE",   "47106",   "SR",   1468, "North Hemingway Court",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div09/47106.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "CRAVEN",   "47086",   "SR",   1964, "Old Airport Road",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div02/47086.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "COLUMBUS",   "47116",   "SR",   1580, "Lady Thompson Road",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div06/47116.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "HOKE",   "47103",   "SR",   1581, "Elderberry Court",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div08/47103.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "CHATHAM",   "47100",   "SR",   1660, "Glen Eden Court",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div08/47100.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "HOKE",   "47102",   "SR",   1578, "Amber Lane",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div08/47102.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "GRANVILLE",   "38_0536_08-04",   "SR",   1210, "South 27-th Street",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div05/38_0536_08-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["8/5/2004",  "HAYWOOD",   "47113",   "SR",   1315, "Pot Leg Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div14/47113.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "GUILFORD",   "47095",   "SR",   4901, "Heather Ridge Court",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div07/47095.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "HOKE",   "47103",   "SR",   1579, "Winterfield Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div08/47103.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "HOKE",   "47102",   "SR",   1577, "Laura Lane",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div08/47102.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "CHATHAM",   "47100",   "SR",   1659, "Woodcreek Court",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div08/47100.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "HOKE",   "47102",   "SR",   1575, "Belle Boyd Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div08/47102.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "HOKE",   "47102",   "SR",   1574, "Two Hours Court",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div08/47102.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "HOKE",   "47102",   "SR",   1573, "Kernstown Road",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div08/47102.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "HENDERSON",   "47118",   "SR",   1953, "Case Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div14/47118.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "HOKE",   "47103",   "SR",   1580, "Bayou Court",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div08/47103.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "GUILFORD",   "47099",   "SR",   4905, "Foxhaven Court",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div07/47099.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "GUILFORD",   "47099",   "SR",   4904, "Tally-Ho Court",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div07/47099.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "GUILFORD",   "47099",   "SR",   4903, "Foxdale Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div07/47099.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "GUILFORD",   "47099",   "SR",   4902, "Foxhaven Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div07/47099.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "GUILFORD",   "47098",   "SR",   4776, "Croswell Court",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div07/47098.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "GUILFORD",   "47098",   "SR",   4775, "Chesney Way",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div07/47098.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "GUILFORD",   "47097",   "SR",   2521, "Fairhaven Road",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div07/47097.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "GUILFORD",   "47096",   "SR",   3277, "Pine Meadows Court",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div07/47096.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/5/2004",  "HOKE",   "47101",   "SR",   1572, "Dundee Circle",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div08/47101.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["8/9/2004",  "WILKES",   "R-2239AC",   "SR",   2601, "Unknown name",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div11/R-2239AC.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["8/9/2004",  "WILKES",   "R-2239AC",   "SR",   2440, "Lonnie Oakley Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div11/R-2239AC.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["8/9/2004",  "WILKES",   "R-2239AC",   "SR",   2537, "Bear Hollow Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div11/R-2239AC.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["8/15/2004",  "ASHE",   "B-3107",   "SR",   1130, "B. C. Hunter Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div11/B-3107.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["8/15/2004",  "ASHE",   "B-3107",   "SR",   1185, "Dollar Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div11/B-3107.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["8/15/2004",  "ASHE",   "B-3107",   "SR",   1198, "Tom Pless Road",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div11/B-3107.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["8/15/2004",  "ASHE",   "B-3107",   "SR",   1291, "Unknown name",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/08_August/Div11/B-3107.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["9/2/2004",  "IREDELL",   "47139",   "SR",   1969, "East Debbie Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div12/47139.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "MECKLENBURG",   "59_1003_09-04",   "SR",   2235, "Mercia Avenue",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div10/59_1003_09-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/2/2004",  "MECKLENBURG",   "59_1003_09-04",   "SR",   2227, "Oxford Place",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div10/59_1003_09-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/2/2004",  "MECKLENBURG",   "59_1003_09-04",   "SR",   2226, "Wedgewood Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div10/59_1003_09-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/2/2004",  "MECKLENBURG",   "59_1003_09-04",   "SR",   2206, "Edinburgh Avenue",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div10/59_1003_09-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/2/2004",  "MECKLENBURG",   "59_1003_09-04",   "SR",   2199, "Shields Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div10/59_1003_09-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/2/2004",  "MECKLENBURG",   "59_1003_09-04",   "SR",   2121, "Westminster Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div10/59_1003_09-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/2/2004",  "MCDOWELL",   "47141",   "SR",   1840, "Mosteller Drive",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div13/47141.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "LEE",   "47127",   "SR",   1485, "Stanley Road",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div08/47127.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "MECKLENBURG",   "59_1003_09-04",   "SR",   2257, "Kent Avenue",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div10/59_1003_09-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/2/2004",  "IREDELL",   "47137",   "SR",   3083, "Melville Court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div12/47137.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "WILSON",   "47122",   "SR",   1820, "Curve Road",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div04/47122.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "LEE",   "47127",   "SR",   1486, "Thoroughfare Branch Road",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div08/47127.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "MECKLENBURG",   "59_1003_09-04",   "SR",   2342, "Sao Paula Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div10/59_1003_09-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/2/2004",  "MECKLENBURG",   "59_1003_09-04",   "SR",   2343, "Janeiro Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div10/59_1003_09-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/2/2004",  "MECKLENBURG",   "59_1003_09-04",   "SR",   5524, "Unknown",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div10/59_1003_09-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/2/2004",  "MOORE",   "47128",   "SR",   1186, "Dawkins Street",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div08/47128.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "ONSLOW",   "47120",   "SR",   2211, "Forest Bluff Drive",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div03/47120.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "ONSLOW",   "47120",   "SR",   2212, "Valley Ridge Lane",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div03/47120.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "RANDOLPH",   "47129",   "SR",   3281, "Brookshire Court",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div08/47129.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "ROCKINGHAM",   "47125",   "SR",   2949, "Devonshire Road",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div07/47125.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "TRANSYLVANIA",   "47144",   "SR",   1142, "Oscar Chappel Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div14/47144.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "UNION",   "89_1033_09-04",   "SR",   3287, "Antioch Woods Lane",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div10/89_1033_09-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/2/2004",  "UNION",   "89_1033_09-04",   "SR",   3288, "White Birch Trail",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div10/89_1033_09-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/2/2004",  "WAKE",   "47123",   "SR",   5407, "Cassaro Lane",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div05/47123.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "IREDELL",   "47137",   "SR",   3082, "Livingstone Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div12/47137.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "UNION",   "89_1033_09-04",   "SR",   3289, "Leyland Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div10/89_1033_09-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/2/2004",  "BURKE",   "47140",   "SR",   1346, "Harbor View Terrace",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div13/47140.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "IREDELL",   "47138",   "SR",   2630, "Ebony Circle",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div12/47138.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "IREDELL",   "47136",   "SR",   2269, "Howard Pond Loop",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div12/47136.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "BRUNSWICK",   "47119",   "SR",   1612, "Providence Way",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div03/47119.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "BURKE",   "47140",   "SR",   1347, "Brentwood Place",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div13/47140.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "CATAWBA",   "47133",   "SR",   3101, "Grayson Green Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div12/47133.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "CATAWBA",   "47133",   "SR",   3102, "Wellesbourne  Lane",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div12/47133.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "CHEROKEE",   "47142",   "SR",   1589, "Log Barn Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div14/47142.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "CHEROKEE",   "47143",   "SR",   1589, "Log Barn Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div14/47143.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "CLEVELAND",   "47134",   "SR",   2701, "Schweppe Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div12/47134.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "CLEVELAND",   "47134",   "SR",   2702, "Bankhead Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div12/47134.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "DAVIDSON",   "47130",   "SR",   3187, "Carolyn Lane",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div09/47130.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "DAVIE",   "47131",   "SR",   1770, "Raintree Court",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div09/47131.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "DAVIE",   "47132",   "SR",   1698, "Apache Road",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div09/47132.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "GASTON",   "47135",   "SR",   1216, "Brandywine Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div12/47135.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "HOKE",   "47126",   "SR",   1586, "Corgy Lane",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div08/47126.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "HOKE",   "47126",   "SR",   1590, "Louise Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div08/47126.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "HOKE",   "47126",   "SR",   1589, "Neely Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div08/47126.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "IREDELL",   "47136",   "SR",   2268, "Spring Forest Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div12/47136.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "HALIFAX",   "47121",   "SR",   1902, "Pecan Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div04/47121.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "HOKE",   "47126",   "SR",   1587, "Steeplechase/Terrier Way",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div08/47126.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "HOKE",   "47126",   "SR",   1585, "Foxhound Court",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div08/47126.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "HOKE",   "47126",   "SR",   1584, "Grouse Run",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div08/47126.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "HOKE",   "47126",   "SR",   1583, "Post Place",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div08/47126.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "HOKE",   "47126",   "SR",   1582, "Fetlock Court",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div08/47126.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "HARNETT",   "47124",   "SR",   1622, "Gary Drive",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div06/47124.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "HARNETT",   "47124",   "SR",   1481, "Kinnis Creek Drive",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div06/47124.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "HALIFAX",   "47121",   "SR",   1903, "Pine Ridge Road",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div04/47121.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/2/2004",  "HOKE",   "47126",   "SR",   1588, "Bugal Call Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div08/47126.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["9/6/2004",  "GUILFORD",   "40_0726_09-04",   "SR",   4882, "Providence North Drive",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div07/40_0726_09-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/7/2004",  "MACON",   "B-3352",   "SR",   1504, "Corbin Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div14/B-3352.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["9/10/2004",  "GUILFORD",   "FR_40_09-04_1",   "SR",   2223, "Red Coat Lane",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div07/FR_40_09-04_1.pdf",   "2004",   "FIELD REQUEST", "True"];
DEData[n++] = ["9/14/2004",  "GUILFORD",   "40_0708_09-04",   "SR",   1610, "Tyler Road",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div07/40_0708_09-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["9/15/2004",  "JOHNSTON",   "FR_50_09-04_1",   "SR",   1116, "Godwin Lake Road",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div04/FR_50_09-04_1.pdf",   "2004",   "FIELD REQUEST", "True"];
DEData[n++] = ["9/15/2004",  "JOHNSTON",   "FR_50_09-04_1",   "SR",   1307, "Aquilla Road",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div04/FR_50_09-04_1.pdf",   "2004",   "FIELD REQUEST", "True"];
DEData[n++] = ["9/25/2004",  "WAKE",   "FR_91_09-04_1",   "SR",   4116, "Unknown name",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/09_September/Div05/FR_91_09-04_1.pdf",   "2004",   "FIELD REQUEST", "True"];
DEData[n++] = ["10/7/2004",  "JOHNSTON",   "47153",   "SR",   2924, "Applecross Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div04/47153.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "RANDOLPH",   "47168",   "SR",   2381, "Crooked Creek Road",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div08/47168.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "POLK",   "47186",   "SR",   1120, "Hester Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div14/47186.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "ONSLOW",   "47183",   "SR",   1454, "West Carole Drive",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div03/47183.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "MOORE",   "47166",   "SR",   1336, "Glendale Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div08/47166.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "LINCOLN",   "47181",   "SR",   2047, "Spring Branch Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div12/47181.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "LEE",   "47165",   "SR",   1753, "Martin Circle",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div08/47165.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "JOHNSTON",   "47188",   "SR",   1628, "Cleveland Crossing",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div04/47188.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "JOHNSTON",   "47153",   "SR",   2925, "Cranberry Court",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div04/47153.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "JOHNSTON",   "47153",   "SR",   2923, "Spearhead Place",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div04/47153.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "JOHNSTON",   "47153",   "SR",   2922, "Tomahawk Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div04/47153.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "JOHNSTON",   "47153",   "SR",   1509, "Matthews Road",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div04/47153.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "YADKIN",   "47176",   "SR",   1447, "Mabel Trail",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div11/47176.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "JOHNSTON",   "47152",   "SR",   2802, "Weatherspoon Lane",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div04/47152.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "RANDOLPH",   "47169",   "SR",   2382, "Guilford Way",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div08/47169.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "JOHNSTON",   "47151",   "SR",   2927, "Webrood Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div04/47151.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "JOHNSTON",   "47150",   "SR",   2931, "Norman Court",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div04/47150.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "JOHNSTON",   "47153",   "SR",   2926, "Pepperstone Court",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div04/47153.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "WAKE",   "47154",   "SR",   5383, "Pasture View Lane",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div05/47154.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "YADKIN",   "47176",   "SR",   1448, "Maggie Way",   11, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div11/47176.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "JOHNSTON",   "47151",   "SR",   2928, "Ringneck Place",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div04/47151.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "WAKE",   "47156",   "SR",   4982, "Trenton Ridge Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div05/47156.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "JOHNSTON",   "47150",   "SR",   2930, "Reagan Court",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div04/47150.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "WAKE",   "47156",   "SR",   4980, "Bowling Green Trail",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div05/47156.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "WAKE",   "47156",   "SR",   4979, "Liberty Woods Way",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div05/47156.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "WAKE",   "47156",   "SR",   4978, "Saratogo Springs Lane",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div05/47156.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "WAKE",   "47155",   "SR",   5408, "Stonerose Circle",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div05/47155.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "WAKE",   "47156",   "SR",   4981, "Potomac Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div05/47156.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "WAKE",   "47154",   "SR",   5384, "Deer Knoll Court",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div05/47154.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "RANDOLPH",   "47170",   "SR",   2383, "Leonae Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div08/47170.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "WAKE",   "47154",   "SR",   2728, "Rand Road",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div05/47154.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "UNION",   "47175",   "SR",   3277, "Trappers Cove",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div10/47175.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "UNION",   "47175",   "SR",   3276, "Antioch Plantation Drive",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div10/47175.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "UNION",   "47174",   "SR",   3247, "Alydar Court",   10, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div10/47174.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "ROCKINGHAM",   "47162",   "SR",   2951, "River Run Road",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div07/47162.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "RICHMOND",   "47167",   "SR",   1566, "McNeil Road",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div08/47167.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "RICHMOND",   "47167",   "SR",   1430, "McNeil Road",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div08/47167.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "RANDOLPH",   "47171",   "SR",   2997, "Woodhaven Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div08/47171.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "WAKE",   "47154",   "SR",   5385, "Deer Stream Lane",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div05/47154.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "CARTERET",   "47182",   "SR",   1321, "4-H Road",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div02/47182.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "JOHNSTON",   "47152",   "SR",   2803, "Waber Court",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div04/47152.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "DARE",   "47187",   "SR",   1534, "Sound Shore Drive",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div01/47187.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "CHATHAM",   "47164",   "SR",   1661, "Donald Drive",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div08/47164.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "CHATHAM",   "47163",   "SR",   1838, "Woodham Road",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div08/47163.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "CHATHAM",   "47163",   "SR",   1837, "Brookfield road",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div08/47163.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "CHATHAM",   "47163",   "SR",   1836, "North Langdon Road",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div08/47163.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "CHATHAM",   "47163",   "SR",   1835, "South Langdon",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div08/47163.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "FORSYTH",   "47172",   "SR",   2581, "Katies Trail",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div09/47172.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "CATAWBA",   "47177",   "SR",   2960, "Bendwood Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div12/47177.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "FORSYTH",   "47173",   "SR",   4364, "Fiddlers Knoll Drive",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div09/47173.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "CARTERET",   "47145",   "SR",   1101, "Bluff Road",   2, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div02/47145.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "BRUNSWICK",   "47148",   "SR",   1614, "Bonnie Brae",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div03/47148.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "BRUNSWICK",   "47148",   "SR",   1513, "Thistle Downs",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div03/47148.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "BRUNSWICK",   "47147",   "SR",   1936, "Live Oak Street SW",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div03/47147.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "BRUNSWICK",   "47146",   "SR",   1935, "Lawndale Drive SW",   3, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div03/47146.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "ALAMANCE",   "47160",   "SR",   2613, "Tigger Court",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div07/47160.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "ALAMANCE",   "47160",   "SR",   2612, "Jamie Baker Court",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div07/47160.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "JOHNSTON",   "47150",   "SR",   2929, "Audrey Court",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div04/47150.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "CHATHAM",   "47163",   "SR",   1812, "Weathersfield",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div08/47163.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "HARNETT",   "47158",   "SR",   1351, "Longleaf Drive",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div06/47158.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "JOHNSTON",   "47149",   "SR",   2933, "Sparkle Lane",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div04/47149.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "JOHNSTON",   "47149",   "SR",   2932, "Galaxy Drive",   4, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div04/47149.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "IREDELL",   "47180",   "SR",   3173, "Creeky Hollow Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div12/47180.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "IREDELL",   "47180",   "SR",   3172, "Wildwood Cove Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div12/47180.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "IREDELL",   "47179",   "SR",   3086, "Hadley Harbor Court",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div12/47179.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "IREDELL",   "47179",   "SR",   3085, "Quaker Road",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div12/47179.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "IREDELL",   "47178",   "SR",   3084, "Marstons Mill Drive",   12, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div12/47178.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "DARE",   "47187",   "SR",   1535, "Sunrise Lane",   1, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div01/47187.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "HARNETT",   "47159",   "SR",   1352, "Bumpy Lane",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div06/47159.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "HARNETT",   "47157",   "SR",   1925, "Wilbert Lucas Lane",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div06/47157.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "HARNETT",   "47157",   "SR",   1924, "Domino Lane",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div06/47157.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "HARNETT",   "47157",   "SR",   1923, "J. R. Wilson Lane",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div06/47157.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "HARNETT",   "47157",   "SR",   1922, "Hope Lane",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div06/47157.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "HARNETT",   "47157",   "SR",   1921, "Harvey Allen Lane",   6, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div06/47157.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "GUILFORD",   "47161",   "SR",   2687, "River Run Road",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div07/47161.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "FORSYTH",   "47173",   "SR",   4382, "Pecan Ridge Circle",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div09/47173.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "FORSYTH",   "47173",   "SR",   4381, "Fiddlers Knoll Court",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div09/47173.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "FORSYTH",   "47173",   "SR",   4380, "Pecan Forest Trail",   9, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div09/47173.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/7/2004",  "HENDERSON",   "47185",   "SR",   1518, "Lakewood Road",   14, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div14/47185.pdf",   "2004",   "PETITION", "True"];
DEData[n++] = ["10/9/2004",  "GUILFORD",   "I-2201E",   "SR",   1554, "Chimney Rock Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div07/I-2201E.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["10/9/2004",  "GUILFORD",   "I-2201E",   "SR",   5002, "Boulder Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div07/I-2201E.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["10/9/2004",  "GUILFORD",   "I-2201E",   "SR",   2492, "Chimney Rock Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div07/I-2201E.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["10/9/2004",  "GUILFORD",   "I-2201E",   "SR",   1607, "Brunt Paplar",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div07/I-2201E.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["10/9/2004",  "GUILFORD",   "I-2201E",   "SR",   1608, "Service Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div07/I-2201E.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["10/9/2004",  "GUILFORD",   "I-2201E",   "SR",   1681, "Albert Pick Rd.",   7, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div07/I-2201E.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["10/11/2004",  "WAKE",   "91_0520_11-04",   "SR",   2281, "Comet Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div05/91_0520_11-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["10/11/2004",  "WAKE",   "91_0520_11-04",   "SR",   3618, "Ravenhill Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div05/91_0520_11-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["10/11/2004",  "WAKE",   "91_0520_11-04",   "SR",   2944, "Kincaid Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div05/91_0520_11-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["10/11/2004",  "WAKE",   "91_0520_11-04",   "SR",   2943, "Folger Street",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div05/91_0520_11-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["10/11/2004",  "WAKE",   "91_0520_11-04",   "SR",   2282, "Planet Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div05/91_0520_11-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["10/11/2004",  "WAKE",   "91_0520_11-04",   "SR",   2280, "Neptune Drive",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div05/91_0520_11-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["10/11/2004",  "WAKE",   "91_0520_11-04",   "SR",   2087, "Johnsdale Road",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div05/91_0520_11-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["10/11/2004",  "WAKE",   "91_0520_11-04",   "SR",   2086, "Johnsdale Road",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div05/91_0520_11-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["10/11/2004",  "WAKE",   "91_0520_11-04",   "SR",   2085, "Johnsdale Road",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div05/91_0520_11-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["10/11/2004",  "CHATHAM",   "B-3823",   "",   902, "Unknown name",   8, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div08/B-3823.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["10/11/2004",  "WAKE",   "91_0520_11-04",   "SR",   2942, "Iverson Street",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div05/91_0520_11-04.pdf",   "2004",   "MUNICIPAL AGREEMENT", "True"];
DEData[n++] = ["10/22/2004",  "MITCHELL",   "B-3678",   "SR",   1206, "Stagger Weed Road",   13, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div13/B-3678.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["10/26/2004",  "WAKE",   "R-2541",   "SR",   1257, "Main Street",   5, "http://dotw-xfer01.dot.state.nc.us/gisdot/DOTDELetters/2004/10_October/Div05/R-2541.pdf",   "2004",   "TIP", "True"];
DEData[n++] = ["10/26/2004",  "WAKE",   "R-2541",   "SR",   1256, "Unknown name",   5, "http://dotw-xfer01.dot