﻿var NAMES = [
	
	{id:"SELECT_ONE", name: "SELECT ONE"},
	{id:"Mike_Lester", name: "Mike Lester"},
	{id:"Sandy_D’Elosua", name: "Sandy D’Elosua"},
	{id:"Niki_Bennett", name: "Niki Bennett"},
	{id:"Dru_Lundy", name: "Dru Lundy"},
	{id:"Lisa_Schaibly", name: "Lisa Schaibly"},
	{id:"Alisha_dos_Santos", name: "Alisha dos Santos"},
	{id:"Erica_Travieso", name: "Erica Travieso"},
	{id:"Helen_Briggs", name: "Helen Briggs"},
	{id:"Ashley_Sherburn", name: "Ashley Sherburn"}

];

var COUNTRIES = [
	
	{id:"SELECTCOUNTRY", name: "SELECT ONE"},
	{id:"USA", name: "United States"},
	{id:"CAN", name: "Canada"},
	{id:"MEX", name: "Mexico"}

];

var STATES = [
	
	{country:"SELECTCOUNTRY", id:"SELECTSTATE2", name: "SELECT ONE"},
	{country:"USA", id:"SELECTSTATE1", name: "SELECT ONE"},
	{country:"USA", id:"AL", name: "Alabama"},
	{country:"USA", id:"AZ", name: "Arizona"},
	{country:"USA", id:"CA", name: "California"},
	{country:"USA", id:"CO", name: "Colorado"},
	{country:"USA", id:"CT", name: "Connecticut"},
	{country:"USA", id:"DE", name: "Delaware"},
	{country:"USA", id:"FL", name: "Florida"},
	{country:"USA", id:"GA", name: "Georgia"},
	{country:"USA", id:"HI", name: "Hawaii"},
	{country:"USA", id:"ID", name: "Idaho"},
	{country:"USA", id:"IL", name: "Illinois"},
	{country:"USA", id:"IN", name: "Indiana"},
	{country:"USA", id:"KY", name: "Kentucky"},
	{country:"USA", id:"LA", name: "Louisiana"},
	{country:"USA", id:"MA", name: "Massachusetts"},
	{country:"USA", id:"MD", name: "Maryland"},
	{country:"USA", id:"MI", name: "Michigan"},
	{country:"USA", id:"MN", name: "Minnesota"},
	{country:"USA", id:"MO", name: "Missouri"},
	{country:"USA", id:"NE", name: "Nebraska"},
	{country:"USA", id:"NJ", name: "New Jersey"},
	{country:"USA", id:"NM", name: "New Mexico"},
	{country:"USA", id:"NV", name: "Nevada"},
	{country:"USA", id:"NY", name: "New York"},
	{country:"USA", id:"NC", name: "North Carolina"},
	{country:"USA", id:"OH", name: "Ohio"},
	{country:"USA", id:"OK", name: "Oklahoma"},
	{country:"USA", id:"OR", name: "Oregon"},
	{country:"USA", id:"PA", name: "Pennsylvania"},
	{country:"USA", id:"RI", name: "Rhode Island"},
	{country:"USA", id:"SC", name: "South Carolina"},
	{country:"USA", id:"TN", name: "Tennessee"},
	{country:"USA", id:"TX", name: "Texas"},
	{country:"USA", id:"UT", name: "Utah"},
	{country:"USA", id:"VA", name: "Virginia"},
	{country:"USA", id:"WA", name: "Washington"},
	{country:"USA", id:"DC", name: "Washington D.C."},
	{country:"USA", id:"WI", name: "Wisconsin"},
	{country:"CAN", id:"SELECTSTATE3", name: "SELECT ONE"},
	{country:"CAN", id:"Alberta", name: "Alberta"},
	{country:"MEX", id:"SELECTSTATE3", name: "SELECT ONE"},
	{country:"MEX", id:"Mexico City District", name: "Mexico City District"}

];

var CITIES = [
	
{ offerCode: "9999", country: "USA", state: "AL", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "AZ", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "CA", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "CO", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "CT", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "DC", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "DE", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "FL", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "GA", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "HI", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "IA", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "ID", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "IL", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "IN", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "KY", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "LA", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "MA", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "ME", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "MD", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "MI", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "MN", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "MO", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "NC", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "NE", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "NJ", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "NM", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "NV", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "NY", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "OH", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "OK", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "OR", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "PA", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "RI", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "SC", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "SELECTSTATE1", city: "SELECT ONE" },
{ offerCode: "9999", country: "CAN", state: "SELECTSTATE3", city: "SELECT ONE" },
{ offerCode: "9999", country: "CAN", state: "Alberta", city: "SELECT ONE" },
{ offerCode: "9999", country: "SELECTCOUNTRY", state: "SELECTSTATE2", city: "SELECT ONE" },

{ offerCode: "9999", country: "MEX", state: "SELECTSTATE3", city: "SELECT ONE" },
{ offerCode: "9999", country: "MEX", state: "Mexico City District", city: "SELECT ONE" },
{ offerCode: "9999", country: "SELECTCOUNTRY", state: "SELECTSTATE2", city: "SELECT ONE" },

{ offerCode: "9999", country: "USA", state: "TN", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "TX", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "UT", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "VA", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "WA", city: "SELECT ONE" },
{ offerCode: "9999", country: "USA", state: "WI", city: "SELECT ONE" },
{ offerCode: "0039", country: "USA", state: "AZ", city: "Ahwatukee" },
{ offerCode: "0138", country: "USA", state: "NY", city: "Albany" },
{ offerCode: "0054", country: "USA", state: "NM", city: "Albuquerque" },
{ offerCode: "0146", country: "USA", state: "MI", city: "Ann Arbor" },
{ offerCode: "0053", country: "USA", state: "MD", city: "Annapolis" },
{ offerCode: "0064", country: "USA", state: "WI", city: "Appleton" },
{ offerCode: "0038", country: "USA", state: "VA", city: "Arlington" },
{ offerCode: "0153", country: "USA", state: "TX", city: "Arlington" },
{ offerCode: "1139", country: "USA", state: "AZ", city: "Arrowhead" },
{ offerCode: "0126", country: "USA", state: "GA", city: "Atlanta" },
{ offerCode: "0128", country: "USA", state: "NJ", city: "Atlantic City" },
{ offerCode: "0083", country: "USA", state: "TX", city: "Austin" },
{ offerCode: "0121", country: "USA", state: "TX", city: "Austin II (DT)" },
{ offerCode: "0034", country: "USA", state: "LA", city: "Baton Rouge" },
{ offerCode: "0117", country: "USA", state: "MA", city: "Bedford" },
{ offerCode: "0066", country: "USA", state: "WA", city: "Bellevue" },
{ offerCode: "0155", country: "USA", state: "PA", city: "Bethlehem" },
{ offerCode: "0116", country: "USA", state: "AL", city: "Birmingham" },
{ offerCode: "0010", country: "USA", state: "FL", city: "Boca Raton" },
{ offerCode: "0071", country: "USA", state: "ID", city: "Boise" },
{ offerCode: "0139", country: "USA", state: "MA", city: "Boston" },
{ offerCode: "0122", country: "USA", state: "CA", city: "Brea" },
{ offerCode: "0068", country: "USA", state: "WI", city: "Brookfield" },
{ offerCode: "0130", country: "USA", state: "NY", city: "Buffalo" },
{ offerCode: "0024", country: "USA", state: "IL", city: "Buffalo Grove" },
{ offerCode: "0009", country: "USA", state: "NC", city: "Charlotte" },
{ offerCode: "0036", country: "USA", state: "NC", city: "Charlotte University" },
{ offerCode: "0105", country: "USA", state: "VA", city: "Charlottesville" },
{ offerCode: "0152", country: "USA", state: "TN", city: "Chattanooga" },
{ offerCode: "0074", country: "USA", state: "IL", city: "Chicago IV" },
{ offerCode: "0013", country: "USA", state: "OH", city: "Cincinnati" },
{ offerCode: "0077", country: "USA", state: "CO", city: "Colorado Springs" },
{ offerCode: "0069", country: "USA", state: "MD", city: "Columbia" },
{ offerCode: "0093", country: "USA", state: "SC", city: "Columbia" },
{ offerCode: "0091", country: "USA", state: "OH", city: "Columbus-Easton" },
{ offerCode: "0097", country: "USA", state: "FL", city: "Cooper City" },
{ offerCode: "0062", country: "USA", state: "FL", city: "Coral Springs" },
{ offerCode: "0060", country: "USA", state: "TX", city: "Dallas" },
{ offerCode: "0089", country: "USA", state: "CT", city: "Darien" },
{ offerCode: "0140", country: "USA", state: "OH", city: "Dayton" },
{ offerCode: "0127", country: "USA", state: "FL", city: "Destin" },
{ offerCode: "0151", country: "USA", state: "IL", city: "Downer's Grove" },
{ offerCode: "0011", country: "USA", state: "GA", city: "Duluth" },
{ offerCode: "0115", country: "USA", state: "NC", city: "Durham" },
{ offerCode: "0160", country: "CAN", state: "Alberta", city: "Edmonton" },
{ offerCode: "0163", country: "MEX", state: "Mexico City District", city: "Masaryk" },
{ offerCode: "0165", country: "MEX", state: "Mexico City District", city: "Satelite" },
{ offerCode: "0169", country: "MEX", state: "Mexico City District", city: "Pedregal" },
{ offerCode: "0108", country: "USA", state: "MA", city: "Framingham" },
{ offerCode: "0107", country: "USA", state: "VA", city: "Fredericksburg" },
{ offerCode: "0078", country: "USA", state: "CO", city: "Ft. Collins" },
{ offerCode: "0087", country: "USA", state: "FL", city: "Ft. Lauderdale" },
{ offerCode: "0040", country: "USA", state: "FL", city: "Ft. Myers" },
{ offerCode: "0167", country: "USA", state: "TN", city: "Gatlinburg" },
{ offerCode: "0099", country: "USA", state: "MI", city: "Grand Rapids" },
{ offerCode: "0030", country: "USA", state: "NC", city: "Greensboro" },
{ offerCode: "0037", country: "USA", state: "SC", city: "Greenville" },
{ offerCode: "0109", country: "USA", state: "IN", city: "Greenwood" },
{ offerCode: "0150", country: "USA", state: "PA", city: "Harrisburg" },
{ offerCode: "0123", country: "USA", state: "NJ", city: "Hoboken" },
{ offerCode: "0026", country: "USA", state: "TX", city: "Houston" },
{ offerCode: "0148", country: "USA", state: "AL", city: "Huntsville" },
{ offerCode: "0027", country: "USA", state: "IN", city: "Indianapolis" },
{ offerCode: "0051", country: "USA", state: "CA", city: "Irvine" },
{ offerCode: "0118", country: "USA", state: "FL", city: "Jacksonville" },
{ offerCode: "0045", country: "USA", state: "MO", city: "Kansas City" },
{ offerCode: "0049", country: "USA", state: "GA", city: "Kennesaw" },
{ offerCode: "0110", country: "USA", state: "PA", city: "King of Prussia" },
{ offerCode: "0028", country: "USA", state: "TN", city: "Knoxville" },
{ offerCode: "0134", country: "USA", state: "HI", city: "Lahaina, HI" },
{ offerCode: "0006", country: "USA", state: "FL", city: "Lake Worth" },
{ offerCode: "0095", country: "USA", state: "CA", city: "Larkspur" },
{ offerCode: "0065", country: "USA", state: "NV", city: "Las Vegas" },
{ offerCode: "0135", country: "USA", state: "KY", city: "Lexington" },
{ offerCode: "0022", country: "USA", state: "CO", city: "Littleton" },
{ offerCode: "0125", country: "USA", state: "NY", city: "Long Island" },
{ offerCode: "0014", country: "USA", state: "FL", city: "Longwood" },
{ offerCode: "0035", country: "USA", state: "CO", city: "Louisville" },
{ offerCode: "0070", country: "USA", state: "KY", city: "Louisville" },
{ offerCode: "0072", country: "USA", state: "OH", city: "Lyndhurst" },
{ offerCode: "0112", country: "USA", state: "WI", city: "Madison" },
{ offerCode: "0086", country: "USA", state: "FL", city: "Melbourne" },
{ offerCode: "0052", country: "USA", state: "TN", city: "Memphis" },
{ offerCode: "0004", country: "USA", state: "FL", city: "Miami" },
{ offerCode: "0059", country: "USA", state: "MN", city: "Minneapolis" },
{ offerCode: "0164", country: "USA", state: "AL", city: "Mobile" },
{ offerCode: "0023", country: "USA", state: "SC", city: "Myrtle Beach" },
{ offerCode: "0145", country: "USA", state: "IL", city: "Naperville" },
{ offerCode: "0090", country: "USA", state: "FL", city: "Naples" },
{ offerCode: "0131", country: "USA", state: "FL", city: "Naples" },
{ offerCode: "0018", country: "USA", state: "TN", city: "Nashville" },
{ offerCode: "0094", country: "USA", state: "LA", city: "New Orleans" },
{ offerCode: "0106", country: "USA", state: "VA", city: "Newport News" },
{ offerCode: "0007", country: "USA", state: "FL", city: "North Miami Beach" },
{ offerCode: "0133", country: "USA", state: "FL", city: "North Palm Beach" },
{ offerCode: "0104", country: "USA", state: "MI", city: "Novi" },
{ offerCode: "0043", country: "USA", state: "FL", city: "Ocala" },
{ offerCode: "0113", country: "USA", state: "OK", city: "Oklahoma City" },
{ offerCode: "0005", country: "USA", state: "FL", city: "Oldsmar" },
{ offerCode: "0079", country: "USA", state: "NE", city: "Omaha" },
{ offerCode: "0046", country: "USA", state: "FL", city: "Orlando" },
{ offerCode: "0100", country: "USA", state: "CA", city: "Pasadena" },
{ offerCode: "0044", country: "USA", state: "FL", city: "Pensacola" },
{ offerCode: "0096", country: "USA", state: "PA", city: "Philadelphia" },
{ offerCode: "0075", country: "USA", state: "PA", city: "Pittsburgh" },
{ offerCode: "0081", country: "USA", state: "OR", city: "Portland" },
{ offerCode: "0162", country: "USA", state: "NY", city: "Poughkeepsie" },
{ offerCode: "0142", country: "USA", state: "RI", city: "Providence" },
{ offerCode: "0012", country: "USA", state: "NC", city: "Raleigh" },
{ offerCode: "0119", country: "USA", state: "CA", city: "Rancho Cucamonga" },
{ offerCode: "0080", country: "USA", state: "NJ", city: "Red Bank" },
{ offerCode: "0120", country: "USA", state: "NV", city: "Reno" },
{ offerCode: "0021", country: "USA", state: "VA", city: "Reston" },
{ offerCode: "0017", country: "USA", state: "VA", city: "Richmond" },
{ offerCode: "0166", country: "USA", state: "NY", city: "Rochester" },
{ offerCode: "0141", country: "USA", state: "OH", city: "Rocky River" },
{ offerCode: "0029", country: "USA", state: "GA", city: "Roswell" },
{ offerCode: "0061", country: "USA", state: "CA", city: "Sacramento" },
{ offerCode: "0047", country: "USA", state: "UT", city: "Salt Lake City" },
{ offerCode: "0076", country: "USA", state: "TX", city: "San Antonio" },
{ offerCode: "0114", country: "USA", state: "CA", city: "San Clemente" },
{ offerCode: "0102", country: "USA", state: "CA", city: "San Diego" },
{ offerCode: "0161", country: "USA", state: "CA", city: "San Diego - Gaslamp" },
{ offerCode: "0124", country: "USA", state: "CA", city: "San Mateo" },
{ offerCode: "0042", country: "USA", state: "FL", city: "Sarasota" },
{ offerCode: "0156", country: "USA", state: "GA", city: "Savannah" },
{ offerCode: "0048", country: "USA", state: "IL", city: "Schaumburg" },
{ offerCode: "0025", country: "USA", state: "AZ", city: "Scottsdale" },
{ offerCode: "0031", country: "USA", state: "WA", city: "Seattle" },
{ offerCode: "0020", country: "USA", state: "MD", city: "Shady Grove-Gaithersburg-Rockville" },
{ offerCode: "0103", country: "USA", state: "TX", city: "Shenandoah" },
{ offerCode: "0092", country: "USA", state: "NJ", city: "Somerville" },
{ offerCode: "0073", country: "USA", state: "TX", city: "Southlake" },
{ offerCode: "0132", country: "USA", state: "WA", city: "Spokane" },
{ offerCode: "0056", country: "USA", state: "MO", city: "St. Louis" },
{ offerCode: "0008", country: "USA", state: "FL", city: "St. Petersburg" },
{ offerCode: "0050", country: "USA", state: "WA", city: "Tacoma" },
{ offerCode: "0002", country: "USA", state: "FL", city: "Tallahassee" },
{ offerCode: "0003", country: "USA", state: "FL", city: "Tampa" },
{ offerCode: "0136", country: "USA", state: "CA", city: "Temecula, CA" },
{ offerCode: "0084", country: "USA", state: "CA", city: "Thousand Oaks" },
{ offerCode: "0137", country: "USA", state: "OH", city: "Toledo" },
{ offerCode: "0144", country: "USA", state: "CA", city: "Torrance" },
{ offerCode: "0058", country: "USA", state: "MO", city: "Town and Country" },
{ offerCode: "0032", country: "USA", state: "MD", city: "Towson" },
{ offerCode: "0082", country: "USA", state: "MI", city: "Troy" },
{ offerCode: "0063", country: "USA", state: "AZ", city: "Tucson" },
{ offerCode: "0085", country: "USA", state: "OK", city: "Tulsa" },
{ offerCode: "0041", country: "USA", state: "VA", city: "Virginia Beach" },
{ offerCode: "0019", country: "USA", state: "PA", city: "Warrington" },
{ offerCode: "0057", country: "USA", state: "DC", city: "Washington" },
{ offerCode: "0067", country: "USA", state: "NJ", city: "Westwood" },
{ offerCode: "0111", country: "USA", state: "NJ", city: "Whippany" },
{ offerCode: "0129", country: "USA", state: "NY", city: "White Plains" },
{ offerCode: "0016", country: "USA", state: "DE", city: "Wilmington" },
{ offerCode: "0149", country: "USA", state: "NC", city: "Wilmington NC" },
{ offerCode: "0149", country: "USA", state: "NC", city: "Wilmington NC" }
	
];





