struct
Detail [empty string]
ErrNumber 0
Message Element SCRIPT is undefined in DEPARTURESTHREAD.
Resolvedname DEPARTURESTHREAD
StackTrace coldfusion.runtime.UndefinedElementException: Element SCRIPT is undefined in DEPARTURESTHREAD. at coldfusion.runtime.CfJspPage.resolveCanonicalName(CfJspPage.java:1659) at coldfusion.runtime.CfJspPage._resolve(CfJspPage.java:1555) at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1729) at coldfusion.runtime.CfJspPage._resolveAndAutoscalarize(CfJspPage.java:1722) at cfAirport2eCfm233259945._factor20(D:\Websites\metrotest\Airport.Cfm:1100) at cfAirport2eCfm233259945._factor27(D:\Websites\metrotest\Airport.Cfm:891) at cfAirport2eCfm233259945._factor30(D:\Websites\metrotest\Airport.Cfm:78) at cfAirport2eCfm233259945.runPage(D:\Websites\metrotest\Airport.Cfm:1) at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:196) at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:370) at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:279) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70) at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28) at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38) at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46) at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38) at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22) at coldfusion.CfmServlet.service(CfmServlet.java:175) at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89) at jrun.servlet.FilterChain.doFilter(FilterChain.java:86) at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42) at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at com.seefusion.Filter.doFilter(Filter.java:49) at com.seefusion.SeeFusion.doFilter(SeeFusion.java:1500) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at jrun.servlet.FilterChain.service(FilterChain.java:101) at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106) at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42) at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286) at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543) at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203) at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320) at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428) at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266) at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
TagContext
array
1
struct
COLUMN 0
ID ??
LINE 1100
RAW_TRACE at cfAirport2eCfm233259945._factor20(D:\Websites\metrotest\Airport.Cfm:1100)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
2
struct
COLUMN 0
ID CF_AIRPORT
LINE 891
RAW_TRACE at cfAirport2eCfm233259945._factor27(D:\Websites\metrotest\Airport.Cfm:891)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
3
struct
COLUMN 0
ID CF_AIRPORT
LINE 78
RAW_TRACE at cfAirport2eCfm233259945._factor30(D:\Websites\metrotest\Airport.Cfm:78)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
4
struct
COLUMN 0
ID CF_AIRPORT
LINE 1
RAW_TRACE at cfAirport2eCfm233259945.runPage(D:\Websites\metrotest\Airport.Cfm:1)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
Type Expression
element SCRIPT
objectType
object of java.lang.Class
Class Name java.lang.Class
Methods
Method Return Type
asSubclass(java.lang.Class) java.lang.Class
cast(java.lang.Object) java.lang.Object
desiredAssertionStatus() boolean
forName(java.lang.String, boolean, java.lang.ClassLoader) java.lang.Class
forName(java.lang.String) java.lang.Class
getAnnotation(java.lang.Class) java.lang.annotation.Annotation
getAnnotations() java.lang.annotation.Annotation[]
getCanonicalName() java.lang.String
getClassLoader() java.lang.ClassLoader
getClasses() java.lang.Class[]
getComponentType() java.lang.Class
getConstructor(java.lang.Class[]) java.lang.reflect.Constructor
getConstructors() java.lang.reflect.Constructor[]
getDeclaredAnnotations() java.lang.annotation.Annotation[]
getDeclaredClasses() java.lang.Class[]
getDeclaredConstructor(java.lang.Class[]) java.lang.reflect.Constructor
getDeclaredConstructors() java.lang.reflect.Constructor[]
getDeclaredField(java.lang.String) java.lang.reflect.Field
getDeclaredFields() java.lang.reflect.Field[]
getDeclaredMethod(java.lang.String, java.lang.Class[]) java.lang.reflect.Method
getDeclaredMethods() java.lang.reflect.Method[]
getDeclaringClass() java.lang.Class
getEnclosingClass() java.lang.Class
getEnclosingConstructor() java.lang.reflect.Constructor
getEnclosingMethod() java.lang.reflect.Method
getEnumConstants() java.lang.Object[]
getField(java.lang.String) java.lang.reflect.Field
getFields() java.lang.reflect.Field[]
getGenericInterfaces() java.lang.reflect.Type[]
getGenericSuperclass() java.lang.reflect.Type
getInterfaces() java.lang.Class[]
getMethod(java.lang.String, java.lang.Class[]) java.lang.reflect.Method
getMethods() java.lang.reflect.Method[]
getModifiers() int
getName() java.lang.String
getPackage() java.lang.Package
getProtectionDomain() java.security.ProtectionDomain
getResource(java.lang.String) java.net.URL
getResourceAsStream(java.lang.String) java.io.InputStream
getSigners() java.lang.Object[]
getSimpleName() java.lang.String
getSuperclass() java.lang.Class
getTypeParameters() java.lang.reflect.TypeVariable[]
isAnnotation() boolean
isAnnotationPresent(java.lang.Class) boolean
isAnonymousClass() boolean
isArray() boolean
isAssignableFrom(java.lang.Class) boolean
isEnum() boolean
isInstance(java.lang.Object) boolean
isInterface() boolean
isLocalClass() boolean
isMemberClass() boolean
isPrimitive() boolean
isSynthetic() boolean
newInstance() java.lang.Object
toString() java.lang.String
struct
ARRIVALPAGINATION
query
  CURRENT DB HOURS NEXT PREVIOUS
1 2010-03-15T15:09:19Z ASDI_20100315_noon 1 2010-03-15T16:09:19Z 2010-03-15T14:09:19Z
ARRIVALS
query
  ACITY ACOUNTRY AFAA AIATA AICAO AIRCRAFTID AIRCRAFTTYPE AIRLINECODE AIRLINENAME AITS ANAME AOFFSET AST ATIME DCITY DCOUNTRY DFAA DIATA DICAO DITS DNAME DOFFSET DST DTIME FMITS STATUS
1 Atlanta United States ATL ATL KATL ASQ5102 [empty string] ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:00:00-04:00 Huntsville United States HSV HSV KHSV [empty string] Huntsville International-Carl T Jones Field -14400000 AL 2010-03-15T10:19:00-04:00 2010-03-15T14:22:45Z ARRIVED
2 Atlanta United States ATL ATL KATL ASQ4974 [empty string] ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:06:00-04:00 Nashville United States BNA BNA KBNA [empty string] Nashville International Airport -18000000 TN 2010-03-15T09:24:00-05:00 2010-03-15T14:37:17Z ARRIVED
3 Atlanta United States ATL ATL KATL ASQ5349 [empty string] ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:07:00-04:00 Dayton United States DAY DAY KDAY [empty string] James M Cox Dayton International Airport -14400000 OH 2010-03-15T09:46:00-04:00 2010-03-15T14:25:54Z ARRIVED
4 Atlanta United States ATL ATL KATL ASQ5171 [empty string] ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:10:00-04:00 Little Rock United States LIT LIT KLIT [empty string] Adams Field Airport -14400000 AR 2010-03-15T09:49:00-04:00 2010-03-15T13:57:41Z ARRIVED
5 Atlanta United States ATL ATL KATL DAL1962 MD88 DAL Delta Air Lines 2010-03-15T15:26:07Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:10:00-04:00 Pensacola United States PNS PNS KPNS 2010-03-15T14:31:24Z Pensacola Regional Airport -18000000 FL 2010-03-15T09:31:00-05:00 2010-03-15T14:40:14Z ARRIVED
6 Atlanta United States ATL ATL KATL ASQ5167 [empty string] ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:11:00-04:00 Louisville United States SDF SDF KSDF [empty string] Louisville International-Standiford Field -14400000 KY 2010-03-15T10:03:00-04:00 2010-03-14T13:55:34Z SCHEDULED
7 Atlanta United States ATL ATL KATL DAL1690 [empty string] DAL Delta Air Lines 2010-03-15T15:12:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:11:00-04:00 New Orléans United States MSY MSY KMSY [empty string] Louis Armstrong New Orléans International Airport -14400000 LA 2010-03-15T10:10:00-04:00 2010-03-15T13:26:18Z ARRIVED
8 Atlanta United States ATL ATL KATL TRS93 B712 TRS AirTran Airways 2010-03-15T15:10:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:11:00-04:00 Raleigh/Durham United States RDU RDU KRDU 2010-03-15T14:10:51Z Raleigh-Durham International Airport -14400000 NC 2010-03-15T10:10:00-04:00 2010-03-15T14:22:58Z ARRIVED
9 Atlanta United States ATL ATL KATL DAL1215 B752 DAL Delta Air Lines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:11:00-04:00 West Palm Beach United States PBI PBI KPBI 2010-03-15T13:38:57Z Palm Beach International Airport -14400000 FL 2010-03-15T09:39:00-04:00 2010-03-15T14:29:41Z ARRIVED
10 Atlanta United States ATL ATL KATL BTA2185 [empty string] BTA ExpressJet [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:12:00-04:00 Cleveland United States CLE CLE KCLE [empty string] Cleveland-Hopkins International Airport -14400000 OH 2010-03-15T09:41:00-04:00 2010-03-15T14:22:20Z ARRIVED
11 Atlanta United States ATL ATL KATL FLG869 CRJ9 FLG Pinnacle Airlines 2010-03-15T15:12:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:13:00-04:00 Charlotte United States CLT CLT KCLT 2010-03-15T14:29:38Z Charlotte/Douglas International Airport -14400000 NC 2010-03-15T10:29:00-04:00 2010-03-15T14:37:04Z ARRIVED
12 Atlanta United States ATL ATL KATL ASQ5035 [empty string] ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:13:00-04:00 Savannah United States SAV SAV KSAV [empty string] Savannah/Hilton Head International Airport -14400000 GA 2010-03-15T10:22:00-04:00 2010-03-14T14:10:34Z SCHEDULED
13 Atlanta United States ATL ATL KATL ASQ5408 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-15T15:13:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:14:00-04:00 Albany United States ABY ABY KABY 2010-03-15T14:30:14Z Southwest Georgia Regional Airport -14400000 GA 2010-03-15T10:34:00-04:00 2010-03-15T14:37:38Z ARRIVED
14 Atlanta United States ATL ATL KATL ASQ5135 [empty string] ASQ Atlantic Southeast Airlines 2010-03-15T15:10:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:14:00-04:00 Myrtle Beach United States MYR MYR KMYR [empty string] Myrtle Beach International Airport -14400000 SC 2010-03-15T10:04:00-04:00 2010-03-15T14:26:49Z ARRIVED
15 Atlanta United States ATL ATL KATL ASQ5261 CRJ7 ASQ Atlantic Southeast Airlines 2010-03-15T15:14:34Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:15:00-04:00 Washington United States IAD IAD KIAD 2010-03-15T13:55:41Z Washington Dulles International Airport -14400000 DC 2010-03-15T09:56:00-04:00 2010-03-15T14:03:58Z ARRIVED
16 Atlanta United States ATL ATL KATL TRS3 B737 TRS AirTran Airways [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:17:00-04:00 Jacksonville United States JAX JAX KJAX 2010-03-15T14:17:28Z Jacksonville International Airport -14400000 FL 2010-03-15T10:17:00-04:00 2010-03-15T14:32:05Z ARRIVED
17 Atlanta United States ATL ATL KATL DAL2062 B752 DAL Delta Air Lines 2010-03-15T15:16:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:17:00-04:00 Tampa United States TPA TPA KTPA 2010-03-15T14:03:13Z Tampa International Airport -14400000 FL 2010-03-15T10:03:00-04:00 2010-03-15T14:39:33Z ARRIVED
18 Atlanta United States ATL ATL KATL AAL1296 MD82 AAL American Airlines 2010-03-15T15:34:31Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:18:00-04:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-15T13:53:51Z Dallas/Fort Worth International Airport -18000000 TX 2010-03-15T08:54:00-05:00 2010-03-15T14:48:00Z ARRIVED
19 Atlanta United States ATL ATL KATL ASQ5077 [empty string] ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:18:00-04:00 Gainesville United States GNV GNV KGNV [empty string] Gainesville Regional Airport -14400000 FL 2010-03-15T10:19:00-04:00 2010-03-15T13:26:19Z Scheduled
20 Atlanta United States ATL ATL KATL ASQ5445 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-15T15:17:34Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:18:00-04:00 Greensboro United States GSO GSO KGSO 2010-03-15T14:18:44Z Piedmont Triad International Airport -14400000 NC 2010-03-15T10:19:00-04:00 2010-03-15T14:25:10Z ARRIVED
21 Atlanta United States ATL ATL KATL DAL1005 MD88 DAL Delta Air Lines 2010-03-15T15:18:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:19:00-04:00 Philadelphia United States PHL PHL KPHL 2010-03-15T13:40:15Z Philadelphia International Airport -14400000 PA 2010-03-15T09:40:00-04:00 2010-03-15T14:17:15Z ARRIVED
22 Atlanta United States ATL ATL KATL ASQ5248 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-15T15:18:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:19:00-04:00 Tallahassee United States TLH TLH KTLH 2010-03-15T14:30:47Z Tallahassee Regional Airport -14400000 FL 2010-03-15T10:30:00-04:00 2010-03-15T14:43:08Z ARRIVED
23 Atlanta United States ATL ATL KATL ASQ5198 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-15T15:19:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:20:00-04:00 Jackson United States JAN JAN KJAN 2010-03-15T14:20:25Z Jackson-Evers International Airport -18000000 MS 2010-03-15T09:19:00-05:00 2010-03-15T14:35:21Z ARRIVED
24 Atlanta United States ATL ATL KATL RPA1618 [empty string] RPA Republic Airlines 2010-03-15T15:15:32Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:20:00-04:00 Milwaukee United States MKE MKE KMKE [empty string] General Mitchell International Airport -18000000 WI 2010-03-15T08:38:00-05:00 2010-03-15T14:39:33Z ARRIVED
25 Atlanta United States ATL ATL KATL DAL1775 B738 DAL Delta Air Lines 2010-03-15T15:19:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:20:00-04:00 New York United States LGA LGA KLGA 2010-03-15T13:31:43Z La Guardia Airport -14400000 NY 2010-03-15T09:32:00-04:00 2010-03-15T13:54:35Z ARRIVED
26 Atlanta United States ATL ATL KATL ASQ4987 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-15T15:21:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:22:00-04:00 Lexington United States LEX LEX KLEX 2010-03-15T14:24:28Z Blue Grass Airport -14400000 KY 2010-03-15T10:24:00-04:00 2010-03-15T14:43:06Z ARRIVED
27 Atlanta United States ATL ATL KATL AAL1440 B738 AAL American Airlines 2010-03-15T15:21:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:22:00-04:00 Miami United States MIA MIA KMIA 2010-03-15T13:45:55Z Miami International Airport -14400000 FL 2010-03-15T09:45:00-04:00 2010-03-15T14:47:09Z ARRIVED
28 Atlanta United States ATL ATL KATL DAL1113 MD88 DAL Delta Air Lines 2010-03-15T15:24:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:25:00-04:00 Norfolk United States ORF ORF KORF 2010-03-15T13:53:33Z Norfolk International Airport -14400000 VA 2010-03-15T09:53:00-04:00 2010-03-15T14:39:18Z ARRIVED
29 Atlanta United States ATL ATL KATL ASQ5277 CRJ7 ASQ Atlantic Southeast Airlines 2010-03-15T15:24:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:25:00-04:00 St. Louis United States STL STL KSTL 2010-03-15T14:09:05Z Lambert-St. Louis International Airport -14400000 MO 2010-03-15T10:09:00-04:00 2010-03-15T14:46:10Z ARRIVED
30 Atlanta United States ATL ATL KATL DAL364 [empty string] DAL Delta Air Lines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:26:00-04:00 Ciudad de México México [empty string] MEX MMMX [empty string] Benito Juárez International Airport -21600000 Distrito Federal 2010-03-15T06:50:00-06:00 2010-03-15T14:39:29Z ARRIVED
31 Atlanta United States ATL ATL KATL EGF4334 CRJ7 EGF American Eagle Airlines 2010-03-15T15:43:31Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:27:00-04:00 Chicago United States ORD ORD KORD 2010-03-15T14:15:13Z Chicago O'Hare International Airport -18000000 IL 2010-03-15T09:15:00-05:00 2010-03-15T15:02:04Z ARRIVED
32 Atlanta United States ATL ATL KATL ASQ5419 CRJ7 ASQ Atlantic Southeast Airlines 2010-03-15T15:26:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:27:00-04:00 Pittsburgh United States PIT PIT KPIT 2010-03-15T14:09:34Z Pittsburgh International Airport -14400000 PA 2010-03-15T10:09:00-04:00 2010-03-15T14:38:35Z ARRIVED
33 Atlanta United States ATL ATL KATL N62MB LJ35 [empty string] [empty string] [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:27:00-04:00 West Bend United States ETB ETB KETB 2010-03-15T13:42:56Z West Bend Municipal Airport -18000000 WI 2010-03-15T08:42:00-05:00 2010-03-15T14:46:45Z ARRIVED
34 Atlanta United States ATL ATL KATL NMI4 [empty string] NMI Pacific Wings 2010-03-15T15:30:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:28:00-04:00 Macon United States MCN MCN KMCN [empty string] Middle Georgia Regional Airport -14400000 GA 2010-03-15T10:54:00-04:00 2010-03-15T14:54:22Z ARRIVED
35 Atlanta United States ATL ATL KATL DAL530 [empty string] DAL Delta Air Lines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:29:00-04:00 Cancún México [empty string] CUN MMUN [empty string] Cancún International Airport -21600000 Quintana Roo 2010-03-15T07:09:00-06:00 2010-03-15T14:47:50Z ARRIVED
36 Atlanta United States ATL ATL KATL ASQ5190 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-15T15:28:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:29:00-04:00 Columbus United States CSG CSG KCSG 2010-03-15T14:55:26Z Columbus Metropolitan Airport -14400000 GA 2010-03-15T10:55:00-04:00 2010-03-15T14:55:26Z ARRIVED
37 Atlanta United States ATL ATL KATL DAL1898 B752 DAL Delta Air Lines 2010-03-15T15:28:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:29:00-04:00 Denver United States DEN DEN KDEN 2010-03-15T12:56:54Z Denver International Airport -25200000 CO 2010-03-15T05:57:00-07:00 2010-03-15T14:51:16Z ARRIVED
38 Atlanta United States ATL ATL KATL FLG933 CRJ9 FLG Pinnacle Airlines 2010-03-15T15:32:32Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:33:00-04:00 Memphis United States MEM MEM KMEM 2010-03-15T14:36:22Z Memphis International Airport -18000000 TN 2010-03-15T09:36:00-05:00 2010-03-15T14:54:25Z ARRIVED
39 Atlanta United States ATL ATL KATL ASQ5516 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-15T15:34:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:35:00-04:00 Gulfport United States GPT GPT KGPT 2010-03-15T14:33:16Z Gulfport-Biloxi International Airport -14400000 MS 2010-03-15T10:33:00-04:00 2010-03-15T14:45:26Z ARRIVED
40 Atlanta United States ATL ATL KATL ANV582 [empty string] ANV Air Nevada [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:36:00-04:00 Macon United States MCN MCN KMCN [empty string] Middle Georgia Regional Airport -14400000 GA 2010-03-15T11:00:00-04:00 2010-03-14T14:50:34Z SCHEDULED
41 Atlanta United States ATL ATL KATL TRS453 B712 TRS AirTran Airways 2010-03-15T15:35:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:36:00-04:00 New Orléans United States MSY MSY KMSY 2010-03-15T14:32:02Z Louis Armstrong New Orléans International Airport -14400000 LA 2010-03-15T10:32:00-04:00 2010-03-15T14:51:57Z ARRIVED
42 Atlanta United States ATL ATL KATL CHQ5932 E145 CHQ Chautauqua Airlines 2010-03-15T15:37:34Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:38:00-04:00 Houston United States IAH IAH KIAH 2010-03-15T14:02:00Z George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-15T09:01:00-05:00 2010-03-15T14:52:43Z ARRIVED
43 Atlanta United States ATL ATL KATL DAL1635 MD88 DAL Delta Air Lines 2010-03-15T15:38:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:39:00-04:00 Albuquerque United States ABQ ABQ KABQ 2010-03-15T12:55:42Z Albuquerque International Sunport Airport -25200000 NM 2010-03-15T05:55:00-07:00 2010-03-15T15:00:23Z ARRIVED
44 Atlanta United States ATL ATL KATL DAL1903 B738 DAL Delta Air Lines 2010-03-15T15:39:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:40:00-04:00 Richmond United States RIC RIC KRIC 2010-03-15T14:25:24Z Richmond International Airport -14400000 VA 2010-03-15T10:25:00-04:00 2010-03-15T14:46:27Z ARRIVED
45 Atlanta United States ATL ATL KATL MES995 [empty string] MES Mesaba Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:41:00-04:00 Chattanooga United States CHA CHA KCHA [empty string] Lovell Field Airport -14400000 TN 2010-03-15T11:06:00-04:00 2010-03-15T14:21:31Z Scheduled
46 Atlanta United States ATL ATL KATL ASQ5042 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-15T15:40:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:41:00-04:00 Valparaiso United States VPS VPS KVPS 2010-03-15T14:51:09Z Eglin AFB -18000000 FL 2010-03-15T09:51:00-05:00 2010-03-15T15:03:02Z ARRIVED
47 Atlanta United States ATL ATL KATL TCF5968 E170 TCF Shuttle America 2010-03-15T15:41:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:42:00-04:00 Charlotte United States CLT CLT KCLT 2010-03-15T14:55:12Z Charlotte/Douglas International Airport -14400000 NC 2010-03-15T10:55:00-04:00 2010-03-15T15:01:51Z ARRIVED
48 Atlanta United States ATL ATL KATL DAL1780 B752 DAL Delta Air Lines 2010-03-15T15:42:34Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:43:00-04:00 Jacksonville United States JAX JAX KJAX 2010-03-15T14:53:10Z Jacksonville International Airport -14400000 FL 2010-03-15T10:53:00-04:00 2010-03-15T15:08:54Z ARRIVED
49 Atlanta United States ATL ATL KATL CPZ5875 [empty string] CPZ Compass Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:43:00-04:00 Louisville United States SDF SDF KSDF [empty string] Louisville International-Standiford Field -14400000 KY 2010-03-15T10:45:00-04:00 2010-03-15T14:27:22Z Scheduled
50 Atlanta United States ATL ATL KATL ASQ5115 CRJ7 ASQ Atlantic Southeast Airlines 2010-03-15T15:44:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:45:00-04:00 Columbus United States CMH CMH KCMH 2010-03-15T14:35:20Z Port Columbus International Airport -14400000 OH 2010-03-15T10:35:00-04:00 2010-03-15T15:03:10Z ARRIVED
51 Atlanta United States ATL ATL KATL TRS300 B737 TRS AirTran Airways 2010-03-15T15:44:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:45:00-04:00 Denver United States DEN DEN KDEN 2010-03-15T13:15:26Z Denver International Airport -25200000 CO 2010-03-15T06:15:00-07:00 2010-03-15T15:10:51Z ARRIVED
52 Atlanta United States ATL ATL KATL DAL1881 MD88 DAL Delta Air Lines 2010-03-15T15:46:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:47:00-04:00 Baltimore United States BWI BWI KBWI 2010-03-15T14:21:30Z Baltimore/Washington International Thurgood Marshall Airport -14400000 MD 2010-03-15T10:22:00-04:00 2010-03-15T14:49:44Z ARRIVED
53 Atlanta United States ATL ATL KATL DAL1312 B752 DAL Delta Air Lines 2010-03-15T15:46:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:47:00-04:00 Orlando United States MCO MCO KMCO 2010-03-15T14:39:22Z Orlando International Airport -14400000 FL 2010-03-15T10:39:00-04:00 2010-03-15T15:13:02Z ARRIVED
54 Atlanta United States ATL ATL KATL TRS458 B712 TRS AirTran Airways 2010-03-15T15:48:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:49:00-04:00 Baltimore United States BWI BWI KBWI 2010-03-15T14:23:07Z Baltimore/Washington International Thurgood Marshall Airport -14400000 MD 2010-03-15T10:23:00-04:00 2010-03-15T14:52:16Z ARRIVED
55 Atlanta United States ATL ATL KATL ASQ4957 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-15T15:48:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:49:00-04:00 Birmingham United States BHM BHM KBHM 2010-03-15T15:12:23Z Birmingham International Airport -14400000 AL 2010-03-15T11:12:00-04:00 2010-03-15T14:25:08Z ARRIVED
56 Atlanta United States ATL ATL KATL TRS230 B712 TRS AirTran Airways 2010-03-15T15:49:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:50:00-04:00 Richmond United States RIC RIC KRIC 2010-03-15T14:33:57Z Richmond International Airport -14400000 VA 2010-03-15T10:34:00-04:00 2010-03-15T14:55:30Z ARRIVED
57 Atlanta United States ATL ATL KATL DAL1550 B738 DAL Delta Air Lines 2010-03-15T15:50:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:51:00-04:00 Colorado Springs United States COS COS KCOS 2010-03-15T13:19:15Z City of Colorado Springs Municipal Airport -25200000 CO 2010-03-15T06:19:00-07:00 2010-03-15T15:12:23Z ARRIVED
58 Atlanta United States ATL ATL KATL ASQ4945 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-15T15:50:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:51:00-04:00 Montgomery United States MGM MGM KMGM 2010-03-15T15:15:18Z Montgomery Regional Airport (Dannelly Field) -14400000 AL 2010-03-15T11:15:00-04:00 2010-03-15T15:15:18Z ARRIVED
59 Atlanta United States ATL ATL KATL DAL2034 [empty string] DAL Delta Air Lines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:54:00-04:00 Fort Lauderdale United States FLL FLL KFLL [empty string] Fort Lauderdale/Hollywood International Airport -14400000 FL 2010-03-15T10:15:00-04:00 2010-03-15T13:15:24Z ARRIVED
60 Atlanta United States ATL ATL KATL ASQ5503 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-15T15:54:34Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:55:00-04:00 Little Rock United States LIT LIT KLIT 2010-03-15T14:48:01Z Adams Field Airport -14400000 AR 2010-03-15T10:48:00-04:00 2010-03-15T15:21:11Z ARRIVED
61 Atlanta United States ATL ATL KATL ASQ5105 [empty string] ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:56:00-04:00 Augusta United States AGS AGS KAGS [empty string] Augusta Regional Airport at Bush Field -14400000 GA 2010-03-15T11:10:00-04:00 2010-03-15T14:25:31Z Scheduled
62 Atlanta United States ATL ATL KATL ASQ5187 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-15T15:55:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:56:00-04:00 Cleveland United States CLE CLE KCLE 2010-03-15T14:38:49Z Cleveland-Hopkins International Airport -14400000 OH 2010-03-15T10:38:00-04:00 2010-03-15T15:18:14Z ARRIVED
63 Atlanta United States ATL ATL KATL DAL1857 [empty string] DAL Delta Air Lines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:57:00-04:00 Boston United States BOS BOS KBOS [empty string] General Edward Lawrence Logan International Airport -14400000 MA 2010-03-15T09:54:00-04:00 2010-03-15T12:53:18Z ARRIVED
64 Atlanta United States ATL ATL KATL ASQ5113 [empty string] ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:58:00-04:00 Dothan United States DHN DHN KDHN [empty string] Dothan Regional Airport -14400000 AL 2010-03-15T11:20:00-04:00 2010-03-15T14:25:29Z ARRIVED
65 Atlanta United States ATL ATL KATL DAL1959 B752 DAL Delta Air Lines 2010-03-15T15:58:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:59:00-04:00 Washington United States DCA DCA KDCA 2010-03-15T14:38:49Z Ronald Reagan Washington National Airport -14400000 DC 2010-03-15T10:39:00-04:00 2010-03-15T14:54:30Z ARRIVED
66 Atlanta United States ATL ATL KATL FLG861 CRJ2 FLG Pinnacle Airlines 2010-03-15T16:00:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:01:00-04:00 Knoxville United States TYS TYS KTYS 2010-03-15T15:25:05Z Mc Ghee Tyson Airport -14400000 TN 2010-03-15T11:25:00-04:00 [empty string] ARRIVED
67 Atlanta United States ATL ATL KATL DAL564 B738 DAL Delta Air Lines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:01:00-04:00 Montego Bay Jamaica [empty string] MBJ MKJS 2010-03-15T13:25:38Z Sangster International Airport -18000000 [empty string] 2010-03-15T09:06:00-05:00 [empty string] ARRIVED
68 Atlanta United States ATL ATL KATL TCF7606 E170 TCF Shuttle America [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:02:00-04:00 Chicago United States ORD ORD KORD 2010-03-15T14:44:41Z Chicago O'Hare International Airport -18000000 IL 2010-03-15T09:45:00-05:00 [empty string] ARRIVED
69 Atlanta United States ATL ATL KATL DAL672 B737 DAL Delta Air Lines 2010-03-15T16:02:34Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:03:00-04:00 Charlotte Amalie United States STT STT TIST 2010-03-15T11:58:17Z Cyril E King Airport -14400000 VI 2010-03-15T07:58:00-04:00 2010-03-15T15:28:36Z ARRIVED
70 Atlanta United States ATL ATL KATL AWE1465 A320 AWE America West Airlines 2010-03-15T16:02:34Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:03:00-04:00 Philadelphia United States PHL PHL KPHL 2010-03-15T14:25:07Z Philadelphia International Airport -14400000 PA 2010-03-15T10:25:00-04:00 2010-03-15T15:02:42Z ARRIVED
71 Atlanta United States ATL ATL KATL DAL1763 MD88 DAL Delta Air Lines 2010-03-15T16:03:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:04:00-04:00 Chicago United States ORD ORD KORD 2010-03-15T14:34:04Z Chicago O'Hare International Airport -18000000 IL 2010-03-15T09:34:00-05:00 2010-03-15T15:26:21Z ARRIVED
72 Atlanta United States ATL ATL KATL DAL1986 MD88 DAL Delta Air Lines 2010-03-15T16:03:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:04:00-04:00 Miami United States MIA MIA KMIA 2010-03-15T14:30:13Z Miami International Airport -14400000 FL 2010-03-15T10:30:00-04:00 2010-03-15T15:38:48Z ARRIVED
73 Atlanta United States ATL ATL KATL ASQ5050 CRJ7 ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:05:00-04:00 Akron United States CAK CAK KCAK 2010-03-15T14:45:47Z Akron-Canton Regional Airport -14400000 OH 2010-03-15T10:46:00-04:00 [empty string] ARRIVED
74 Atlanta United States ATL ATL KATL ASQ5492 CRJ7 ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:05:00-04:00 Toronto Canada [empty string] YYZ CYYZ 2010-03-15T14:29:43Z Lester B. Pearson International Airport -14400000 ON 2010-03-15T10:38:00-04:00 [empty string] ARRIVED
75 Atlanta United States ATL ATL KATL FLG930 [empty string] FLG Pinnacle Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:06:00-04:00 Houston United States HOU HOU KHOU [empty string] William P Hobby Airport -18000000 TX 2010-03-15T09:36:00-05:00 2010-03-15T13:48:08Z ARRIVED
76 Atlanta United States ATL ATL KATL ASQ5236 [empty string] ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:08:00-04:00 Chattanooga United States CHA CHA KCHA [empty string] Lovell Field Airport -14400000 TN 2010-03-15T11:35:00-04:00 2010-03-14T15:30:34Z SCHEDULED
77 Atlanta United States ATL ATL KATL TRS361 [empty string] TRS AirTran Airways [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:08:00-04:00 New York United States LGA LGA KLGA [empty string] La Guardia Airport -14400000 NY 2010-03-15T10:15:00-04:00 2010-03-15T13:14:07Z ARRIVED
78 Atlanta United States ATL ATL KATL NMI7 [empty string] NMI Pacific Wings [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:09:00-04:00 Macon United States MCN MCN KMCN [empty string] Middle Georgia Regional Airport -14400000 GA 2010-03-15T11:37:00-04:00 2010-03-15T14:56:15Z ARRIVED
79 Atlanta United States ATL ATL KATL AVA5063 [empty string] AVA AV, S.A. [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:09:00-04:00 Newark United States EWR EWR KEWR [empty string] Newark Liberty International Airport -14400000 NJ 2010-03-15T10:29:00-04:00 2010-03-15T13:28:14Z ARRIVED
80 Atlanta United States ATL ATL KATL DAL2011 [empty string] DAL Delta Air Lines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:09:00-04:00 Newark United States EWR EWR KEWR [empty string] Newark Liberty International Airport -14400000 NJ 2010-03-15T10:29:00-04:00 2010-03-15T13:28:14Z ARRIVED
81 Atlanta United States ATL ATL KATL TRS905 B712 TRS AirTran Airways [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:11:00-04:00 Newport News United States PHF PHF KPHF 2010-03-15T14:41:17Z Newport News/Williamsburg International Airport -14400000 VA 2010-03-15T10:41:00-04:00 2010-03-15T15:25:53Z IN FLIGHT
82 Atlanta United States ATL ATL KATL ASQ4978 CRJ7 ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:14:00-04:00 Sarasota/Bradenton United States SRQ SRQ KSRQ 2010-03-15T14:49:31Z Sarasota/Bradenton International Airport -14400000 FL 2010-03-15T10:49:00-04:00 2010-03-15T15:12:32Z IN FLIGHT
83 Atlanta United States ATL ATL KATL DAL1175 B752 DAL Delta Air Lines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:15:00-04:00 Detroit United States DTW DTW KDTW 2010-03-15T14:38:14Z Detroit Metropolitan Wayne County Airport -14400000 MI 2010-03-15T10:38:00-04:00 2010-03-15T15:37:23Z IN FLIGHT
84 Atlanta United States ATL ATL KATL ASQ5323 [empty string] ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:19:00-04:00 Huntsville United States HSV HSV KHSV [empty string] Huntsville International-Carl T Jones Field -14400000 AL 2010-03-15T11:38:00-04:00 2010-03-15T15:41:58Z IN FLIGHT
85 Atlanta United States ATL ATL KATL DAL1591 MD88 DAL Delta Air Lines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:19:00-04:00 Raleigh/Durham United States RDU RDU KRDU 2010-03-15T15:05:48Z Raleigh-Durham International Airport -14400000 NC 2010-03-15T11:05:00-04:00 2010-03-15T15:22:53Z IN FLIGHT
86 Atlanta United States ATL ATL KATL ASQ5120 [empty string] ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:23:00-04:00 Panama City United States PFN PFN KPFN [empty string] Panama City-Bay County International Airport -18000000 FL 2010-03-15T10:30:00-05:00 2010-03-15T15:31:00Z IN FLIGHT
87 Atlanta United States ATL ATL KATL ASQ5274 [empty string] ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:34:00-04:00 Columbia United States CAE CAE KCAE [empty string] Columbia Metropolitan Airport -14400000 SC 2010-03-15T11:42:00-04:00 2010-03-15T15:48:10Z IN FLIGHT
ARRIVALSINFLIGHT
query
  AIRCRAFTID AIRCRAFTTYPE AIRCRAFT_CATEGORY AIRCRAFT_TYPE ALTITUDE CLIMB_RATE DEFAULT_ICON_PREFIX DESCENT_RATE ENGINE_COUNT ENGINE_TYPE FAA_COMMENTS HEADING ICON ICON_PREFIX LANDING_CLASS LATITUDE LONGITUDE MANUFACTURER MILITARY_FLAG MODEL RANK SOURCETIMESTAMP SPEED WEIGHT_CLASS
1 ASQ4978 CRJ7 5 CRJ7 024 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 291.8323422 CRJ-700.292.50.1f.1p.png CRJ-700 L 33.633335 -84.333336 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-15T16:03:08Z 168 L
2 ASQ5120 CRJ2 5 CRJ2 120 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 49.0526824608 crj-200.045.00.1f.1p.png crj-200 L 33.387222 -84.765274 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-15T16:03:50Z 359 L
3 ASQ5274 CRJ2 5 CRJ2 200 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 255.834598459 crj-200.258.75.1f.1p.png crj-200 L 33.39917 -82.95389 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-15T16:03:26Z 290 L
4 ASQ5323 CRJ2 5 CRJ2 060 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 89.9768622612 crj-200.090.00.1f.1p.png crj-200 L 33.733334 -84.11667 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-15T16:04:03Z 259 L
5 DAL1175 B752 5 B752 030 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 270.018471535 757-200.270.00.1f.1p.png 757-200 L 33.65 -84.3 Boeing - Model 757-200 6528 2010-03-15T16:04:03Z 176 H
6 DAL1591 MD88 5 MD88 016 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 270.013851288 MD-88.270.00.1f.1p.png MD-88 L 33.65 -84.38333 McDonnell-Douglas - MD-88 2436 2010-03-15T16:02:44Z 139 L
7 TRS905 B712 5 B712 019 3500 L-L52J 3500 2 J new 11/98 270.009231506 717-200.270.00.1f.1p.png 717-200 L 33.633335 -84.36667 Boeing - Model 717-200 3060 2010-03-15T16:02:14Z 129 L
ELAPSEDTIME 7032
NAME ARRIVALSTHREAD
OUTPUT <div id="arrivalsDiv"> <table cellpadding="0" cellspacing="0" style="border: thin solid silver;"> <thead> <tr> <td> <table width="100%" cellpadding="0" cellspacing="0"> <thead> <tr> <th colspan="5" style="background-color:#336699;font-family:arial,helvetica,sans-serif;color:white;font-size:13px;" align="center" > <a name="arrivalsTable" style="color:white;">Flight Arrivals</a> </th> </tr> <tr> <td nowrap="nowrap" colspan="4" style="font-family:arial,helvetica,chicago,sans-serif;font-size:16px;font-weight:bold;" > Flights arriving to: <span style="font-family:arial,helvetica,chicago,sans-serif;font-size:13px;font-weight:bold;" > Atlanta, GA </span> </td> <td rowspan="2" align="center" valign="middle"> <img style="display:none;" alt="Loading..." src="/images/spinner.gif"/> </td> </tr> <tr> <td colspan="4" style="font-family:arial,helvetica,chicago,sans-serif;font-size:13px;font-weight:bold;" > (ATL-Hartsfield - Jackson Atlanta International Airport) </td> </tr> <tr> <td colspan="5" style="background-color:#004371">&nbsp;</td> </tr> </thead> </table> </td> </tr> </thead> <tbody> <tr> <td> <table class="tablesorter" cellpadding="0" cellspacing="0"> <thead> <tr style="font-family:arial,helvetica,sans-serif;font-size:12px;"> <th valign="top">Departure City</th> <th valign="top">Airline</th> <th valign="top" align="center">Flight Number</th> <th valign="top" align="center">Arrival Time</th> <th valign="top" align="center">More Info</th> </tr> </thead> <tbody style="font-size:9px;"> <tr> <td style="padding-right:6px;"> Huntsville, AL </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5102 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:00 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5102.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Nashville, TN </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 4974 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:06 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ4974.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dayton, OH </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5349 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:07 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5349.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Little Rock, AR </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5171 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:10 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5171.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Pensacola, FL </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1962 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:10 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1962.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Louisville, KY </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5167 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:11 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/ASQ5167.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> New Orléans, LA </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1690 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:11 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1690.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Raleigh/Durham, NC </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 93 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:11 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS93.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> West Palm Beach, FL </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1215 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:11 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1215.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Cleveland, OH </td> <td>ExpressJet</td> <td align="center" style="font-weight:bold;"> 2185 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:12 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/BTA2185.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Charlotte, NC </td> <td>Pinnacle Airlines</td> <td align="center" style="font-weight:bold;"> 869 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:13 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/FLG869.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Savannah, GA </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5035 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:13 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/ASQ5035.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Albany, GA </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5408 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:14 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5408.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Myrtle Beach, SC </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5135 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:14 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5135.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Washington, DC </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5261 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:15 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5261.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Jacksonville, FL </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 3 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:17 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS3.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Tampa, FL </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 2062 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:17 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL2062.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1296 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:18 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1296.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Gainesville, FL </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5077 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:18 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/ASQ5077.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Greensboro, NC </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5445 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:18 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5445.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Philadelphia, PA </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1005 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:19 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1005.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Tallahassee, FL </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5248 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:19 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5248.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Jackson, MS </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5198 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:20 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5198.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Milwaukee, WI </td> <td>Republic Airlines</td> <td align="center" style="font-weight:bold;"> 1618 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:20 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/RPA1618.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1775 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:20 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1775.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Lexington, KY </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 4987 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:22 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ4987.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Miami, FL </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1440 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:22 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1440.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Norfolk, VA </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1113 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:25 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1113.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> St. Louis, MO </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5277 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:25 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5277.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Ciudad de México, Distrito Federal </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 364 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:26 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL364.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 4334 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:27 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF4334.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Pittsburgh, PA </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5419 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:27 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5419.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> West Bend, WI </td> <td></td> <td align="center" style="font-weight:bold;"> N62MB </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:27 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N62MB.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Macon, GA </td> <td>Pacific Wings</td> <td align="center" style="font-weight:bold;"> 4 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:28 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/NMI4.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Cancún, Quintana Roo </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 530 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:29 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL530.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Columbus, GA </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5190 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:29 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5190.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1898 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:29 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1898.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Memphis, TN </td> <td>Pinnacle Airlines</td> <td align="center" style="font-weight:bold;"> 933 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:33 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/FLG933.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Gulfport, MS </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5516 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:35 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5516.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Macon, GA </td> <td>Air Nevada</td> <td align="center" style="font-weight:bold;"> 582 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:36 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/ANV582.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> New Orléans, LA </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 453 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:36 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS453.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>Chautauqua Airlines</td> <td align="center" style="font-weight:bold;"> 5932 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:38 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/CHQ5932.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Albuquerque, NM </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1635 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:39 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1635.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Richmond, VA </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1903 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:40 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1903.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chattanooga, TN </td> <td>Mesaba Airlines</td> <td align="center" style="font-weight:bold;"> 995 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:41 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/MES995.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Valparaiso, FL </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5042 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:41 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5042.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Charlotte, NC </td> <td>Shuttle America</td> <td align="center" style="font-weight:bold;"> 5968 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:42 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TCF5968.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Jacksonville, FL </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1780 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:43 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1780.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Louisville, KY </td> <td>Compass Airlines</td> <td align="center" style="font-weight:bold;"> 5875 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:43 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/CPZ5875.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Columbus, OH </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5115 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:45 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5115.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 300 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:45 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS300.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Baltimore, MD </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1881 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:47 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1881.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Orlando, FL </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1312 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:47 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1312.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Baltimore, MD </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 458 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:49 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS458.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Birmingham, AL </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 4957 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:49 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ4957.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Richmond, VA </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 230 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:50 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS230.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Colorado Springs, CO </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1550 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:51 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1550.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Montgomery, AL </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 4945 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:51 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ4945.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fort Lauderdale, FL </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 2034 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:54 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL2034.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Little Rock, AR </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5503 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:55 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5503.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Augusta, GA </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5105 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:56 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/ASQ5105.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Cleveland, OH </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5187 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:56 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5187.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Boston, MA </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1857 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:57 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1857.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dothan, AL </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5113 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:58 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5113.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Washington, DC </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1959 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:59 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1959.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Knoxville, TN </td> <td>Pinnacle Airlines</td> <td align="center" style="font-weight:bold;"> 861 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:01 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/FLG861.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Montego Bay, Jamaica </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 564 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:01 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL564.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>Shuttle America</td> <td align="center" style="font-weight:bold;"> 7606 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:02 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TCF7606.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Charlotte Amalie, VI </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 672 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:03 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL672.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Philadelphia, PA </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 1465 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:03 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AWE1465.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1763 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:04 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1763.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Miami, FL </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1986 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:04 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1986.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Akron, OH </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5050 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:05 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5050.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Toronto, ON </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5492 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:05 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5492.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>Pinnacle Airlines</td> <td align="center" style="font-weight:bold;"> 930 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:06 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/FLG930.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chattanooga, TN </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5236 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:08 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/ASQ5236.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 361 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:08 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS361.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Macon, GA </td> <td>Pacific Wings</td> <td align="center" style="font-weight:bold;"> 7 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:09 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/NMI7.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Newark, NJ </td> <td>AV, S.A.</td> <td align="center" style="font-weight:bold;"> 5063 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:09 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AVA5063.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Newark, NJ </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 2011 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:09 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL2011.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Newport News, VA </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 905 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:11 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS905.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Sarasota/Bradenton, FL </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 4978 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:14 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ4978.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Detroit, MI </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1175 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:15 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1175.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Huntsville, AL </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5323 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:19 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5323.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Raleigh/Durham, NC </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1591 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:19 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1591.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Panama City, FL </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5120 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:23 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5120.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Columbia, SC </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5274 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:34 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5274.cfm" class="green" > In Flight </a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>
PRIORITY NORMAL
SCRIPT point = new GLatLng(33.633335,-84.333336); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Atlantic Southeast Airlines Flight 4978</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Sarasota/Bradenton Intern... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/15 10:49 AM (-04:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Hartsfield - Jackson Atla... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/15 12:14 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>168 kts/193 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>2,400 feet</td></tr><tr><th>Aircraft Type:</th><td>CRJ7</td><td align='right'><a href='http://www.helloflight.com/Flight/ASQ4978.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/CRJ-700.292.50.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "ASQ4978" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.387222,-84.765274); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Atlantic Southeast Airlines Flight 5120</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Panama City-Bay County In... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/15 10:30 AM (-05:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Hartsfield - Jackson Atla... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/15 12:23 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>359 kts/413 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>12,000 feet</td></tr><tr><th>Aircraft Type:</th><td>CRJ2</td><td align='right'><a href='http://www.helloflight.com/Flight/ASQ5120.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/crj-200.045.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "ASQ5120" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.39917,-82.95389); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Atlantic Southeast Airlines Flight 5274</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Columbia Metropolitan Air... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/15 11:42 AM (-04:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Hartsfield - Jackson Atla... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/15 12:34 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>290 kts/334 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>20,000 feet</td></tr><tr><th>Aircraft Type:</th><td>CRJ2</td><td align='right'><a href='http://www.helloflight.com/Flight/ASQ5274.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/crj-200.258.75.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "ASQ5274" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.733334,-84.11667); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Atlantic Southeast Airlines Flight 5323</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Huntsville International-... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/15 11:38 AM (-04:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Hartsfield - Jackson Atla... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/15 12:19 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>259 kts/298 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>6,000 feet</td></tr><tr><th>Aircraft Type:</th><td>CRJ2</td><td align='right'><a href='http://www.helloflight.com/Flight/ASQ5323.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/crj-200.090.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "ASQ5323" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.65,-84.3); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Delta Air Lines Flight 1175</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Detroit Metropolitan Wayn... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/15 10:38 AM (-04:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Hartsfield - Jackson Atla... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/15 12:15 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>176 kts/203 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>3,000 feet</td></tr><tr><th>Aircraft Type:</th><td>B752</td><td align='right'><a href='http://www.helloflight.com/Flight/DAL1175.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/757-200.270.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "DAL1175" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.65,-84.38333); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Delta Air Lines Flight 1591</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Raleigh-Durham Internatio... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/15 11:05 AM (-04:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Hartsfield - Jackson Atla... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/15 12:19 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>139 kts/160 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>1,600 feet</td></tr><tr><th>Aircraft Type:</th><td>MD88</td><td align='right'><a href='http://www.helloflight.com/Flight/DAL1591.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/MD-88.270.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "DAL1591" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.633335,-84.36667); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> AirTran Airways Flight 905</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Newport News/Williamsburg... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/15 10:41 AM (-04:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Hartsfield - Jackson Atla... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/15 12:11 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>129 kts/148 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>1,900 feet</td></tr><tr><th>Aircraft Type:</th><td>B712</td><td align='right'><a href='http://www.helloflight.com/Flight/TRS905.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/717-200.270.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "TRS905" ); map.addOverlay(marker); bounds.extend(point); map.setZoom(map.getBoundsZoomLevel(bounds)); map.setCenter(bounds.getCenter());
STARTTIME {ts '2010-03-15 12:09:18'}
STATUS COMPLETED
struct
DEPARTUREPAGINATION
query
  CURRENT DB HOURS NEXT PREVIOUS
1 2010-03-15T15:09:19Z ASDI_20100315_noon 1 2010-03-15T16:09:19Z 2010-03-15T14:09:19Z
DEPARTURES
query
  ACITY ACOUNTRY AFAA AIATA AICAO AIRCRAFTID AIRCRAFTTYPE AIRLINECODE AIRLINENAME AITS ANAME AOFFSET AST ATIME DCITY DCOUNTRY DFAA DIATA DICAO DITS DNAME DOFFSET DST DTIME FMITS STATUS
1 Montréal Canada [empty string] YUL CYUL ASQ5590 [empty string] ASQ Atlantic Southeast Airlines [empty string] Pierre Elliott Trudeau International (Dorval) -14400000 QC 2010-03-15T12:40:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T10:05:00-04:00 2010-03-15T13:10:07Z IN FLIGHT
2 Cancún México [empty string] CUN MMUN DAL529 [empty string] DAL Delta Air Lines [empty string] Cancún International Airport -21600000 Quintana Roo 2010-03-15T11:16:00-06:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T10:52:00-04:00 2010-03-15T13:55:31Z IN FLIGHT
3 Atlantic City United States ACY ACY KACY TRS962 [empty string] TRS AirTran Airways [empty string] Atlantic City International Airport -14400000 NJ 2010-03-15T12:44:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:04:00-04:00 2010-03-15T16:00:34Z IN FLIGHT
4 Kansas City United States MCI MCI KMCI DAL1639 MD88 DAL Delta Air Lines [empty string] Kansas City International Airport -14400000 MO 2010-03-15T12:55:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:09:40Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:10:00-04:00 2010-03-15T15:28:52Z IN FLIGHT
5 Rochester United States ROC ROC KROC TRS589 B712 TRS AirTran Airways [empty string] Greater Rochester International Airport -14400000 NY 2010-03-15T13:01:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:10:21Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:10:00-04:00 2010-03-15T15:36:53Z IN FLIGHT
6 Washington United States IAD IAD KIAD ASH7277 CRJ7 ASH Mesa Airlines [empty string] Washington Dulles International Airport -14400000 DC 2010-03-15T12:27:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:09:31Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:10:00-04:00 2010-03-15T16:01:34Z IN FLIGHT
7 Phoenix United States PHX PHX KPHX DAL1027 B752 DAL Delta Air Lines [empty string] Phoenix Sky Harbor International Airport -25200000 AZ 2010-03-15T11:46:00-07:00 Atlanta United States ATL ATL KATL 2010-03-15T15:11:13Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:11:00-04:00 2010-03-15T15:29:59Z IN FLIGHT
8 Honolulu United States HNL HNL PHNL DAL2523 A333 DAL Delta Air Lines [empty string] Honolulu International Airport -36000000 HI 2010-03-15T14:59:00-10:00 Atlanta United States ATL ATL KATL 2010-03-15T15:12:21Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:12:00-04:00 2010-03-15T15:33:32Z IN FLIGHT
9 Milwaukee United States MKE MKE KMKE TRS350 [empty string] TRS AirTran Airways [empty string] General Mitchell International Airport -18000000 WI 2010-03-15T11:54:00-05:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:12:00-04:00 2010-03-15T14:20:36Z IN FLIGHT
10 Milwaukee United States MKE MKE KMKE TCF5949 E170 TCF Shuttle America [empty string] General Mitchell International Airport -18000000 WI 2010-03-15T11:48:00-05:00 Atlanta United States ATL ATL KATL 2010-03-15T15:12:50Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:13:00-04:00 2010-03-15T15:59:56Z IN FLIGHT
11 Dallas-Fort Worth United States DFW DFW KDFW TRS124 B712 TRS AirTran Airways [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-15T12:10:00-05:00 Atlanta United States ATL ATL KATL 2010-03-15T15:14:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:14:00-04:00 2010-03-15T15:37:00Z IN FLIGHT
12 Albuquerque United States ABQ ABQ KABQ DAL1101 [empty string] DAL Delta Air Lines [empty string] Albuquerque International Sunport Airport -25200000 NM 2010-03-15T11:07:00-07:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:15:00-04:00 2010-03-15T14:10:09Z IN FLIGHT
13 Baltimore United States BWI BWI KBWI DAL1880 MD88 DAL Delta Air Lines [empty string] Baltimore/Washington International Thurgood Marshall Airport -14400000 MD 2010-03-15T12:46:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:14:40Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:15:00-04:00 2010-03-15T16:00:20Z IN FLIGHT
14 Detroit United States DTW DTW KDTW DAL1748 [empty string] DAL Delta Air Lines [empty string] Detroit Metropolitan Wayne County Airport -14400000 MI 2010-03-15T12:44:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:15:00-04:00 2010-03-15T14:10:07Z IN FLIGHT
15 Fort Lauderdale United States FLL FLL KFLL DAL2033 [empty string] DAL Delta Air Lines [empty string] Fort Lauderdale/Hollywood International Airport -14400000 FL 2010-03-15T12:41:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:15:00-04:00 2010-03-15T14:10:31Z IN FLIGHT
16 Louisville United States SDF SDF KSDF COM635 CRJ1 COM Comair [empty string] Louisville International-Standiford Field -14400000 KY 2010-03-15T12:15:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:15:04Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:15:00-04:00 2010-03-15T15:43:27Z IN FLIGHT
17 Newark United States EWR EWR KEWR DAL2010 [empty string] DAL Delta Air Lines [empty string] Newark Liberty International Airport -14400000 NJ 2010-03-15T12:56:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:15:00-04:00 2010-03-15T14:10:31Z IN FLIGHT
18 Tallahassee United States TLH TLH KTLH ASQ5047 [empty string] ASQ Atlantic Southeast Airlines [empty string] Tallahassee Regional Airport -14400000 FL 2010-03-15T12:06:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:15:00-04:00 2010-03-15T14:30:34Z Scheduled
19 Denver United States DEN DEN KDEN DAL1901 B752 DAL Delta Air Lines [empty string] Denver International Airport -25200000 CO 2010-03-15T11:01:00-07:00 Atlanta United States ATL ATL KATL 2010-03-15T15:15:41Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:16:00-04:00 2010-03-15T15:57:23Z IN FLIGHT
20 St. George Bermuda [empty string] BDA TXKF DAL656 B738 DAL Delta Air Lines [empty string] L.F. Wade International (Bermuda International, Kindley Field) -10800000 [empty string] 2010-03-15T14:24:00-03:00 Atlanta United States ATL ATL KATL 2010-03-15T15:16:08Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:16:00-04:00 [empty string] IN FLIGHT
21 Buffalo United States BUF BUF KBUF DAL1992 MD88 DAL Delta Air Lines [empty string] Buffalo Niagara International Airport -14400000 NY 2010-03-15T12:59:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:17:04Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:17:00-04:00 2010-03-15T15:41:14Z IN FLIGHT
22 Baltimore United States BWI BWI KBWI TRS494 B712 TRS AirTran Airways [empty string] Baltimore/Washington International Thurgood Marshall Airport -14400000 MD 2010-03-15T12:42:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:17:40Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:18:00-04:00 2010-03-15T16:00:15Z IN FLIGHT
23 Daytona Beach United States DAB DAB KDAB ASQ5471 [empty string] ASQ Atlantic Southeast Airlines [empty string] Daytona Beach International Airport -14400000 FL 2010-03-15T12:25:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:18:00-04:00 2010-03-15T14:33:31Z Scheduled
24 Moline United States MLI MLI KMLI TRS381 B712 TRS AirTran Airways [empty string] Quad City International Airport -18000000 IL 2010-03-15T11:59:00-05:00 Atlanta United States ATL ATL KATL 2010-03-15T15:18:09Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:18:00-04:00 2010-03-15T15:42:05Z IN FLIGHT
25 Pittsburgh United States PIT PIT KPIT ASQ5477 [empty string] ASQ Atlantic Southeast Airlines [empty string] Pittsburgh International Airport -14400000 PA 2010-03-15T12:37:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:18:00-04:00 2010-03-14T14:55:34Z SCHEDULED
26 Cancún México [empty string] CUN MMUN DAL533 B752 DAL Delta Air Lines [empty string] Cancún International Airport -21600000 Quintana Roo 2010-03-15T11:46:00-06:00 Atlanta United States ATL ATL KATL 2010-03-15T15:18:31Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:19:00-04:00 [empty string] IN FLIGHT
27 Tucson United States TUS TUS KTUS DAL1744 B752 DAL Delta Air Lines [empty string] Tucson International Airport -25200000 AZ 2010-03-15T12:03:00-07:00 Atlanta United States ATL ATL KATL 2010-03-15T15:19:00Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:19:00-04:00 2010-03-15T15:59:46Z IN FLIGHT
28 Miami United States MIA MIA KMIA DAL1989 [empty string] DAL Delta Air Lines [empty string] Miami International Airport -14400000 FL 2010-03-15T12:50:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:20:00-04:00 2010-03-15T14:15:08Z IN FLIGHT
29 Miami United States MIA MIA KMIA MEP6958 [empty string] MEP Midwest Airlines [empty string] Miami International Airport -14400000 FL 2010-03-15T12:50:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:20:00-04:00 2010-03-15T14:15:08Z IN FLIGHT
30 New York United States LGA LGA KLGA DAL1774 B752 DAL Delta Air Lines [empty string] La Guardia Airport -14400000 NY 2010-03-15T13:06:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:20:27Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:20:00-04:00 2010-03-15T13:05:31Z IN FLIGHT
31 Rochester United States ROC ROC KROC FLG893 [empty string] FLG Pinnacle Airlines [empty string] Greater Rochester International Airport -14400000 NY 2010-03-15T13:01:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:20:00-04:00 2010-03-15T14:20:33Z Scheduled
32 Chicago United States MDW MDW KMDW TCF5951 E170 TCF Shuttle America [empty string] Chicago Midway International Airport -18000000 IL 2010-03-15T11:55:00-05:00 Atlanta United States ATL ATL KATL 2010-03-15T15:21:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:22:00-04:00 2010-03-15T16:02:31Z IN FLIGHT
33 Orlando United States MCO MCO KMCO DAL1307 B752 DAL Delta Air Lines [empty string] Orlando International Airport -14400000 FL 2010-03-15T12:26:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:22:28Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:22:00-04:00 2010-03-15T16:03:40Z IN FLIGHT
34 San Antonio United States SAT SAT KSAT DAL1853 MD88 DAL Delta Air Lines [empty string] San Antonio International Airport -18000000 TX 2010-03-15T12:30:00-05:00 Atlanta United States ATL ATL KATL 2010-03-15T15:22:09Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:22:00-04:00 2010-03-15T15:58:17Z IN FLIGHT
35 Phoenix United States PHX PHX KPHX AWE196 A320 AWE America West Airlines [empty string] Phoenix Sky Harbor International Airport -25200000 AZ 2010-03-15T12:07:00-07:00 Atlanta United States ATL ATL KATL 2010-03-15T15:22:47Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:23:00-04:00 2010-03-15T15:46:33Z IN FLIGHT
36 Phoenix United States PHX PHX KPHX UAL1180 A320 UAL United Airlines [empty string] Phoenix Sky Harbor International Airport -25200000 AZ 2010-03-15T12:07:00-07:00 Atlanta United States ATL ATL KATL 2010-03-15T15:22:47Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:23:00-04:00 2010-03-15T15:46:33Z IN FLIGHT
37 Phoenix United States PHX PHX KPHX UAL2389 A320 UAL United Airlines [empty string] Phoenix Sky Harbor International Airport -25200000 AZ 2010-03-15T12:07:00-07:00 Atlanta United States ATL ATL KATL 2010-03-15T15:22:47Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:23:00-04:00 2010-03-15T15:46:33Z IN FLIGHT
38 Philadelphia United States PHL PHL KPHL RPA3344 E170 RPA Republic Airlines [empty string] Philadelphia International Airport -14400000 PA 2010-03-15T12:50:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:23:46Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:24:00-04:00 2010-03-15T15:52:19Z IN FLIGHT
39 Santa Ana United States SNA SNA KSNA DAL1573 B737 DAL Delta Air Lines [empty string] John Wayne-Orange County Airport -25200000 CA 2010-03-15T12:45:00-07:00 Atlanta United States ATL ATL KATL 2010-03-15T15:23:56Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:24:00-04:00 2010-03-15T15:42:48Z IN FLIGHT
40 Raleigh/Durham United States RDU RDU KRDU DAL1577 MD88 DAL Delta Air Lines [empty string] Raleigh-Durham International Airport -14400000 NC 2010-03-15T12:20:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:25:27Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:25:00-04:00 2010-03-15T15:57:00Z IN FLIGHT
41 San Juan United States SJU SJU TJSJ DAL423 [empty string] DAL Delta Air Lines [empty string] Luis Muñoz Marin International Airport -14400000 PR 2010-03-15T14:22:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:25:00-04:00 2010-03-15T14:20:07Z IN FLIGHT
42 St. Louis United States STL STL KSTL DAL1559 MD88 DAL Delta Air Lines [empty string] Lambert-St. Louis International Airport -14400000 MO 2010-03-15T12:42:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:24:47Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:25:00-04:00 2010-03-15T15:48:04Z IN FLIGHT
43 Chicago United States ORD ORD KORD AAL591 MD83 AAL American Airlines [empty string] Chicago O'Hare International Airport -18000000 IL 2010-03-15T11:59:00-05:00 Atlanta United States ATL ATL KATL 2010-03-15T15:25:46Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:26:00-04:00 2010-03-15T16:01:55Z IN FLIGHT
44 Sarasota/Bradenton United States SRQ SRQ KSRQ DAL2093 MD88 DAL Delta Air Lines [empty string] Sarasota/Bradenton International Airport -14400000 FL 2010-03-15T12:30:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:25:38Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:26:00-04:00 2010-03-15T15:58:18Z IN FLIGHT
45 Bloomington/Normal United States BMI BMI KBMI TRS562 B712 TRS AirTran Airways [empty string] Central Illinois Regional Airport at Bloomington-Normal -18000000 IL 2010-03-15T11:51:00-05:00 Atlanta United States ATL ATL KATL 2010-03-15T15:26:42Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:27:00-04:00 2010-03-15T15:45:35Z IN FLIGHT
46 Dallas-Fort Worth United States DFW DFW KDFW DAL372 MD88 DAL Delta Air Lines [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-15T12:21:00-05:00 Atlanta United States ATL ATL KATL 2010-03-15T15:27:09Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:27:00-04:00 2010-03-15T15:53:09Z IN FLIGHT
47 Cancún México [empty string] CUN MMUN TRS41 B737 TRS AirTran Airways [empty string] Cancún International Airport -21600000 Quintana Roo 2010-03-15T12:12:00-06:00 Atlanta United States ATL ATL KATL 2010-03-15T15:28:28Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:28:00-04:00 [empty string] IN FLIGHT
48 Fayetteville United States FAY FAY KFAY ASQ5162 [empty string] ASQ Atlantic Southeast Airlines [empty string] Fayetteville Regional Airport/Grannis Field -14400000 NC 2010-03-15T12:16:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:28:00-04:00 2010-03-15T14:32:07Z Scheduled
49 San Diego United States SAN SAN KSAN DAL1041 B752 DAL Delta Air Lines [empty string] San Diego International Airport -25200000 CA 2010-03-15T12:39:00-07:00 Atlanta United States ATL ATL KATL 2010-03-15T15:27:43Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:28:00-04:00 2010-03-15T15:52:58Z IN FLIGHT
50 Minneapolis United States MSP MSP KMSP DAL1286 MD90 DAL Delta Air Lines [empty string] Minneapolis-St. Paul International/Wold-Chamberlain Airport -18000000 MN 2010-03-15T12:38:00-05:00 Atlanta United States ATL ATL KATL 2010-03-15T15:29:10Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:29:00-04:00 2010-03-15T15:51:36Z IN FLIGHT
51 Minneapolis United States MSP MSP KMSP NWA9189 MD90 NWA Northwest Airlines [empty string] Minneapolis-St. Paul International/Wold-Chamberlain Airport -18000000 MN 2010-03-15T12:38:00-05:00 Atlanta United States ATL ATL KATL 2010-03-15T15:29:10Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:29:00-04:00 2010-03-15T15:51:36Z IN FLIGHT
52 Newport News United States PHF PHF KPHF ASQ5522 CRJ7 ASQ Atlantic Southeast Airlines [empty string] Newport News/Williamsburg International Airport -14400000 VA 2010-03-15T12:44:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:28:41Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:29:00-04:00 2010-03-15T16:00:44Z IN FLIGHT
53 Baton Rouge United States BTR BTR KBTR ASQ5371 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Baton Rouge Metropolitan Airport, Ryan Field -18000000 LA 2010-03-15T11:50:00-05:00 Atlanta United States ATL ATL KATL 2010-03-15T15:29:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:30:00-04:00 2010-03-15T15:57:44Z IN FLIGHT
54 Chattanooga United States CHA CHA KCHA MES994 SF34 MES Mesaba Airlines [empty string] Lovell Field Airport -14400000 TN 2010-03-15T12:01:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:29:57Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:30:00-04:00 2010-03-15T15:29:57Z ARRIVED
55 Dothan United States DHN DHN KDHN ASQ5113 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Dothan Regional Airport -14400000 AL 2010-03-15T12:09:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:30:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:30:00-04:00 2010-03-15T15:47:38Z ARRIVED
56 Houston United States IAH IAH KIAH CPZ5875 [empty string] CPZ Compass Airlines [empty string] George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-15T12:25:00-05:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:30:00-04:00 2010-03-14T15:00:34Z IN FLIGHT
57 Newark United States EWR EWR KEWR BTA2460 E145 BTA ExpressJet [empty string] Newark Liberty International Airport -14400000 NJ 2010-03-15T13:23:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:31:19Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:31:00-04:00 2010-03-15T15:38:55Z IN FLIGHT
58 Tulsa United States TUL TUL KTUL ASQ5163 CRJ7 ASQ Atlantic Southeast Airlines [empty string] Tulsa International Airport -14400000 OK 2010-03-15T13:16:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:30:52Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:31:00-04:00 2010-03-15T15:57:08Z IN FLIGHT
59 Asheville United States AVL AVL KAVL ASQ5391 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Asheville Regional Airport -14400000 NC 2010-03-15T12:16:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:31:57Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:32:00-04:00 2010-03-15T15:31:57Z IN FLIGHT
60 Cozumel México [empty string] CZM MMCZ FLG941 CRJ9 FLG Pinnacle Airlines [empty string] [empty string] -21600000 Quintana Roo 2010-03-15T11:58:00-06:00 Atlanta United States ATL ATL KATL 2010-03-15T15:32:28Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:32:00-04:00 [empty string] IN FLIGHT
61 Melbourne United States MLB MLB KMLB ASQ5293 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Melbourne International Airport -14400000 FL 2010-03-15T12:39:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:33:19Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:33:00-04:00 2010-03-15T15:52:05Z IN FLIGHT
62 Philadelphia United States PHL PHL KPHL DAL1402 MD88 DAL Delta Air Lines [empty string] Philadelphia International Airport -14400000 PA 2010-03-15T13:03:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:32:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:33:00-04:00 2010-03-15T15:32:33Z IN FLIGHT
63 Shreveport United States SHV SHV KSHV ASQ5007 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Shreveport Regional Airport -18000000 LA 2010-03-15T12:09:00-05:00 Atlanta United States ATL ATL KATL 2010-03-15T15:32:57Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:33:00-04:00 2010-03-15T16:03:00Z IN FLIGHT
64 Chicago United States ORD ORD KORD DAL1938 MD88 DAL Delta Air Lines [empty string] Chicago O'Hare International Airport -18000000 IL 2010-03-15T12:14:00-05:00 Atlanta United States ATL ATL KATL 2010-03-15T15:33:52Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:34:00-04:00 2010-03-15T15:56:38Z IN FLIGHT
65 Myrtle Beach United States MYR MYR KMYR ASQ5375 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Myrtle Beach International Airport -14400000 SC 2010-03-15T12:26:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:33:51Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:34:00-04:00 2010-03-15T15:57:02Z IN FLIGHT
66 Charlotte United States CLT CLT KCLT AWE1088 A319 AWE America West Airlines [empty string] Charlotte/Douglas International Airport -14400000 NC 2010-03-15T12:13:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:34:56Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:35:00-04:00 2010-03-15T15:34:56Z IN FLIGHT
67 Las Vegas United States LAS LAS KLAS DAL1085 B752 DAL Delta Air Lines [empty string] Mc Carran International Airport -25200000 NV 2010-03-15T12:28:00-07:00 Atlanta United States ATL ATL KATL 2010-03-15T15:35:02Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:35:00-04:00 2010-03-15T16:02:10Z IN FLIGHT
68 Las Vegas United States LAS LAS KLAS KAL7256 B752 KAL Korean Air [empty string] Mc Carran International Airport -25200000 NV 2010-03-15T12:28:00-07:00 Atlanta United States ATL ATL KATL 2010-03-15T15:35:02Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:35:00-04:00 2010-03-15T16:02:10Z IN FLIGHT
69 Tampa United States TPA TPA KTPA DAL2061 MD88 DAL Delta Air Lines [empty string] Tampa International Airport -14400000 FL 2010-03-15T12:35:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:34:47Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:35:00-04:00 2010-03-15T15:57:14Z IN FLIGHT
70 Bristol/Johnson/Kingsport United States TRI TRI KTRI ASQ5170 [empty string] ASQ Atlantic Southeast Airlines [empty string] Tri-Cities Regional Airport -14400000 TN 2010-03-15T12:26:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:36:00-04:00 2010-03-14T15:15:34Z SCHEDULED
71 Columbia United States CAE CAE KCAE ASQ5476 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Columbia Metropolitan Airport -14400000 SC 2010-03-15T12:16:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:36:01Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:36:00-04:00 2010-03-15T15:56:43Z IN FLIGHT
72 Houston United States IAH IAH KIAH BTA2953 E145 BTA ExpressJet [empty string] George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-15T12:31:00-05:00 Atlanta United States ATL ATL KATL 2010-03-15T15:36:11Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:36:00-04:00 2010-03-15T16:02:56Z IN FLIGHT
73 Moline United States MLI MLI KMLI ASQ5534 CRJ7 ASQ Atlantic Southeast Airlines [empty string] Quad City International Airport -18000000 IL 2010-03-15T12:20:00-05:00 Atlanta United States ATL ATL KATL 2010-03-15T15:36:48Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:37:00-04:00 2010-03-15T16:01:42Z IN FLIGHT
74 Panama City United States PFN PFN KPFN ASQ5200 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Panama City-Bay County International Airport -18000000 FL 2010-03-15T11:25:00-05:00 Atlanta United States ATL ATL KATL 2010-03-15T15:37:02Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:37:00-04:00 2010-03-15T15:56:26Z IN FLIGHT
75 Dallas-Fort Worth United States DFW DFW KDFW AAL1127 MD82 AAL American Airlines [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-15T12:39:00-05:00 Atlanta United States ATL ATL KATL 2010-03-15T15:37:44Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:38:00-04:00 2010-03-15T15:54:09Z IN FLIGHT
76 Montgomery United States MGM MGM KMGM ASQ4998 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Montgomery Regional Airport (Dannelly Field) -14400000 AL 2010-03-15T12:17:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:38:29Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:38:00-04:00 2010-03-15T15:47:16Z IN FLIGHT
77 Toronto Canada [empty string] YYZ CYYZ JZA620 CRJ2 JZA Air Canada Jazz [empty string] Lester B. Pearson International Airport -14400000 ON 2010-03-15T13:23:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:38:39Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:39:00-04:00 [empty string] IN FLIGHT
78 Washington United States DCA DCA KDCA DAL1960 MD88 DAL Delta Air Lines [empty string] Ronald Reagan Washington National Airport -14400000 DC 2010-03-15T13:03:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:38:51Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:39:00-04:00 2010-03-15T15:38:51Z IN FLIGHT
79 Jacksonville United States JAX JAX KJAX DAL2022 B752 DAL Delta Air Lines [empty string] Jacksonville International Airport -14400000 FL 2010-03-15T12:27:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:39:39Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:40:00-04:00 2010-03-15T16:02:42Z IN FLIGHT
80 Nashville United States BNA BNA KBNA ASQ4941 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Nashville International Airport -18000000 TN 2010-03-15T11:27:00-05:00 Atlanta United States ATL ATL KATL 2010-03-15T15:40:25Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:40:00-04:00 2010-03-15T16:00:26Z IN FLIGHT
81 Tulsa United States TUL TUL KTUL ASQ5041 CRJ7 ASQ Atlantic Southeast Airlines [empty string] Tulsa International Airport -14400000 OK 2010-03-15T13:27:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:39:35Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:40:00-04:00 2010-03-15T16:00:27Z IN FLIGHT
82 Houston United States HOU HOU KHOU FLG887 CRJ9 FLG Pinnacle Airlines [empty string] William P Hobby Airport -18000000 TX 2010-03-15T12:39:00-05:00 Atlanta United States ATL ATL KATL 2010-03-15T15:41:11Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:41:00-04:00 2010-03-15T15:41:11Z IN FLIGHT
83 Charleston United States CHS CHS KCHS ASQ5457 CRJ9 ASQ Atlantic Southeast Airlines [empty string] Charleston AFB/International Airport -14400000 SC 2010-03-15T12:29:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:42:06Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:42:00-04:00 2010-03-15T16:01:16Z IN FLIGHT
84 Pensacola United States PNS PNS KPNS ASQ5010 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Pensacola Regional Airport -18000000 FL 2010-03-15T11:40:00-05:00 Atlanta United States ATL ATL KATL 2010-03-15T15:42:13Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:42:00-04:00 2010-03-15T16:00:13Z IN FLIGHT
85 Wichita United States ICT ICT KICT ASQ5240 CRJ7 ASQ Atlantic Southeast Airlines [empty string] Wichita Mid-Continent Airport -25200000 KS 2010-03-15T10:41:00-07:00 Atlanta United States ATL ATL KATL 2010-03-15T15:41:39Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:42:00-04:00 2010-03-15T16:02:35Z IN FLIGHT
86 Jackson United States JAN JAN KJAN ASQ5289 CRJ7 ASQ Atlantic Southeast Airlines [empty string] Jackson-Evers International Airport -18000000 MS 2010-03-15T11:47:00-05:00 Atlanta United States ATL ATL KATL 2010-03-15T15:43:11Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:43:00-04:00 2010-03-15T15:43:11Z IN FLIGHT
87 Omaha United States OMA OMA KOMA ASQ5109 CRJ7 ASQ Atlantic Southeast Airlines [empty string] Eppley Airfield -18000000 NE 2010-03-15T12:44:00-05:00 Atlanta United States ATL ATL KATL 2010-03-15T15:42:44Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:43:00-04:00 2010-03-15T16:00:39Z IN FLIGHT
88 Springfield United States SGF SGF KSGF ASQ4972 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Springfield-Branson National Airport -14400000 MO 2010-03-15T13:19:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:43:39Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:44:00-04:00 2010-03-15T15:43:39Z IN FLIGHT
89 Chicago United States ORD ORD KORD ASH7278 CRJ7 ASH Mesa Airlines [empty string] Chicago O'Hare International Airport -18000000 IL 2010-03-15T12:24:00-05:00 Atlanta United States ATL ATL KATL 2010-03-15T15:45:03Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:45:00-04:00 2010-03-15T16:03:15Z IN FLIGHT
90 Greer United States GSP GSP KGSP ASQ5173 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Greenville Spartanburg International Airport -14400000 SC 2010-03-15T12:22:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:46:17Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:46:00-04:00 2010-03-15T15:58:41Z IN FLIGHT
91 Huntsville United States HSV HSV KHSV ASQ5169 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Huntsville International-Carl T Jones Field -14400000 AL 2010-03-15T12:27:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:45:49Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:46:00-04:00 2010-03-15T16:00:01Z IN FLIGHT
92 Columbus/West Point/Starkville United States GTR GTR KGTR ASQ5530 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Golden Triangle Regional Airport -18000000 MS 2010-03-15T11:37:00-05:00 Atlanta United States ATL ATL KATL 2010-03-15T15:46:45Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:47:00-04:00 2010-03-15T15:46:45Z IN FLIGHT
93 Los Angeles United States LAX LAX KLAX DAL2085 B752 DAL Delta Air Lines [empty string] Los Angeles International Airport -25200000 CA 2010-03-15T13:05:00-07:00 Atlanta United States ATL ATL KATL 2010-03-15T15:47:45Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:48:00-04:00 2010-03-15T15:47:45Z IN FLIGHT
94 Tampa United States TPA TPA KTPA TRS135 B737 TRS AirTran Airways [empty string] Tampa International Airport -14400000 FL 2010-03-15T12:55:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:47:43Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:48:00-04:00 2010-03-15T16:01:37Z IN FLIGHT
95 Bloomington/Normal United States BMI BMI KBMI ASQ5456 CRJ7 ASQ Atlantic Southeast Airlines [empty string] Central Illinois Regional Airport at Bloomington-Normal -18000000 IL 2010-03-15T12:17:00-05:00 Atlanta United States ATL ATL KATL 2010-03-15T15:49:12Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:49:00-04:00 2010-03-15T15:49:12Z IN FLIGHT
96 Greensboro United States GSO GSO KGSO ASQ5122 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Piedmont Triad International Airport -14400000 NC 2010-03-15T12:46:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:48:58Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:49:00-04:00 2010-03-15T15:48:58Z IN FLIGHT
97 El Paso United States ELP ELP KELP ASQ5185 CRJ9 ASQ Atlantic Southeast Airlines [empty string] El Paso International Airport -25200000 TX 2010-03-15T11:56:00-07:00 Atlanta United States ATL ATL KATL 2010-03-15T15:49:59Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:50:00-04:00 2010-03-15T15:49:59Z IN FLIGHT
98 Monroe United States MLU MLU KMLU ASQ5080 [empty string] ASQ Atlantic Southeast Airlines [empty string] Monroe Regional Airport -18000000 LA 2010-03-15T12:12:00-05:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:50:00-04:00 2010-03-15T15:05:07Z Scheduled
99 Birmingham United States BHM BHM KBHM ASQ5329 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Birmingham International Airport -14400000 AL 2010-03-15T12:25:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:51:09Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:51:00-04:00 2010-03-15T15:51:09Z IN FLIGHT
100 Knoxville United States TYS TYS KTYS COM692 CRJ1 COM Comair [empty string] Mc Ghee Tyson Airport -14400000 TN 2010-03-15T12:24:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:50:32Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:51:00-04:00 2010-03-15T15:50:32Z IN FLIGHT
101 Savannah United States SAV SAV KSAV FLG862 CRJ9 FLG Pinnacle Airlines [empty string] Savannah/Hilton Head International Airport -14400000 GA 2010-03-15T12:31:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:50:45Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:51:00-04:00 2010-03-15T16:02:59Z IN FLIGHT
102 [empty string] [empty string] [empty string] [empty string] [empty string] TRS1580 B712 TRS AirTran Airways [empty string] [empty string] [empty string] [empty string] [empty string] Atlanta United States ATL ATL KATL 2010-03-15T15:52:14Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:52:00-04:00 [empty string] IN FLIGHT
103 Butaritari Atoll Kiribati [empty string] BBG NGTU TRS1580 [empty string] TRS AirTran Airways [empty string] [empty string] 46800000 [empty string] 2010-03-16T06:16:00+13:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:52:00-04:00 2010-03-15T15:52:14Z IN FLIGHT
104 Fort Myers United States RSW RSW KRSW DAL1875 MD88 DAL Delta Air Lines [empty string] Southwest Florida International Airport -14400000 FL 2010-03-15T13:06:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:52:40Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:53:00-04:00 2010-03-15T15:52:40Z IN FLIGHT
105 Little Rock United States LIT LIT KLIT ASQ5217 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Adams Field Airport -14400000 AR 2010-03-15T13:13:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:53:17Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:53:00-04:00 2010-03-15T15:53:17Z IN FLIGHT
106 Boston United States BOS BOS KBOS DAL1856 [empty string] DAL Delta Air Lines [empty string] General Edward Lawrence Logan International Airport -14400000 MA 2010-03-15T14:01:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:54:00-04:00 2010-03-15T14:35:31Z CONTROLLED
107 Chattanooga United States CHA CHA KCHA ASQ5254 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Lovell Field Airport -14400000 TN 2010-03-15T12:24:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:54:08Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:54:00-04:00 2010-03-15T15:54:08Z IN FLIGHT
108 San Francisco United States SFO SFO KSFO DAL1067 B752 DAL Delta Air Lines [empty string] San Francisco International Airport -25200000 CA 2010-03-15T13:32:00-07:00 Atlanta United States ATL ATL KATL 2010-03-15T15:54:50Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:55:00-04:00 2010-03-15T15:54:50Z IN FLIGHT
109 San Francisco United States SFO SFO KSFO NWA9157 B752 NWA Northwest Airlines [empty string] San Francisco International Airport -25200000 CA 2010-03-15T13:32:00-07:00 Atlanta United States ATL ATL KATL 2010-03-15T15:54:50Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:55:00-04:00 2010-03-15T15:54:50Z IN FLIGHT
110 Fayetteville/Springdale United States XNA XNA KXNA ASQ5229 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Northwest Arkansas Regional Airport -14400000 AR 2010-03-15T13:43:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T16:03:41Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:58:00-04:00 2010-03-15T16:03:45Z IN FLIGHT
111 Fort Lauderdale United States FLL FLL KFLL TRS86 B712 TRS AirTran Airways [empty string] Fort Lauderdale/Hollywood International Airport -14400000 FL 2010-03-15T13:21:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:58:04Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T11:58:00-04:00 2010-03-15T15:58:04Z IN FLIGHT
112 Augusta United States AGS AGS KAGS ASQ5024 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Augusta Regional Airport at Bush Field -14400000 GA 2010-03-15T12:35:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T15:59:36Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:00:00-04:00 2010-03-15T15:59:36Z IN FLIGHT
113 Ciudad de México México [empty string] MEX MMMX DAL365 [empty string] DAL Delta Air Lines [empty string] Benito Juárez International Airport -21600000 Distrito Federal 2010-03-15T13:21:00-06:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:00:00-04:00 2010-03-14T15:50:34Z SCHEDULED
114 Fort Lauderdale United States FLL FLL KFLL DAL2035 B752 DAL Delta Air Lines [empty string] Fort Lauderdale/Hollywood International Airport -14400000 FL 2010-03-15T13:27:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T16:00:32Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:01:00-04:00 2010-03-15T16:00:32Z IN FLIGHT
115 New Orléans United States MSY MSY KMSY DAL1745 [empty string] DAL Delta Air Lines [empty string] Louis Armstrong New Orléans International Airport -14400000 LA 2010-03-15T13:19:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:01:00-04:00 2010-03-14T15:50:34Z SCHEDULED
116 Higuey Dominican Republic [empty string] PUJ MDPC DAL563 [empty string] DAL Delta Air Lines [empty string] Punta Cana International Airport -14400000 [empty string] 2010-03-15T14:58:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:03:00-04:00 2010-03-14T15:45:34Z SCHEDULED
117 New York United States LGA LGA KLGA DAL1778 B752 DAL Delta Air Lines [empty string] La Guardia Airport -14400000 NY 2010-03-15T13:49:00-04:00 Atlanta United States ATL ATL KATL 2010-03-15T16:02:36Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:03:00-04:00 2010-03-15T16:02:36Z IN FLIGHT
118 Philadelphia United States PHL PHL KPHL TRS340 [empty string] TRS AirTran Airways [empty string] Philadelphia International Airport -14400000 PA 2010-03-15T13:39:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:06:00-04:00 2010-03-15T14:20:31Z CONTROLLED
119 Orlando United States MCO MCO KMCO DAL1309 [empty string] DAL Delta Air Lines [empty string] Orlando International Airport -14400000 FL 2010-03-15T13:17:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:07:00-04:00 2010-03-14T15:55:34Z SCHEDULED
120 Austin United States AUS AUS KAUS FLG869 [empty string] FLG Pinnacle Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-15T13:24:00-05:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-15T12:36:00-04:00 2010-03-15T15:33:31Z Scheduled
DEPARTURESINFLIGHT
query
  AIRCRAFTID AIRCRAFTTYPE AIRCRAFT_CATEGORY AIRCRAFT_TYPE ALTITUDE CLIMB_RATE DEFAULT_ICON_PREFIX DESCENT_RATE ENGINE_COUNT ENGINE_TYPE FAA_COMMENTS HEADING ICON ICON_PREFIX LANDING_CLASS LATITUDE LONGITUDE MANUFACTURER MILITARY_FLAG MODEL RANK SOURCETIMESTAMP SPEED WEIGHT_CLASS
1 AAL1127 MD82 5 MD82 340C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 280.91525066 MD-82.281.25.1f.1p.png MD-82 L 33.77611 -87.39333 McDonnell-Douglas - MD-82 3509 2010-03-15T16:03:53Z 370 L
2 AAL591 MD83 5 MD83 340C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 344.346824606 L-L52J.348.75.1f.1p.png [empty string] L 37.40667 -84.558334 McDonnell-Douglas - MD-83 1594 2010-03-15T16:03:31Z 369 L
3 ASH7277 CRJ7 5 CRJ7 250 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 37.8721734626 CRJ-700.033.75.1f.1p.png CRJ-700 L 37.045555 -78.295555 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-15T16:03:47Z 397 L
4 ASH7278 CRJ7 5 CRJ7 304 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 355.478682698 CRJ-700.000.00.1f.1p.png CRJ-700 L 35.305553 -84.68528 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-15T16:03:26Z 405 L
5 ASQ4941 CRJ2 5 CRJ2 157 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 313.518326177 crj-200.315.00.1f.1p.png crj-200 L 35.488056 -85.83361 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-15T16:04:05Z 382 L
6 ASQ4972 CRJ2 5 CRJ2 265 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 288.924600262 crj-200.281.25.1f.1p.png crj-200 L 34.12 -86.61833 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-15T16:03:50Z 376 L
7 ASQ4998 CRJ2 5 CRJ2 020 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 188.996532856 crj-200.180.00.1f.1p.png crj-200 L 32.28389 -86.26972 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-15T16:02:50Z 228 L
8 ASQ5007 CRJ2 5 CRJ2 320C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 260.725204355 crj-200.270.00.1f.1p.png crj-200 L 33.551945 -87.92444 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-15T16:04:05Z 355 L
9 ASQ5010 CRJ2 5 CRJ2 240C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 240.184600521 crj-200.247.50.1f.1p.png crj-200 L 31.786388 -85.20722 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-15T16:03:37Z 393 L
10 ASQ5024 CRJ2 5 CRJ2 100 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 78.2196984935 crj-200.078.75.1f.1p.png crj-200 L 33.45111 -84.52695 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-15T16:03:26Z 343 L
11 ASQ5041 CRJ7 5 CRJ7 340C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 287.52117732 CRJ-700.281.25.1f.1p.png CRJ-700 L 34.28 -87.17 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-15T16:03:29Z 401 L
12 ASQ5109 CRJ7 5 CRJ7 298 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 308.356331179 CRJ-700.303.75.1f.1p.png CRJ-700 L 35.373055 -85.49361 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-15T16:03:41Z 386 L
13 ASQ5122 CRJ2 5 CRJ2 239 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 53.9338462459 crj-200.056.25.1f.1p.png crj-200 L 34.04778 -83.52473 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-15T16:03:02Z 418 L
14 ASQ5163 CRJ7 5 CRJ7 360C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 287.852700142 CRJ-700.281.25.1f.1p.png CRJ-700 L 34.567497 -88.22833 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-15T16:03:53Z 390 L
15 ASQ5169 CRJ2 5 CRJ2 111 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 324.923356567 crj-200.326.25.1f.1p.png crj-200 L 34.275 -86.290276 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-15T16:04:06Z 339 L
16 ASQ5173 CRJ2 5 CRJ2 143 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 55.8247516727 crj-200.056.25.1f.1p.png crj-200 L 34.264446 -83.08611 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-15T16:03:50Z 380 L
17 ASQ5185 CRJ9 5 CRJ9 250 5000 L-L52J 6000 2 J add 08/03 267.710865959 CRJ-900.270.00.1f.1p.png CRJ-900 L 33.6575 -85.873055 Canadair Bombardier - RJ-900 Regional Jet 2707 2010-03-15T16:03:02Z 373 L
18 ASQ5200 CRJ2 5 CRJ2 199 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 201.449088571 crj-200.202.50.1f.1p.png crj-200 L 31.2075 -85.454994 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-15T16:03:37Z 417 L
19 ASQ5217 CRJ2 5 CRJ2 202 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 270.725008023 crj-200.270.00.1f.1p.png crj-200 L 33.65278 -85.44639 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-15T16:03:50Z 328 L
20 ASQ5240 CRJ7 5 CRJ7 319 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 289.069814018 CRJ-700.281.25.1f.1p.png CRJ-700 L 34.208057 -86.90389 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-15T16:03:41Z 400 L
21 ASQ5254 CRJ2 5 CRJ2 120C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 334.369000405 crj-200.337.50.1f.1p.png crj-200 L 34.32222 -84.755554 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-15T16:03:50Z 303 L
22 ASQ5289 CRJ7 5 CRJ7 260C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 258.125631745 CRJ-700.258.75.1f.1p.png CRJ-700 L 33.261112 -86.76639 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-15T16:03:50Z 411 L
23 ASQ5293 CRJ2 5 CRJ2 300C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 143.401710703 crj-200.146.25.1f.1p.png crj-200 L 31.147778 -82.18139 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-15T16:03:13Z 532 L
24 ASQ5329 CRJ2 5 CRJ2 169 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 283.167251191 crj-200.281.25.1f.1p.png crj-200 L 33.600277 -85.787224 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-15T16:03:50Z 390 L
25 ASQ5371 CRJ2 5 CRJ2 280C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 239.694411793 crj-200.236.25.1f.1p.png crj-200 L 32.62111 -88.28306 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-15T16:03:53Z 399 L
26 ASQ5375 CRJ2 5 CRJ2 216 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 90.3961305121 crj-200.090.00.1f.1p.png crj-200 L 33.706112 -80.43584 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-15T16:04:13Z 511 L
27 ASQ5391 CRJ2 5 CRJ2 210 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 118.157030967 crj-200.112.50.1f.1p.png crj-200 L 35.183334 -82.371666 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-15T16:01:02Z 257 L
28 ASQ5456 CRJ7 5 CRJ7 251 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 340.231433882 CRJ-700.348.75.1f.1p.png CRJ-700 L 34.84889 -84.97528 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-15T16:03:50Z 369 L
29 ASQ5457 CRJ9 5 CRJ9 230C 5000 L-L52J 6000 2 J add 08/03 114.084078402 CRJ-900.112.50.1f.1p.png CRJ-900 L 33.59222 -81.85777 Canadair Bombardier - RJ-900 Regional Jet 2707 2010-03-15T16:03:25Z 504 L
30 ASQ5476 CRJ2 5 CRJ2 061 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 90.7796989113 crj-200.090.00.1f.1p.png crj-200 L 33.853333 -81.27945 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-15T16:03:49Z 305 L
31 ASQ5522 CRJ7 5 CRJ7 330C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 60.0478360648 CRJ-700.067.50.1f.1p.png CRJ-700 L 35.19639 -80.22305 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-15T16:03:47Z 471 L
32 ASQ5530 CRJ2 5 CRJ2 200C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 264.019077067 crj-200.270.00.1f.1p.png crj-200 L 33.66639 -86.3325 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-15T16:03:50Z 384 L
33 ASQ5534 CRJ7 5 CRJ7 360C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 328.70475346 CRJ-700.326.25.1f.1p.png CRJ-700 L 35.76611 -85.969444 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-15T16:03:53Z 404 L
34 ASQ5590 CRJ7 5 CRJ7 310C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 29.4433632373 CRJ-700.022.50.1f.1p.png CRJ-700 L 39.759724 -81.0475 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-15T16:03:50Z 413 L
35 AWE1088 A319 5 A319 141 3500 L-L52J 3500 2 J new 11/97 | chg 12/99 45.1270947447 A319.045.00.1f.1p.png A319 L 34.625275 -81.68111 Airbus Industries - Airbus A319 5463 2010-03-15T16:04:17Z 308 L
36 AWE196 A320 5 A320 340C 3500 L-L52J 3500 2 J new 11/89 | chg 12/99 277.516021842 A320.270.00.1f.1p.png A320 L 35.84333 -88.060005 Airbus Industries - Airbus A320 6234 2010-03-15T16:03:29Z 410 L
37 BTA2460 E145 5 E145 310C 2350 L-L52J 2350 2 J new 05/97 | chg 8/97 | chg 11/98 | chg 12/03 57.1175398318 erj-145.056.25.1f.1p.png erj-145 L 35.314445 -81.399445 Embraer/Brazil - EMB145/EP/EU/LU 8912 2010-03-15T16:03:50Z 476 L
38 BTA2953 E145 5 E145 260C 2350 L-L52J 2350 2 J new 05/97 | chg 8/97 | chg 11/98 | chg 12/03 240.132052834 erj-145.247.50.1f.1p.png erj-145 L 32.92778 -87.6175 Embraer/Brazil - EMB145/EP/EU/LU 8912 2010-03-15T16:04:05Z 403 L
39 COM635 CRJ1 5 CRJ1 045 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 345.654756093 CRJ-100.348.75.1f.1p.png CRJ-100 L 37.932503 -85.64528 Canadair Bombardier - RJ-100 Regional Jet 1851 2010-03-15T16:04:16Z 239 L
40 COM692 CRJ1 5 CRJ1 210 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 1.04771347344 CRJ-100.000.00.1f.1p.png CRJ-100 L 34.674446 -84.4125 Canadair Bombardier - RJ-100 Regional Jet 1851 2010-03-15T16:03:50Z 347 L
41 CPZ5875 E170 5 E170 254 2350 L-L52J 2350 2 J add 04/03 186.096047972 EMB170.180.00.1f.1p.png EMB170 L 37.110275 -86.398056 Embraer/Brazil - EMB170 3355 2010-03-15T16:04:05Z 438 L
42 DAL1027 B752 5 B752 320C 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 285.657208266 757-200.281.25.1f.1p.png 757-200 L 35.231388 -90.93166 Boeing - Model 757-200 6528 2010-03-15T16:04:05Z 410 H
43 DAL1041 B752 5 B752 360C 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 288.004768559 757-200.281.25.1f.1p.png 757-200 L 34.663055 -88.59722 Boeing - Model 757-200 6528 2010-03-15T16:03:29Z 370 H
44 DAL1067 B752 5 B752 218 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 280.766648272 757-200.281.25.1f.1p.png 757-200 L 33.77361 -85.25584 Boeing - Model 757-200 6528 2010-03-15T16:03:26Z 341 H
45 DAL1085 B752 5 B752 335 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 286.626374544 757-200.281.25.1f.1p.png 757-200 L 34.444447 -87.78833 Boeing - Model 757-200 6528 2010-03-15T16:03:41Z 396 H
46 DAL1101 MD88 5 MD88 320C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 278.475551121 MD-88.270.00.1f.1p.png MD-88 L 35.164448 -91.299446 McDonnell-Douglas - MD-88 2436 2010-03-15T16:03:29Z 390 L
47 DAL1286 MD90 5 MD90 300C 2500 L-L52J 2500 2 J new 04/95 348.785837815 L-L52J.348.75.1f.1p.png [empty string] L 37.116108 -85.315 McDonnell-Douglas - MD-90 264 2010-03-15T16:03:55Z 392 L
48 DAL1307 B752 5 B752 228 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 159.905233122 757-200.157.50.1f.1p.png 757-200 L 29.306389 -82.206665 Boeing - Model 757-200 6528 2010-03-15T16:04:13Z 437 H
49 DAL1402 MD88 5 MD88 330C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 56.8120784244 MD-88.056.25.1f.1p.png MD-88 L 35.39639 -81.238884 McDonnell-Douglas - MD-88 2436 2010-03-15T16:03:50Z 457 L
50 DAL1559 MD88 5 MD88 320C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 303.554234581 MD-88.303.75.1f.1p.png MD-88 L 36.288055 -87.68445 McDonnell-Douglas - MD-88 2436 2010-03-15T16:03:29Z 397 L
51 DAL1573 B737 5 B737 360C 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 286.816415014 737-700.281.25.1f.1p.png 737-700 L 34.772778 -89.02473 Boeing - Model 737-700 11245 2010-03-15T16:03:53Z 378 L
52 DAL1577 MD88 5 MD88 187 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 38.4184739189 MD-88.033.75.1f.1p.png MD-88 L 35.094166 -79.765274 McDonnell-Douglas - MD-88 2436 2010-03-15T16:03:12Z 399 L
53 DAL1639 MD88 5 MD88 320C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 311.2293181 MD-88.315.00.1f.1p.png MD-88 L 35.653057 -90.86278 McDonnell-Douglas - MD-88 2436 2010-03-15T16:03:53Z 413 L
54 DAL1744 B752 5 B752 365 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 283.652853834 757-200.281.25.1f.1p.png 757-200 L 34.962223 -89.78694 Boeing - Model 757-200 6528 2010-03-15T16:03:53Z 391 H
55 DAL1748 MD88 5 MD88 250C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 352.53492002 MD-88.000.00.1f.1p.png MD-88 L 39.52972 -82.14916 McDonnell-Douglas - MD-88 2436 2010-03-15T16:03:43Z 422 L
56 DAL1774 B752 5 B752 390C 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 51.884373311 757-200.056.25.1f.1p.png 757-200 L 36.195 -79.00472 Boeing - Model 757-200 6528 2010-03-15T16:03:48Z 483 H
57 DAL1778 B752 5 B752 047 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 272.789053898 757-200.270.00.1f.1p.png 757-200 L 33.616665 -84.53333 Boeing - Model 757-200 6528 2010-03-15T16:03:57Z 243 H
58 DAL1853 MD88 5 MD88 260C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 251.034453258 MD-88.258.75.1f.1p.png MD-88 L 32.262222 -89.28361 McDonnell-Douglas - MD-88 2436 2010-03-15T16:03:53Z 383 L
59 DAL1875 MD88 5 MD88 264 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 179.779153215 MD-88.180.00.1f.1p.png MD-88 L 32.578888 -84.41833 McDonnell-Douglas - MD-88 2436 2010-03-15T16:03:50Z 446 L
60 DAL1880 MD88 5 MD88 290C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 57.109135505 MD-88.056.25.1f.1p.png MD-88 L 36.710278 -78.786385 McDonnell-Douglas - MD-88 2436 2010-03-15T16:03:11Z 457 L
61 DAL1901 B752 5 B752 320C 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 310.085933144 757-200.315.00.1f.1p.png 757-200 L 35.389168 -90.28306 Boeing - Model 757-200 6528 2010-03-15T16:04:05Z 424 H
62 DAL1938 MD88 5 MD88 340C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 12.3477121331 MD-88.011.25.1f.1p.png MD-88 L 36.733612 -84.689445 McDonnell-Douglas - MD-88 2436 2010-03-15T16:03:43Z 429 L
63 DAL1960 MD88 5 MD88 330C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 53.1735538124 MD-88.056.25.1f.1p.png MD-88 L 35.02222 -81.94639 McDonnell-Douglas - MD-88 2436 2010-03-15T16:03:50Z 459 L
64 DAL1989 B738 5 B738 270C 4000 L-L52J 4000 2 J new 11/98 161.718101915 737-800.168.75.1f.1p.png 737-800 L 27.490278 -82.57056 Boeing - Model 737-800 4613 2010-03-15T16:03:10Z 419 L
65 DAL1992 MD88 5 MD88 310C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 28.1694944311 MD-88.022.50.1f.1p.png MD-88 L 38.27028 -82.35611 McDonnell-Douglas - MD-88 2436 2010-03-15T16:03:31Z 404 L
66 DAL2010 MD88 5 MD88 330C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 35.1076948811 MD-88.033.75.1f.1p.png MD-88 L 38.185 -77.22945 McDonnell-Douglas - MD-88 2436 2010-03-15T16:03:35Z 418 L
67 DAL2022 B752 5 B752 240 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 139.967765912 757-200.135.00.1f.1p.png 757-200 L 31.721666 -82.6875 Boeing - Model 757-200 6528 2010-03-15T16:03:37Z 516 H
68 DAL2033 B752 5 B752 240C 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 138.09290211 757-200.135.00.1f.1p.png 757-200 L 26.57389 -81.585556 Boeing - Model 757-200 6528 2010-03-15T16:03:58Z 456 H
69 DAL2035 B752 5 B752 100 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 182.033418336 757-200.180.00.1f.1p.png 757-200 L 33.47167 -84.58667 Boeing - Model 757-200 6528 2010-03-15T16:03:50Z 328 H
70 DAL2061 MD88 5 MD88 250C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 166.064219606 MD-88.168.75.1f.1p.png MD-88 L 30.771389 -84.188614 McDonnell-Douglas - MD-88 2436 2010-03-15T16:03:25Z 433 L
71 DAL2085 B752 5 B752 307 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 288.902682886 757-200.281.25.1f.1p.png 757-200 L 34.022778 -86.24444 Boeing - Model 757-200 6528 2010-03-15T16:03:50Z 417 H
72 DAL2093 MD88 5 MD88 270C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 156.288743361 MD-88.157.50.1f.1p.png MD-88 L 29.629444 -83.67861 McDonnell-Douglas - MD-88 2436 2010-03-15T16:03:49Z 420 L
73 DAL2523 A333 5 A333 340C 3500 H-L52J 3500 2 J new 11/00 | add 01/01 291.009342187 H-L52J.292.50.1f.1p.png [empty string] L 35.259167 -90.748604 Airbus Industries - Airbus A330-300 279 2010-03-15T16:03:41Z 411 H
74 DAL372 MD88 5 MD88 320C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 258.78532747 MD-88.258.75.1f.1p.png MD-88 L 33.02972 -88.662224 McDonnell-Douglas - MD-88 2436 2010-03-15T16:03:17Z 365 L
75 DAL423 B752 5 B752 380C 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 129.620476106 757-200.123.75.1f.1p.png 757-200 L 27.755 -79.09056 Boeing - Model 757-200 6528 2010-03-15T16:03:46Z 532 H
76 DAL529 MD88 5 MD88 320C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 231.222910879 MD-88.236.25.1f.1p.png MD-88 L 27.21889 -84.31389 McDonnell-Douglas - MD-88 2436 2010-03-15T16:03:10Z 354 L
77 DAL533 B752 5 B752 390 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 169.871520779 757-200.168.75.1f.1p.png 757-200 L 28.345556 -83.21472 Boeing - Model 757