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-17T20:09:01Z ASDI_20100318_early 4 2010-03-18T00:09:01Z 2010-03-17T16:09:01Z
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 Little Rock United States LIT LIT KLIT HKB121 H25B [empty string] [empty string] [empty string] Adams Field Airport -14400000 AR 2010-03-17T16:10:00-04:00 Little Rock United States LIT LIT KLIT 2010-03-17T19:51:41Z Adams Field Airport -14400000 AR 2010-03-17T15:51:00-04:00 2010-03-17T19:51:41Z ARRIVED
2 Little Rock United States LIT LIT KLIT DAL7207 DC95 DAL Delta Air Lines 2010-03-17T20:16:37Z Adams Field Airport -14400000 AR 2010-03-17T16:16:00-04:00 Memphis United States MEM MEM KMEM 2010-03-17T19:47:44Z Memphis International Airport -18000000 TN 2010-03-17T14:47:00-05:00 2010-03-17T19:56:44Z ARRIVED
3 Little Rock United States LIT LIT KLIT SWA2720 B737 SWA Southwest Airlines 2010-03-17T20:29:33Z Adams Field Airport -14400000 AR 2010-03-17T16:22:00-04:00 Phoenix United States PHX PHX KPHX 2010-03-17T18:04:16Z Phoenix Sky Harbor International Airport -25200000 AZ 2010-03-17T11:04:00-07:00 2010-03-17T20:01:25Z ARRIVED
4 Little Rock United States LIT LIT KLIT N916CG ASTR [empty string] [empty string] 2010-03-17T20:32:09Z Adams Field Airport -14400000 AR 2010-03-17T16:24:00-04:00 Knoxville United States TYS TYS KTYS 2010-03-17T19:20:10Z Mc Ghee Tyson Airport -14400000 TN 2010-03-17T15:20:00-04:00 2010-03-17T20:02:35Z ARRIVED
5 Little Rock United States LIT LIT KLIT LN760AF S76 [empty string] [empty string] 2010-03-17T20:31:48Z Adams Field Airport -14400000 AR 2010-03-17T16:31:00-04:00 Rogers United States ROG ROG KROG 2010-03-17T19:28:52Z Rogers Municipal-Carter Field -14400000 AR 2010-03-17T15:29:00-04:00 2010-03-17T19:28:52Z ARRIVED
6 Little Rock United States LIT LIT KLIT N5430F P28A [empty string] [empty string] 2010-03-17T20:32:56Z Adams Field Airport -14400000 AR 2010-03-17T16:32:00-04:00 Camden United States CDH CDH KCDH 2010-03-17T19:53:26Z Harrell Field Airport -18000000 AR 2010-03-17T14:53:00-05:00 2010-03-17T19:53:51Z ARRIVED
7 Little Rock United States LIT LIT KLIT BJS621 LJ40 BJS Business Jet Solutions 2010-03-17T20:36:26Z Adams Field Airport -14400000 AR 2010-03-17T16:36:00-04:00 Orlando United States MCO MCO KMCO 2010-03-17T18:38:13Z Orlando International Airport -14400000 FL 2010-03-17T14:38:00-04:00 2010-03-17T20:12:53Z ARRIVED
8 Little Rock United States LIT LIT KLIT HKB180 HA4T [empty string] [empty string] 2010-03-17T20:49:03Z Adams Field Airport -14400000 AR 2010-03-17T16:41:00-04:00 Wichita United States BEC BEC KBEC 2010-03-17T19:50:34Z Beech Factory Airport -25200000 KS 2010-03-17T12:50:00-07:00 2010-03-17T20:19:18Z ARRIVED
9 Little Rock United States LIT LIT KLIT ASQ5131 CRJ2 ASQ Atlantic Southeast Airlines 2010-03-17T20:44:16Z Adams Field Airport -14400000 AR 2010-03-17T16:44:00-04:00 Atlanta United States ATL ATL KATL 2010-03-17T19:29:24Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-17T15:29:00-04:00 2010-03-17T20:07:10Z ARRIVED
10 Little Rock United States LIT LIT KLIT EGF3663 E145 EGF American Eagle Airlines 2010-03-17T20:55:39Z Adams Field Airport -14400000 AR 2010-03-17T16:48:00-04:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-17T20:01:46Z Dallas/Fort Worth International Airport -18000000 TX 2010-03-17T15:02:00-05:00 2010-03-17T20:27:13Z ARRIVED
11 Little Rock United States LIT LIT KLIT FWK33 H25B [empty string] [empty string] 2010-03-17T20:59:33Z Adams Field Airport -14400000 AR 2010-03-17T16:49:00-04:00 Atlanta United States PDK PDK KPDK 2010-03-17T19:46:32Z Dekalb-Peachtree Airport -14400000 GA 2010-03-17T15:47:00-04:00 2010-03-17T20:29:58Z ARRIVED
12 Little Rock United States LIT LIT KLIT N7453N BE55 [empty string] [empty string] 2010-03-17T20:59:03Z Adams Field Airport -14400000 AR 2010-03-17T16:59:00-04:00 Rogers United States ROG ROG KROG 2010-03-17T20:09:10Z Rogers Municipal-Carter Field -14400000 AR 2010-03-17T16:09:00-04:00 2010-03-17T20:09:10Z ARRIVED
13 Little Rock United States LIT LIT KLIT ATN100 [empty string] ATN Air Transport International [empty string] Adams Field Airport -14400000 AR 2010-03-17T17:12:00-04:00 Toledo United States TOL TOL KTOL [empty string] Toledo Express Airport -14400000 OH 2010-03-17T15:40:00-04:00 2010-03-17T19:01:22Z Scheduled
14 Little Rock United States LIT LIT KLIT N343CM C550 [empty string] [empty string] [empty string] Adams Field Airport -14400000 AR 2010-03-17T17:18:00-04:00 Huntsville United States UTS HTV KUTS 2010-03-17T20:14:39Z Huntsville Municipal Airport -18000000 TX 2010-03-17T15:15:00-05:00 2010-03-17T20:52:10Z IN FLIGHT
15 Little Rock United States LIT LIT KLIT N390MM PRM1 [empty string] [empty string] [empty string] Adams Field Airport -14400000 AR 2010-03-17T17:20:00-04:00 Jackson United States HKS HKS KHKS 2010-03-17T20:38:31Z Hawkins Field Airport -18000000 MS 2010-03-17T15:39:00-05:00 2010-03-17T20:44:56Z IN FLIGHT
16 Little Rock United States LIT LIT KLIT BTA2778 E145 BTA ExpressJet [empty string] Adams Field Airport -14400000 AR 2010-03-17T17:23:00-04:00 Houston United States IAH IAH KIAH 2010-03-17T20:20:52Z George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-17T15:20:00-05:00 2010-03-17T20:57:29Z IN FLIGHT
17 Little Rock United States LIT LIT KLIT SWA32 B737 SWA Southwest Airlines [empty string] Adams Field Airport -14400000 AR 2010-03-17T17:32:00-04:00 Dallas United States DAL DAL KDAL 2010-03-17T20:40:45Z Dallas Love Field Airport -18000000 TX 2010-03-17T15:41:00-05:00 2010-03-17T21:03:02Z IN FLIGHT
18 Little Rock United States LIT LIT KLIT FLG3971 CRJ2 FLG Pinnacle Airlines [empty string] Adams Field Airport -14400000 AR 2010-03-17T17:44:00-04:00 Detroit United States DTW DTW KDTW 2010-03-17T19:59:10Z Detroit Metropolitan Wayne County Airport -14400000 MI 2010-03-17T15:59:00-04:00 2010-03-17T20:52:01Z IN FLIGHT
19 Little Rock United States LIT LIT KLIT N73GH FA50 [empty string] [empty string] [empty string] Adams Field Airport -14400000 AR 2010-03-17T17:47:00-04:00 Oklahoma City United States OKC OKC KOKC 2010-03-17T20:57:41Z Will Rogers World Airport -25200000 OK 2010-03-17T13:57:00-07:00 2010-03-17T20:57:41Z IN FLIGHT
20 Little Rock United States LIT LIT KLIT ASQ5497 CRJ2 ASQ Atlantic Southeast Airlines [empty string] Adams Field Airport -14400000 AR 2010-03-17T17:48:00-04:00 Atlanta United States ATL ATL KATL 2010-03-17T20:32:16Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-17T16:32:00-04:00 2010-03-17T21:01:43Z IN FLIGHT
21 Little Rock United States LIT LIT KLIT N469LP PA34 [empty string] [empty string] [empty string] Adams Field Airport -14400000 AR 2010-03-17T17:49:00-04:00 Lexington United States LEX LEX KLEX 2010-03-17T19:02:38Z Blue Grass Airport -14400000 KY 2010-03-17T15:03:00-04:00 2010-03-17T19:54:30Z IN FLIGHT
22 Little Rock United States LIT LIT KLIT N588RS [empty string] [empty string] [empty string] [empty string] Adams Field Airport -14400000 AR 2010-03-17T17:53:00-04:00 Fayetteville United States FYV FYV KFYV [empty string] Drake Field Airport -14400000 AR 2010-03-17T17:12:00-04:00 2010-03-17T21:02:10Z Scheduled
23 Little Rock United States LIT LIT KLIT CHA2 [empty string] CHA Central Flying Service [empty string] Adams Field Airport -14400000 AR 2010-03-17T17:53:00-04:00 Fayetteville/Springdale United States XNA XNA KXNA [empty string] Northwest Arkansas Regional Airport -14400000 AR 2010-03-17T17:10:00-04:00 2010-03-17T20:30:33Z Scheduled
24 Little Rock United States LIT LIT KLIT EGF3427 [empty string] EGF American Eagle Airlines [empty string] Adams Field Airport -14400000 AR 2010-03-17T17:55:00-04:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-17T16:05:00-05:00 2010-03-17T20:20:18Z Scheduled
25 Little Rock United States LIT LIT KLIT EJA871 H25B EJA NetJets [empty string] Adams Field Airport -14400000 AR 2010-03-17T17:55:00-04:00 Little Rock United States LIT LIT KLIT 2010-03-17T20:21:20Z Adams Field Airport -14400000 AR 2010-03-17T16:21:00-04:00 2010-03-17T20:59:04Z IN FLIGHT
26 Little Rock United States LIT LIT KLIT N1FS [empty string] [empty string] [empty string] [empty string] Adams Field Airport -14400000 AR 2010-03-17T18:06:00-04:00 Clarksdale United States CKM CKM KCKM [empty string] Fletcher Field Airport -18000000 MS 2010-03-17T16:40:00-05:00 2010-03-17T21:00:33Z Scheduled
27 Little Rock United States LIT LIT KLIT KFS69 [empty string] KFS Kalitta Charters [empty string] Adams Field Airport -14400000 AR 2010-03-17T18:10:00-04:00 Laredo United States LRD LRD KLRD [empty string] Laredo International Airport -18000000 TX 2010-03-17T15:40:00-05:00 2010-03-17T19:50:08Z Scheduled
28 Little Rock United States LIT LIT KLIT SWA53 [empty string] SWA Southwest Airlines [empty string] Adams Field Airport -14400000 AR 2010-03-17T18:20:00-04:00 Chicago United States MDW MDW KMDW [empty string] Chicago Midway International Airport -18000000 IL 2010-03-17T16:04:00-05:00 2010-03-17T20:16:13Z Scheduled
29 Little Rock United States LIT LIT KLIT N495EM C182 [empty string] [empty string] [empty string] Adams Field Airport -14400000 AR 2010-03-17T18:21:00-04:00 Monroe United States MLU MLU KMLU 2010-03-17T20:25:04Z Monroe Regional Airport -18000000 LA 2010-03-17T16:10:00-05:00 2010-03-17T20:46:03Z In Flight
30 Little Rock United States LIT LIT KLIT N703RS SF34 [empty string] [empty string] [empty string] Adams Field Airport -14400000 AR 2010-03-17T18:32:00-04:00 Atlanta United States PDK PDK KPDK 2010-03-17T20:56:15Z Dekalb-Peachtree Airport -14400000 GA 2010-03-17T16:56:00-04:00 2010-03-17T20:56:15Z IN FLIGHT
31 Little Rock United States LIT LIT KLIT AWE2251 CRJ7 AWE America West Airlines [empty string] Adams Field Airport -14400000 AR 2010-03-17T18:32:00-04:00 Charlotte United States CLT CLT KCLT 2010-03-17T21:01:18Z Charlotte/Douglas International Airport -14400000 NC 2010-03-17T17:01:00-04:00 2010-03-17T21:01:18Z IN FLIGHT
32 Little Rock United States LIT LIT KLIT JIA251 CRJ7 JIA PSA Airlines [empty string] Adams Field Airport -14400000 AR 2010-03-17T18:32:00-04:00 Charlotte United States CLT CLT KCLT 2010-03-17T21:01:18Z Charlotte/Douglas International Airport -14400000 NC 2010-03-17T17:01:00-04:00 2010-03-17T21:01:18Z IN FLIGHT
33 Little Rock United States LIT LIT KLIT N128CD SR20 [empty string] [empty string] [empty string] Adams Field Airport -14400000 AR 2010-03-17T18:46:00-04:00 Jefferson City United States JEF JEF KJEF 2010-03-17T20:46:07Z Jefferson City Memorial Airport -14400000 MO 2010-03-17T16:46:00-04:00 2010-03-17T20:46:07Z IN FLIGHT
34 Little Rock United States LIT LIT KLIT EGF3938 [empty string] EGF American Eagle Airlines [empty string] Adams Field Airport -14400000 AR 2010-03-17T18:49:00-04:00 Chicago United States ORD ORD KORD [empty string] Chicago O'Hare International Airport -18000000 IL 2010-03-17T16:27:00-05:00 2010-03-17T20:36:13Z Scheduled
35 Little Rock United States LIT LIT KLIT BTA2784 [empty string] BTA ExpressJet [empty string] Adams Field Airport -14400000 AR 2010-03-17T18:55:00-04:00 Houston United States IAH IAH KIAH [empty string] George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-17T16:53:00-05:00 2010-03-17T20:50:32Z Scheduled
36 Little Rock United States LIT LIT KLIT CHA1 [empty string] CHA Central Flying Service [empty string] Adams Field Airport -14400000 AR 2010-03-17T18:56:00-04:00 Springdale United States ASG SPZ KASG [empty string] Springdale Municipal Airport -14400000 AR 2010-03-17T18:10:00-04:00 2010-03-17T20:04:00Z Scheduled
37 Little Rock United States LIT LIT KLIT SWA2735 B737 SWA Southwest Airlines [empty string] Adams Field Airport -14400000 AR 2010-03-17T19:02:00-04:00 Las Vegas United States LAS LAS KLAS 2010-03-17T20:17:25Z Mc Carran International Airport -25200000 NV 2010-03-17T13:17:00-07:00 2010-03-17T20:37:03Z IN FLIGHT
38 Little Rock United States LIT LIT KLIT ASQ5266 [empty string] ASQ Atlantic Southeast Airlines [empty string] Adams Field Airport -14400000 AR 2010-03-17T19:12:00-04:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-17T17:42:00-04:00 2010-03-17T20:57:31Z Scheduled
39 Little Rock United States LIT LIT KLIT EGF3237 [empty string] EGF American Eagle Airlines [empty string] Adams Field Airport -14400000 AR 2010-03-17T19:16:00-04:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-17T17:20:00-05:00 2010-03-16T22:05:46Z SCHEDULED
40 Little Rock United States LIT LIT KLIT N3269H [empty string] [empty string] [empty string] [empty string] Adams Field Airport -14400000 AR 2010-03-17T19:51:00-04:00 Houston United States HOU HOU KHOU [empty string] William P Hobby Airport -18000000 TX 2010-03-17T16:18:00-05:00 2010-03-17T20:20:47Z Scheduled
41 Little Rock United States LIT LIT KLIT SWA42 [empty string] SWA Southwest Airlines [empty string] Adams Field Airport -14400000 AR 2010-03-17T19:58:00-04:00 Dallas United States DAL DAL KDAL [empty string] Dallas Love Field Airport -18000000 TX 2010-03-17T18:04:00-05:00 2010-03-16T22:55:46Z SCHEDULED
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 ASQ5497 CRJ2 5 CRJ2 300C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 275.473543175 crj-200.270.00.1f.1p.png crj-200 L 33.88778 -88.03001 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-17T21:03:18Z 417 L
2 BTA2778 E145 5 E145 135 2350 L-L52J 2350 2 J new 05/97 | chg 8/97 | chg 11/98 | chg 12/03 30.2568336975 erj-145.033.75.1f.1p.png erj-145 L 33.92861 -92.748055 Embraer/Brazil - EMB145/EP/EU/LU 8912 2010-03-17T21:03:29Z 384 L
3 EJA871 H25B 5 H25B 150 3000 S-L52J 4000 2 J new 11/97 | chg 01/98 | chg 11/98 273.895579956 BAe-HS-125.270.00.1f.1p.png BAe-HS-125 L 35.023335 -95.05056 British Aerospace - BAe HS 125/700-800 1744 2010-03-17T21:03:41Z 377 S
4 FLG3971 CRJ2 5 CRJ2 280C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 228.182526307 crj-200.225.00.1f.1p.png crj-200 L 37.191113 -88.82583 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-17T21:03:06Z 386 L
5 JIA251 CRJ7 5 CRJ7 065 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 270.000720726 CRJ-700.270.00.1f.1p.png CRJ-700 L 35.09111 -81.035835 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-17T21:03:50Z 285 L
6 N128CD SR20 1 SR20 059C 900 S-L11P 1000 1 P add 01/04 168.844983321 S-L11P.168.75.1f.1p.png [empty string] L 37.97 -92.19583 Cirrus - SR-20 414 2010-03-17T21:03:29Z 140 S
7 N343CM C550 5 C550 083 5300 S-L52J 3000 2 J [empty string] 19.0416322446 Citation-5.011.25.1f.1p.png Citation-5 L 34.3625 -92.54111 Cessna Aircraft - Citation 2 1550 2010-03-17T21:03:40Z 274 S
8 N390MM PRM1 5 PRM1 083 3000 S-L52J 3000 2 J add 02/06 316.405089167 Premier-1.315.00.1f.1p.png Premier-1 L 34.36972 -91.91722 Raytheon - Premier1 367 2010-03-17T21:03:34Z 261 S
9 N469LP PA34 2 PA34 120 1300 S-L22P 1300 2 P new 10/90 245.225109779 S-L22P.247.50.1f.1p.png [empty string] L 35.294167 -90.788055 Piper Aircraft - Seneca 690 2010-03-17T21:03:45Z 179 S
10 N495EM C182 1 C182 40 890 S-L11P 1000 1 P chg 10/90 359.473576851 Skylane-182.000.00.1f.1p.png Skylane-182 L 33.662224 -91.91694 Cessna Aircraft - Skylane 182 2583 2010-03-17T21:03:29Z 0 S
11 N703RS SF34 4 SF34 040 2000 L-L42T 2000 2 T new 11/89 270.023218315 SF340.270.00.1f.1p.png SF340 L 33.866665 -84.8 SAAB/Fairchild - SF 340 3187 2010-03-17T21:02:54Z 247 L
12 N73GH FA50 5 FA50 223 1800 S-L53J 1600 3 J new 11/97 | chg 11/98 81.9232024326 S-L53J.090.00.1f.1p.png [empty string] L 35.422222 -97.02139 Dassault-Breguet - Falcon 50/Mystere 50 447 2010-03-17T21:03:25Z 398 S
13 SWA2735 B737 5 B737 370C 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 89.299885607 737-700.090.00.1f.1p.png 737-700 L 35.614166 -108.52361 Boeing - Model 737-700 11245 2010-03-17T21:03:13Z 482 L
14 SWA32 B737 5 B737 330 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 66.1657157659 737-700.067.50.1f.1p.png 737-700 L 33.838886 -94.37334 Boeing - Model 737-700 11245 2010-03-17T21:03:06Z 447 L
ELAPSEDTIME 6033
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;" > Little Rock, AR </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;" > (LIT-Adams Field 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;"> Little Rock, AR </td> <td></td> <td align="center" style="font-weight:bold;"> HKB121 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:10 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/HKB121.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Memphis, TN </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 7207 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:16 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL7207.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Phoenix, AZ </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 2720 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:22 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA2720.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Knoxville, TN </td> <td></td> <td align="center" style="font-weight:bold;"> N916CG </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:24 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N916CG.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Rogers, AR </td> <td></td> <td align="center" style="font-weight:bold;"> LN760AF </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:31 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/LN760AF.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Camden, AR </td> <td></td> <td align="center" style="font-weight:bold;"> N5430F </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:32 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N5430F.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Orlando, FL </td> <td>Business Jet Solutions</td> <td align="center" style="font-weight:bold;"> 621 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:36 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/BJS621.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Wichita, KS </td> <td></td> <td align="center" style="font-weight:bold;"> HKB180 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:41 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/HKB180.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Atlanta, GA </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5131 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:44 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5131.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3663 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:48 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3663.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Atlanta, GA </td> <td></td> <td align="center" style="font-weight:bold;"> FWK33 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:49 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/FWK33.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Rogers, AR </td> <td></td> <td align="center" style="font-weight:bold;"> N7453N </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:59 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N7453N.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Toledo, OH </td> <td>Air Transport International</td> <td align="center" style="font-weight:bold;"> 100 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:12 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/ATN100.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Huntsville, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N343CM </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:18 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N343CM.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Jackson, MS </td> <td></td> <td align="center" style="font-weight:bold;"> N390MM </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:20 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N390MM.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>ExpressJet</td> <td align="center" style="font-weight:bold;"> 2778 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:23 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/BTA2778.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 32 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:32 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA32.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Detroit, MI </td> <td>Pinnacle Airlines</td> <td align="center" style="font-weight:bold;"> 3971 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:44 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/FLG3971.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Oklahoma City, OK </td> <td></td> <td align="center" style="font-weight:bold;"> N73GH </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:47 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N73GH.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Atlanta, GA </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5497 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:48 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASQ5497.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Lexington, KY </td> <td></td> <td align="center" style="font-weight:bold;"> N469LP </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:49 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N469LP.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fayetteville, AR </td> <td></td> <td align="center" style="font-weight:bold;"> N588RS </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:53 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N588RS.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fayetteville/Springdale, AR </td> <td>Central Flying Service</td> <td align="center" style="font-weight:bold;"> 2 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:53 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/CHA2.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3427 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:55 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EGF3427.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Little Rock, AR </td> <td>NetJets</td> <td align="center" style="font-weight:bold;"> 871 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:55 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EJA871.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Clarksdale, MS </td> <td></td> <td align="center" style="font-weight:bold;"> N1FS </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:06 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N1FS.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Laredo, TX </td> <td>Kalitta Charters</td> <td align="center" style="font-weight:bold;"> 69 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:10 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/KFS69.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 53 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:20 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA53.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Monroe, LA </td> <td></td> <td align="center" style="font-weight:bold;"> N495EM </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:21 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N495EM.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Atlanta, GA </td> <td></td> <td align="center" style="font-weight:bold;"> N703RS </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:32 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N703RS.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;"> 2251 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:32 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AWE2251.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Charlotte, NC </td> <td>PSA Airlines</td> <td align="center" style="font-weight:bold;"> 251 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:32 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/JIA251.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Jefferson City, MO </td> <td></td> <td align="center" style="font-weight:bold;"> N128CD </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:46 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N128CD.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3938 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:49 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EGF3938.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>ExpressJet</td> <td align="center" style="font-weight:bold;"> 2784 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:55 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/BTA2784.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Springdale, AR </td> <td>Central Flying Service</td> <td align="center" style="font-weight:bold;"> 1 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:56 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/CHA1.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Las Vegas, NV </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 2735 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:02 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA2735.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Atlanta, GA </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5266 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:12 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/ASQ5266.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3237 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:16 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EGF3237.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N3269H </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:51 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N3269H.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 42 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:58 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA42.cfm" > Scheduled </a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>
PRIORITY NORMAL
SCRIPT point = new GLatLng(33.88778,-88.03001); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Atlantic Southeast Airlines Flight 5497</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Hartsfield - Jackson Atla... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/17 4:32 PM (-04:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Adams Field Airport</td></tr><tr><th>Arrival:</th><td colspan='2'> 3/17 5:48 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>417 kts/480 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>30,000 feet</td></tr><tr><th>Aircraft Type:</th><td>CRJ2</td><td align='right'><a href='http://www.helloflight.com/Flight/ASQ5497.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/crj-200.270.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "ASQ5497" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.92861,-92.748055); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> ExpressJet Flight 2778</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> George Bush Intercontinen... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/17 3:20 PM (-05:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Adams Field Airport</td></tr><tr><th>Arrival:</th><td colspan='2'> 3/17 5:23 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>384 kts/442 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>13,500 feet</td></tr><tr><th>Aircraft Type:</th><td>E145</td><td align='right'><a href='http://www.helloflight.com/Flight/BTA2778.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/erj-145.033.75.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "BTA2778" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(35.023335,-95.05056); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> NetJets Flight 871</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Adams Field Airport</td></tr><tr><th>Departure:</th><td colspan='2'> 3/17 4:21 PM (-04:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Adams Field Airport</td></tr><tr><th>Arrival:</th><td colspan='2'> 3/17 5:55 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>377 kts/434 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>15,000 feet</td></tr><tr><th>Aircraft Type:</th><td>H25B</td><td align='right'><a href='http://www.helloflight.com/Flight/EJA871.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/BAe-HS-125.270.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "EJA871" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(37.191113,-88.82583); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Pinnacle Airlines Flight 3971</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Detroit Metropolitan Wayn... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/17 3:59 PM (-04:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Adams Field Airport</td></tr><tr><th>Arrival:</th><td colspan='2'> 3/17 5:44 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>386 kts/444 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>28,000 feet</td></tr><tr><th>Aircraft Type:</th><td>CRJ2</td><td align='right'><a href='http://www.helloflight.com/Flight/FLG3971.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/crj-200.225.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "FLG3971" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(35.09111,-81.035835); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> PSA Airlines Flight 251</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Charlotte/Douglas Interna... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/17 5:01 PM (-04:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Adams Field Airport</td></tr><tr><th>Arrival:</th><td colspan='2'> 3/17 6:32 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>285 kts/328 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>6,500 feet</td></tr><tr><th>Aircraft Type:</th><td>CRJ7</td><td align='right'><a href='http://www.helloflight.com/Flight/JIA251.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/CRJ-700.270.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "JIA251" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(37.97,-92.19583); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> N128CD</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Jefferson City Memorial A... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/17 4:46 PM (-04:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Adams Field Airport</td></tr><tr><th>Arrival:</th><td colspan='2'> 3/17 6:46 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>140 kts/161 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>5,900 feet</td></tr><tr><th>Aircraft Type:</th><td>SR20</td><td align='right'><a href='http://www.helloflight.com/Flight/N128CD.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/S-L11P.168.75.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N128CD" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(34.3625,-92.54111); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> N343CM</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Huntsville Municipal Airport</td></tr><tr><th>Departure:</th><td colspan='2'> 3/17 3:15 PM (-05:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Adams Field Airport</td></tr><tr><th>Arrival:</th><td colspan='2'> 3/17 5:18 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>274 kts/315 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>8,300 feet</td></tr><tr><th>Aircraft Type:</th><td>C550</td><td align='right'><a href='http://www.helloflight.com/Flight/N343CM.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/Citation-5.011.25.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N343CM" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(34.36972,-91.91722); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> N390MM</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Hawkins Field Airport</td></tr><tr><th>Departure:</th><td colspan='2'> 3/17 3:39 PM (-05:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Adams Field Airport</td></tr><tr><th>Arrival:</th><td colspan='2'> 3/17 5:20 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>261 kts/300 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>8,300 feet</td></tr><tr><th>Aircraft Type:</th><td>PRM1</td><td align='right'><a href='http://www.helloflight.com/Flight/N390MM.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/Premier-1.315.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N390MM" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(35.294167,-90.788055); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> N469LP</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Blue Grass Airport</td></tr><tr><th>Departure:</th><td colspan='2'> 3/17 3:03 PM (-04:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Adams Field Airport</td></tr><tr><th>Arrival:</th><td colspan='2'> 3/17 5:49 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>179 kts/206 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>12,000 feet</td></tr><tr><th>Aircraft Type:</th><td>PA34</td><td align='right'><a href='http://www.helloflight.com/Flight/N469LP.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/S-L22P.247.50.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N469LP" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.662224,-91.91694); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> N495EM</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Monroe Regional Airport</td></tr><tr><th>Departure:</th><td colspan='2'> 3/17 4:10 PM (-05:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Adams Field Airport</td></tr><tr><th>Arrival:</th><td colspan='2'> 3/17 6:21 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>0 kts/0 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>4,000 feet</td></tr><tr><th>Aircraft Type:</th><td>C182</td><td align='right'><a href='http://www.helloflight.com/Flight/N495EM.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/Skylane-182.000.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N495EM" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.866665,-84.8); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> N703RS</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Dekalb-Peachtree Airport</td></tr><tr><th>Departure:</th><td colspan='2'> 3/17 4:56 PM (-04:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Adams Field Airport</td></tr><tr><th>Arrival:</th><td colspan='2'> 3/17 6:32 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>247 kts/284 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>4,000 feet</td></tr><tr><th>Aircraft Type:</th><td>SF34</td><td align='right'><a href='http://www.helloflight.com/Flight/N703RS.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/SF340.270.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N703RS" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(35.422222,-97.02139); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> N73GH</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Will Rogers World Airport</td></tr><tr><th>Departure:</th><td colspan='2'> 3/17 1:57 PM (-07:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Adams Field Airport</td></tr><tr><th>Arrival:</th><td colspan='2'> 3/17 5:47 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>398 kts/458 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>22,300 feet</td></tr><tr><th>Aircraft Type:</th><td>FA50</td><td align='right'><a href='http://www.helloflight.com/Flight/N73GH.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/S-L53J.090.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N73GH" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(35.614166,-108.52361); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Southwest Airlines Flight 2735</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Mc Carran International A... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/17 1:17 PM (-07:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Adams Field Airport</td></tr><tr><th>Arrival:</th><td colspan='2'> 3/17 7:02 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>482 kts/555 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>37,000 feet</td></tr><tr><th>Aircraft Type:</th><td>B737</td><td align='right'><a href='http://www.helloflight.com/Flight/SWA2735.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/737-700.090.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "SWA2735" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.838886,-94.37334); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Southwest Airlines Flight 32</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Dallas Love Field Airport</td></tr><tr><th>Departure:</th><td colspan='2'> 3/17 3:41 PM (-05:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Adams Field Airport</td></tr><tr><th>Arrival:</th><td colspan='2'> 3/17 5:32 PM (-04:00)</td></tr><tr><th>Speed:</th><td colspan='2'>447 kts/514 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>33,000 feet</td></tr><tr><th>Aircraft Type:</th><td>B737</td><td align='right'><a href='http://www.helloflight.com/Flight/SWA32.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/737-700.067.50.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "SWA32" ); map.addOverlay(marker); bounds.extend(point); map.setZoom(map.getBoundsZoomLevel(bounds)); map.setCenter(bounds.getCenter());
STARTTIME {ts '2010-03-17 17:08:38'}
STATUS COMPLETED
struct
DEPARTUREPAGINATION
query
  CURRENT DB HOURS NEXT PREVIOUS
1 2010-03-17T20:09:01Z ASDI_20100318_early 4 2010-03-18T00:09:01Z 2010-03-17T16:09:01Z
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 Indianapolis United States IND IND KIND N910NF [empty string] [empty string] [empty string] [empty string] Indianapolis International Airport -14400000 IN 2010-03-17T18:03:00-04:00 Little Rock United States LIT LIT KLIT [empty string] Adams Field Airport -14400000 AR 2010-03-17T16:10:00-04:00 2010-03-17T19:30:33Z Scheduled
2 Little Rock United States LIT LIT KLIT EJA871 H25B EJA NetJets [empty string] Adams Field Airport -14400000 AR 2010-03-17T17:56:00-04:00 Little Rock United States LIT LIT KLIT 2010-03-17T20:21:20Z Adams Field Airport -14400000 AR 2010-03-17T16:21:00-04:00 2010-03-17T20:59:04Z IN FLIGHT
3 Houston United States HOU HOU KHOU SWA992 B733 SWA Southwest Airlines [empty string] William P Hobby Airport -18000000 TX 2010-03-17T16:22:00-05:00 Little Rock United States LIT LIT KLIT 2010-03-17T20:22:33Z Adams Field Airport -14400000 AR 2010-03-17T16:22:00-04:00 2010-03-17T20:48:22Z IN FLIGHT
4 Chicago/Prospect Heights/Wheeling United States PWK PWK KPWK VNR175 P180 VNR Avantair [empty string] Chicago Executive Airport (Palwaukee Municipal) -18000000 IL 2010-03-17T17:13:00-05:00 Little Rock United States LIT LIT KLIT 2010-03-17T20:32:56Z Adams Field Airport -14400000 AR 2010-03-17T16:32:00-04:00 2010-03-17T20:58:25Z IN FLIGHT
5 Dallas-Fort Worth United States DFW DFW KDFW AAL3533 CRJ7 AAL American Airlines [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-17T16:39:00-05:00 Little Rock United States LIT LIT KLIT 2010-03-17T20:34:10Z Adams Field Airport -14400000 AR 2010-03-17T16:34:00-04:00 2010-03-17T20:58:55Z IN FLIGHT
6 Dallas-Fort Worth United States DFW DFW KDFW EGF3533 CRJ7 EGF American Eagle Airlines [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-17T16:39:00-05:00 Little Rock United States LIT LIT KLIT 2010-03-17T20:34:10Z Adams Field Airport -14400000 AR 2010-03-17T16:34:00-04:00 2010-03-17T20:58:55Z IN FLIGHT
7 West Palm Beach United States PBI PBI KPBI OPT439 BE40 OPT Flight Options [empty string] Palm Beach International Airport -14400000 FL 2010-03-17T18:38:00-04:00 Little Rock United States LIT LIT KLIT 2010-03-17T20:36:31Z Adams Field Airport -14400000 AR 2010-03-17T16:36:00-04:00 2010-03-17T20:42:58Z IN FLIGHT
8 Denver United States DEN DEN KDEN SKW6502 CRJ7 SKW SkyWest [empty string] Denver International Airport -25200000 CO 2010-03-17T15:27:00-07:00 Little Rock United States LIT LIT KLIT 2010-03-17T20:38:14Z Adams Field Airport -14400000 AR 2010-03-17T16:38:00-04:00 2010-03-17T20:58:55Z IN FLIGHT
9 Denver United States DEN DEN KDEN UAL6502 CRJ7 UAL United Airlines [empty string] Denver International Airport -25200000 CO 2010-03-17T15:27:00-07:00 Little Rock United States LIT LIT KLIT 2010-03-17T20:38:14Z Adams Field Airport -14400000 AR 2010-03-17T16:38:00-04:00 2010-03-17T20:58:55Z IN FLIGHT
10 Chicago United States ORD ORD KORD EGF4284 E145 EGF American Eagle Airlines [empty string] Chicago O'Hare International Airport -18000000 IL 2010-03-17T17:08:00-05:00 Little Rock United States LIT LIT KLIT 2010-03-17T20:39:12Z Adams Field Airport -14400000 AR 2010-03-17T16:39:00-04:00 2010-03-17T20:59:42Z IN FLIGHT
11 Houston United States IAH IAH KIAH BTA3121 E145 BTA ExpressJet [empty string] George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-17T16:46:00-05:00 Little Rock United States LIT LIT KLIT 2010-03-17T20:42:40Z Adams Field Airport -14400000 AR 2010-03-17T16:42:00-04:00 2010-03-17T20:55:32Z IN FLIGHT
12 Wichita United States ICT ICT KICT HKB258 [empty string] [empty string] [empty string] [empty string] Wichita Mid-Continent Airport -25200000 KS 2010-03-17T14:46:00-07:00 Little Rock United States LIT LIT KLIT [empty string] Adams Field Airport -14400000 AR 2010-03-17T16:45:00-04:00 2010-03-17T20:00:09Z Scheduled
13 Phoenix United States PHX PHX KPHX SWA1063 [empty string] SWA Southwest Airlines [empty string] Phoenix Sky Harbor International Airport -25200000 AZ 2010-03-17T16:41:00-07:00 Little Rock United States LIT LIT KLIT [empty string] Adams Field Airport -14400000 AR 2010-03-17T16:55:00-04:00 2010-03-17T20:15:33Z Scheduled
14 [empty string] [empty string] [empty string] [empty string] [empty string] EJA826P C560 EJA NetJets [empty string] [empty string] [empty string] [empty string] [empty string] Little Rock United States LIT LIT KLIT 2010-03-17T20:56:12Z Adams Field Airport -14400000 AR 2010-03-17T16:56:00-04:00 [empty string] IN FLIGHT
15 Springdale United States ASG SPZ KASG LN760AF [empty string] [empty string] [empty string] [empty string] Springdale Municipal Airport -14400000 AR 2010-03-17T18:12:00-04:00 Little Rock United States LIT LIT KLIT [empty string] Adams Field Airport -14400000 AR 2010-03-17T17:08:00-04:00 2010-03-17T20:45:23Z Scheduled
16 Atlanta United States ATL ATL KATL ASQ5138 [empty string] ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-17T18:42:00-04:00 Little Rock United States LIT LIT KLIT [empty string] Adams Field Airport -14400000 AR 2010-03-17T17:25:00-04:00 2010-03-17T20:45:33Z Scheduled
17 Dallas-Fort Worth United States DFW DFW KDFW EGF3662 [empty string] EGF American Eagle Airlines [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-17T17:20:00-05:00 Little Rock United States LIT LIT KLIT [empty string] Adams Field Airport -14400000 AR 2010-03-17T17:27:00-04:00 2010-03-17T20:50:33Z Scheduled
18 Jackson United States HKS HKS KHKS N366HP [empty string] [empty string] [empty string] [empty string] Hawkins Field Airport -18000000 MS 2010-03-17T17:48:00-05:00 Little Rock United States LIT LIT KLIT [empty string] Adams Field Airport -14400000 AR 2010-03-17T17:40:00-04:00 2010-03-17T21:00:33Z Scheduled
19 Cahokia/St. Louis United States CPS CPS KCPS FLX701 [empty string] FLX Flight Express [empty string] St. Louis Downtown Airport -14400000 IL 2010-03-17T19:44:00-04:00 Little Rock United States LIT LIT KLIT [empty string] Adams Field Airport -14400000 AR 2010-03-17T17:44:00-04:00 2010-03-17T21:00:33Z Scheduled
20 Dallas United States DAL DAL KDAL SWA304 [empty string] SWA Southwest Airlines [empty string] Dallas Love Field Airport -18000000 TX 2010-03-17T17:53:00-05:00 Little Rock United States LIT LIT KLIT [empty string] Adams Field Airport -14400000 AR 2010-03-17T18:01:00-04:00 2010-03-17T20:00:12Z Scheduled
21 Memphis United States MEM MEM KMEM DAL7395 [empty string] DAL Delta Air Lines [empty string] Memphis International Airport -18000000 TN 2010-03-17T17:41:00-05:00 Little Rock United States LIT LIT KLIT [empty string] Adams Field Airport -14400000 AR 2010-03-17T18:08:00-04:00 2010-03-16T21:55:45Z SCHEDULED
22 Houston United States IAH IAH KIAH BTA2779 [empty string] BTA ExpressJet [empty string] George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-17T18:18:00-05:00 Little Rock United States LIT LIT KLIT [empty string] Adams Field Airport -14400000 AR 2010-03-17T18:09:00-04:00 2010-03-17T20:41:24Z Scheduled
23 Dallas-Fort Worth United States DFW DFW KDFW EGF3672 [empty string] EGF American Eagle Airlines [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-17T18:38:00-05:00 Little Rock United States LIT LIT KLIT [empty string] Adams Field Airport -14400000 AR 2010-03-17T18:43:00-04:00 2010-03-16T22:35:46Z SCHEDULED
24 Atlanta United States ATL ATL KATL ASQ5450 [empty string] ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-17T20:10:00-04:00 Little Rock United States LIT LIT KLIT [empty string] Adams Field Airport -14400000 AR 2010-03-17T18:49:00-04:00 2010-03-16T22:35:46Z SCHEDULED
25 Detroit United States DTW DTW KDTW FLG3972 [empty string] FLG Pinnacle Airlines [empty string] Detroit Metropolitan Wayne County Airport -14400000 MI 2010-03-17T20:46:00-04:00 Little Rock United States LIT LIT KLIT [empty string] Adams Field Airport -14400000 AR 2010-03-17T19:01:00-04:00 2010-03-16T22:55:46Z SCHEDULED
26 Houston United States IAH IAH KIAH BTA2707 [empty string] BTA ExpressJet [empty string] George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-17T19:29:00-05:00 Little Rock United States LIT LIT KLIT [empty string] Adams Field Airport -14400000 AR 2010-03-17T19:22:00-04:00 2010-03-16T23:15:46Z SCHEDULED
27 St. Louis United States STL STL KSTL SWA2735 [empty string] SWA Southwest Airlines [empty string] Lambert-St. Louis International Airport -14400000 MO 2010-03-17T20:22:00-04:00 Little Rock United States LIT LIT KLIT [empty string] Adams Field Airport -14400000 AR 2010-03-17T19:25:00-04:00 2010-03-16T23:15:46Z SCHEDULED
28 Chicago United States ORD ORD KORD EGF4103 [empty string] EGF American Eagle Airlines [empty string] Chicago O'Hare International Airport -18000000 IL 2010-03-17T19:58:00-05:00 Little Rock United States LIT LIT KLIT [empty string] Adams Field Airport -14400000 AR 2010-03-17T19:30:00-04:00 2010-03-16T23:25:46Z SCHEDULED
29 Greenville United States GVT GVT KGVT N703RS [empty string] [empty string] [empty string] [empty string] Majors Airport -18000000 TX 2010-03-17T19:41:00-05:00 Little Rock United States LIT LIT KLIT [empty string] Adams Field Airport -14400000 AR 2010-03-17T19:40:00-04:00 2010-03-17T17:54:07Z Scheduled
30 Charlotte United States CLT CLT KCLT JIA299 [empty string] JIA PSA Airlines [empty string] Charlotte/Douglas International Airport -14400000 NC 2010-03-17T21:32:00-04:00 Little Rock United States LIT LIT KLIT [empty string] Adams Field Airport -14400000 AR 2010-03-17T19:44:00-04:00 2010-03-16T23:35:46Z SCHEDULED
31 Dallas-Fort Worth United States DFW DFW KDFW EGF3492 [empty string] EGF American Eagle Airlines [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-17T19:43:00-05:00 Little Rock United States LIT LIT KLIT [empty string] Adams Field Airport -14400000 AR 2010-03-17T19:48:00-04:00 2010-03-16T23:40:46Z SCHEDULED
32 Atlanta United States ATL ATL KATL ASQ5266 [empty string] ASQ Atlantic Southeast Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-17T21:22:00-04:00 Little Rock United States LIT LIT KLIT [empty string] Adams Field Airport -14400000 AR 2010-03-17T20:01:00-04:00 2010-03-16T23:50:46Z 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 BTA3121 E145 5 E145 240C 2350 L-L52J 2350 2 J new 05/97 | chg 8/97 | chg 11/98 | chg 12/03 189.340930096 erj-145.180.00.1f.1p.png erj-145 L 32.900833 -92.51222 Embraer/Brazil - EMB145/EP/EU/LU 8912 2010-03-17T21:03:37Z 441 L
2 EGF3533 CRJ7 5 CRJ7 160C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 253.961882444 CRJ-700.258.75.1f.1p.png CRJ-700 L 33.90139 -94.77334 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-17T21:03:37Z 386 L
3 EGF4284 E145 5 E145 330 2350 L-L52J 2350 2 J new 05/97 | chg 8/97 | chg 11/98 | chg 12/03 13.7801824309 erj-145.011.25.1f.1p.png erj-145 L 36.949444 -91.51723 Embraer/Brazil - EMB145/EP/EU/LU 8912 2010-03-17T21:03:41Z 432 L
4 EJA826P C560 5 C560 229 6000 S-L52J 3500 2 J new 11/89 | chg 10/90 104.440042411 Citation-5.101.25.1f.1p.png Citation-5 L 34.65 -91.45777 Cessna Aircraft - Citation 5 1828 2010-03-17T21:03:18Z 378 S
5 EJA871 H25B 5 H25B 150 3000 S-L52J 4000 2 J new 11/97 | chg 01/98 | chg 11/98 273.895579956 BAe-HS-125.270.00.1f.1p.png BAe-HS-125 L 35.023335 -95.05056 British Aerospace - BAe HS 125/700-800 1744 2010-03-17T21:03:41Z 377 S
6 OPT439 BE40 5 BE40 392 3300 L-L52J 2200 2 J new 11/89|chge 10/90|chge 11/98|chge 12/99|chge 02/00|chge 12/03 129.872863338 Hawker-400.123.75.1f.1p.png Hawker-400 L 33.12583 -89.81139 Beech/Raytheon - Beechjet 400/Hawker 1648 2010-03-17T21:03:06Z 442 L
7 SKW6502 CRJ7 5 CRJ7 374 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 283.175520538 CRJ-700.281.25.1f.1p.png CRJ-700 L 35.315277 -95.06028 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-17T21:03:01Z 413 L
8 SWA992 B733 5 B733 241 5500 L-L52J 3500 2 J new 11/98 227.712195679 737-300.225.00.1f.1p.png 737-300 L 30.831112 -93.876114 Boeing - Model 737-300 6922 2010-03-17T21:02:52Z 406 L
9 VNR175 P180 4 P180 330C 2870 S-L42T 2700 2 T new 04/93 23.0809207934 S-L42T.022.50.1f.1p.png [empty string] L 37.115276 -91.08611 Piaggio - P.180 Avanti 487 2010-03-17T21:03:29Z 362 S
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;" > Little Rock, AR </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;" > (LIT-Adams Field 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;"> Indianapolis, IN </td> <td></td> <td align="center" style="font-weight:bold;"> N910NF </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:10 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N910NF.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Little Rock, AR </td> <td>NetJets</td> <td align="center" style="font-weight:bold;"> 871 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:21 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EJA871.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 992 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:22 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA992.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago/Prospect Heights/Wheeling, IL </td> <td>Avantair</td> <td align="center" style="font-weight:bold;"> 175 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:32 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/VNR175.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 3533 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:34 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL3533.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3533 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:34 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3533.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> West Palm Beach, FL </td> <td>Flight Options</td> <td align="center" style="font-weight:bold;"> 439 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:36 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/OPT439.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6502 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:38 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6502.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 6502 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:38 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL6502.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 4284 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:39 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF4284.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>ExpressJet</td> <td align="center" style="font-weight:bold;"> 3121 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:42 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/BTA3121.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Wichita, KS </td> <td></td> <td align="center" style="font-weight:bold;"> HKB258 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:45 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/HKB258.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Phoenix, AZ </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 1063 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:55 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA1063.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> , </td> <td>NetJets</td> <td align="center" style="font-weight:bold;"> 826P </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:56 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EJA826P.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Springdale, AR </td> <td></td> <td align="center" style="font-weight:bold;"> LN760AF </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:08 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/LN760AF.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Atlanta, GA </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5138 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:25 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/ASQ5138.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3662 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:27 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EGF3662.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Jackson, MS </td> <td></td> <td align="center" style="font-weight:bold;"> N366HP </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:40 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N366HP.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Cahokia/St. Louis, IL </td> <td>Flight Express</td> <td align="center" style="font-weight:bold;"> 701 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:44 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/FLX701.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 304 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:01 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA304.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Memphis, TN </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 7395 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:08 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/DAL7395.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>ExpressJet</td> <td align="center" style="font-weight:bold;"> 2779 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:09 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/BTA2779.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3672 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:43 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EGF3672.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Atlanta, GA </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5450 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:49 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/ASQ5450.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Detroit, MI </td> <td>Pinnacle Airlines</td> <td align="center" style="font-weight:bold;"> 3972 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:01 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/FLG3972.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>ExpressJet</td> <td align="center" style="font-weight:bold;"> 2707 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:22 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/BTA2707.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> St. Louis, MO </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 2735 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:25 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA2735.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 4103 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:30 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EGF4103.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Greenville, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N703RS </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:40 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N703RS.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Charlotte, NC </td> <td>PSA Airlines</td> <td align="center" style="font-weight:bold;"> 299 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:44 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/JIA299.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3492 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:48 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EGF3492.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Atlanta, GA </td> <td>Atlantic Southeast Airlines</td> <td align="center" style="font-weight:bold;"> 5266 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 8:01 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/ASQ5266.cfm" > Scheduled </a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>
PRIORITY NORMAL
STARTTIME {ts '2010-03-17 17:08:38'}
STATUS TERMINATED