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-13T13:13:10Z ASDI_20100313_noon 1 2010-03-13T14:13:10Z 2010-03-13T12:13:10Z
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 Dallas-Fort Worth United States DFW DFW KDFW AAL2796 [empty string] AAL American Airlines [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:13:00-06:00 Grand Rapids United States GRR GRR KGRR [empty string] Gerald R. Ford International Airport -21600000 MI 2010-03-13T05:00:00-06:00 2010-03-13T12:33:24Z ARRIVED
2 Dallas-Fort Worth United States DFW DFW KDFW EGF2796 [empty string] EGF American Eagle Airlines [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:13:00-06:00 Grand Rapids United States GRR GRR KGRR [empty string] Gerald R. Ford International Airport -21600000 MI 2010-03-13T05:00:00-06:00 2010-03-13T12:33:24Z ARRIVED
3 Dallas-Fort Worth United States DFW DFW KDFW EGF4729 [empty string] EGF American Eagle Airlines [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:13:00-06:00 Wichita Falls United States SPS SPS KSPS [empty string] Sheppard AFB/Wichita Falls Municipal Airport -25200000 TX 2010-03-13T05:43:00-07:00 2010-03-13T12:42:39Z ARRIVED
4 Dallas-Fort Worth United States DFW DFW KDFW EGF3322 E145 EGF American Eagle Airlines 2010-03-13T13:22:14Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:16:00-06:00 Greensboro United States GSO GSO KGSO 2010-03-13T10:51:16Z Piedmont Triad International Airport -18000000 NC 2010-03-13T05:51:00-05:00 2010-03-13T11:54:58Z ARRIVED
5 Dallas-Fort Worth United States DFW DFW KDFW AAL460 MD82 AAL American Airlines 2010-03-13T13:16:44Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:17:00-06:00 San Antonio United States SAT SAT KSAT 2010-03-13T12:32:15Z San Antonio International Airport -21600000 TX 2010-03-13T06:32:00-06:00 2010-03-13T12:44:28Z ARRIVED
6 Dallas-Fort Worth United States DFW DFW KDFW EGF3490 E145 EGF American Eagle Airlines 2010-03-13T13:18:43Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:19:00-06:00 Corpus Christi United States CRP CRP KCRP 2010-03-13T12:18:18Z Corpus Christi International Airport -21600000 TX 2010-03-13T06:18:00-06:00 2010-03-13T12:46:46Z ARRIVED
7 Dallas-Fort Worth United States DFW DFW KDFW EGF2731 E145 EGF American Eagle Airlines 2010-03-13T13:25:44Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:19:00-06:00 Covington United States CVG CVG KCVG 2010-03-13T11:17:47Z Cincinnati/Northern Kentucky International Airport -18000000 KY 2010-03-13T06:17:00-05:00 2010-03-13T12:39:41Z ARRIVED
8 Dallas-Fort Worth United States DFW DFW KDFW AAL3692 E145 AAL American Airlines 2010-03-13T13:19:44Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:20:00-06:00 Abilene United States ABI ABI KABI 2010-03-13T12:47:35Z Abilene Regional Airport -21600000 TX 2010-03-13T06:48:00-06:00 2010-03-13T12:47:35Z ARRIVED
9 Dallas-Fort Worth United States DFW DFW KDFW EGF3692 E145 EGF American Eagle Airlines 2010-03-13T13:19:44Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:20:00-06:00 Abilene United States ABI ABI KABI 2010-03-13T12:47:35Z Abilene Regional Airport -21600000 TX 2010-03-13T06:48:00-06:00 2010-03-13T12:47:35Z ARRIVED
10 Dallas-Fort Worth United States DFW DFW KDFW EGF2782 E135 EGF American Eagle Airlines 2010-03-13T13:26:44Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:20:00-06:00 Lexington United States LEX LEX KLEX 2010-03-13T11:30:04Z Blue Grass Airport -18000000 KY 2010-03-13T06:30:00-05:00 2010-03-13T12:41:03Z ARRIVED
11 Dallas-Fort Worth United States DFW DFW KDFW EGF3476 E145 EGF American Eagle Airlines 2010-03-13T13:19:44Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:20:00-06:00 Monroe United States MLU MLU KMLU 2010-03-13T12:21:30Z Monroe Regional Airport -21600000 LA 2010-03-13T06:22:00-06:00 2010-03-13T12:43:50Z ARRIVED
12 Dallas-Fort Worth United States DFW DFW KDFW AAL1430 MD82 AAL American Airlines 2010-03-13T13:27:38Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:21:00-06:00 Mc Allen United States MFE MFE KMFE 2010-03-13T12:08:34Z Mc Allen Miller International Airport -21600000 TX 2010-03-13T06:08:00-06:00 2010-03-13T12:49:06Z ARRIVED
13 Dallas-Fort Worth United States DFW DFW KDFW EGF4710 AT72 EGF American Eagle Airlines [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:22:00-06:00 Amarillo United States AMA AMA KAMA 2010-03-13T12:14:56Z Rick Husband Amarillo International Airport -25200000 TX 2010-03-13T05:15:00-07:00 2010-03-13T12:28:31Z ARRIVED
14 Dallas-Fort Worth United States DFW DFW KDFW EGF3472 E135 EGF American Eagle Airlines 2010-03-13T13:21:44Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:22:00-06:00 Baton Rouge United States BTR BTR KBTR 2010-03-13T12:10:16Z Baton Rouge Metropolitan Airport, Ryan Field -21600000 LA 2010-03-13T06:10:00-06:00 2010-03-13T12:28:47Z ARRIVED
15 Dallas-Fort Worth United States DFW DFW KDFW AAL1789 MD82 AAL American Airlines 2010-03-13T13:29:08Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:23:00-06:00 Louisville United States SDF SDF KSDF 2010-03-13T11:40:19Z Louisville International-Standiford Field -18000000 KY 2010-03-13T06:40:00-05:00 2010-03-13T12:47:06Z ARRIVED
16 Dallas-Fort Worth United States DFW DFW KDFW EVA696 B744 EVA EVA Air 2010-03-13T13:30:08Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:24:00-06:00 Anchorage United States ANC ANC PANC 2010-03-13T07:47:33Z Ted Stevens Anchorage International Airport -32400000 AK 2010-03-12T22:47:00-09:00 2010-03-13T12:48:55Z ARRIVED
17 Dallas-Fort Worth United States DFW DFW KDFW EGF2750 E145 EGF American Eagle Airlines 2010-03-13T13:24:44Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:25:00-06:00 Jackson United States JAN JAN KJAN 2010-03-13T12:04:15Z Jackson-Evers International Airport -21600000 MS 2010-03-13T06:04:00-06:00 2010-03-13T12:17:16Z ARRIVED
18 Dallas-Fort Worth United States DFW DFW KDFW RYN499 [empty string] RYN Ryan International Airlines [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:25:00-06:00 Leipzig Germany [empty string] LEJ EDDP [empty string] Halle 3600000 Saxony 2010-03-13T03:40:00+01:00 2010-03-13T12:48:53Z ARRIVED
19 Dallas-Fort Worth United States DFW DFW KDFW AAL1394 MD82 AAL American Airlines 2010-03-13T13:32:44Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:26:00-06:00 Kansas City United States MCI MCI KMCI 2010-03-13T12:17:57Z Kansas City International Airport -18000000 MO 2010-03-13T07:17:00-05:00 2010-03-13T13:02:12Z ARRIVED
20 Dallas-Fort Worth United States DFW DFW KDFW AAL102 B763 AAL American Airlines 2010-03-13T13:28:44Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:29:00-06:00 Honolulu United States HNL HNL PHNL 2010-03-13T06:34:40Z Honolulu International Airport -36000000 HI 2010-03-12T20:34:00-10:00 2010-03-13T12:39:54Z ARRIVED
21 Dallas-Fort Worth United States DFW DFW KDFW AAL1687 MD82 AAL American Airlines 2010-03-13T13:37:38Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:31:00-06:00 Fayetteville/Springdale United States XNA XNA KXNA 2010-03-13T12:46:18Z Northwest Arkansas Regional Airport -18000000 AR 2010-03-13T07:45:00-05:00 2010-03-13T12:58:18Z ARRIVED
22 Dallas-Fort Worth United States DFW DFW KDFW AAL2065 MD83 AAL American Airlines 2010-03-13T13:32:43Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:33:00-06:00 Austin United States AUS AUS KAUS 2010-03-13T12:50:39Z Austin-Bergstrom International Airport -21600000 TX 2010-03-13T06:51:00-06:00 2010-03-13T12:58:14Z ARRIVED
23 Dallas-Fort Worth United States DFW DFW KDFW AAL1651 MD82 AAL American Airlines 2010-03-13T13:35:43Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:36:00-06:00 Omaha United States OMA OMA KOMA 2010-03-13T12:12:35Z Eppley Airfield -21600000 NE 2010-03-13T06:10:00-06:00 2010-03-13T12:56:27Z ARRIVED
24 Dallas-Fort Worth United States DFW DFW KDFW EGF3212 E145 EGF American Eagle Airlines 2010-03-13T13:43:44Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:44:00-06:00 College Station United States CLL CLL KCLL 2010-03-13T13:08:07Z Easterwood Field Airport -21600000 TX 2010-03-13T07:08:00-06:00 2010-03-13T13:14:12Z ARRIVED
25 Dallas-Fort Worth United States DFW DFW KDFW N408QS GLF4 [empty string] [empty string] 2010-03-13T13:50:08Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:44:00-06:00 Sacramento United States MHR MHR KMHR 2010-03-13T11:08:08Z Sacramento Mather Airport -28800000 CA 2010-03-13T03:06:00-08:00 2010-03-13T13:09:19Z ARRIVED
26 Dallas-Fort Worth United States DFW DFW KDFW AAL3563 E145 AAL American Airlines 2010-03-13T13:51:44Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:46:00-06:00 Cedar Rapids United States CID CID KCID 2010-03-13T12:08:34Z The Eastern Iowa Airport -21600000 IA 2010-03-13T06:09:00-06:00 2010-03-13T13:12:55Z ARRIVED
27 Dallas-Fort Worth United States DFW DFW KDFW EGF3563 E145 EGF American Eagle Airlines 2010-03-13T13:51:44Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:46:00-06:00 Cedar Rapids United States CID CID KCID 2010-03-13T12:08:34Z The Eastern Iowa Airport -21600000 IA 2010-03-13T06:09:00-06:00 2010-03-13T13:12:55Z ARRIVED
28 Dallas-Fort Worth United States DFW DFW KDFW AAL1965 MD83 AAL American Airlines 2010-03-13T13:45:44Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:46:00-06:00 Nashville United States BNA BNA KBNA 2010-03-13T12:07:19Z Nashville International Airport -21600000 TN 2010-03-13T06:07:00-06:00 2010-03-13T13:05:05Z ARRIVED
29 Dallas-Fort Worth United States DFW DFW KDFW EGF3654 [empty string] EGF American Eagle Airlines [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:47:00-06:00 Des Moines United States DSM DSM KDSM [empty string] Des Moines International Airport -21600000 IA 2010-03-13T06:16:00-06:00 2010-03-13T12:55:39Z Scheduled
30 Dallas-Fort Worth United States DFW DFW KDFW EGF4775 AT72 EGF American Eagle Airlines 2010-03-13T13:47:43Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:48:00-06:00 Waco United States ACT ACT KACT 2010-03-13T13:18:21Z Waco Regional Airport -21600000 TX 2010-03-13T07:18:00-06:00 2010-03-13T13:26:09Z ARRIVED
31 Dallas-Fort Worth United States DFW DFW KDFW AAL1667 B738 AAL American Airlines 2010-03-13T13:53:38Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:48:00-06:00 Washington United States DCA DCA KDCA 2010-03-13T11:09:52Z Ronald Reagan Washington National Airport -18000000 DC 2010-03-13T06:10:00-05:00 2010-03-13T13:09:43Z ARRIVED
32 Dallas-Fort Worth United States DFW DFW KDFW AAL1493 XXXX AAL American Airlines [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:49:00-06:00 Toronto Canada [empty string] YYZ CYYZ 2010-03-13T11:45:00Z Lester B. Pearson International Airport -18000000 ON 2010-03-13T06:44:00-05:00 [empty string] ARRIVED
33 Dallas-Fort Worth United States DFW DFW KDFW MXA3195 XXXX MXA Mexicana de Aviación [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:49:00-06:00 Toronto Canada [empty string] YYZ CYYZ 2010-03-13T11:45:00Z Lester B. Pearson International Airport -18000000 ON 2010-03-13T06:44:00-05:00 [empty string] ARRIVED
34 Dallas-Fort Worth United States DFW DFW KDFW AAL1935 MD82 AAL American Airlines 2010-03-13T13:49:43Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:50:00-06:00 Tampa United States TPA TPA KTPA 2010-03-13T11:10:04Z Tampa International Airport -18000000 FL 2010-03-13T06:10:00-05:00 2010-03-13T12:58:29Z ARRIVED
35 Dallas-Fort Worth United States DFW DFW KDFW EGF3357 E145 EGF American Eagle Airlines 2010-03-13T13:50:44Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:51:00-06:00 Mobile United States MOB MOB KMOB 2010-03-13T12:10:39Z Mobile Regional Airport -18000000 AL 2010-03-13T07:11:00-05:00 2010-03-13T12:58:50Z ARRIVED
36 Dallas-Fort Worth United States DFW DFW KDFW AAL1841 MD82 AAL American Airlines 2010-03-13T13:57:14Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:51:00-06:00 Richmond United States RIC RIC KRIC 2010-03-13T11:15:27Z Richmond International Airport -18000000 VA 2010-03-13T06:15:00-05:00 2010-03-13T13:17:49Z ARRIVED
37 Dallas-Fort Worth United States DFW DFW KDFW AAL817 MD83 AAL American Airlines 2010-03-13T13:51:44Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:52:00-06:00 Wichita United States ICT ICT KICT 2010-03-13T12:55:39Z Wichita Mid-Continent Airport -25200000 KS 2010-03-13T05:55:00-07:00 2010-03-13T13:11:12Z ARRIVED
38 Dallas-Fort Worth United States DFW DFW KDFW AAL1755 [empty string] AAL American Airlines [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:53:00-06:00 Dayton United States DAY DAY KDAY [empty string] James M Cox Dayton International Airport -18000000 OH 2010-03-13T06:49:00-05:00 2010-03-13T12:37:38Z ARRIVED
39 Dallas-Fort Worth United States DFW DFW KDFW EGF3366 E145 EGF American Eagle Airlines 2010-03-13T13:53:44Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:54:00-06:00 Columbia United States CAE CAE KCAE 2010-03-13T11:17:28Z Columbia Metropolitan Airport -18000000 SC 2010-03-13T06:17:00-05:00 2010-03-13T12:46:33Z ARRIVED
40 Dallas-Fort Worth United States DFW DFW KDFW AAL652 MD82 AAL American Airlines 2010-03-13T14:02:08Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:55:00-06:00 Oklahoma City United States OKC OKC KOKC 2010-03-13T13:27:02Z Will Rogers World Airport -25200000 OK 2010-03-13T06:27:00-07:00 2010-03-13T13:29:54Z ARRIVED
41 Dallas-Fort Worth United States DFW DFW KDFW EGF4715 AT72 EGF American Eagle Airlines 2010-03-13T13:54:43Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:55:00-06:00 Tyler United States TYR TYR KTYR 2010-03-13T13:24:26Z Tyler Pounds Regional Airport -21600000 TX 2010-03-13T07:24:00-06:00 2010-03-13T13:24:26Z ARRIVED
42 Dallas-Fort Worth United States DFW DFW KDFW EGF3534 CRJ7 EGF American Eagle Airlines 2010-03-13T14:03:38Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:57:00-06:00 Little Rock United States LIT LIT KLIT 2010-03-13T13:04:51Z Adams Field Airport -18000000 AR 2010-03-13T08:04:00-05:00 2010-03-13T13:17:11Z ARRIVED
43 Dallas-Fort Worth United States DFW DFW KDFW AAL1185 MD83 AAL American Airlines 2010-03-13T14:04:38Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:58:00-06:00 Memphis United States MEM MEM KMEM 2010-03-13T12:49:47Z Memphis International Airport -21600000 TN 2010-03-13T06:49:00-06:00 2010-03-13T13:17:47Z ARRIVED
44 Dallas-Fort Worth United States DFW DFW KDFW AAL2218 MD82 AAL American Airlines 2010-03-13T13:58:44Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:59:00-06:00 Austin United States AUS AUS KAUS 2010-03-13T13:18:53Z Austin-Bergstrom International Airport -21600000 TX 2010-03-13T07:19:00-06:00 2010-03-13T13:27:27Z ARRIVED
45 Dallas-Fort Worth United States DFW DFW KDFW EGF3331 E145 EGF American Eagle Airlines 2010-03-13T14:06:14Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:59:00-06:00 Longview United States GGG GGG KGGG 2010-03-13T13:30:49Z East Texas Regional Airport -21600000 TX 2010-03-13T07:31:00-06:00 2010-03-13T13:30:49Z ARRIVED
46 Dallas-Fort Worth United States DFW DFW KDFW AAL1675 MD82 AAL American Airlines 2010-03-13T13:59:43Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:00:00-06:00 Raleigh/Durham United States RDU RDU KRDU 2010-03-13T11:28:10Z Raleigh-Durham International Airport -18000000 NC 2010-03-13T06:28:00-05:00 2010-03-13T13:19:05Z ARRIVED
47 Dallas-Fort Worth United States DFW DFW KDFW EGF3451 E145 EGF American Eagle Airlines 2010-03-13T14:06:14Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:00:00-06:00 Springfield United States SGF SGF KSGF 2010-03-13T13:05:22Z Springfield-Branson National Airport -18000000 MO 2010-03-13T08:05:00-05:00 2010-03-13T13:26:23Z ARRIVED
48 Dallas-Fort Worth United States DFW DFW KDFW EGF3396 E145 EGF American Eagle Airlines 2010-03-13T14:01:44Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:02:00-06:00 Midland United States MAF MAF KMAF 2010-03-13T13:10:02Z Midland International Airport -21600000 TX 2010-03-13T07:10:00-06:00 2010-03-13T13:10:02Z ARRIVED
49 Dallas-Fort Worth United States DFW DFW KDFW AAL1373 MD83 AAL American Airlines 2010-03-13T14:01:44Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:02:00-06:00 Orlando United States MCO MCO KMCO 2010-03-13T11:16:35Z Orlando International Airport -18000000 FL 2010-03-13T06:16:00-05:00 2010-03-13T13:19:33Z ARRIVED
50 Dallas-Fort Worth United States DFW DFW KDFW EGF2738 E145 EGF American Eagle Airlines 2010-03-13T14:02:44Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:03:00-06:00 Greer United States GSP GSP KGSP 2010-03-13T11:38:00Z Greenville Spartanburg International Airport -18000000 SC 2010-03-13T06:38:00-05:00 2010-03-13T13:15:55Z ARRIVED
51 Dallas-Fort Worth United States DFW DFW KDFW AAL1273 MD83 AAL American Airlines [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:07:00-06:00 Atlanta United States ATL ATL KATL 2010-03-13T12:14:29Z Hartsfield - Jackson Atlanta International Airport -18000000 GA 2010-03-13T07:14:00-05:00 2010-03-13T12:36:31Z ARRIVED
52 Dallas-Fort Worth United States DFW DFW KDFW AAL1071 MD82 AAL American Airlines [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:07:00-06:00 Fort Lauderdale United States FLL FLL KFLL 2010-03-13T11:09:22Z Fort Lauderdale/Hollywood International Airport -18000000 FL 2010-03-13T06:09:00-05:00 2010-03-13T13:21:59Z ARRIVED
53 Dallas-Fort Worth United States DFW DFW KDFW EGF9800 [empty string] EGF American Eagle Airlines [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:07:00-06:00 Little Rock United States LIT LIT KLIT [empty string] Adams Field Airport -18000000 AR 2010-03-13T08:10:00-05:00 2010-03-13T12:30:32Z Scheduled
54 Dallas-Fort Worth United States DFW DFW KDFW AAL2301 MD82 AAL American Airlines [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:08:00-06:00 Chicago United States ORD ORD KORD 2010-03-13T12:15:29Z Chicago O'Hare International Airport -21600000 IL 2010-03-13T06:15:00-06:00 2010-03-13T13:27:05Z ARRIVED
55 Dallas-Fort Worth United States DFW DFW KDFW AAL863 [empty string] AAL American Airlines [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:09:00-06:00 Huntsville United States HSV HSV KHSV [empty string] Huntsville International-Carl T Jones Field -18000000 AL 2010-03-13T07:38:00-05:00 2010-03-13T13:09:27Z ARRIVED
56 Dallas-Fort Worth United States DFW DFW KDFW EGF3444 [empty string] EGF American Eagle Airlines [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:10:00-06:00 Alexandria United States AEX AEX KAEX [empty string] Alexandria International Airport -21600000 LA 2010-03-13T07:15:00-06:00 2010-03-13T13:26:37Z ARRIVED
57 Dallas-Fort Worth United States DFW DFW KDFW AAL1467 MD82 AAL American Airlines [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:12:00-06:00 Columbus United States CMH CMH KCMH 2010-03-13T12:03:43Z Port Columbus International Airport -18000000 OH 2010-03-13T07:03:00-05:00 2010-03-13T13:28:40Z ARRIVED
58 Dallas-Fort Worth United States DFW DFW KDFW AAL1863 MD82 AAL American Airlines [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:16:00-06:00 Tulsa United States TUL TUL KTUL 2010-03-13T13:26:29Z Tulsa International Airport -18000000 OK 2010-03-13T08:26:00-05:00 2010-03-13T13:36:09Z IN FLIGHT
59 Dallas-Fort Worth United States DFW DFW KDFW AAL1681 [empty string] AAL American Airlines [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:19:00-06:00 New Orléans United States MSY MSY KMSY [empty string] Louis Armstrong New Orléans International Airport -18000000 LA 2010-03-13T08:03:00-05:00 2010-03-13T13:40:07Z 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 AAL1681 MD83 5 MD83 110 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 35.5709479866 L-L52J.033.75.1f.1p.png [empty string] L 32.396114 -96.40584 McDonnell-Douglas - MD-83 1594 2010-03-13T14:07:51Z 243 L
2 AAL1863 MD82 5 MD82 027 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 353.846044021 MD-82.000.00.1f.1p.png MD-82 L 32.768055 -97.02473 McDonnell-Douglas - MD-82 3509 2010-03-13T14:07:51Z 156 L
ELAPSEDTIME 1138
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;" > Dallas-Fort Worth, TX </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;" > (DFW-Dallas/Fort Worth 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;"> Grand Rapids, MI </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 2796 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:13 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL2796.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Grand Rapids, MI </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 2796 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:13 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF2796.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Wichita Falls, TX </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 4729 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:13 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF4729.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Greensboro, NC </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3322 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:16 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3322.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Antonio, TX </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 460 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:17 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL460.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Corpus Christi, TX </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3490 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:19 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3490.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Covington, KY </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 2731 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:19 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF2731.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Abilene, TX </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 3692 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:20 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL3692.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Abilene, TX </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3692 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:20 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3692.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Lexington, KY </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 2782 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:20 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF2782.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Monroe, LA </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3476 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:20 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3476.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Mc Allen, TX </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1430 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:21 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1430.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Amarillo, TX </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 4710 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:22 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF4710.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Baton Rouge, LA </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3472 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:22 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3472.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Louisville, KY </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1789 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:23 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1789.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Anchorage, AK </td> <td>EVA Air</td> <td align="center" style="font-weight:bold;"> 696 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:24 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EVA696.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Jackson, MS </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 2750 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:25 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF2750.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Leipzig, Saxony </td> <td>Ryan International Airlines</td> <td align="center" style="font-weight:bold;"> 499 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:25 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/RYN499.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Kansas City, MO </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1394 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:26 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1394.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Honolulu, HI </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 102 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:29 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL102.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fayetteville/Springdale, AR </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1687 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:31 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1687.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Austin, TX </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 2065 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:33 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL2065.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Omaha, NE </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1651 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:36 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1651.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> College Station, TX </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3212 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:44 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3212.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Sacramento, CA </td> <td></td> <td align="center" style="font-weight:bold;"> N408QS </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:44 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N408QS.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Cedar Rapids, IA </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 3563 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:46 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL3563.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Cedar Rapids, IA </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3563 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:46 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3563.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Nashville, TN </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1965 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:46 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1965.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Des Moines, IA </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3654 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:47 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EGF3654.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Waco, TX </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 4775 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:48 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF4775.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Washington, DC </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1667 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:48 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1667.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Toronto, ON </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1493 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:49 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1493.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Toronto, ON </td> <td>Mexicana de Aviación</td> <td align="center" style="font-weight:bold;"> 3195 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:49 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/MXA3195.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Tampa, FL </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1935 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:50 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1935.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Mobile, AL </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3357 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:51 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3357.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Richmond, VA </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1841 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:51 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1841.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Wichita, KS </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 817 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:52 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL817.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dayton, OH </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1755 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:53 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1755.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Columbia, SC </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3366 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:54 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3366.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Oklahoma City, OK </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 652 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:55 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL652.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Tyler, TX </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 4715 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:55 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF4715.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Little Rock, AR </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3534 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:57 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3534.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Memphis, TN </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1185 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:58 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1185.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Austin, TX </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 2218 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:59 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL2218.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Longview, TX </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3331 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:59 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3331.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Raleigh/Durham, NC </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1675 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:00 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1675.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Springfield, MO </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3451 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:00 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3451.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Midland, TX </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3396 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:02 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3396.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Orlando, FL </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1373 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:02 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1373.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Greer, SC </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 2738 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:03 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF2738.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Atlanta, GA </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1273 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:07 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1273.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fort Lauderdale, FL </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1071 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:07 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1071.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Little Rock, AR </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 9800 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:07 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EGF9800.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 2301 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:08 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL2301.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Huntsville, AL </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 863 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:09 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL863.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Alexandria, LA </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3444 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:10 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3444.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Columbus, OH </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1467 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:12 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1467.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Tulsa, OK </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1863 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:16 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1863.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> New Orléans, LA </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1681 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:19 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1681.cfm" class="green" > In Flight </a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>
PRIORITY NORMAL
SCRIPT point = new GLatLng(32.396114,-96.40584); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> American Airlines Flight 1681</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Louis Armstrong New Orléa... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/13 8:03 AM (-05:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Dallas/Fort Worth Interna... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/13 8:19 AM (-06:00)</td></tr><tr><th>Speed:</th><td colspan='2'>243 kts/280 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>11,000 feet</td></tr><tr><th>Aircraft Type:</th><td>MD83</td><td align='right'><a href='http://www.helloflight.com/Flight/AAL1681.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/L-L52J.033.75.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "AAL1681" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(32.768055,-97.02473); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> American Airlines Flight 1863</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Tulsa International Airport</td></tr><tr><th>Departure:</th><td colspan='2'> 3/13 8:26 AM (-05:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Dallas/Fort Worth Interna... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/13 8:16 AM (-06:00)</td></tr><tr><th>Speed:</th><td colspan='2'>156 kts/180 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>2,700 feet</td></tr><tr><th>Aircraft Type:</th><td>MD82</td><td align='right'><a href='http://www.helloflight.com/Flight/AAL1863.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/MD-82.000.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "AAL1863" ); map.addOverlay(marker); bounds.extend(point); map.setZoom(map.getBoundsZoomLevel(bounds)); map.setCenter(bounds.getCenter());
STARTTIME {ts '2010-03-13 09:13:07'}
STATUS COMPLETED
struct
DEPARTUREPAGINATION
query
  CURRENT DB HOURS NEXT PREVIOUS
1 2010-03-13T13:13:10Z ASDI_20100313_noon 1 2010-03-13T14:13:10Z 2010-03-13T12:13:10Z
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 Atlanta United States ATL ATL KATL DAL1914 [empty string] DAL Delta Air Lines [empty string] Hartsfield - Jackson Atlanta International Airport -18000000 GA 2010-03-13T09:32:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:05:00-06:00 2010-03-13T12:25:24Z Scheduled
2 Las Vegas United States LAS LAS KLAS AAL1887 [empty string] AAL American Airlines [empty string] Mc Carran International Airport -28800000 NV 2010-03-13T07:40:00-08:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:08:00-06:00 2010-03-13T12:30:14Z Scheduled
3 Tyler United States TYR TYR KTYR MRA658 [empty string] MRA Martinaire [empty string] Tyler Pounds Regional Airport -21600000 TX 2010-03-13T07:43:00-06:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:11:00-06:00 2010-03-13T13:25:34Z ARRIVED
4 Memphis United States MEM MEM KMEM FDX472 MD11 FDX Federal Express [empty string] Memphis International Airport -21600000 TN 2010-03-13T08:15:00-06:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:13:32Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:14:00-06:00 2010-03-13T13:37:49Z IN FLIGHT
5 Houston United States HOU HOU KHOU EGF3298 [empty string] EGF American Eagle Airlines [empty string] William P Hobby Airport -21600000 TX 2010-03-13T07:57:00-06:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:15:00-06:00 2010-03-13T12:30:14Z ARRIVED
6 San Angelo United States SJT SJT KSJT EGF4742 [empty string] EGF American Eagle Airlines [empty string] San Angelo Regional Airport/Mathis Field -21600000 TX 2010-03-13T08:17:00-06:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:15:00-06:00 2010-03-13T12:30:08Z Scheduled
7 Waco United States PWG [empty string] KPWG MRA643 C208 MRA Martinaire [empty string] Mc Gregor Executive Airport -21600000 TX 2010-03-13T07:53:00-06:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:14:57Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:15:00-06:00 [empty string] ARRIVED
8 Chicago United States ORD ORD KORD AAL2324 MD82 AAL American Airlines [empty string] Chicago O'Hare International Airport -21600000 IL 2010-03-13T09:16:00-06:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:15:57Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:16:00-06:00 2010-03-13T13:32:02Z IN FLIGHT
9 Baton Rouge United States BTR BTR KBTR EGF3613 E145 EGF American Eagle Airlines [empty string] Baton Rouge Metropolitan Airport, Ryan Field -21600000 LA 2010-03-13T08:09:00-06:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:16:32Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:17:00-06:00 2010-03-13T13:41:50Z ARRIVED
10 Washington United States DCA DCA KDCA RPA3336 E170 RPA Republic Airlines [empty string] Ronald Reagan Washington National Airport -18000000 DC 2010-03-13T10:50:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:18:37Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:19:00-06:00 2010-03-13T13:45:29Z IN FLIGHT
11 Houston United States IAH IAH KIAH AAL2404 MD83 AAL American Airlines [empty string] George Bush Intercontinental/Houston Airport -21600000 TX 2010-03-13T08:03:00-06:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:20:28Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:20:00-06:00 2010-03-13T13:35:24Z ARRIVED
12 Covington United States CVG CVG KCVG EGF3421 E145 EGF American Eagle Airlines [empty string] Cincinnati/Northern Kentucky International Airport -18000000 KY 2010-03-13T10:20:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:22:37Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:23:00-06:00 2010-03-13T13:51:56Z IN FLIGHT
13 Los Angeles United States LAX LAX KLAX AAL2407 B738 AAL American Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-13T08:25:00-08:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:22:53Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:23:00-06:00 2010-03-13T14:05:47Z IN FLIGHT
14 Chicago United States ORD ORD KORD UAL580 A320 UAL United Airlines [empty string] Chicago O'Hare International Airport -21600000 IL 2010-03-13T09:22:00-06:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:24:20Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:24:00-06:00 2010-03-13T13:56:31Z IN FLIGHT
15 New York United States LGA LGA KLGA AAL704 MD82 AAL American Airlines [empty string] La Guardia Airport -18000000 NY 2010-03-13T11:45:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:26:10Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:24:00-06:00 2010-03-13T13:26:11Z IN FLIGHT
16 Philadelphia United States PHL PHL KPHL AWE1210 A319 AWE America West Airlines [empty string] Philadelphia International Airport -18000000 PA 2010-03-13T11:04:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:28:15Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:28:00-06:00 2010-03-13T13:53:51Z IN FLIGHT
17 San Francisco United States SFO SFO KSFO UAL837 A319 UAL United Airlines [empty string] San Francisco International Airport -28800000 CA 2010-03-13T08:57:00-08:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:29:21Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:29:00-06:00 2010-03-13T14:06:00Z IN FLIGHT
18 West Palm Beach United States PBI PBI KPBI AAL1148 MD82 AAL American Airlines [empty string] Palm Beach International Airport -18000000 FL 2010-03-13T10:33:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:29:37Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:30:00-06:00 2010-03-13T13:55:24Z IN FLIGHT
19 Lubbock United States LBB LBB KLBB EGF3553 E145 EGF American Eagle Airlines [empty string] Lubbock Preston Smith International Airport -21600000 TX 2010-03-13T08:26:00-06:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:31:34Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:32:00-06:00 2010-03-13T13:42:17Z IN FLIGHT
20 Charlotte United States CLT CLT KCLT AWE1568 A321 AWE America West Airlines [empty string] Charlotte/Douglas International Airport -18000000 NC 2010-03-13T10:29:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:32:51Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:33:00-06:00 2010-03-13T14:06:14Z IN FLIGHT
21 Windsor Locks United States BDL BDL KBDL AAL1916 B738 AAL American Airlines [empty string] Bradley International Airport -18000000 CT 2010-03-13T11:36:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:34:14Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:34:00-06:00 2010-03-13T13:59:52Z IN FLIGHT
22 Miami United States MIA MIA KMIA AAL2072 B738 AAL American Airlines [empty string] Miami International Airport -18000000 FL 2010-03-13T10:34:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:35:19Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:35:00-06:00 2010-03-13T13:50:49Z IN FLIGHT
23 Phoenix United States PHX PHX KPHX AAL1123 MD82 AAL American Airlines [empty string] Phoenix Sky Harbor International Airport -25200000 AZ 2010-03-13T08:56:00-07:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:35:11Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:35:00-06:00 2010-03-13T14:02:14Z IN FLIGHT
24 Eagle United States EGE EGE KEGE EJA832P H25B EJA NetJets [empty string] Eagle County Regional Airport -25200000 CO 2010-03-13T08:37:00-07:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:36:11Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:36:00-06:00 2010-03-13T13:45:46Z IN FLIGHT
25 Nashville United States BNA BNA KBNA AAL334 MD82 AAL American Airlines [empty string] Nashville International Airport -21600000 TN 2010-03-13T08:59:00-06:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:37:10Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:37:00-06:00 2010-03-13T14:05:10Z IN FLIGHT
26 Amarillo United States AMA AMA KAMA EGF4770 AT72 EGF American Eagle Airlines [empty string] Rick Husband Amarillo International Airport -25200000 TX 2010-03-13T08:09:00-07:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:37:33Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:38:00-06:00 2010-03-13T13:54:43Z IN FLIGHT
27 Shreveport United States SHV SHV KSHV EGF3204 E135 EGF American Eagle Airlines [empty string] Shreveport Regional Airport -21600000 LA 2010-03-13T08:12:00-06:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:38:52Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:39:00-06:00 2010-03-13T13:55:04Z ARRIVED
28 Cleveland United States CLE CLE KCLE EGF3423 CRJ7 EGF American Eagle Airlines [empty string] Cleveland-Hopkins International Airport -18000000 OH 2010-03-13T10:53:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:43:06Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:43:00-06:00 2010-03-13T14:05:38Z IN FLIGHT
29 Tulsa United States TUL TUL KTUL EGF2825 E145 EGF American Eagle Airlines [empty string] Tulsa International Airport -18000000 OK 2010-03-13T09:28:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:44:16Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:44:00-06:00 2010-03-13T14:07:24Z IN FLIGHT
30 Atlanta United States ATL ATL KATL AAL1250 MD83 AAL American Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -18000000 GA 2010-03-13T10:22:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:46:38Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:47:00-06:00 2010-03-13T13:46:38Z IN FLIGHT
31 Las Vegas United States LAS LAS KLAS AWE541 A320 AWE America West Airlines [empty string] Mc Carran International Airport -28800000 NV 2010-03-13T08:25:00-08:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:47:20Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:47:00-06:00 2010-03-13T13:55:53Z IN FLIGHT
32 Indianapolis United States IND IND KIND AAL1660 MD82 AAL American Airlines [empty string] Indianapolis International Airport -18000000 IN 2010-03-13T10:35:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:49:52Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:50:00-06:00 2010-03-13T14:04:37Z IN FLIGHT
33 Minneapolis United States MSP MSP KMSP AAL1038 [empty string] AAL American Airlines [empty string] Minneapolis-St. Paul International/Wold-Chamberlain Airport -21600000 MN 2010-03-13T09:50:00-06:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:50:00-06:00 2010-03-13T13:05:08Z Scheduled
34 San José United States SJC SJC KSJC AAL517 MD83 AAL American Airlines [empty string] Norman Y. Mineta San José International Airport -28800000 CA 2010-03-13T09:18:00-08:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:50:57Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:51:00-06:00 2010-03-13T14:02:35Z IN FLIGHT
35 Minneapolis United States MSP MSP KMSP CPZ5679 E170 CPZ Compass Airlines [empty string] Minneapolis-St. Paul International/Wold-Chamberlain Airport -21600000 MN 2010-03-13T09:57:00-06:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:55:21Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:55:00-06:00 2010-03-13T13:55:21Z IN FLIGHT
36 Waco United States PWG [empty string] KPWG MRA200 C208 MRA Martinaire [empty string] Mc Gregor Executive Airport -21600000 TX [empty string] Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:55:01Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:55:00-06:00 [empty string] [empty string]
37 Austin United States AUS AUS KAUS AAL1109 MD82 AAL American Airlines [empty string] Austin-Bergstrom International Airport -21600000 TX 2010-03-13T08:30:00-06:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:56:01Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:56:00-06:00 2010-03-13T13:56:01Z IN FLIGHT
38 Midland United States MAF MAF KMAF EGF4753 [empty string] EGF American Eagle Airlines [empty string] Midland International Airport -21600000 TX 2010-03-13T09:15:00-06:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:56:00-06:00 2010-03-13T13:10:08Z Scheduled
39 Kansas City United States MCI MCI KMCI AAL1026 MD82 AAL American Airlines [empty string] Kansas City International Airport -18000000 MO 2010-03-13T10:17:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T14:02:30Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:57:00-06:00 2010-03-13T14:02:31Z IN FLIGHT
40 Greer United States GSP GSP KGSP EGF3558 E145 EGF American Eagle Airlines [empty string] Greenville Spartanburg International Airport -18000000 SC 2010-03-13T10:48:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:57:39Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:58:00-06:00 2010-03-13T13:57:39Z IN FLIGHT
41 San Francisco United States SFO SFO KSFO AAL1077 MD83 AAL American Airlines [empty string] San Francisco International Airport -28800000 CA 2010-03-13T09:33:00-08:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:57:57Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T07:58:00-06:00 2010-03-13T14:07:06Z IN FLIGHT
42 Columbia United States CAE CAE KCAE EGF3461 E145 EGF American Eagle Airlines [empty string] Columbia Metropolitan Airport -18000000 SC 2010-03-13T10:58:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T14:04:42Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:00:00-06:00 2010-03-13T14:04:51Z IN FLIGHT
43 Pittsburgh United States PIT PIT KPIT EGF3506 CRJ7 EGF American Eagle Airlines [empty string] Pittsburgh International Airport -18000000 PA 2010-03-13T11:12:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T13:59:52Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:00:00-06:00 2010-03-13T13:59:52Z IN FLIGHT
44 Little Rock United States LIT LIT KLIT EGF3229 E145 EGF American Eagle Airlines [empty string] Adams Field Airport -18000000 AR 2010-03-13T09:50:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T14:01:05Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:01:00-06:00 2010-03-13T14:01:11Z IN FLIGHT
45 San Antonio United States SAT SAT KSAT AAL1839 MD82 AAL American Airlines [empty string] San Antonio International Airport -21600000 TX 2010-03-13T08:47:00-06:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T14:02:01Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:02:00-06:00 2010-03-13T14:02:11Z IN FLIGHT
46 Washington United States DCA DCA KDCA AAL836 [empty string] AAL American Airlines [empty string] Ronald Reagan Washington National Airport -18000000 DC 2010-03-13T11:34:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:03:00-06:00 2010-03-13T13:25:14Z Scheduled
47 Des Moines United States DSM DSM KDSM EGF2765 [empty string] EGF American Eagle Airlines [empty string] Des Moines International Airport -21600000 IA 2010-03-13T09:43:00-06:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:05:00-06:00 2010-03-13T13:20:08Z Scheduled
48 Lawton United States LAW LAW KLAW EGF4722 [empty string] EGF American Eagle Airlines [empty string] Lawton-Fort Sill Regional Airport -25200000 OK 2010-03-13T07:54:00-07:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:06:00-06:00 2010-03-13T13:20:08Z Scheduled
49 Temple United States TPL TPL KTPL MRA200 [empty string] MRA Martinaire [empty string] Draughon-Miller Central Texas Regional Airport -21600000 TX 2010-03-13T08:48:00-06:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:06:00-06:00 2010-03-13T13:36:50Z IN FLIGHT
50 Cleveland United States CLE CLE KCLE CHQ5833 E145 CHQ Chautauqua Airlines [empty string] Cleveland-Hopkins International Airport -18000000 OH 2010-03-13T11:25:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T14:07:02Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:07:00-06:00 2010-03-13T14:07:06Z IN FLIGHT
51 Las Vegas United States LAS LAS KLAS AAL1413 MD83 AAL American Airlines [empty string] Mc Carran International Airport -28800000 NV 2010-03-13T08:44:00-08:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-13T14:07:39Z Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:07:00-06:00 2010-03-13T14:07:42Z IN FLIGHT
52 Orlando United States MCO MCO KMCO AAL1734 [empty string] AAL American Airlines [empty string] Orlando International Airport -18000000 FL 2010-03-13T11:18:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:09:00-06:00 2010-03-12T14:00:06Z SCHEDULED
53 Baltimore United States BWI BWI KBWI AAL1678 [empty string] AAL American Airlines [empty string] Baltimore/Washington International Thurgood Marshall Airport -18000000 MD 2010-03-13T11:41:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:10:00-06:00 2010-03-12T14:00:06Z SCHEDULED
54 Los Angeles United States LAX LAX KLAX AAL2411 [empty string] AAL American Airlines [empty string] Los Angeles International Airport -28800000 CA 2010-03-13T09:06:00-08:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:10:00-06:00 2010-03-12T14:00:06Z SCHEDULED
55 New Orléans United States MSY MSY KMSY AAL1164 [empty string] AAL American Airlines [empty string] Louis Armstrong New Orléans International Airport -18000000 LA 2010-03-13T10:11:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:10:00-06:00 2010-03-13T13:25:17Z Scheduled
56 Jackson United States JAN JAN KJAN EGF3381 [empty string] EGF American Eagle Airlines [empty string] Jackson-Evers International Airport -21600000 MS 2010-03-13T09:19:00-06:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -21600000 TX 2010-03-13T08:12:00-06:00 2010-03-12T14:00:06Z 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 AAL1026 MD82 5 MD82 154 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 0 MD-82.000.00.1f.1p.png MD-82 L 33.295277 -97.08806 McDonnell-Douglas - MD-82 3509 2010-03-13T14:07:51Z 338 L
2 AAL1077 MD83 5 MD83 218 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 287.279905627 L-L52J.281.25.1f.1p.png [empty string] L 33.154446 -97.94861 McDonnell-Douglas - MD-83 1594 2010-03-13T14:07:51Z 394 L
3 AAL1109 MD82 5 MD82 200 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 190.8732519 MD-82.191.25.1f.1p.png MD-82 L 32.079166 -96.98917 McDonnell-Douglas - MD-82 3509 2010-03-13T14:07:51Z 418 L
4 AAL1123 MD82 5 MD82 320C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 270.493307222 MD-82.270.00.1f.1p.png MD-82 L 32.630554 -100.8125 McDonnell-Douglas - MD-82 3509 2010-03-13T14:07:45Z 383 L
5 AAL1148 MD82 5 MD82 330C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 126.038244371 MD-82.123.75.1f.1p.png MD-82 L 31.047222 -91.91556 McDonnell-Douglas - MD-82 3509 2010-03-13T14:07:39Z 553 L
6 AAL1250 MD83 5 MD83 330C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 80.4447237207 L-L52J.090.00.1f.1p.png [empty string] L 33.051666 -94.21889 McDonnell-Douglas - MD-83 1594 2010-03-13T14:07:09Z 507 L
7 AAL1413 MD83 5 MD83 019 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 342.097735782 L-L52J.348.75.1f.1p.png [empty string] L 32.92028 -97.05139 McDonnell-Douglas - MD-83 1594 2010-03-13T14:07:51Z 164 L
8 AAL1660 MD82 5 MD82 304 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 70.7653229017 MD-82.078.75.1f.1p.png MD-82 L 33.545834 -94.73167 McDonnell-Douglas - MD-82 3509 2010-03-13T14:07:45Z 504 L
9 AAL1839 MD82 5 MD82 130 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 183.396775117 MD-82.180.00.1f.1p.png MD-82 L 32.7925 -96.80056 McDonnell-Douglas - MD-82 3509 2010-03-13T14:07:51Z 406 L
10 AAL1916 B738 5 B738 370C 4000 L-L52J 4000 2 J new 11/98 66.5910176222 737-800.067.50.1f.1p.png 737-800 L 34.123608 -92.46972 Boeing - Model 737-800 4613 2010-03-13T14:07:03Z 512 L
11 AAL2072 B738 5 B738 370C 4000 L-L52J 4000 2 J new 11/98 123.515442868 737-800.123.75.1f.1p.png 737-800 L 31.361944 -92.54111 Boeing - Model 737-800 4613 2010-03-13T14:07:39Z 552 L
12 AAL2324 MD82 5 MD82 330C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 37.5677786125 MD-82.033.75.1f.1p.png MD-82 L 37.752777 -93.539444 McDonnell-Douglas - MD-82 3509 2010-03-13T14:07:27Z 426 L
13 AAL2407 B738 5 B738 340C 4000 L-L52J 4000 2 J new 11/98 283.043844359 737-800.281.25.1f.1p.png 737-800 L 33.78472 -102.38416 Boeing - Model 737-800 4613 2010-03-13T14:07:50Z 414 L
14 AAL334 MD82 5 MD82 330C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 65.290335302 MD-82.067.50.1f.1p.png MD-82 L 33.91889 -93.02556 McDonnell-Douglas - MD-82 3509 2010-03-13T14:07:16Z 498 L
15 AAL517 MD83 5 MD83 303 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 296.595490146 L-L52J.292.50.1f.1p.png [empty string] L 33.23639 -98.63528 McDonnell-Douglas - MD-83 1594 2010-03-13T14:06:57Z 384 L
16 AAL704 MD82 5 MD82 310C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 46.0150369655 MD-82.045.00.1f.1p.png MD-82 L 35.01 -91.75916 McDonnell-Douglas - MD-82 3509 2010-03-13T14:07:51Z 453 L
17 AWE1210 A319 5 A319 350C 3500 L-L52J 3500 2 J new 11/97 | chg 12/99 66.3966639594 A319.067.50.1f.1p.png A319 L 34.471947 -91.53111 Airbus Industries - Airbus A319 5463 2010-03-13T14:07:51Z 496 L
18 AWE1568 A321 5 A321 330C 3500 L-L52J 3500 2 J new 11/97 | chg 12/99 84.2429655686 L-L52J.090.00.1f.1p.png [empty string] L 33.267498 -91.751114 Airbus Industries - Airbus A321 565 2010-03-13T14:07:39Z 542 L
19 AWE541 A320 5 A320 339C 3500 L-L52J 3500 2 J new 11/89 | chg 12/99 285.774955866 A320.281.25.1f.1p.png A320 L 33.317223 -99.20583 Airbus Industries - Airbus A320 6234 2010-03-13T14:07:45Z 397 L
20 CHQ5833 E145 5 E145 028 2350 L-L52J 2350 2 J new 05/97 | chg 8/97 | chg 11/98 | chg 12/03 337.680887032 erj-145.337.50.1f.1p.png erj-145 L 32.966667 -97.03333 Embraer/Brazil - EMB145/EP/EU/LU 8912 2010-03-13T14:08:00Z 198 L
21 CPZ5679 E170 5 E170 257 2350 L-L52J 2350 2 J add 04/03 10.8996119558 EMB170.011.25.1f.1p.png EMB170 L 33.91611 -97.053055 Embraer/Brazil - EMB170 3355 2010-03-13T14:07:33Z 374 L
22 EGF2825 E145 5 E145 230 2350 L-L52J 2350 2 J new 05/97 | chg 8/97 | chg 11/98 | chg 12/03 16.9160634848 erj-145.011.25.1f.1p.png erj-145 L 35.086666 -96.325 Embraer/Brazil - EMB145/EP/EU/LU 8912 2010-03-13T14:07:45Z 399 L
23 EGF3229 E145 5 E145 109 2350 L-L52J 2350 2 J new 05/97 | chg 8/97 | chg 11/98 | chg 12/03 90.3678632725 erj-145.090.00.1f.1p.png erj-145 L 33.088886 -96.57333 Embraer/Brazil - EMB145/EP/EU/LU 8912 2010-03-13T14:07:51Z 394 L
24 EGF3421 E145 5 E145 370C 2350 L-L52J 2350 2 J new 05/97 | chg 8/97 | chg 11/98 | chg 12/03 46.8797374546 erj-145.045.00.1f.1p.png erj-145 L 35.096664 -91.64389 Embraer/Brazil - EMB145/EP/EU/LU 8912 2010-03-13T14:07:27Z 445 L
25 EGF3423 CRJ7 5 CRJ7 311 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 59.1066766802 CRJ-700.056.25.1f.1p.png CRJ-700 L 33.88889 -93.81778 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-13T14:07:39Z 496 L
26 EGF3461 E145 5 E145 075 2350 L-L52J 2350 2 J new 05/97 | chg 8/97 | chg 11/98 | chg 12/03 97.4817284515 erj-145.090.00.1f.1p.png erj-145 L 33.01472 -96.895 Embraer/Brazil - EMB145/EP/EU/LU 8912 2010-03-13T14:07:51Z 294 L
27 EGF3506 CRJ7 5 CRJ7 159 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 90.4338864362 CRJ-700.090.00.1f.1p.png CRJ-700 L 32.976665 -96.315 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-13T14:07:51Z 421 L
28 EGF3553 E145 5 E145 142 2350 L-L52J 2350 2 J new 05/97 | chg 8/97 | chg 11/98 | chg 12/03 267.818124699 erj-145.270.00.1f.1p.png erj-145 L 33.533333 -100.99944 Embraer/Brazil - EMB145/EP/EU/LU 8912 2010-03-13T14:07:07Z 348 L
29 EGF3558 E145 5 E145 168 2350 L-L52J 2350 2 J new 05/97 | chg 8/97 | chg 11/98 | chg 12/03 84.9986476372 erj-145.090.00.1f.1p.png erj-145 L 32.875553 -96.05195 Embraer/Brazil - EMB145/EP/EU/LU 8912 2010-03-13T14:07:51Z 411 L
30 EGF4770 AT72 4 AT72 160C 2000 L-L42T 2000 2 T new 02/91 308.905013125 L-L42T.303.75.1f.1p.png [empty string] L 33.461666 -98.854996 Aerospatiale/Italy - ATR-72 897 2010-03-13T14:06:57Z 220 L
31 EJA832P H25B 5 H25B 400C 3000 S-L52J 4000 2 J new 11/97 | chg 01/98 | chg 11/98 314.72215265 BAe-HS-125.315.00.1f.1p.png BAe-HS-125 L 34.600277 -99.61583 British Aerospace - BAe HS 125/700-800 1744 2010-03-13T14:07:09Z 359 S
32 FDX472 MD11 5 MD11 016 2400 H-L53J 2000 3 J new 04/93 306.233993968 MD-11.303.75.1f.1p.png MD-11 L 34.967224 -89.97444 McDonnell-Douglas - MD-11 441 2010-03-13T14:07:51Z 175 H
33 MRA200 C208 3 C208 051 1400 S-L11T 1400 1 T chg 10/90 | chg 11/98 | chg 02/08 179.494390269 Caravan-1-208-Super.180.00.1f.1p.png Caravan-1-208-Super L 32.39917 -97.22723 Cessna Aircraft - Caravan 1-208 Super 2001 2010-03-13T14:07:51Z 174 S
34 RPA3336 E170 5 E170 330C 2350 L-L52J 2350 2 J add 04/03 66.9378414506 EMB170.067.50.1f.1p.png EMB170 L 34.865555 -90.41778 Embraer/Brazil - EMB170 3355 2010-03-13T14:07:39Z 459 L
35 UAL580 A320 5 A320 370C 3500 L-L52J 3500 2 J new 11/89 | chg 12/99 40.0952531474 A320.045.00.1f.1p.png A320 L 37.0775 -93.61833 Airbus Industries - Airbus A320 6234 2010-03-13T14:07:39Z 452 L
36 UAL837 A319 5 A319 360C 3500 L-L52J 3500 2 J new 11/97 | chg 12/99 294.507992843 A319.292.50.1f.1p.png A319 L 34.26889 -101.01583 Airbus Industries - Airbus A319 5463 2010-03-13T14:07:02Z 382 L
ELAPSEDTIME 0
ERROR
struct
Message '' is an invalid date or time string.
RootCause
struct
Detail [empty string]
ErrNumber 0
Message '' is an invalid date or time string.
StackTrace coldfusion.runtime.locale.CFLocaleBase$InvalidDateTimeException: '' is an invalid date or time string. at coldfusion.runtime.locale.CFLocaleBase.ParseDateTime(CFLocaleBase.java:246) at coldfusion.util.DateUtils.parseDateTime(DateUtils.java:689) at coldfusion.util.DateUtils.parseDateTime(DateUtils.java:644) at coldfusion.runtime.CFPage.ParseDateTime(CFPage.java:1312) at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1801) at cfAirport2eCfm233259945$funcFLIGHTPOPUP.runFunction(D:\Websites\metrotest\Airport.Cfm:1734) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2471) at cfAirport2eCfm233259945$func_CFFUNCCFTHREAD_CFAIRPORT2ECFM2332599452.runFunction(D:\Websites\metrotest\Airport.Cfm:220) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.UDFMethod.invokeCFThread(UDFMethod.java:174) at coldfusion.thread.Task.invokeFunction(Task.java:239) at coldfusion.thread.Task.run(Task.java:141) at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:201) at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:71)
TagContext
array
1
struct
COLUMN 0
ID CF_CFPAGE
LINE 1801
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1801)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
2
struct
COLUMN 0
ID CF_AIRPORT
LINE 1734
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP.runFunction(D:\Websites\metrotest\Airport.Cfm:1734)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
3
struct
COLUMN 0
ID CF_UDFMETHOD
LINE 220
RAW_TRACE at cfAirport2eCfm233259945$func_CFFUNCCFTHREAD_CFAIRPORT2ECFM2332599452.runFunction(D:\Websites\metrotest\Airport.Cfm:220)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
Type Expression
datetime [empty string]
StackTrace coldfusion.runtime.locale.CFLocaleBase$InvalidDateTimeException: '' is an invalid date or time string. at coldfusion.runtime.locale.CFLocaleBase.ParseDateTime(CFLocaleBase.java:246) at coldfusion.util.DateUtils.parseDateTime(DateUtils.java:689) at coldfusion.util.DateUtils.parseDateTime(DateUtils.java:644) at coldfusion.runtime.CFPage.ParseDateTime(CFPage.java:1312) at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1801) at cfAirport2eCfm233259945$funcFLIGHTPOPUP.runFunction(D:\Websites\metrotest\Airport.Cfm:1734) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2471) at cfAirport2eCfm233259945$func_CFFUNCCFTHREAD_CFAIRPORT2ECFM2332599452.runFunction(D:\Websites\metrotest\Airport.Cfm:220) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.UDFMethod.invokeCFThread(UDFMethod.java:174) at coldfusion.thread.Task.invokeFunction(Task.java:239) at coldfusion.thread.Task.run(Task.java:141) at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:201) at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:71)
TagContext
array
1
struct
COLUMN 0
ID CF_CFPAGE
LINE 1801
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1801)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
2
struct
COLUMN 0
ID CF_AIRPORT
LINE 1734
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP.runFunction(D:\Websites\metrotest\Airport.Cfm:1734)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
3
struct
COLUMN 0
ID CF_UDFMETHOD
LINE 220
RAW_TRACE at cfAirport2eCfm233259945$func_CFFUNCCFTHREAD_CFAIRPORT2ECFM2332599452.runFunction(D:\Websites\metrotest\Airport.Cfm:220)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
Type coldfusion.util.RuntimeWrapper
NAME DEPARTURESTHREAD
OUTPUT <div id="departuresDiv"> <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="departuresTable" style="color:white;">Flight Departures</a> </th> </tr> <tr> <td nowrap="nowrap" colspan="4" style="font-family:arial,helvetica,chicago,sans-serif;font-size:16px;font-weight:bold;" > Flights departing from: <span style="font-family:arial,helvetica,chicago,sans-serif;font-size:13px;font-weight:bold;" > Dallas-Fort Worth, TX </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;" > (DFW-Dallas/Fort Worth 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">Arrival City</th> <th valign="top">Airline</th> <th valign="top" align="center">Flight Number</th> <th valign="top" align="center">Departure Time</th> <th valign="top" align="center">More Info</th> </tr> </thead> <tbody style="font-size:9px;"> <tr> <td style="padding-right:6px;"> Atlanta, GA </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1914 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:05 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/DAL1914.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Las Vegas, NV </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1887 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:08 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL1887.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Tyler, TX </td> <td>Martinaire</td> <td align="center" style="font-weight:bold;"> 658 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:11 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/MRA658.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Memphis, TN </td> <td>Federal Express</td> <td align="center" style="font-weight:bold;"> 472 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:14 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/FDX472.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3298 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:15 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3298.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Angelo, TX </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 4742 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:15 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EGF4742.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Waco, TX </td> <td>Martinaire</td> <td align="center" style="font-weight:bold;"> 643 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:15 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/MRA643.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 2324 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:16 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL2324.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Baton Rouge, LA </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3613 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:17 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3613.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Washington, DC </td> <td>Republic Airlines</td> <td align="center" style="font-weight:bold;"> 3336 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:19 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/RPA3336.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 2404 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:20 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL2404.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Covington, KY </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3421 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:23 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3421.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Los Angeles, CA </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 2407 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:23 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL2407.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 580 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:24 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL580.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 704 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:24 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL704.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Philadelphia, PA </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 1210 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:28 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AWE1210.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Francisco, CA </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 837 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:29 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL837.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> West Palm Beach, FL </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1148 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:30 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1148.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Lubbock, TX </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3553 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:32 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3553.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Charlotte, NC </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 1568 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:33 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AWE1568.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Windsor Locks, CT </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1916 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:34 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1916.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Miami, FL </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 2072 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:35 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL2072.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Phoenix, AZ </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1123 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:35 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1123.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Eagle, CO </td> <td>NetJets</td> <td align="center" style="font-weight:bold;"> 832P </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:36 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EJA832P.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Nashville, TN </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 334 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:37 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL334.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Amarillo, TX </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 4770 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:38 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF4770.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Shreveport, LA </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3204 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:39 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3204.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Cleveland, OH </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3423 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:43 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3423.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Tulsa, OK </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 2825 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:44 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF2825.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Atlanta, GA </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1250 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:47 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1250.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Las Vegas, NV </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 541 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:47 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AWE541.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Indianapolis, IN </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1660 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:50 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1660.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Minneapolis, MN </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1038 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:50 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL1038.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> San José, CA </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 517 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:51 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL517.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Minneapolis, MN </td> <td>Compass Airlines</td> <td align="center" style="font-weight:bold;"> 5679 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:55 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/CPZ5679.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Waco, TX </td> <td>Martinaire</td> <td align="center" style="font-weight:bold;"> 200 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:55 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/MRA200.cfm" > </a> </td> </tr> <tr> <td style="padding-right:6px;"> Austin, TX </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1109 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:56 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1109.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Midland, TX </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 4753 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:56 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EGF4753.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Kansas City, MO </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1026 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:57 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1026.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Greer, SC </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3558 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:58 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3558.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Francisco, CA </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1077 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:58 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1077.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Columbia, SC </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3461 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:00 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3461.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Pittsburgh, PA </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3506 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:00 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3506.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Little Rock, AR </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3229 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:01 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3229.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Antonio, TX </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1839 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:02 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1839.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Washington, DC </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 836 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:03 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL836.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Des Moines, IA </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 2765 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:05 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EGF2765.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Lawton, OK </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 4722 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:06 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EGF4722.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Temple, TX </td> <td>Martinaire</td> <td align="center" style="font-weight:bold;"> 200 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:06 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/MRA200.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Cleveland, OH </td> <td>Chautauqua Airlines</td> <td align="center" style="font-weight:bold;"> 5833 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:07 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/CHQ5833.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Las Vegas, NV </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1413 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:07 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1413.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Orlando, FL </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1734 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:09 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL1734.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Baltimore, MD </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1678 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:10 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL1678.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Los Angeles, CA </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 2411 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:10 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL2411.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> New Orléans, LA </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1164 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:10 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL1164.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Jackson, MS </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3381 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:12 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EGF3381.cfm" > Scheduled </a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>
PRIORITY NORMAL
STARTTIME {ts '2010-03-13 09:13:07'}
STATUS TERMINATED