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-19T15:54:03Z ASDI_20100319_noon 1 2010-03-19T16:54:03Z 2010-03-19T14:54:03Z
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 ASQ4945 [empty string] ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T11:47:00-04:00 Montgomery United States MGM MGM KMGM [empty string] Montgomery Regional Airport (Dannelly Field) -14400000 AL 2010-03-19T11:05:00-04:00 2010-03-19T15:14:38Z ARRIVED
2 Atlanta United States ATL ATL KATL TRS458 [empty string] TRS AirTran Airways [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T11:50:00-04:00 Baltimore United States BWI BWI KBWI [empty string] Baltimore/Washington International Thurgood Marshall Airport -14400000 MD 2010-03-19T10:20:00-04:00 2010-03-19T14:48:27Z ARRIVED
3 Atlanta United States ATL ATL KATL ASQ4978 [empty string] ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T11:53:00-04:00 Sarasota/Bradenton United States SRQ SRQ KSRQ [empty string] Sarasota/Bradenton International Airport -14400000 FL 2010-03-19T10:30:00-04:00 2010-03-19T15:12:57Z ARRIVED
4 Atlanta United States ATL ATL KATL ASQ5323 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-19T15:55:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T11:55:00-04:00 Huntsville United States HSV HSV KHSV 2010-03-19T15:22:42Z Huntsville International-Carl T Jones Field -14400000 AL 2010-03-19T11:23:00-04:00 2010-03-19T15:28:20Z ARRIVED
5 Atlanta United States ATL ATL KATL TRS230 B712 TRS AirTran Airways 2010-03-19T15:55:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T11:55:00-04:00 Richmond United States RIC RIC KRIC 2010-03-19T14:42:52Z Richmond International Airport -14400000 VA 2010-03-19T10:43:00-04:00 2010-03-19T15:06:44Z ARRIVED
6 Atlanta United States ATL ATL KATL AAL1440 B738 AAL American Airlines 2010-03-19T15:56:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T11:56:00-04:00 Miami United States MIA MIA KMIA 2010-03-19T14:22:20Z Miami International Airport -14400000 FL 2010-03-19T10:22:00-04:00 2010-03-19T15:24:42Z ARRIVED
7 Atlanta United States ATL ATL KATL TRS905 [empty string] TRS AirTran Airways [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T11:56:00-04:00 Newport News United States PHF PHF KPHF [empty string] Newport News/Williamsburg International Airport -14400000 VA 2010-03-19T10:28:00-04:00 2010-03-19T15:13:19Z ARRIVED
8 Atlanta United States ATL ATL KATL DAL1857 B752 DAL Delta Air Lines 2010-03-19T15:57:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T11:57:00-04:00 Boston United States BOS BOS KBOS 2010-03-19T13:46:40Z General Edward Lawrence Logan International Airport -14400000 MA 2010-03-19T09:46:00-04:00 2010-03-19T15:06:37Z ARRIVED
9 Atlanta United States ATL ATL KATL DAL564 [empty string] DAL Delta Air Lines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T11:57:00-04:00 Montego Bay Jamaica [empty string] MBJ MKJS [empty string] Sangster International Airport -18000000 [empty string] 2010-03-19T08:15:00-05:00 2010-03-19T10:33:53Z ARRIVED
10 Atlanta United States ATL ATL KATL AWE1465 [empty string] AWE America West Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T11:57:00-04:00 Philadelphia United States PHL PHL KPHL [empty string] Philadelphia International Airport -14400000 PA 2010-03-19T10:08:00-04:00 2010-03-19T12:54:20Z ARRIVED
11 Atlanta United States ATL ATL KATL ASQ5050 CRJ7 ASQ Atlantic Southeast Airlines 2010-03-19T15:58:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T11:58:00-04:00 Akron United States CAK CAK KCAK 2010-03-19T14:43:34Z Akron-Canton Regional Airport -14400000 OH 2010-03-19T10:44:00-04:00 2010-03-19T15:26:59Z ARRIVED
12 Atlanta United States ATL ATL KATL ASQ4957 [empty string] ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T11:58:00-04:00 Birmingham United States BHM BHM KBHM [empty string] Birmingham International Airport -14400000 AL 2010-03-19T11:15:00-04:00 2010-03-19T15:22:44Z ARRIVED
13 Atlanta United States ATL ATL KATL ASQ5113 [empty string] ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T11:58:00-04:00 Dothan United States DHN DHN KDHN [empty string] Dothan Regional Airport -14400000 AL 2010-03-19T11:14:00-04:00 2010-03-19T15:17:38Z ARRIVED
14 Atlanta United States ATL ATL KATL DAL2034 [empty string] DAL Delta Air Lines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T11:58:00-04:00 Fort Lauderdale United States FLL FLL KFLL [empty string] Fort Lauderdale/Hollywood International Airport -14400000 FL 2010-03-19T10:16:00-04:00 2010-03-18T14:00:10Z ARRIVED
15 Atlanta United States ATL ATL KATL DAL1312 B752 DAL Delta Air Lines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T11:58:00-04:00 Orlando United States MCO MCO KMCO 2010-03-19T14:47:03Z Orlando International Airport -14400000 FL 2010-03-19T10:47:00-04:00 2010-03-19T15:19:36Z ARRIVED
16 Atlanta United States ATL ATL KATL DAL1763 [empty string] DAL Delta Air Lines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T11:59:00-04:00 Chicago United States ORD ORD KORD [empty string] Chicago O'Hare International Airport -18000000 IL 2010-03-19T09:24:00-05:00 2010-03-19T15:17:29Z ARRIVED
17 Atlanta United States ATL ATL KATL ASQ5493 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:00:00-04:00 Greer United States GSP GSP KGSP 2010-03-19T15:22:56Z Greenville Spartanburg International Airport -14400000 SC 2010-03-19T11:23:00-04:00 2010-03-19T15:22:56Z ARRIVED
18 Atlanta United States ATL ATL KATL FLG861 CRJ2 FLG Pinnacle Airlines 2010-03-19T16:00:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:00:00-04:00 Knoxville United States TYS TYS KTYS 2010-03-19T15:27:16Z Mc Ghee Tyson Airport -14400000 TN 2010-03-19T11:27:00-04:00 2010-03-19T15:32:07Z ARRIVED
19 Atlanta United States ATL ATL KATL ASQ5105 [empty string] ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:01:00-04:00 Augusta United States AGS AGS KAGS [empty string] Augusta Regional Airport at Bush Field -14400000 GA 2010-03-19T11:05:00-04:00 2010-03-19T15:05:24Z ARRIVED
20 Atlanta United States ATL ATL KATL DAL1777 B752 DAL Delta Air Lines 2010-03-19T16:01:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:01:00-04:00 New York United States LGA LGA KLGA 2010-03-19T14:17:56Z La Guardia Airport -14400000 NY 2010-03-19T10:18:00-04:00 2010-03-19T15:13:04Z ARRIVED
21 Atlanta United States ATL ATL KATL ASQ5533 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-19T16:01:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:01:00-04:00 Newport News United States PHF PHF KPHF 2010-03-19T14:38:57Z Newport News/Williamsburg International Airport -14400000 VA 2010-03-19T10:38:00-04:00 2010-03-19T15:28:11Z ARRIVED
22 Atlanta United States ATL ATL KATL FLG930 CRJ9 FLG Pinnacle Airlines 2010-03-19T16:02:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:02:00-04:00 Houston United States HOU HOU KHOU 2010-03-19T14:34:25Z William P Hobby Airport -18000000 TX 2010-03-19T09:34:00-05:00 2010-03-19T15:23:36Z ARRIVED
23 Atlanta United States ATL ATL KATL TRS453 [empty string] TRS AirTran Airways 2010-03-19T15:58:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:02:00-04:00 New Orléans United States MSY MSY KMSY [empty string] Louis Armstrong New Orléans International Airport -14400000 LA 2010-03-19T10:51:00-04:00 2010-03-19T15:13:38Z ARRIVED
24 Atlanta United States ATL ATL KATL TRS439 B712 TRS AirTran Airways 2010-03-19T16:03:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:03:00-04:00 Pensacola United States PNS PNS KPNS 2010-03-19T15:14:49Z Pensacola Regional Airport -18000000 FL 2010-03-19T10:14:00-05:00 2010-03-19T15:23:38Z ARRIVED
25 Atlanta United States ATL ATL KATL TRS191 B737 TRS AirTran Airways 2010-03-19T16:03:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:03:00-04:00 Washington United States DCA DCA KDCA 2010-03-19T14:44:27Z Ronald Reagan Washington National Airport -14400000 DC 2010-03-19T10:44:00-04:00 2010-03-19T15:01:29Z ARRIVED
26 Atlanta United States ATL ATL KATL ASQ5236 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-19T16:04:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:04:00-04:00 Chattanooga United States CHA CHA KCHA 2010-03-19T15:36:14Z Lovell Field Airport -14400000 TN 2010-03-19T11:36:00-04:00 2010-03-19T15:36:14Z ARRIVED
27 Atlanta United States ATL ATL KATL DAL1175 B738 DAL Delta Air Lines 2010-03-19T16:05:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:05:00-04:00 Detroit United States DTW DTW KDTW 2010-03-19T14:38:15Z Detroit Metropolitan Wayne County Airport -14400000 MI 2010-03-19T10:38:00-04:00 2010-03-19T15:03:08Z ARRIVED
28 Atlanta United States ATL ATL KATL ASQ5503 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:05:00-04:00 Little Rock United States LIT LIT KLIT 2010-03-19T14:44:59Z Adams Field Airport -14400000 AR 2010-03-19T10:44:00-04:00 2010-03-19T15:19:59Z ARRIVED
29 Atlanta United States ATL ATL KATL TRS361 B712 TRS AirTran Airways [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:05:00-04:00 New York United States LGA LGA KLGA 2010-03-19T14:11:39Z La Guardia Airport -14400000 NY 2010-03-19T10:12:00-04:00 2010-03-19T15:05:33Z ARRIVED
30 Atlanta United States ATL ATL KATL ASQ5250 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-19T16:06:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:06:00-04:00 Bristol/Johnson/Kingsport United States TRI TRI KTRI 2010-03-19T15:24:17Z Tri-Cities Regional Airport -14400000 TN 2010-03-19T11:24:00-04:00 2010-03-19T15:24:17Z ARRIVED
31 Atlanta United States ATL ATL KATL NMI4 [empty string] NMI Pacific Wings [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:08:00-04:00 Macon United States MCN MCN KMCN [empty string] Middle Georgia Regional Airport -14400000 GA 2010-03-19T11:34:00-04:00 2010-03-19T15:00:46Z Scheduled
32 Atlanta United States ATL ATL KATL DAL1591 B738 DAL Delta Air Lines 2010-03-19T16:08:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:08:00-04:00 Raleigh/Durham United States RDU RDU KRDU 2010-03-19T15:13:00Z Raleigh-Durham International Airport -14400000 NC 2010-03-19T11:12:00-04:00 2010-03-19T15:26:05Z ARRIVED
33 Atlanta United States ATL ATL KATL ANV717 [empty string] ANV Air Nevada [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:10:00-04:00 Macon United States MCN MCN KMCN [empty string] Middle Georgia Regional Airport -14400000 GA 2010-03-19T11:35:00-04:00 2010-03-18T15:25:10Z SCHEDULED
34 Atlanta United States ATL ATL KATL ASQ5120 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-19T16:10:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:10:00-04:00 Panama City United States PFN PFN KPFN 2010-03-19T15:26:21Z Panama City-Bay County International Airport -18000000 FL 2010-03-19T10:27:00-05:00 2010-03-19T15:40:40Z ARRIVED
35 Atlanta United States ATL ATL KATL ASQ5492 CRJ7 ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:11:00-04:00 Toronto Canada [empty string] YYZ CYYZ 2010-03-19T14:32:16Z Lester B. Pearson International Airport -14400000 ON 2010-03-19T10:42:00-04:00 [empty string] ARRIVED
36 Atlanta United States ATL ATL KATL TCF7606 E170 TCF Shuttle America 2010-03-19T16:13:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:13:00-04:00 Chicago United States ORD ORD KORD 2010-03-19T14:45:22Z Chicago O'Hare International Airport -18000000 IL 2010-03-19T09:45:00-05:00 2010-03-19T15:38:58Z ARRIVED
37 Atlanta United States ATL ATL KATL DAL1011 MD88 DAL Delta Air Lines 2010-03-19T16:14:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:14:00-04:00 Philadelphia United States PHL PHL KPHL 2010-03-19T14:41:31Z Philadelphia International Airport -14400000 PA 2010-03-19T10:41:00-04:00 2010-03-19T15:20:18Z ARRIVED
38 Atlanta United States ATL ATL KATL DAL1964 B738 DAL Delta Air Lines 2010-03-19T16:15:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:15:00-04:00 Tucson United States TUS TUS KTUS 2010-03-19T13:20:22Z Tucson International Airport -25200000 AZ 2010-03-19T06:20:00-07:00 2010-03-19T15:37:29Z ARRIVED
39 Atlanta United States ATL ATL KATL TRS537 B712 TRS AirTran Airways 2010-03-19T16:16:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:16:00-04:00 Memphis United States MEM MEM KMEM 2010-03-19T15:20:59Z Memphis International Airport -18000000 TN 2010-03-19T10:20:00-05:00 2010-03-19T15:36:22Z ARRIVED
40 Atlanta United States ATL ATL KATL DAL392 B752 DAL Delta Air Lines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:17:00-04:00 Panamá City Panamá [empty string] PTY MPTO 2010-03-19T14:08:45Z Tocumen International Airport -18000000 [empty string] 2010-03-19T09:36:00-05:00 [empty string] ARRIVED
41 Atlanta United States ATL ATL KATL ASQ5562 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-19T16:18:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:18:00-04:00 Melbourne United States MLB MLB KMLB 2010-03-19T15:06:15Z Melbourne International Airport -14400000 FL 2010-03-19T11:06:00-04:00 2010-03-19T15:46:00Z ARRIVED
42 Atlanta United States ATL ATL KATL TRS23 B712 TRS AirTran Airways 2010-03-19T16:19:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:19:00-04:00 Chicago United States MDW MDW KMDW 2010-03-19T14:53:13Z Chicago Midway International Airport -18000000 IL 2010-03-19T09:53:00-05:00 2010-03-19T15:45:36Z ARRIVED
43 Atlanta United States ATL ATL KATL ASQ5299 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-19T16:20:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:20:00-04:00 Columbia United States CAE CAE KCAE 2010-03-19T15:42:29Z Columbia Metropolitan Airport -14400000 SC 2010-03-19T11:42:00-04:00 2010-03-19T15:48:33Z ARRIVED
44 Atlanta United States ATL ATL KATL DAL1532 MD88 DAL Delta Air Lines 2010-03-19T16:21:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:21:00-04:00 Houston United States IAH IAH KIAH 2010-03-19T14:49:14Z George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-19T09:49:00-05:00 2010-03-19T15:36:20Z ARRIVED
45 Atlanta United States ATL ATL KATL DAL1597 B738 DAL Delta Air Lines 2010-03-19T16:22:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:22:00-04:00 Minneapolis United States MSP MSP KMSP 2010-03-19T14:20:36Z Minneapolis-St. Paul International/Wold-Chamberlain Airport -18000000 MN 2010-03-19T09:21:00-05:00 2010-03-19T15:49:04Z ARRIVED
46 Atlanta United States ATL ATL KATL DAL1704 B752 DAL Delta Air Lines 2010-03-19T16:22:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:22:00-04:00 New Orléans United States MSY MSY KMSY 2010-03-19T15:15:35Z Louis Armstrong New Orléans International Airport -14400000 LA 2010-03-19T11:15:00-04:00 2010-03-19T15:27:50Z ARRIVED
47 Atlanta United States ATL ATL KATL ASQ5184 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-19T16:23:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:23:00-04:00 Baton Rouge United States BTR BTR KBTR 2010-03-19T15:14:07Z Baton Rouge Metropolitan Airport, Ryan Field -18000000 LA 2010-03-19T10:14:00-05:00 2010-03-19T15:40:32Z ARRIVED
48 Atlanta United States ATL ATL KATL TRS685 B712 TRS AirTran Airways 2010-03-19T16:24:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:24:00-04:00 Sarasota/Bradenton United States SRQ SRQ KSRQ 2010-03-19T15:10:01Z Sarasota/Bradenton International Airport -14400000 FL 2010-03-19T11:09:00-04:00 2010-03-19T15:31:21Z ARRIVED
49 Atlanta United States ATL ATL KATL DAL1961 MD88 DAL Delta Air Lines 2010-03-19T16:24:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:24:00-04:00 Washington United States DCA DCA KDCA 2010-03-19T15:08:09Z Ronald Reagan Washington National Airport -14400000 DC 2010-03-19T11:08:00-04:00 2010-03-19T15:34:03Z ARRIVED
50 Atlanta United States ATL ATL KATL NWA9144 MD88 NWA Northwest Airlines 2010-03-19T16:24:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:24:00-04:00 Washington United States DCA DCA KDCA 2010-03-19T15:08:09Z Ronald Reagan Washington National Airport -14400000 DC 2010-03-19T11:08:00-04:00 2010-03-19T15:34:03Z ARRIVED
51 Atlanta United States ATL ATL KATL DAL1837 MD88 DAL Delta Air Lines 2010-03-19T16:25:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:25:00-04:00 Memphis United States MEM MEM KMEM 2010-03-19T15:30:35Z Memphis International Airport -18000000 TN 2010-03-19T10:30:00-05:00 2010-03-19T15:38:45Z ARRIVED
52 Atlanta United States ATL ATL KATL TRS560 B712 TRS AirTran Airways 2010-03-19T16:26:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:26:00-04:00 Buffalo United States BUF BUF KBUF 2010-03-19T14:51:13Z Buffalo Niagara International Airport -14400000 NY 2010-03-19T10:51:00-04:00 2010-03-19T15:44:46Z ARRIVED
53 Atlanta United States ATL ATL KATL TRS845 B712 TRS AirTran Airways 2010-03-19T16:26:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:26:00-04:00 Orlando United States MCO MCO KMCO 2010-03-19T15:22:24Z Orlando International Airport -14400000 FL 2010-03-19T11:22:00-04:00 2010-03-19T15:52:32Z ARRIVED
54 Atlanta United States ATL ATL KATL TRS78 B737 TRS AirTran Airways 2010-03-19T16:27:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:27:00-04:00 Fort Lauderdale United States FLL FLL KFLL 2010-03-19T15:01:43Z Fort Lauderdale/Hollywood International Airport -14400000 FL 2010-03-19T11:01:00-04:00 2010-03-19T15:56:09Z ARRIVED
55 Atlanta United States ATL ATL KATL DAL1247 MD88 DAL Delta Air Lines 2010-03-19T16:28:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:28:00-04:00 Indianapolis United States IND IND KIND 2010-03-19T15:20:08Z Indianapolis International Airport -14400000 IN 2010-03-19T11:20:00-04:00 2010-03-19T15:54:03Z ARRIVED
56 Atlanta United States ATL ATL KATL ASQ5034 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-19T16:28:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:28:00-04:00 Valdosta United States VLD VLD KVLD 2010-03-19T15:44:05Z Valdosta Regional Airport -14400000 GA 2010-03-19T11:44:00-04:00 2010-03-19T15:54:34Z ARRIVED
57 Atlanta United States ATL ATL KATL ASQ5082 CRJ7 ASQ Atlantic Southeast Airlines 2010-03-19T16:29:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:29:00-04:00 Bloomington/Normal United States BMI BMI KBMI 2010-03-19T15:10:00Z Central Illinois Regional Airport at Bloomington-Normal -18000000 IL 2010-03-19T10:10:00-05:00 2010-03-19T15:51:24Z ARRIVED
58 Atlanta United States ATL ATL KATL TRS197 B737 TRS AirTran Airways 2010-03-19T16:29:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:29:00-04:00 Fort Myers United States RSW RSW KRSW 2010-03-19T15:02:59Z Southwest Florida International Airport -14400000 FL 2010-03-19T11:03:00-04:00 2010-03-19T15:54:10Z ARRIVED
59 Atlanta United States ATL ATL KATL ASQ4992 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-19T16:30:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:30:00-04:00 Brunswick United States BQK BQK KBQK 2010-03-19T15:48:53Z Brunswick Golden Isles Airport -14400000 GA 2010-03-19T11:49:00-04:00 2010-03-19T16:02:41Z ARRIVED
60 Atlanta United States ATL ATL KATL FDX1153 A306 FDX Federal Express [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:30:00-04:00 Fort Worth United States AFW AFW KAFW 2010-03-19T07:42:12Z Fort Worth Alliance Airport -18000000 TX 2010-03-19T02:42:00-05:00 [empty string] ARRIVED
61 Atlanta United States ATL ATL KATL ASQ5353 [empty string] ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:30:00-04:00 Lexington United States LEX LEX KLEX [empty string] Blue Grass Airport -14400000 KY 2010-03-19T11:23:00-04:00 2010-03-19T14:43:14Z ARRIVED
62 Atlanta United States ATL ATL KATL AMX5540 B752 AMX Aeroméxico 2010-03-19T16:30:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:30:00-04:00 San Juan United States SJU SJU TJSJ 2010-03-19T12:47:27Z Luis Muñoz Marin International Airport -14400000 PR 2010-03-19T08:47:00-04:00 2010-03-19T15:57:14Z ARRIVED
63 Atlanta United States ATL ATL KATL DAL420 B752 DAL Delta Air Lines 2010-03-19T16:30:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:30:00-04:00 San Juan United States SJU SJU TJSJ 2010-03-19T12:47:27Z Luis Muñoz Marin International Airport -14400000 PR 2010-03-19T08:47:00-04:00 2010-03-19T15:57:14Z ARRIVED
64 Atlanta United States ATL ATL KATL ASQ4942 CRJ7 ASQ Atlantic Southeast Airlines 2010-03-19T16:31:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:31:00-04:00 Tallahassee United States TLH TLH KTLH 2010-03-19T15:46:26Z Tallahassee Regional Airport -14400000 FL 2010-03-19T11:46:00-04:00 2010-03-19T15:59:04Z ARRIVED
65 Atlanta United States ATL ATL KATL TRS118 B712 TRS AirTran Airways 2010-03-19T16:31:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:31:00-04:00 Tampa United States TPA TPA KTPA 2010-03-19T15:20:23Z Tampa International Airport -14400000 FL 2010-03-19T11:20:00-04:00 2010-03-19T15:54:17Z ARRIVED
66 Atlanta United States ATL ATL KATL ASQ5582 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-19T16:32:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:32:00-04:00 Charleston United States CRW CRW KCRW 2010-03-19T15:36:36Z Yeager Airport -14400000 WV 2010-03-19T11:37:00-04:00 2010-03-19T16:01:41Z ARRIVED
67 Atlanta United States ATL ATL KATL DAL1076 MD88 DAL Delta Air Lines 2010-03-19T16:33:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:33:00-04:00 Savannah United States SAV SAV KSAV 2010-03-19T15:53:26Z Savannah/Hilton Head International Airport -14400000 GA 2010-03-19T11:53:00-04:00 2010-03-19T16:00:13Z ARRIVED
68 Atlanta United States ATL ATL KATL ASQ5437 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-19T16:34:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:34:00-04:00 Greensboro United States GSO GSO KGSO 2010-03-19T15:39:01Z Piedmont Triad International Airport -14400000 NC 2010-03-19T11:39:00-04:00 2010-03-19T15:39:01Z ARRIVED
69 Atlanta United States ATL ATL KATL ASQ5494 CRJ7 ASQ Atlantic Southeast Airlines 2010-03-19T16:34:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:34:00-04:00 Moline United States MLI MLI KMLI 2010-03-19T15:03:43Z Quad City International Airport -18000000 IL 2010-03-19T10:04:00-05:00 2010-03-19T15:59:24Z ARRIVED
70 Atlanta United States ATL ATL KATL DAL1245 MD90 DAL Delta Air Lines 2010-03-19T16:35:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:35:00-04:00 Charleston United States CHS CHS KCHS 2010-03-19T15:49:37Z Charleston AFB/International Airport -14400000 SC 2010-03-19T11:50:00-04:00 2010-03-19T16:02:55Z ARRIVED
71 Atlanta United States ATL ATL KATL DAL2014 MD88 DAL Delta Air Lines 2010-03-19T16:36:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:36:00-04:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-19T14:56:38Z Dallas/Fort Worth International Airport -18000000 TX 2010-03-19T09:57:00-05:00 2010-03-19T15:54:09Z ARRIVED
72 Atlanta United States ATL ATL KATL NMI3 C208 NMI Pacific Wings 2010-03-19T16:36:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:36:00-04:00 Nashville United States BNA BNA KBNA 2010-03-19T15:14:09Z Nashville International Airport -18000000 TN 2010-03-19T09:41:00-05:00 2010-03-19T15:45:45Z ARRIVED
73 Atlanta United States ATL ATL KATL ASQ5511 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-19T16:37:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:37:00-04:00 Fayetteville United States FAY FAY KFAY 2010-03-19T15:39:51Z Fayetteville Regional Airport/Grannis Field -14400000 NC 2010-03-19T11:40:00-04:00 2010-03-19T16:02:19Z ARRIVED
74 Atlanta United States ATL ATL KATL CHQ5932 E145 CHQ Chautauqua Airlines 2010-03-19T16:37:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:37:00-04:00 Houston United States IAH IAH KIAH 2010-03-19T15:02:13Z George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-19T10:02:00-05:00 2010-03-19T15:51:13Z ARRIVED
75 Atlanta United States ATL ATL KATL DAL1024 B752 DAL Delta Air Lines 2010-03-19T16:37:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:37:00-04:00 Phoenix United States PHX PHX KPHX 2010-03-19T13:31:35Z Phoenix Sky Harbor International Airport -25200000 AZ 2010-03-19T06:31:00-07:00 2010-03-19T16:00:59Z ARRIVED
76 Atlanta United States ATL ATL KATL AVA5063 MD88 AVA AV, S.A. 2010-03-19T16:38:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:38:00-04:00 Newark United States EWR EWR KEWR 2010-03-19T14:53:33Z Newark Liberty International Airport -14400000 NJ 2010-03-19T10:54:00-04:00 2010-03-19T15:43:09Z ARRIVED
77 Atlanta United States ATL ATL KATL DAL2011 MD88 DAL Delta Air Lines 2010-03-19T16:38:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:38:00-04:00 Newark United States EWR EWR KEWR 2010-03-19T14:53:33Z Newark Liberty International Airport -14400000 NJ 2010-03-19T10:54:00-04:00 2010-03-19T15:43:09Z ARRIVED
78 Atlanta United States ATL ATL KATL DAL2064 B752 DAL Delta Air Lines 2010-03-19T16:38:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:38:00-04:00 Tampa United States TPA TPA KTPA 2010-03-19T15:28:19Z Tampa International Airport -14400000 FL 2010-03-19T11:28:00-04:00 2010-03-19T16:03:19Z ARRIVED
79 Atlanta United States ATL ATL KATL ASQ5523 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-19T16:39:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:39:00-04:00 Roanoke United States ROA ROA KROA 2010-03-19T15:38:14Z Roanoke Regional Airport/Woodrum Field -14400000 VA 2010-03-19T11:38:00-04:00 2010-03-19T15:53:17Z ARRIVED
80 Atlanta United States ATL ATL KATL DAL1586 [empty string] DAL Delta Air Lines 2010-03-19T16:33:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:39:00-04:00 Salt Lake City United States SLC SLC KSLC [empty string] Salt Lake City International Airport -25200000 UT 2010-03-19T06:21:00-07:00 2010-03-19T15:59:37Z ARRIVED
81 Atlanta United States ATL ATL KATL NWA5606 [empty string] NWA Northwest Airlines 2010-03-19T16:33:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:39:00-04:00 Salt Lake City United States SLC SLC KSLC [empty string] Salt Lake City International Airport -25200000 UT 2010-03-19T06:21:00-07:00 2010-03-19T15:59:37Z ARRIVED
82 Atlanta United States ATL ATL KATL ASQ5558 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-19T16:39:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:39:00-04:00 Springfield United States SGF SGF KSGF 2010-03-19T15:10:01Z Springfield-Branson National Airport -14400000 MO 2010-03-19T11:10:00-04:00 2010-03-19T16:00:55Z ARRIVED
83 Atlanta United States ATL ATL KATL ASQ5550 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-19T16:40:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:40:00-04:00 Birmingham United States BHM BHM KBHM 2010-03-19T16:05:20Z Birmingham International Airport -14400000 AL 2010-03-19T12:05:00-04:00 [empty string] ARRIVED
84 Atlanta United States ATL ATL KATL DAL1491 MD88 DAL Delta Air Lines 2010-03-19T16:40:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:40:00-04:00 Kansas City United States MCI MCI KMCI 2010-03-19T14:58:06Z Kansas City International Airport -14400000 MO 2010-03-19T10:58:00-04:00 2010-03-19T16:02:30Z ARRIVED
85 Atlanta United States ATL ATL KATL DAL2079 MD90 DAL Delta Air Lines 2010-03-19T16:41:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:41:00-04:00 Chicago United States MDW MDW KMDW 2010-03-19T15:08:37Z Chicago Midway International Airport -18000000 IL 2010-03-19T10:09:00-05:00 2010-03-19T16:00:53Z ARRIVED
86 Atlanta United States ATL ATL KATL ASQ5368 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-19T16:41:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:41:00-04:00 Lafayette United States LFT LFT KLFT 2010-03-19T15:22:57Z Lafayette Regional Airport -18000000 LA 2010-03-19T10:23:00-05:00 2010-03-19T15:54:31Z ARRIVED
87 Atlanta United States ATL ATL KATL DAL688 [empty string] DAL Delta Air Lines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:42:00-04:00 Guadalajara México [empty string] GDL MMGL [empty string] Don Miguel Hidalgo y Costilla International Airport -21600000 Jalisco 2010-03-19T07:47:00-06:00 2010-03-19T10:47:33Z ARRIVED
88 Atlanta United States ATL ATL KATL TRS335 B737 TRS AirTran Airways 2010-03-19T16:42:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:42:00-04:00 Philadelphia United States PHL PHL KPHL 2010-03-19T15:10:18Z Philadelphia International Airport -14400000 PA 2010-03-19T11:10:00-04:00 2010-03-19T15:49:53Z ARRIVED
89 Atlanta United States ATL ATL KATL DAL1032 B752 DAL Delta Air Lines 2010-03-19T16:42:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:42:00-04:00 West Palm Beach United States PBI PBI KPBI 2010-03-19T15:22:45Z Palm Beach International Airport -14400000 FL 2010-03-19T11:23:00-04:00 2010-03-19T16:10:45Z ARRIVED
90 Atlanta United States ATL ATL KATL DAL1782 MD88 DAL Delta Air Lines 2010-03-19T16:43:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:43:00-04:00 El Paso United States ELP ELP KELP 2010-03-19T14:02:14Z El Paso International Airport -25200000 TX 2010-03-19T07:02:00-07:00 2010-03-19T15:56:19Z ARRIVED
91 Atlanta United States ATL ATL KATL KLM9377 MD88 KLM KLM Royal Dutch Airlines 2010-03-19T16:43:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:43:00-04:00 El Paso United States ELP ELP KELP 2010-03-19T14:02:14Z El Paso International Airport -25200000 TX 2010-03-19T07:02:00-07:00 2010-03-19T15:56:19Z ARRIVED
92 Atlanta United States ATL ATL KATL DAL1078 B752 DAL Delta Air Lines 2010-03-19T16:43:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:43:00-04:00 Las Vegas United States LAS LAS KLAS 2010-03-19T13:19:55Z Mc Carran International Airport -25200000 NV 2010-03-19T06:19:00-07:00 2010-03-19T16:07:52Z ARRIVED
93 Atlanta United States ATL ATL KATL DAL1314 B752 DAL Delta Air Lines 2010-03-19T16:44:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:44:00-04:00 Orlando United States MCO MCO KMCO 2010-03-19T15:41:29Z Orlando International Airport -14400000 FL 2010-03-19T11:41:00-04:00 2010-03-19T16:10:48Z ARRIVED
94 Atlanta United States ATL ATL KATL DAL1122 [empty string] DAL Delta Air Lines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:45:00-04:00 Fort Myers United States RSW RSW KRSW [empty string] Southwest Florida International Airport -14400000 FL 2010-03-19T11:14:00-04:00 2010-03-19T14:10:21Z ARRIVED
95 Atlanta United States ATL ATL KATL ASQ5123 [empty string] ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:45:00-04:00 Jackson United States JAN JAN KJAN [empty string] Jackson-Evers International Airport -18000000 MS 2010-03-19T10:47:00-05:00 2010-03-19T15:07:33Z ARRIVED
96 Atlanta United States ATL ATL KATL TRS464 B712 TRS AirTran Airways 2010-03-19T16:45:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:45:00-04:00 New Orléans United States MSY MSY KMSY 2010-03-19T15:43:26Z Louis Armstrong New Orléans International Airport -14400000 LA 2010-03-19T11:43:00-04:00 2010-03-19T16:05:21Z ARRIVED
97 Atlanta United States ATL ATL KATL DAL1570 MD88 DAL Delta Air Lines 2010-03-19T16:45:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:45:00-04:00 St. Louis United States STL STL KSTL 2010-03-19T15:32:51Z Lambert-St. Louis International Airport -14400000 MO 2010-03-19T11:33:00-04:00 2010-03-19T16:13:08Z ARRIVED
98 Atlanta United States ATL ATL KATL AWE1429 A319 AWE America West Airlines 2010-03-19T16:46:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:46:00-04:00 Charlotte United States CLT CLT KCLT 2010-03-19T16:05:23Z Charlotte/Douglas International Airport -14400000 NC 2010-03-19T12:05:00-04:00 2010-03-19T16:11:21Z ARRIVED
99 Atlanta United States ATL ATL KATL DAL1900 B752 DAL Delta Air Lines 2010-03-19T16:47:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:47:00-04:00 Denver United States DEN DEN KDEN 2010-03-19T14:22:05Z Denver International Airport -25200000 CO 2010-03-19T07:22:00-07:00 2010-03-19T16:12:56Z ARRIVED
100 Atlanta United States ATL ATL KATL DAL1726 B752 DAL Delta Air Lines 2010-03-19T16:47:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:47:00-04:00 Jacksonville United States JAX JAX KJAX 2010-03-19T15:58:41Z Jacksonville International Airport -14400000 FL 2010-03-19T11:58:00-04:00 2010-03-19T16:15:32Z ARRIVED
101 Atlanta United States ATL ATL KATL DAL192 [empty string] DAL Delta Air Lines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:49:00-04:00 Caracas Venezuela [empty string] CCS SVMI [empty string] Simon Bolivar International Airport -16200000 [empty string] 2010-03-19T08:02:00-04:30 2010-03-18T12:20:10Z ARRIVED
102 Atlanta United States ATL ATL KATL NMI7 C208 NMI Pacific Wings [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:52:00-04:00 Nashville United States BNA BNA KBNA 2010-03-19T15:32:24Z Nashville International Airport -18000000 TN 2010-03-19T10:32:00-05:00 2010-03-19T16:05:45Z ARRIVED
103 Atlanta United States ATL ATL KATL MES966 SF34 MES Mesaba Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:52:00-04:00 Tupelo United States TUP TUP KTUP 2010-03-19T15:51:15Z Tupelo Regional Airport -18000000 MS 2010-03-19T10:51:00-05:00 2010-03-19T16:06:56Z ARRIVED
104 Atlanta United States ATL ATL KATL TRS319 B712 TRS AirTran Airways [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:53:00-04:00 Charlotte United States CLT CLT KCLT 2010-03-19T16:11:00Z Charlotte/Douglas International Airport -14400000 NC 2010-03-19T12:10:00-04:00 [empty string] ARRIVED
105 Atlanta United States ATL ATL KATL DAL672 [empty string] DAL Delta Air Lines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:53:00-04:00 Miami United States MIA MIA KMIA [empty string] Miami International Airport -14400000 FL 2010-03-19T11:18:00-04:00 2010-03-19T14:58:23Z ARRIVED
106 Atlanta United States ATL ATL KATL DAL1056 MD88 DAL Delta Air Lines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:55:00-04:00 Albuquerque United States ABQ ABQ KABQ 2010-03-19T14:07:38Z Albuquerque International Sunport Airport -25200000 NM 2010-03-19T07:07:00-07:00 2010-03-19T16:14:33Z IN FLIGHT
107 Atlanta United States ATL ATL KATL ASQ5124 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:55:00-04:00 Fayetteville/Springdale United States XNA XNA KXNA 2010-03-19T15:18:24Z Northwest Arkansas Regional Airport -14400000 AR 2010-03-19T11:18:00-04:00 2010-03-19T16:12:48Z IN FLIGHT
108 Atlanta United States ATL ATL KATL ASQ5485 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:56:00-04:00 Louisville United States SDF SDF KSDF 2010-03-19T15:45:55Z Louisville International-Standiford Field -14400000 KY 2010-03-19T11:46:00-04:00 2010-03-19T16:14:34Z IN FLIGHT
109 Atlanta United States ATL ATL KATL ASQ5446 CRJ7 ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:58:00-04:00 Valparaiso United States VPS VPS KVPS 2010-03-19T16:05:33Z Eglin AFB -18000000 FL 2010-03-19T11:05:00-05:00 2010-03-19T16:14:31Z IN FLIGHT
110 Atlanta United States ATL ATL KATL DAL1279 MD88 DAL Delta Air Lines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T13:00:00-04:00 Windsor Locks United States BDL BDL KBDL 2010-03-19T14:54:27Z Bradley International Airport -14400000 CT 2010-03-19T10:54:00-04:00 2010-03-19T15:28:07Z IN FLIGHT
111 Atlanta United States ATL ATL KATL ASQ4959 [empty string] ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T13:01:00-04:00 Nashville United States BNA BNA KBNA [empty string] Nashville International Airport -18000000 TN 2010-03-19T11:18:00-05:00 2010-03-19T16:31:29Z IN FLIGHT
112 Atlanta United States ATL ATL KATL DAL1883 [empty string] DAL Delta Air Lines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T13:02:00-04:00 Baltimore United States BWI BWI KBWI [empty string] Baltimore/Washington International Thurgood Marshall Airport -14400000 MD 2010-03-19T11:32:00-04:00 2010-03-19T15:59:15Z 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 ASQ4959 CRJ7 5 CRJ7 077 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 103.18054144 CRJ-700.101.25.1f.1p.png CRJ-700 L 33.729168 -84.37862 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-19T16:48:41Z 235 L
2 ASQ5124 CRJ2 5 CRJ2 015 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 270.013851288 crj-200.270.00.1f.1p.png crj-200 L 33.65 -84.38333 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-19T16:45:24Z 151 L
3 ASQ5446 CRJ7 5 CRJ7 027 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 270.018462326 CRJ-700.270.00.1f.1p.png CRJ-700 L 33.633335 -84.316666 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-19T16:48:01Z 187 L
4 ASQ5485 CRJ2 5 CRJ2 019 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 270.018471535 crj-200.270.00.1f.1p.png crj-200 L 33.65 -84.36667 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-19T16:48:38Z 156 L
5 DAL1056 MD88 5 MD88 018 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 270.013852938 MD-88.270.00.1f.1p.png MD-88 L 33.65 -84.35 McDonnell-Douglas - MD-88 2436 2010-03-19T16:46:00Z 177 L
6 DAL1279 MD88 5 MD88 014 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 270.013846866 MD-88.270.00.1f.1p.png MD-88 L 33.633335 -84.4 McDonnell-Douglas - MD-88 2436 2010-03-19T16:45:54Z 151 L
7 DAL1883 MD88 5 MD88 012 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 270.013846866 MD-88.270.00.1f.1p.png MD-88 L 33.633335 -84.4 McDonnell-Douglas - MD-88 2436 2010-03-19T16:47:07Z 156 L
ELAPSEDTIME 2214
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;"> 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:47 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;"> 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:50 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;"> 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;"> 11:53 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ4978.cfm" class="white" > Arrived </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;"> 11:55 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5323.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:55 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;"> 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:56 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;"> 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;"> 11:56 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS905.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;"> 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;"> 11:57 AM </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;"> 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;"> 11:57 AM </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;"> 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;"> 11:58 AM </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;"> 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:58 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;"> 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;"> 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:58 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;"> 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:58 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;"> 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;"> 11:59 AM </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;"> Greer, SC </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5493 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:00 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5493.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:00 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;"> 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;"> 12:01 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5105.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;"> 1777 </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/DAL1777.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Newport News, VA </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5533 </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/ASQ5533.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:02 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;"> 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;"> 12:02 PM </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;"> Pensacola, FL </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 439 </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/TRS439.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Washington, DC </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 191 </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/TRS191.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:04 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5236.cfm" class="white" > Arrived </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:05 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1175.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;"> 12:05 PM </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;"> 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:05 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;"> Bristol/Johnson/Kingsport, TN </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5250 </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/ASQ5250.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;"> 12:08 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/NMI4.cfm" > Scheduled </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:08 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1591.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;"> 717 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:10 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/ANV717.cfm" > Scheduled </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:10 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5120.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:11 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;"> 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:13 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;"> Philadelphia, PA </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1011 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:14 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1011.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Tucson, AZ </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1964 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:15 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1964.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Memphis, TN </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 537 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:16 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS537.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Panamá City, Panamá </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 392 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:17 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL392.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Melbourne, FL </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5562 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:18 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5562.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 23 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:19 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS23.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Columbia, SC </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5299 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:20 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5299.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1532 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:21 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1532.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Minneapolis, MN </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1597 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:22 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1597.cfm" class="white" > Arrived </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;"> 1704 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:22 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1704.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Baton Rouge, LA </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5184 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:23 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5184.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Sarasota/Bradenton, FL </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 685 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:24 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS685.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;"> 1961 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:24 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1961.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Washington, DC </td> <td>Northwest Airlines</td> <td align="center" style="font-weight:bold;"> 9144 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:24 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/NWA9144.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Memphis, TN </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1837 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:25 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1837.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Buffalo, NY </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 560 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:26 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS560.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Orlando, FL </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 845 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:26 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS845.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fort Lauderdale, FL </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 78 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:27 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS78.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Indianapolis, IN </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1247 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:28 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1247.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Valdosta, GA </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5034 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:28 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5034.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Bloomington/Normal, IL </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5082 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:29 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5082.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fort Myers, FL </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 197 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:29 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS197.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Brunswick, GA </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 4992 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:30 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ4992.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fort Worth, TX </td> <td>Federal Express</td> <td align="center" style="font-weight:bold;"> 1153 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:30 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/FDX1153.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;"> 5353 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:30 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5353.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Juan, PR </td> <td>Aeroméxico</td> <td align="center" style="font-weight:bold;"> 5540 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:30 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AMX5540.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Juan, PR </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 420 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:30 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL420.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;"> 4942 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:31 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ4942.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Tampa, FL </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 118 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:31 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS118.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Charleston, WV </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5582 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:32 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5582.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Savannah, GA </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1076 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:33 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1076.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Greensboro, NC </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5437 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:34 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5437.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Moline, IL </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5494 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:34 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5494.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Charleston, SC </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1245 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:35 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1245.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 2014 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:36 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL2014.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Nashville, TN </td> <td>Pacific Wings</td> <td align="center" style="font-weight:bold;"> 3 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:36 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/NMI3.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fayetteville, NC </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5511 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:37 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5511.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;"> 12:37 PM </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;"> Phoenix, AZ </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1024 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:37 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1024.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:38 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:38 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;"> Tampa, FL </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 2064 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:38 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL2064.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Roanoke, VA </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5523 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:39 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5523.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Salt Lake City, UT </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1586 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:39 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1586.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Salt Lake City, UT </td> <td>Northwest Airlines</td> <td align="center" style="font-weight:bold;"> 5606 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:39 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/NWA5606.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Springfield, MO </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5558 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:39 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5558.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;"> 5550 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:40 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5550.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Kansas City, MO </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1491 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:40 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1491.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;"> 2079 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:41 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL2079.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Lafayette, LA </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5368 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:41 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5368.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Guadalajara, Jalisco </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 688 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:42 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL688.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Philadelphia, PA </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 335 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:42 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS335.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;"> 1032 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:42 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1032.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> El Paso, TX </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1782 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:43 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1782.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> El Paso, TX </td> <td>KLM Royal Dutch Airlines</td> <td align="center" style="font-weight:bold;"> 9377 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:43 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/KLM9377.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Las Vegas, NV </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1078 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:43 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1078.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;"> 1314 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:44 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1314.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fort Myers, FL </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1122 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:45 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1122.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;"> 5123 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:45 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5123.cfm" class="white" > Arrived </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;"> 464 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:45 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS464.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> St. Louis, MO </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1570 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:45 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1570.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Charlotte, NC </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 1429 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:46 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AWE1429.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;"> 1900 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:47 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1900.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;"> 1726 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:47 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1726.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Caracas, Venezuela </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 192 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:49 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL192.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Nashville, TN </td> <td>Pacific Wings</td> <td align="center" style="font-weight:bold;"> 7 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:52 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;"> Tupelo, MS </td> <td>Mesaba Airlines</td> <td align="center" style="font-weight:bold;"> 966 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:52 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/MES966.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Charlotte, NC </td> <td>AirTran Airways</td> <td align="center" style="font-weight:bold;"> 319 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:53 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TRS319.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;"> 672 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:53 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;"> Albuquerque, NM </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1056 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:55 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1056.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fayetteville/Springdale, AR </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5124 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:55 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5124.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Louisville, KY </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5485 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:56 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5485.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Valparaiso, FL </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5446 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:58 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5446.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Windsor Locks, CT </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1279 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:00 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1279.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Nashville, TN </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 4959 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:01 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ4959.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Baltimore, MD </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1883 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:02 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1883.cfm" class="green" > In Flight </a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>
PRIORITY NORMAL
SCRIPT point = new GLatLng(33.729168,-84.37862); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Atlantic Southeast Airlines Flight 4959</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Nashville International A... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/19 11:18 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/19 1:01 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>235 kts/270 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>7,700 feet</td></tr><tr><th>Aircraft Type:</th><td>CRJ7</td><td align='right'><a href='http://www.helloflight.com/Flight/ASQ4959.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/CRJ-700.101.25.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "ASQ4959" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.65,-84.38333); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Atlantic Southeast Airlines Flight 5124</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Northwest Arkansas Region... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/19 11:18 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/19 12:55 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>151 kts/174 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>1,500 feet</td></tr><tr><th>Aircraft Type:</th><td>CRJ2</td><td align='right'><a href='http://www.helloflight.com/Flight/ASQ5124.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/crj-200.270.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "ASQ5124" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.633335,-84.316666); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Atlantic Southeast Airlines Flight 5446</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Eglin AFB</td></tr><tr><th>Departure:</th><td colspan='2'> 3/19 11:05 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/19 12:58 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>187 kts/215 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>2,700 feet</td></tr><tr><th>Aircraft Type:</th><td>CRJ7</td><td align='right'><a href='http://www.helloflight.com/Flight/ASQ5446.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/CRJ-700.270.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "ASQ5446" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.65,-84.36667); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Atlantic Southeast Airlines Flight 5485</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Louisville International-... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/19 11:46 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/19 12:56 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>156 kts/180 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>1,900 feet</td></tr><tr><th>Aircraft Type:</th><td>CRJ2</td><td align='right'><a href='http://www.helloflight.com/Flight/ASQ5485.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/crj-200.270.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "ASQ5485" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.65,-84.35); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Delta Air Lines Flight 1056</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Albuquerque International... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/19 7:07 AM (-07:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Hartsfield - Jackson Atla... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/19 12:55 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>177 kts/204 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>1,800 feet</td></tr><tr><th>Aircraft Type:</th><td>MD88</td><td align='right'><a href='http://www.helloflight.com/Flight/DAL1056.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" ), "DAL1056" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.633335,-84.4); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Delta Air Lines Flight 1279</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Bradley International Air... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/19 10:54 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/19 1:00 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>151 kts/174 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>1,400 feet</td></tr><tr><th>Aircraft Type:</th><td>MD88</td><td align='right'><a href='http://www.helloflight.com/Flight/DAL1279.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" ), "DAL1279" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.633335,-84.4); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Delta Air Lines Flight 1883</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Baltimore/Washington Inte... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/19 11:32 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/19 1:02 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>156 kts/180 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>1,200 feet</td></tr><tr><th>Aircraft Type:</th><td>MD88</td><td align='right'><a href='http://www.helloflight.com/Flight/DAL1883.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" ), "DAL1883" ); map.addOverlay(marker); bounds.extend(point); map.setZoom(map.getBoundsZoomLevel(bounds)); map.setCenter(bounds.getCenter());
STARTTIME {ts '2010-03-19 12:54:14'}
STATUS COMPLETED
struct
DEPARTUREPAGINATION
query
  CURRENT DB HOURS NEXT PREVIOUS
1 2010-03-19T15:54:03Z ASDI_20100319_noon 1 2010-03-19T16:54:03Z 2010-03-19T14:54:03Z
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 Dallas-Fort Worth United States DFW DFW KDFW AAL1127 [empty string] AAL American Airlines [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-19T12:34:00-05:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T11:44:00-04:00 2010-03-19T16:22:22Z IN FLIGHT
2 Fort Lauderdale United States FLL FLL KFLL DAL2035 B752 DAL Delta Air Lines [empty string] Fort Lauderdale/Hollywood International Airport -14400000 FL 2010-03-19T13:17:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T15:54:39Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T11:55:00-04:00 2010-03-19T16:33:27Z IN FLIGHT
3 Chattanooga United States CHA CHA KCHA ASQ5254 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Lovell Field Airport -14400000 TN 2010-03-19T12:25:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T15:55:35Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T11:56:00-04:00 2010-03-19T15:55:35Z ARRIVED
4 Columbia United States CAE CAE KCAE ASQ5476 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Columbia Metropolitan Airport -14400000 SC 2010-03-19T12:40:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T15:57:06Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T11:57:00-04:00 2010-03-19T16:18:08Z ARRIVED
5 Riverside United States RIV RIV KRIV DAL8821 B77L DAL Delta Air Lines [empty string] March Air Reserve Base -25200000 CA 2010-03-19T12:59:00-07:00 Atlanta United States ATL ATL KATL 2010-03-19T15:57:25Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T11:57:00-04:00 2010-03-19T16:15:08Z IN FLIGHT
6 Sarasota/Bradenton United States SRQ SRQ KSRQ DAL2093 MD88 DAL Delta Air Lines [empty string] Sarasota/Bradenton International Airport -14400000 FL 2010-03-19T13:00:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T15:58:11Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T11:58:00-04:00 2010-03-19T16:33:13Z IN FLIGHT
7 New York United States LGA LGA KLGA DAL1778 [empty string] DAL Delta Air Lines [empty string] La Guardia Airport -14400000 NY 2010-03-19T13:46:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:00:00-04:00 2010-03-19T15:05:15Z IN FLIGHT
8 San Francisco United States SFO SFO KSFO DAL1067 B752 DAL Delta Air Lines [empty string] San Francisco International Airport -25200000 CA 2010-03-19T13:42:00-07:00 Atlanta United States ATL ATL KATL 2010-03-19T16:01:34Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:02:00-04:00 2010-03-19T16:19:37Z IN FLIGHT
9 San Francisco United States SFO SFO KSFO NWA9157 B752 NWA Northwest Airlines [empty string] San Francisco International Airport -25200000 CA 2010-03-19T13:42:00-07:00 Atlanta United States ATL ATL KATL 2010-03-19T16:01:34Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:02:00-04:00 2010-03-19T16:19:37Z IN FLIGHT
10 Ciudad de México México [empty string] MEX MMMX DAL365 B737 DAL Delta Air Lines [empty string] Benito Juárez International Airport -21600000 Distrito Federal 2010-03-19T13:17:00-06:00 Atlanta United States ATL ATL KATL 2010-03-19T16:03:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:04:00-04:00 [empty string] IN FLIGHT
11 New Orléans United States MSY MSY KMSY DAL1745 MD88 DAL Delta Air Lines [empty string] Louis Armstrong New Orléans International Airport -14400000 LA 2010-03-19T13:11:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:05:15Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:05:00-04:00 2010-03-19T16:33:58Z IN FLIGHT
12 Orlando United States MCO MCO KMCO DAL1309 B752 DAL Delta Air Lines [empty string] Orlando International Airport -14400000 FL 2010-03-19T13:08:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:05:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:06:00-04:00 2010-03-19T16:26:40Z IN FLIGHT
13 Las Vegas United States LAS LAS KLAS TRS777 B737 TRS AirTran Airways [empty string] Mc Carran International Airport -25200000 NV 2010-03-19T13:12:00-07:00 Atlanta United States ATL ATL KATL 2010-03-19T16:06:34Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:07:00-04:00 2010-03-19T16:06:34Z IN FLIGHT
14 Orlando United States MCO MCO KMCO TRS746 B712 TRS AirTran Airways [empty string] Orlando International Airport -14400000 FL 2010-03-19T13:10:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:10:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:10:00-04:00 2010-03-19T16:34:40Z IN FLIGHT
15 Athens United States AHN AHN KAHN NMI5 C208 NMI Pacific Wings [empty string] Athens/Ben Epps Airport -14400000 GA 2010-03-19T12:52:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:12:11Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:12:00-04:00 2010-03-19T16:12:11Z ARRIVED
16 San Juan United States SJU SJU TJSJ TRS3 [empty string] TRS AirTran Airways [empty string] Luis Muñoz Marin International Airport -14400000 PR 2010-03-19T15:27:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:12:00-04:00 2010-03-18T16:05:10Z SCHEDULED
17 Roanoke United States ROA ROA KROA ASQ5399 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Roanoke Regional Airport/Woodrum Field -14400000 VA 2010-03-19T13:17:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:13:14Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:13:00-04:00 2010-03-19T16:34:54Z IN FLIGHT
18 Charleston United States CHS CHS KCHS DAL1730 MD88 DAL Delta Air Lines [empty string] Charleston AFB/International Airport -14400000 SC 2010-03-19T12:57:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:14:15Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:14:00-04:00 2010-03-19T16:33:49Z IN FLIGHT
19 Covington United States CVG CVG KCVG DAL1502 MD88 DAL Delta Air Lines [empty string] Cincinnati/Northern Kentucky International Airport -14400000 KY 2010-03-19T13:13:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:13:47Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:14:00-04:00 2010-03-19T16:37:58Z IN FLIGHT
20 Covington United States CVG CVG KCVG NWA9016 MD88 NWA Northwest Airlines [empty string] Cincinnati/Northern Kentucky International Airport -14400000 KY 2010-03-19T13:13:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:13:47Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:14:00-04:00 2010-03-19T16:37:58Z IN FLIGHT
21 Charlotte Amalie United States STT STT TIST DAL677 B752 DAL Delta Air Lines [empty string] Cyril E King Airport -14400000 VI 2010-03-19T15:23:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:15:11Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:15:00-04:00 2010-03-19T16:37:07Z IN FLIGHT
22 Minneapolis United States MSP MSP KMSP DAL1556 MD90 DAL Delta Air Lines [empty string] Minneapolis-St. Paul International/Wold-Chamberlain Airport -18000000 MN 2010-03-19T13:24:00-05:00 Atlanta United States ATL ATL KATL 2010-03-19T16:14:52Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:15:00-04:00 2010-03-19T16:45:40Z IN FLIGHT
23 Akron United States CAK CAK KCAK ASQ5021 CRJ7 ASQ Atlantic Southeast Airlines [empty string] Akron-Canton Regional Airport -14400000 OH 2010-03-19T13:38:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:16:05Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:16:00-04:00 2010-03-19T16:42:09Z IN FLIGHT
24 Hilton Head Island United States HXD HHH KHXD MES968 SF34 MES Mesaba Airlines [empty string] Hilton Head Airport -14400000 SC 2010-03-19T13:12:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:16:59Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:17:00-04:00 2010-03-19T16:47:47Z IN FLIGHT
25 Louisville United States SDF SDF KSDF ASQ5332 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Louisville International-Standiford Field -14400000 KY 2010-03-19T13:16:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:17:15Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:17:00-04:00 2010-03-19T16:48:11Z IN FLIGHT
26 San Juan United States SJU SJU TJSJ TRS3A B737 TRS AirTran Airways [empty string] Luis Muñoz Marin International Airport -14400000 PR 2010-03-19T15:21:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:18:05Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:18:00-04:00 2010-03-19T16:33:55Z IN FLIGHT
27 Toronto Canada [empty string] YYZ CYYZ ASQ5442 CRJ7 ASQ Atlantic Southeast Airlines [empty string] Lester B. Pearson International Airport -14400000 ON 2010-03-19T14:06:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:18:33Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:19:00-04:00 [empty string] IN FLIGHT
28 Dayton United States DAY DAY KDAY ASQ5087 CRJ7 ASQ Atlantic Southeast Airlines [empty string] James M Cox Dayton International Airport -14400000 OH 2010-03-19T13:30:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:19:42Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:20:00-04:00 2010-03-19T16:48:05Z IN FLIGHT
29 Washington United States IAD IAD KIAD DAL1716 MD90 DAL Delta Air Lines [empty string] Washington Dulles International Airport -14400000 DC 2010-03-19T13:34:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:19:42Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:20:00-04:00 2010-03-19T16:19:42Z IN FLIGHT
30 White Plains United States HPN HPN KHPN ASQ4944 [empty string] ASQ Atlantic Southeast Airlines [empty string] Westchester County Airport -14400000 NY 2010-03-19T14:20:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:20:00-04:00 2010-03-19T15:35:24Z Scheduled
31 Milwaukee United States MKE MKE KMKE RPA1697 E170 RPA Republic Airlines [empty string] General Mitchell International Airport -18000000 WI 2010-03-19T12:51:00-05:00 Atlanta United States ATL ATL KATL 2010-03-19T16:20:43Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:21:00-04:00 2010-03-19T16:46:07Z IN FLIGHT
32 West Palm Beach United States PBI PBI KPBI DAL1916 B752 DAL Delta Air Lines [empty string] Palm Beach International Airport -14400000 FL 2010-03-19T13:42:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:21:42Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:22:00-04:00 2010-03-19T16:38:20Z IN FLIGHT
33 Montréal Canada [empty string] YUL CYUL ASQ5579 CRJ7 ASQ Atlantic Southeast Airlines [empty string] Pierre Elliott Trudeau International (Dorval) -14400000 QC 2010-03-19T14:37:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:22:56Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:23:00-04:00 [empty string] IN FLIGHT
34 Miami United States MIA MIA KMIA DAL2005 B752 DAL Delta Air Lines [empty string] Miami International Airport -14400000 FL 2010-03-19T13:48:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:23:37Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:24:00-04:00 2010-03-19T16:42:20Z IN FLIGHT
35 Miami United States MIA MIA KMIA MEP6927 B752 MEP Midwest Airlines [empty string] Miami International Airport -14400000 FL 2010-03-19T13:48:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:23:37Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:24:00-04:00 2010-03-19T16:42:20Z IN FLIGHT
36 Greensboro United States GSO GSO KGSO ASQ4974 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Piedmont Triad International Airport -14400000 NC 2010-03-19T13:23:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:24:37Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:25:00-04:00 2010-03-19T16:24:37Z IN FLIGHT
37 Charleston United States CRW CRW KCRW ASQ5425 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Yeager Airport -14400000 WV 2010-03-19T13:31:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:25:42Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:26:00-04:00 2010-03-19T16:25:42Z IN FLIGHT
38 Charlotte United States CLT CLT KCLT DAL1635 MD88 DAL Delta Air Lines [empty string] Charlotte/Douglas International Airport -14400000 NC 2010-03-19T13:09:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:25:42Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:26:00-04:00 2010-03-19T16:47:10Z IN FLIGHT
39 Lexington United States LEX LEX KLEX ASQ5594 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Blue Grass Airport -14400000 KY 2010-03-19T13:23:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:26:50Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:27:00-04:00 2010-03-19T16:48:43Z IN FLIGHT
40 Montego Bay Jamaica [empty string] MBJ MKJS DAL361 B752 DAL Delta Air Lines [empty string] Sangster International Airport -18000000 [empty string] 2010-03-19T13:49:00-05:00 Atlanta United States ATL ATL KATL 2010-03-19T16:26:32Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:27:00-04:00 [empty string] IN FLIGHT
41 Grand Rapids United States GRR GRR KGRR ASQ5379 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Gerald R. Ford International Airport -18000000 MI 2010-03-19T13:07:00-05:00 Atlanta United States ATL ATL KATL 2010-03-19T16:28:00Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:28:00-04:00 2010-03-19T16:34:34Z IN FLIGHT
42 Windsor Locks United States BDL BDL KBDL DAL1690 MD88 DAL Delta Air Lines [empty string] Bradley International Airport -14400000 CT 2010-03-19T14:29:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:28:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:28:00-04:00 2010-03-19T16:28:23Z IN FLIGHT
43 Cleveland United States CLE CLE KCLE ASQ5498 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Cleveland-Hopkins International Airport -14400000 OH 2010-03-19T13:59:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:29:01Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:29:00-04:00 2010-03-19T16:29:01Z IN FLIGHT
44 Newark United States EWR EWR KEWR BTA2185 E145 BTA ExpressJet [empty string] Newark Liberty International Airport -14400000 NJ 2010-03-19T14:20:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:29:27Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:29:00-04:00 2010-03-19T16:29:27Z IN FLIGHT
45 Athens United States AHN AHN KAHN ANV583 [empty string] ANV Air Nevada [empty string] Athens/Ben Epps Airport -14400000 GA 2010-03-19T12:57:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:30:00-04:00 2010-03-18T16:00:32Z SCHEDULED
46 Chicago United States ORD ORD KORD ASQ5258 CRJ9 ASQ Atlantic Southeast Airlines [empty string] Chicago O'Hare International Airport -18000000 IL 2010-03-19T13:16:00-05:00 Atlanta United States ATL ATL KATL 2010-03-19T16:30:05Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:30:00-04:00 2010-03-19T16:44:32Z IN FLIGHT
47 Harrisburg United States MDT MDT KMDT ASQ5023 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Harrisburg International Airport -14400000 PA 2010-03-19T14:12:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:31:18Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:31:00-04:00 2010-03-19T16:31:18Z IN FLIGHT
48 Jacksonville United States JAX JAX KJAX TRS931 B712 TRS AirTran Airways [empty string] Jacksonville International Airport -14400000 FL 2010-03-19T13:21:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:31:00Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:31:00-04:00 2010-03-19T16:47:22Z IN FLIGHT
49 Mobile United States MOB MOB KMOB ASQ5569 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Mobile Regional Airport -14400000 AL 2010-03-19T13:30:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:32:00Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:32:00-04:00 2010-03-19T16:32:00Z IN FLIGHT
50 Wilmington United States ILM ILM KILM ASQ5606 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Wilmington International Airport -14400000 NC 2010-03-19T13:37:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:32:13Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:32:00-04:00 2010-03-19T16:32:13Z IN FLIGHT
51 Honolulu United States HNL HNL PHNL DAL2523 A333 DAL Delta Air Lines [empty string] Honolulu International Airport -36000000 HI 2010-03-19T16:21:00-10:00 Atlanta United States ATL ATL KATL 2010-03-19T16:33:27Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:33:00-04:00 [empty string] IN FLIGHT
52 Pittsburgh United States PIT PIT KPIT DAL1206 MD88 DAL Delta Air Lines [empty string] Pittsburgh International Airport -14400000 PA 2010-03-19T13:49:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:32:47Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:33:00-04:00 2010-03-19T16:32:47Z IN FLIGHT
53 Newark United States EWR EWR KEWR FLG908 [empty string] FLG Pinnacle Airlines [empty string] Newark Liberty International Airport -14400000 NJ 2010-03-19T14:18:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:34:00-04:00 2010-03-19T15:40:15Z Scheduled
54 Gainesville United States GNV GNV KGNV ASQ5489 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Gainesville Regional Airport -14400000 FL 2010-03-19T13:28:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:35:26Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:35:00-04:00 2010-03-19T16:35:26Z IN FLIGHT
55 Salt Lake City United States SLC SLC KSLC DAL1231 B752 DAL Delta Air Lines [empty string] Salt Lake City International Airport -25200000 UT 2010-03-19T13:07:00-07:00 Atlanta United States ATL ATL KATL 2010-03-19T16:35:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:35:00-04:00 2010-03-19T16:35:24Z IN FLIGHT
56 Salt Lake City United States SLC SLC KSLC NWA9725 B752 NWA Northwest Airlines [empty string] Salt Lake City International Airport -25200000 UT 2010-03-19T13:07:00-07:00 Atlanta United States ATL ATL KATL 2010-03-19T16:35:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:35:00-04:00 2010-03-19T16:35:24Z IN FLIGHT
57 Columbus United States CMH CMH KCMH ASQ5260 CRJ9 ASQ Atlantic Southeast Airlines [empty string] Port Columbus International Airport -14400000 OH 2010-03-19T13:52:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:37:05Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:37:00-04:00 2010-03-19T16:37:05Z IN FLIGHT
58 Nassau Bahamas [empty string] NAS MYNN DAL375 MD88 DAL Delta Air Lines [empty string] Nassau International Airport -14400000 [empty string] 2010-03-19T14:11:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:37:08Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:37:00-04:00 [empty string] IN FLIGHT
59 Fort Wayne United States FWA FWA KFWA ASQ5211 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Fort Wayne International Airport -14400000 IN 2010-03-19T14:00:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:38:27Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:38:00-04:00 2010-03-19T16:38:27Z IN FLIGHT
60 Jackson United States JAN JAN KJAN ASQ5280 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Jackson-Evers International Airport -18000000 MS 2010-03-19T12:41:00-05:00 Atlanta United States ATL ATL KATL 2010-03-19T16:37:41Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:38:00-04:00 2010-03-19T16:37:41Z IN FLIGHT
61 Pensacola United States PNS PNS KPNS ASQ5273 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Pensacola Regional Airport -18000000 FL 2010-03-19T12:35:00-05:00 Atlanta United States ATL ATL KATL 2010-03-19T16:38:13Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:38:00-04:00 2010-03-19T16:38:13Z IN FLIGHT
62 Chicago United States ORD ORD KORD EGF3827 [empty string] EGF American Eagle Airlines [empty string] Chicago O'Hare International Airport -18000000 IL 2010-03-19T13:13:00-05:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:39:00-04:00 2010-03-19T15:45:21Z Scheduled
63 St. Louis United States STL STL KSTL DAL1497 MD88 DAL Delta Air Lines [empty string] Lambert-St. Louis International Airport -14400000 MO 2010-03-19T13:53:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:39:09Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:39:00-04:00 2010-03-19T16:39:09Z IN FLIGHT
64 Columbia United States CAE CAE KCAE ASQ5461 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Columbia Metropolitan Airport -14400000 SC 2010-03-19T13:22:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:39:54Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:40:00-04:00 2010-03-19T16:39:54Z IN FLIGHT
65 Detroit United States DTW DTW KDTW DAL1822 B752 DAL Delta Air Lines [empty string] Detroit Metropolitan Wayne County Airport -14400000 MI 2010-03-19T14:12:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:41:09Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:41:00-04:00 2010-03-19T16:41:09Z IN FLIGHT
66 Montego Bay Jamaica [empty string] MBJ MKJS TRS728 [empty string] TRS AirTran Airways [empty string] Sangster International Airport -18000000 [empty string] 2010-03-19T14:11:00-05:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:41:00-04:00 2010-03-19T15:50:15Z Scheduled
67 Tallahassee United States TLH TLH KTLH ASQ5086 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Tallahassee Regional Airport -14400000 FL 2010-03-19T13:24:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:41:13Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:41:00-04:00 2010-03-19T16:46:55Z IN FLIGHT
68 Chicago United States MDW MDW KMDW TCF5953 E170 TCF Shuttle America [empty string] Chicago Midway International Airport -18000000 IL 2010-03-19T13:13:00-05:00 Atlanta United States ATL ATL KATL 2010-03-19T16:43:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:43:00-04:00 2010-03-19T16:43:23Z IN FLIGHT
69 Denver United States DEN DEN KDEN DAL1903 B738 DAL Delta Air Lines [empty string] Denver International Airport -25200000 CO 2010-03-19T12:25:00-07:00 Atlanta United States ATL ATL KATL 2010-03-19T16:42:46Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:43:00-04:00 2010-03-19T16:42:46Z IN FLIGHT
70 Melbourne United States MLB MLB KMLB ASQ4997 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Melbourne International Airport -14400000 FL 2010-03-19T13:52:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:42:54Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:43:00-04:00 2010-03-19T16:42:54Z IN FLIGHT
71 Birmingham United States BHM BHM KBHM ASQ5187 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Birmingham International Airport -14400000 AL 2010-03-19T13:17:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:44:18Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:44:00-04:00 2010-03-19T16:44:18Z IN FLIGHT
72 Tampa United States TPA TPA KTPA DAL2063 B752 DAL Delta Air Lines [empty string] Tampa International Airport -14400000 FL 2010-03-19T13:48:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:43:54Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:44:00-04:00 2010-03-19T16:43:54Z IN FLIGHT
73 Houston United States IAH IAH KIAH TCF5955 [empty string] TCF Shuttle America [empty string] George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-19T13:40:00-05:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:45:00-04:00 2010-03-19T16:00:21Z Scheduled
74 [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-19T16:45:36Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:46:00-04:00 [empty string] IN FLIGHT
75 Butaritari Atoll Kiribati [empty string] BBG NGTU TRS1580 [empty string] TRS AirTran Airways [empty string] [empty string] 46800000 [empty string] 2010-03-20T07:11:00+13:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:46:00-04:00 2010-03-19T16:45:36Z IN FLIGHT
76 Norfolk United States ORF ORF KORF DAL1550 B738 DAL Delta Air Lines [empty string] Norfolk International Airport -14400000 VA 2010-03-19T14:01:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:46:08Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:46:00-04:00 2010-03-19T16:46:08Z IN FLIGHT
77 Indianapolis United States IND IND KIND DAL1686 B738 DAL Delta Air Lines [empty string] Indianapolis International Airport -14400000 IN 2010-03-19T13:55:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:46:42Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:47:00-04:00 2010-03-19T16:46:42Z IN FLIGHT
78 Indianapolis United States IND IND KIND NWA8948 B738 NWA Northwest Airlines [empty string] Indianapolis International Airport -14400000 IN 2010-03-19T13:55:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:46:42Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:47:00-04:00 2010-03-19T16:46:42Z IN FLIGHT
79 Memphis United States MEM MEM KMEM DAL1053 MD88 DAL Delta Air Lines [empty string] Memphis International Airport -18000000 TN 2010-03-19T12:39:00-05:00 Atlanta United States ATL ATL KATL 2010-03-19T16:47:22Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:47:00-04:00 2010-03-19T16:47:22Z IN FLIGHT
80 Fort Lauderdale United States FLL FLL KFLL TRS73 [empty string] TRS AirTran Airways [empty string] Fort Lauderdale/Hollywood International Airport -14400000 FL 2010-03-19T14:26:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:48:00-04:00 2010-03-19T15:59:15Z Scheduled
81 Nassau Bahamas [empty string] NAS MYNN TRS411 B737 TRS AirTran Airways [empty string] Nassau International Airport -14400000 [empty string] 2010-03-19T14:22:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:48:12Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:48:00-04:00 [empty string] IN FLIGHT
82 Washington United States DCA DCA KDCA DAL1962 MD88 DAL Delta Air Lines [empty string] Ronald Reagan Washington National Airport -14400000 DC 2010-03-19T14:13:00-04:00 Atlanta United States ATL ATL KATL 2010-03-19T16:48:23Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:48:00-04:00 2010-03-19T15:45:21Z IN FLIGHT
83 Cancún México [empty string] CUN MMUN DAL535 [empty string] DAL Delta Air Lines [empty string] Cancún International Airport -21600000 Quintana Roo 2010-03-19T13:13:00-06:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:50:00-04:00 2010-03-19T15:55:33Z Scheduled
84 Cancún México [empty string] CUN MMUN NWA9084 [empty string] NWA Northwest Airlines [empty string] Cancún International Airport -21600000 Quintana Roo 2010-03-19T13:13:00-06:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:50:00-04:00 2010-03-19T15:55:33Z Scheduled
85 New York United States JFK JFK KJFK DAL166 [empty string] DAL Delta Air Lines [empty string] John F Kennedy International Airport -14400000 NY 2010-03-19T14:40:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:50:00-04:00 2010-03-19T15:55:15Z Scheduled
86 New York United States JFK JFK KJFK KLM9135 [empty string] KLM KLM Royal Dutch Airlines [empty string] John F Kennedy International Airport -14400000 NY 2010-03-19T14:40:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:50:00-04:00 2010-03-19T15:55:15Z Scheduled
87 Dallas-Fort Worth United States DFW DFW KDFW AAL1503 [empty string] AAL American Airlines [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-19T13:40:00-05:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:51:00-04:00 2010-03-19T15:55:15Z Scheduled
88 Syracuse United States SYR SYR KSYR ASQ4956 [empty string] ASQ Atlantic Southeast Airlines [empty string] Syracuse Hancock International Airport -14400000 NY 2010-03-19T14:51:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:51:00-04:00 2010-03-19T16:34:38Z Scheduled
89 Cleveland United States CLE CLE KCLE CHQ5932 [empty string] CHQ Chautauqua Airlines [empty string] Cleveland-Hopkins International Airport -14400000 OH 2010-03-19T14:22:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:52:00-04:00 2010-03-18T16:35:10Z SCHEDULED
90 Tokyo Japan [empty string] NRT RJAA DAL281 [empty string] DAL Delta Air Lines [empty string] New Tokyo International Airport 32400000 Honshu 2010-03-20T15:12:00+09:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:52:00-04:00 2010-03-19T15:50:15Z Scheduled
91 Richmond United States RIC RIC KRIC DAL1719 [empty string] DAL Delta Air Lines [empty string] Richmond International Airport -14400000 VA 2010-03-19T14:01:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:53:00-04:00 2010-03-19T15:58:15Z Scheduled
92 Nashville United States BNA BNA KBNA NMI4 [empty string] NMI Pacific Wings [empty string] Nashville International Airport -18000000 TN 2010-03-19T13:19:00-05:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T12:54:00-04:00 2010-03-19T16:00:25Z 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 MD83 5 MD83 320C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 260.521056109 L-L52J.270.00.1f.1p.png [empty string] L 34.414448 -92.874725 McDonnell-Douglas - MD-83 1594 2010-03-19T16:48:17Z 414 L
2 ASQ4974 CRJ2 5 CRJ2 270C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 53.8704736154 crj-200.056.25.1f.1p.png crj-200 L 34.892223 -82.162224 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-19T16:48:53Z 456 L
3 ASQ4997 CRJ2 5 CRJ2 129 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 127.278795113 crj-200.123.75.1f.1p.png crj-200 L 33.303333 -84.33945 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-19T16:48:53Z 355 L
4 ASQ5021 CRJ7 5 CRJ7 310C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 26.691943959 CRJ-700.022.50.1f.1p.png CRJ-700 L 36.88889 -83.27139 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-19T16:48:19Z 450 L
5 ASQ5023 CRJ2 5 CRJ2 265 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 11.7140607433 crj-200.011.25.1f.1p.png crj-200 L 35.188335 -84.06917 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-19T16:48:53Z 390 L
6 ASQ5086 CRJ2 5 CRJ2 178 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 163.423086505 crj-200.168.75.1f.1p.png crj-200 L 33.048332 -84.452774 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-19T16:48:53Z 367 L
7 ASQ5087 CRJ7 5 CRJ7 320 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 1.83959521181 CRJ-700.000.00.1f.1p.png CRJ-700 L 36.629997 -84.36694 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-19T16:48:31Z 419 L
8 ASQ5187 CRJ2 5 CRJ2 120 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 268.3330586 crj-200.270.00.1f.1p.png crj-200 L 33.66417 -84.872505 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-19T16:48:53Z 322 L
9 ASQ5211 CRJ2 5 CRJ2 207 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 347.88928895 crj-200.348.75.1f.1p.png crj-200 L 34.5025 -84.64889 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-19T16:48:53Z 370 L
10 ASQ5258 CRJ9 5 CRJ9 346 5000 L-L52J 6000 2 J add 08/03 355.497190664 CRJ-900.000.00.1f.1p.png CRJ-900 L 35.5475 -84.704994 Canadair Bombardier - RJ-900 Regional Jet 2707 2010-03-19T16:48:41Z 424 L
11 ASQ5260 CRJ9 5 CRJ9 249 5000 L-L52J 6000 2 J add 08/03 10.3437422512 CRJ-900.011.25.1f.1p.png CRJ-900 L 34.608055 -84.20777 Canadair Bombardier - RJ-900 Regional Jet 2707 2010-03-19T16:48:41Z 396 L
12 ASQ5273 CRJ2 5 CRJ2 188 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 182.09497707 crj-200.180.00.1f.1p.png crj-200 L 32.730835 -84.552505 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-19T16:48:41Z 406 L
13 ASQ5280 CRJ2 5 CRJ2 214 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 259.794418389 crj-200.258.75.1f.1p.png crj-200 L 33.45 -85.62222 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-19T16:48:53Z 376 L
14 ASQ5332 CRJ2 5 CRJ2 254 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 354.937882551 crj-200.000.00.1f.1p.png crj-200 L 36.709167 -84.854996 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-19T16:48:07Z 393 L
15 ASQ5379 CRJ2 5 CRJ2 264 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 355.447968735 crj-200.000.00.1f.1p.png crj-200 L 35.59972 -84.70777 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-19T16:48:29Z 401 L
16 ASQ5399 CRJ2 5 CRJ2 270 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 36.9219186736 crj-200.033.75.1f.1p.png crj-200 L 35.898335 -81.29583 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-19T16:48:41Z 455 L
17 ASQ5425 CRJ2 5 CRJ2 270C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 13.105297554 crj-200.011.25.1f.1p.png crj-200 L 35.90806 -83.892494 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-19T16:48:53Z 430 L
18 ASQ5442 CRJ7 5 CRJ7 358 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 26.9053048384 CRJ-700.022.50.1f.1p.png CRJ-700 L 36.57222 -83.47417 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-19T16:48:31Z 423 L
19 ASQ5461 CRJ2 5 CRJ2 210 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 79.8717133361 crj-200.078.75.1f.1p.png crj-200 L 33.5 -83.98139 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-19T16:48:53Z 343 L
20 ASQ5489 CRJ2 5 CRJ2 220 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 161.005567338 crj-200.168.75.1f.1p.png crj-200 L 32.516666 -83.97723 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-19T16:48:53Z 427 L
21 ASQ5498 CRJ2 5 CRJ2 290C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 11.4651250881 crj-200.011.25.1f.1p.png crj-200 L 35.395 -84.01833 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-19T16:48:41Z 397 L
22 ASQ5569 CRJ2 5 CRJ2 240 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 220.813515012 crj-200.225.00.1f.1p.png crj-200 L 33.15056 -86.22972 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-19T16:48:41Z 425 L
23 ASQ5579 CRJ7 5 CRJ7 349 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 25.4471342498 CRJ-700.022.50.1f.1p.png CRJ-700 L 36.232224 -83.690834 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-19T16:48:43Z 433 L
24 ASQ5594 CRJ2 5 CRJ2 240C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 358.861699936 crj-200.000.00.1f.1p.png crj-200 L 35.740555 -84.4225 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-19T16:47:53Z 442 L
25 ASQ5606 CRJ2 5 CRJ2 252 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 80.1862786864 crj-200.090.00.1f.1p.png crj-200 L 33.63889 -82.92833 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-19T16:48:41Z 409 L
26 BTA2185 E145 5 E145 269 2350 L-L52J 2350 2 J new 05/97 | chg 8/97 | chg 11/98 | chg 12/03 53.420046085 erj-145.056.25.1f.1p.png erj-145 L 34.30639 -83.11083 Embraer/Brazil - EMB145/EP/EU/LU 8912 2010-03-19T16:48:29Z 391 L
27 DAL1053 MD88 5 MD88 049 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 274.318798693 MD-88.270.00.1f.1p.png MD-88 L 33.65528 -84.56778 McDonnell-Douglas - MD-88 2436 2010-03-19T16:48:53Z 337 L
28 DAL1067 B752 5 B752 340C 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 290.994851988 757-200.292.50.1f.1p.png 757-200 L 35.20528 -90.583336 Boeing - Model 757-200 6528 2010-03-19T16:48:41Z 428 H
29 DAL1206 MD88 5 MD88 320 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 10.9972927101 MD-88.011.25.1f.1p.png MD-88 L 35.094444 -84.092224 McDonnell-Douglas - MD-88 2436 2010-03-19T16:48:53Z 429 L
30 DAL1231 B752 5 B752 285 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 290.922712252 757-200.292.50.1f.1p.png 757-200 L 33.93611 -85.949165 Boeing - Model 757-200 6528 2010-03-19T16:48:53Z 421 H
31 DAL1309 B752 5 B752 146 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 156.239928131 757-200.157.50.1f.1p.png 757-200 L 29.116667 -82.05 Boeing - Model 757-200 6528 2010-03-19T16:48:45Z 406 H
32 DAL1497 MD88 5 MD88 214 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 341.565794717 MD-88.348.75.1f.1p.png MD-88 L 34.422222 -84.78667 McDonnell-Douglas - MD-88 2436 2010-03-19T16:48:41Z 400 L
33 DAL1502 MD88 5 MD88 308 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 7.01741085881 MD-88.000.00.1f.1p.png MD-88 L 37.285557 -83.65889 McDonnell-Douglas - MD-88 2436 2010-03-19T16:48:07Z 424 L
34 DAL1550 B738 5 B738 071 4000 L-L52J 4000 2 J new 11/98 198.963949299 737-800.191.25.1f.1p.png 737-800 L 33.528057 -84.58945 Boeing - Model 737-800 4613 2010-03-19T16:48:41Z 257 L
35 DAL1556 MD90 5 MD90 320C 2500 L-L52J 2500 2 J new 04/95 340.152237413 L-L52J.348.75.1f.1p.png [empty string] L 37.17139 -85.38416 McDonnell-Douglas - MD-90 264 2010-03-19T16:48:19Z 409 L
36 DAL1635 MD88 5 MD88 233 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 63.055448547 MD-88.067.50.1f.1p.png MD-88 L 34.261665 -82.14361 McDonnell-Douglas - MD-88 2436 2010-03-19T16:48:53Z 408 L
37 DAL1686 B738 5 B738 078 4000 L-L52J 4000 2 J new 11/98 4.98208327302 737-800.000.00.1f.1p.png 737-800 L 33.733334 -84.583336 Boeing - Model 737-800 4613 2010-03-19T16:48:50Z 284 L
38 DAL1690 MD88 5 MD88 330C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 63.4044987396 MD-88.067.50.1f.1p.png MD-88 L 34.15278 -82.404724 McDonnell-Douglas - MD-88 2436 2010-03-19T16:48:53Z 443 L
39 DAL1716 MD90 5 MD90 330C 2500 L-L52J 2500 2 J new 04/95 57.4487939245 L-L52J.056.25.1f.1p.png [empty string] L 35.163612 -81.68111 McDonnell-Douglas - MD-90 264 2010-03-19T16:48:41Z 437 L
40 DAL1730 MD88 5 MD88 100 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 131.192809867 MD-88.135.00.1f.1p.png MD-88 L 33.09139 -80.59917 McDonnell-Douglas - MD-88 2436 2010-03-19T16:48:00Z 340 L
41 DAL1745 MD88 5 MD88 234 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 249.381064366 MD-88.247.50.1f.1p.png MD-88 L 30.535 -88.69334 McDonnell-Douglas - MD-88 2436 2010-03-19T16:47:52Z 425 L
42 DAL1778 B752 5 B752 360C 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 51.6172991317 757-200.056.25.1f.1p.png 757-200 L 36.92861 -77.80028 Boeing - Model 757-200 6528 2010-03-19T16:48:26Z 449 H
43 DAL1822 B752 5 B752 184 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 18.5358400548 757-200.011.25.1f.1p.png 757-200 L 34.127777 -84.35 Boeing - Model 757-200 6528 2010-03-19T16:48:41Z 342 H
44 DAL1903 B738 5 B738 157 4000 L-L52J 4000 2 J new 11/98 281.702277472 737-800.281.25.1f.1p.png 737-800 L 33.741943 -85.06056 Boeing - Model 737-800 4613 2010-03-19T16:48:53Z 374 L
45 DAL1916 B752 5 B752 370C 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 161.6674403 757-200.168.75.1f.1p.png 757-200 L 30.775278 -83.27695 Boeing - Model 757-200 6528 2010-03-19T16:48:36Z 488 H
46 DAL2005 B752 5 B752 370C 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 156.417030614 757-200.157.50.1f.1p.png 757-200 L 30.926945 -84.10111 Boeing - Model 757-200 6528 2010-03-19T16:48:00Z 495 H
47 DAL2035 B752 5 B752 382 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 161.705300428 757-200.168.75.1f.1p.png 757-200 L 27.457779 -82.32806 Boeing - Model 757-200 6528 2010-03-19T16:48:00Z 483 H
48 DAL2063 B752 5 B752 125 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 165.841569948 757-200.168.75.1f.1p.png 757-200 L 33.325554 -84.54611 Boeing - Model 757-200 6528 2010-03-19T16:48:53Z 317 H
49 DAL2093 MD88 5 MD88 113 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 160.546133809 MD-88.168.75.1f.1p.png MD-88 L 27.983334 -82.86667 McDonnell-Douglas - MD-88 2436 2010-03-19T16:48:33Z 360 L
50 DAL2523 A333 5 A333 227 3500 H-L52J 3500 2 J new 11/00 | add 01/01 289.26372285 H-L52J.281.25.1f.1p.png [empty string] L 33.9975 -86.14611 Airbus Industries - Airbus A330-300 279 2010-03-19T16:48:53Z 423 H
51 DAL361 B752 5 B752 370C 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 162.13325394 757-200.168.75.1f.1p.png 757-200 L 31.438332 -83.540276 Boeing - Model 757-200 6528 2010-03-19T16:48:12Z 491 H
52 DAL365 B737 5 B737 340C 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 224.766625628 737-700.225.00.1f.1p.png 737-700 L 30.544722 -88.5675 Boeing - Model 737-700 11245 2010-03-19T16:47:52Z 396 L
53 DAL375 MD88 5 MD88 254 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 161.003797758 MD-88.168.75.1f.1p.png MD-88 L 32.73389 -84.06861 McDonnell-Douglas - MD-88 2436 2010-03-19T16:48:41Z 427 L
54 DAL677 B752 5 B752 360C 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 149.445932958 757-200.146.25.1f.1p.png 757-200 L 30.49 -81.87278 Boeing - Model 757-200 6528 2010-03-19T16:48:00Z 509 H
55 DAL8821 B77L 5 B77L 360C 3500 L-L52J 3500 2 J add 02/08 277.082524001 767-300.270.00.1f.1p.png 767-300 L 35.15167 -91.3375 Boeing - 777-200LRF/LR 12 2010-03-19T16:48:17Z 433 H
56 MES968 SF34 4 SF34 150 2000 L-L42T 2000 2 T new 11/89 101.06956029 SF340.101.25.1f.1p.png SF340 L 32.57083 -82.59195 SAAB/Fairchild - SF 340 3187 2010-03-19T16:48:53Z 273 L
57 RPA1697 E170 5 E170 340C 2350 L-L52J 2350 2 J add 04/03 347.636551805 EMB170.348.75.1f.1p.png EMB170 L 36.39278 -85.12806 Embraer/Brazil - EMB170 3355 2010-03-19T16:48:07Z 418 L
58 TCF5953 E170 5 E170 151 2350 L-L52J 2350 2 J add 04/03 356.687990091 EMB170.000.00.1f.1p.png EMB170 L 33.970554 -84.590004 Embraer/Brazil - EMB170 3355 2010-03-19T16:48:53Z 302 L
59 TRS1580 B712 5 B712 076 3500 L-L52J 3500 2 J new 11/98 290.145179227 717-200.292.50.1f.1p.png 717-200 L 33.67972 -84.69278 Boeing - Model 717-200 3060 2010-03-19T16:48:41Z 283 L
60