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-21T17:36:39Z ASDI_20100321_night 3 2010-03-21T20:36:39Z 2010-03-21T14:36:39Z
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 Austin United States AUS AUS KAUS AAL1199 MD82 AAL American Airlines 2010-03-21T17:44:32Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:38:00-05:00 Chicago United States ORD ORD KORD 2010-03-21T15:34:50Z Chicago O'Hare International Airport -18000000 IL 2010-03-21T10:35:00-05:00 2010-03-21T17:22:21Z ARRIVED
2 Austin United States AUS AUS KAUS SWA2892 [empty string] SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:43:00-05:00 Dallas United States DAL DAL KDAL [empty string] Dallas Love Field Airport -18000000 TX 2010-03-21T12:04:00-05:00 2010-03-21T17:14:58Z ARRIVED
3 Austin United States AUS AUS KAUS SWA474 B737 SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:47:00-05:00 El Paso United States ELP ELP KELP 2010-03-21T16:30:01Z El Paso International Airport -25200000 TX 2010-03-21T09:30:00-07:00 2010-03-21T16:54:30Z ARRIVED
4 Austin United States AUS AUS KAUS SWA1707 B737 SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:48:00-05:00 Chicago United States MDW MDW KMDW 2010-03-21T15:32:04Z Chicago Midway International Airport -18000000 IL 2010-03-21T10:32:00-05:00 2010-03-21T17:21:31Z ARRIVED
5 Austin United States AUS AUS KAUS FLG869 CRJ9 FLG Pinnacle Airlines 2010-03-21T17:54:09Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:54:00-05:00 Atlanta United States ATL ATL KATL 2010-03-21T15:54:16Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-21T11:54:00-04:00 2010-03-21T17:02:55Z ARRIVED
6 Austin United States AUS AUS KAUS N722SW G150 [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:56:00-05:00 Carrizo Springs United States XA89 [empty string] [empty string] 2010-03-21T17:19:15Z Faith Ranch Airport -18000000 TX 2010-03-21T12:19:00-05:00 [empty string] ARRIVED
7 Austin United States AUS AUS KAUS N810JP [empty string] [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:01:00-05:00 Midland United States MAF MAF KMAF [empty string] Midland International Airport -18000000 TX 2010-03-21T12:27:00-05:00 2010-03-21T17:27:15Z ARRIVED
8 Austin United States AUS AUS KAUS N592VP C560 [empty string] [empty string] 2010-03-21T18:03:09Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:03:00-05:00 Eagle United States EGE EGE KEGE 2010-03-21T16:07:04Z Eagle County Regional Airport -25200000 CO 2010-03-21T09:07:00-07:00 2010-03-21T17:35:48Z ARRIVED
9 Austin United States AUS AUS KAUS ASH2932 CRJ9 ASH Mesa Airlines 2010-03-21T18:08:38Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:03:00-05:00 Phoenix United States PHX PHX KPHX 2010-03-21T16:21:50Z Phoenix Sky Harbor International Airport -25200000 AZ 2010-03-21T09:21:00-07:00 2010-03-21T17:27:28Z ARRIVED
10 Austin United States AUS AUS KAUS N870S BE55 [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:05:00-05:00 Arlington United States GKY [empty string] KGKY 2010-03-21T17:11:53Z Arlington Municipal Airport -18000000 TX 2010-03-21T12:12:00-05:00 [empty string] ARRIVED
11 Austin United States AUS AUS KAUS COA741 B738 COA Continental Airlines 2010-03-21T18:10:09Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:10:00-05:00 Houston United States IAH IAH KIAH 2010-03-21T17:37:21Z George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-21T12:37:00-05:00 2010-03-21T17:37:21Z ARRIVED
12 Austin United States AUS AUS KAUS SWA729 B737 SWA Southwest Airlines 2010-03-21T18:17:08Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:11:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-21T15:53:51Z Los Angeles International Airport -25200000 CA 2010-03-21T08:54:00-07:00 2010-03-21T17:31:54Z ARRIVED
13 Austin United States AUS AUS KAUS TDE122 BE20 TDE Flight One [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:13:00-05:00 Telluride United States TEX TEX KTEX 2010-03-21T15:38:23Z Telluride Regional Airport -25200000 CO 2010-03-21T08:38:00-07:00 2010-03-21T17:27:54Z ARRIVED
14 Austin United States AUS AUS KAUS GJS7368 CRJ7 GJS GoJet Airlines 2010-03-21T18:21:32Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:15:00-05:00 Denver United States DEN DEN KDEN 2010-03-21T16:49:02Z Denver International Airport -25200000 CO 2010-03-21T09:49:00-07:00 2010-03-21T17:58:22Z ARRIVED
15 Austin United States AUS AUS KAUS N470CT BE40 [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:22:00-05:00 Heber United States 36U [empty string] [empty string] 2010-03-21T16:12:49Z Heber City Municipal - Russ McDonald Field -25200000 UT 2010-03-21T09:13:00-07:00 [empty string] ARRIVED
16 Austin United States AUS AUS KAUS EJA955 C750 EJA NetJets [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:27:00-05:00 Heber United States 36U [empty string] [empty string] 2010-03-21T16:36:02Z Heber City Municipal - Russ McDonald Field -25200000 UT 2010-03-21T09:36:00-07:00 [empty string] ARRIVED
17 Austin United States AUS AUS KAUS LXJ434 [empty string] LXJ Bombardier Business Jet Solutions [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:27:00-05:00 Toluca México [empty string] TLC MMTO [empty string] Licenciado Adolfo López Mateos International Airport -21600000 México 2010-03-21T09:54:00-06:00 2010-03-21T17:50:15Z ARRIVED
18 Austin United States AUS AUS KAUS N4299B [empty string] [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:29:00-05:00 Lake Charles United States CWF [empty string] KCWF [empty string] Chennault International Airport -18000000 LA 2010-03-21T10:48:00-05:00 2010-03-21T17:24:44Z ARRIVED
19 Austin United States AUS AUS KAUS N354WC C750 [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:37:00-05:00 Tulsa United States TUL TUL KTUL 2010-03-21T17:38:27Z Tulsa International Airport -14400000 OK 2010-03-21T13:38:00-04:00 2010-03-21T18:13:47Z IN FLIGHT
20 Austin United States AUS AUS KAUS SKW23S CRJ9 SKW SkyWest [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:38:00-05:00 Salt Lake City United States SLC SLC KSLC 2010-03-21T16:17:29Z Salt Lake City International Airport -25200000 UT 2010-03-21T09:17:00-07:00 2010-03-21T18:06:09Z IN FLIGHT
21 Austin United States AUS AUS KAUS N92190 [empty string] [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:40:00-05:00 Port Aransas United States RAS [empty string] KRAS [empty string] Mustang Beach Airport -18000000 TX 2010-03-21T12:03:00-05:00 2010-03-21T17:20:24Z IN FLIGHT
22 Austin United States AUS AUS KAUS AAL1435 MD82 AAL American Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:45:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-21T18:01:01Z Dallas/Fort Worth International Airport -18000000 TX 2010-03-21T13:01:00-05:00 2010-03-21T18:15:52Z IN FLIGHT
23 Austin United States AUS AUS KAUS SWA852 B733 SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:45:00-05:00 Las Vegas United States LAS LAS KLAS 2010-03-21T16:25:57Z Mc Carran International Airport -25200000 NV 2010-03-21T09:25:00-07:00 2010-03-21T17:45:13Z IN FLIGHT
24 Austin United States AUS AUS KAUS SWA3487 B733 SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:46:00-05:00 Dallas United States DAL DAL KDAL 2010-03-21T18:03:59Z Dallas Love Field Airport -18000000 TX 2010-03-21T13:04:00-05:00 2010-03-21T18:17:11Z IN FLIGHT
25 Austin United States AUS AUS KAUS FFT216 A319 FFT Frontier Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:48:00-05:00 Denver United States DEN DEN KDEN 2010-03-21T16:59:44Z Denver International Airport -25200000 CO 2010-03-21T10:00:00-07:00 2010-03-21T18:11:19Z IN FLIGHT
26 Austin United States AUS AUS KAUS ASA658 B737 ASA Alaska Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:50:00-05:00 San José United States SJC SJC KSJC 2010-03-21T15:54:26Z Norman Y. Mineta San José International Airport -25200000 CA 2010-03-21T08:54:00-07:00 2010-03-21T18:18:10Z IN FLIGHT
27 Austin United States AUS AUS KAUS N1834S BE36 [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:54:00-05:00 Port Aransas United States RAS [empty string] KRAS 2010-03-21T17:39:21Z Mustang Beach Airport -18000000 TX 2010-03-21T12:39:00-05:00 [empty string] IN FLIGHT
28 Austin United States AUS AUS KAUS AAL1751 MD82 AAL American Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:55:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-21T18:12:04Z Dallas/Fort Worth International Airport -18000000 TX 2010-03-21T13:12:00-05:00 2010-03-21T18:26:21Z IN FLIGHT
29 Austin United States AUS AUS KAUS EJA594 C56X EJA NetJets [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:58:00-05:00 Houston United States HOU HOU KHOU 2010-03-21T18:30:53Z William P Hobby Airport -18000000 TX 2010-03-21T13:30:00-05:00 2010-03-21T18:30:53Z IN FLIGHT
30 Austin United States AUS AUS KAUS TST1 [empty string] TST TRAST [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:06:00-05:00 Rockport United States RKP RKP KRKP [empty string] Aransas County Airport -18000000 TX 2010-03-21T12:46:00-05:00 2010-03-21T17:36:57Z Scheduled
31 Austin United States AUS AUS KAUS COA241 [empty string] COA Continental Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:07:00-05:00 Houston United States IAH IAH KIAH [empty string] George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-21T13:33:00-05:00 2010-03-21T17:35:32Z Scheduled
32 Austin United States AUS AUS KAUS OPT463 BE40 OPT Flight Options [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:13:00-05:00 Scottsdale United States SDL SCF KSDL 2010-03-21T17:13:30Z Scottsdale Airport -25200000 AZ 2010-03-21T10:13:00-07:00 2010-03-21T18:31:19Z IN FLIGHT
33 Austin United States AUS AUS KAUS LXJ260 [empty string] LXJ Bombardier Business Jet Solutions [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:18:00-05:00 Grand Cayman Cayman Islands [empty string] GCM MWCR [empty string] Owen Roberts International Airport -18000000 [empty string] 2010-03-21T10:40:00-05:00 2010-03-21T18:19:23Z IN FLIGHT
34 Austin United States AUS AUS KAUS SWA144 B737 SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:23:00-05:00 San Diego United States SAN SAN KSAN 2010-03-21T17:01:32Z San Diego International Airport -25200000 CA 2010-03-21T10:02:00-07:00 2010-03-21T18:30:01Z IN FLIGHT
35 Austin United States AUS AUS KAUS N441UC C441 [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:26:00-05:00 Tulsa United States RVS RVS KRVS 2010-03-21T18:05:16Z Richard Lloyd Jones Jr. Airport -14400000 OK 2010-03-21T14:05:00-04:00 2010-03-21T18:12:01Z IN FLIGHT
36 Austin United States AUS AUS KAUS CGHMW [empty string] CGH Guizhou Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:29:00-05:00 Laredo United States LRD LRD KLRD [empty string] Laredo International Airport -18000000 TX 2010-03-21T13:35:00-05:00 2010-03-21T17:45:32Z Scheduled
37 Austin United States AUS AUS KAUS SWA3582 [empty string] SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:34:00-05:00 Houston United States HOU HOU KHOU [empty string] William P Hobby Airport -18000000 TX 2010-03-21T14:00:00-05:00 2010-03-21T18:05:11Z Scheduled
38 Austin United States AUS AUS KAUS N123TS P46T [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:35:00-05:00 Destin United States DTS DSI KDTS 2010-03-21T16:37:38Z Destin-Fort Walton Beach Airport -18000000 FL 2010-03-21T11:37:00-05:00 2010-03-21T17:02:25Z IN FLIGHT
39 Austin United States AUS AUS KAUS N456ES [empty string] [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:37:00-05:00 Laredo United States LRD LRD KLRD [empty string] Laredo International Airport -18000000 TX 2010-03-21T13:40:00-05:00 2010-03-21T17:50:08Z Scheduled
40 Austin United States AUS AUS KAUS AAL1587 [empty string] AAL American Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:42:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-21T14:10:00-05:00 2010-03-21T18:25:20Z Scheduled
41 Austin United States AUS AUS KAUS N4178D P28A [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:49:00-05:00 Rockport United States RKP RKP KRKP 2010-03-21T18:17:02Z Aransas County Airport -18000000 TX 2010-03-21T13:17:00-05:00 [empty string] IN FLIGHT
42 Austin United States AUS AUS KAUS JBU1416 E190 JBU JetBlue Airways [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:55:00-05:00 Long Beach United States LGB LGB KLGB 2010-03-21T17:26:42Z Long Beach Airport (Daugherty Field) -25200000 CA 2010-03-21T10:27:00-07:00 2010-03-21T17:57:14Z IN FLIGHT
43 Austin United States AUS AUS KAUS SWA333 [empty string] SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:57:00-05:00 Harlingen United States HRL HRL KHRL [empty string] Valley International Airport -18000000 TX 2010-03-21T14:05:00-05:00 2010-03-21T18:15:32Z Scheduled
44 Austin United States AUS AUS KAUS JNH7 H25B [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:58:00-05:00 Telluride United States TEX TEX KTEX 2010-03-21T18:16:19Z Telluride Regional Airport -25200000 CO 2010-03-21T11:16:00-07:00 2010-03-21T18:29:17Z IN FLIGHT
45 Austin United States AUS AUS KAUS N9CH PRM1 [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:01:00-05:00 Eagle United States EGE EGE KEGE 2010-03-21T18:05:13Z Eagle County Regional Airport -25200000 CO 2010-03-21T11:05:00-07:00 2010-03-21T18:20:18Z IN FLIGHT
46 Austin United States AUS AUS KAUS N869TW PC12 [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:02:00-05:00 Aspen United States ASE ASE KASE 2010-03-21T17:33:10Z Aspen-Pitkin County Airport/Sardy Field -25200000 CO 2010-03-21T10:33:00-07:00 2010-03-21T18:11:46Z IN FLIGHT
47 Austin United States AUS AUS KAUS N280KT [empty string] [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:05:00-05:00 Denver United States APA APA KAPA [empty string] Centennial Airport -25200000 CO 2010-03-21T09:49:00-07:00 2010-03-21T18:00:58Z IN FLIGHT
48 Austin United States AUS AUS KAUS N5347V [empty string] [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:08:00-05:00 Shawnee United States SNL SNL KSNL [empty string] Shawnee Regional Airport -25200000 OK 2010-03-21T11:40:00-07:00 2010-03-21T18:00:20Z Scheduled
49 Austin United States AUS AUS KAUS FIV604 [empty string] FIV Citationshares [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:10:00-05:00 Oklahoma City United States PWA PWA KPWA [empty string] Wiley Post Airport -25200000 OK 2010-03-21T12:10:00-07:00 2010-03-21T18:30:26Z Scheduled
50 Austin United States AUS AUS KAUS TCF7658 E170 TCF Shuttle America [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:12:00-05:00 Washington United States IAD IAD KIAD 2010-03-21T16:57:42Z Washington Dulles International Airport -14400000 DC 2010-03-21T12:58:00-04:00 2010-03-21T18:23:35Z IN FLIGHT
51 Austin United States AUS AUS KAUS N1169N [empty string] [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:14:00-05:00 Amarillo United States AMA AMA KAMA [empty string] Rick Husband Amarillo International Airport -25200000 TX 2010-03-21T10:56:00-07:00 2010-03-21T18:10:43Z IN FLIGHT
52 Austin United States AUS AUS KAUS FLG3723 [empty string] FLG Pinnacle Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:15:00-05:00 Memphis United States MEM MEM KMEM [empty string] Memphis International Airport -18000000 TN 2010-03-21T13:53:00-05:00 2010-03-21T18:10:33Z Scheduled
53 Austin United States AUS AUS KAUS ASA668 B738 ASA Alaska Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:21:00-05:00 Seattle United States SEA SEA KSEA 2010-03-21T17:01:23Z Seattle-Tacoma International Airport -25200000 WA 2010-03-21T10:01:00-07:00 2010-03-21T17:31:03Z IN FLIGHT
54 Austin United States AUS AUS KAUS SLI2446 [empty string] SLI Aerolitoral [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:25:00-05:00 Ciudad de México México [empty string] MEX MMMX [empty string] Benito Juárez International Airport -21600000 Distrito Federal 2010-03-21T12:30:00-06:00 2010-03-21T17:50:04Z Scheduled
55 Austin United States AUS AUS KAUS JBU1065 E190 JBU JetBlue Airways [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:25:00-05:00 New York United States JFK JFK KJFK 2010-03-21T16:38:01Z John F Kennedy International Airport -14400000 NY 2010-03-21T12:38:00-04:00 2010-03-21T18:14:00Z IN FLIGHT
56 Austin United States AUS AUS KAUS SWA314 [empty string] SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:25:00-05:00 Phoenix United States PHX PHX KPHX [empty string] Phoenix Sky Harbor International Airport -25200000 AZ 2010-03-21T11:41:00-07:00 2010-03-21T17:55:05Z Scheduled
57 Austin United States AUS AUS KAUS SWA917 [empty string] SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:27:00-05:00 Dallas United States DAL DAL KDAL [empty string] Dallas Love Field Airport -18000000 TX 2010-03-21T14:45:00-05:00 2010-03-21T18:10:48Z Scheduled
58 Austin United States AUS AUS KAUS BTA2299 [empty string] BTA ExpressJet [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:31:00-05:00 Houston United States IAH IAH KIAH [empty string] George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-21T14:58:00-05:00 2010-03-21T18:25:22Z Scheduled
59 Austin United States AUS AUS KAUS FLG910 [empty string] FLG Pinnacle Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:36:00-05:00 Atlanta United States ATL ATL KATL [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-21T14:31:00-04:00 2010-03-21T17:37:21Z Scheduled
60 Austin United States AUS AUS KAUS SWA164 B737 SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:36:00-05:00 Oakland United States OAK OAK KOAK 2010-03-21T17:42:27Z Metropolitan Oakland International Airport -25200000 CA 2010-03-21T10:42:00-07:00 2010-03-21T16:30:10Z IN FLIGHT
61 Austin United States AUS AUS KAUS SWA104 [empty string] SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:41:00-05:00 Fort Lauderdale United States FLL FLL KFLL [empty string] Fort Lauderdale/Hollywood International Airport -14400000 FL 2010-03-21T13:52:00-04:00 2010-03-21T18:18:20Z 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 AAL1435 MD82 5 MD82 054 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 178.611569257 MD-82.180.00.1f.1p.png MD-82 L 30.194166 -97.53001 McDonnell-Douglas - MD-82 3509 2010-03-21T18:31:16Z 302 L
2 AAL1751 MD82 5 MD82 168 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 190.342873249 MD-82.191.25.1f.1p.png MD-82 L 31.126112 -97.240555 McDonnell-Douglas - MD-82 3509 2010-03-21T18:31:28Z 435 L
3 ASA658 B737 5 B737 119 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 98.6127543378 737-700.090.00.1f.1p.png 737-700 L 30.735277 -98.2325 Boeing - Model 737-700 11245 2010-03-21T18:31:16Z 366 L
4 ASA668 B738 5 B738 370C 4000 L-L52J 4000 2 J new 11/98 130.640646256 737-800.135.00.1f.1p.png 737-800 L 40.43 -110.53361 Boeing - Model 737-800 4613 2010-03-21T18:31:15Z 478 L
5 FFT216 A319 5 A319 050 3500 L-L52J 3500 2 J new 11/97 | chg 12/99 163.290638149 A319.168.75.1f.1p.png A319 L 30.355833 -97.92667 Airbus Industries - Airbus A319 5463 2010-03-21T18:31:28Z 292 L
6 JBU1065 E190 5 E190 360C 2350 L-L52J 2350 2 J add 11/05 245.311790195 L-L52J.247.50.1f.1p.png [empty string] L 36.476665 -86.88333 Embraer - ERJ190/E190 1553 2010-03-21T18:31:05Z 388 L
7 JBU1416 E190 5 E190 370C 2350 L-L52J 2350 2 J add 11/05 99.0208654507 L-L52J.090.00.1f.1p.png [empty string] L 32.49861 -108.060005 Embraer - ERJ190/E190 1553 2010-03-21T18:31:14Z 546 L
8 JNH7 H25B 5 H25B 371 3000 S-L52J 4000 2 J new 11/97 | chg 01/98 | chg 11/98 129.611715682 BAe-HS-125.123.75.1f.1p.png BAe-HS-125 L 36.879166 -106.906944 British Aerospace - BAe HS 125/700-800 1744 2010-03-21T18:30:25Z 471 S
9 N1169N M20P 1 M20P 094 1000 S-L11P 1000 1 P new 11/98 147.764375945 S-L11P.146.25.1f.1p.png [empty string] L 33.843887 -100.55445 Mooney Aircraft - M20/Mark 21/Ranger 697 2010-03-21T18:30:46Z 192 S
10 N123TS P46T 3 P46T 280C 1500 S-L11T 1500 1 T new 11/98 | chg 02/08 263.249763545 S-L11T.270.00.1f.1p.png [empty string] L 30.507778 -92.292496 Piper Aircraft - Malibu Meridian 413 2010-03-21T18:30:40Z 201 S
11 N1834S BE36 1 BE36 080 1100 S-L11P 1100 1 P chg 10/90 343.826107284 S-L11P.348.75.1f.1p.png [empty string] L 29.51111 -97.498604 Beech Aircraft - Bonanza 36 1725 2010-03-21T18:30:40Z 123 S
12 N280KT PA46 1 PA46 258 1000 S-L11P 1000 1 P new 11/89 | chg 10/90 149.674475374 S-L11P.146.25.1f.1p.png [empty string] L 32.00111 -99.130554 Piper Aircraft - Malibu 545 2010-03-21T18:30:58Z 346 S
13 N354WC C750 5 C750 220 3500 S-L52J 3500 2 J new 12/96 | chg 11/98 243.304082739 S-L52J.247.50.1f.1p.png [empty string] L 30.118889 -97.7225 Cessna Aircraft - Citation 10 945 2010-03-21T18:31:16Z 176 S
14 N4178D P28A 1 P28A 071 750 S-L11P 1000 1 P new 11/98 327.432887366 S-L11P.326.25.1f.1p.png [empty string] L 28.335001 -97.22639 Piper Aircraft - Cherokee/Archer 1455 2010-03-21T18:31:28Z 53 S
15 N441UC C441 4 C441 200C 4200 S-L42T 3000 2 T chg 10/90 188.471448474 S-L42T.180.00.1f.1p.png [empty string] L 34.241943 -96.624725 Cessna Aircraft - Conquest/Conquest 2 361 2010-03-21T18:30:22Z 337 S
16 N869TW PC12 3 PC12 250C 1900 S-L11T 1900 1 T new 07/98 | chg 11/98 | chg 02/08 137.26918712 S-L11T.135.00.1f.1p.png [empty string] L 36.054165 -103.62056 Pilatus - PC-12 1413 2010-03-21T18:30:49Z 303 S
17 N92190 C172 1 C172 019 650 S-L11P 1000 1 P chg 10/90 357.11204578 Skyhawk-172.000.00.1f.1p.png Skyhawk-172 L 30.117779 -97.65528 Cessna Aircraft - Skyhawk 172/Cutlass 5996 2010-03-21T18:30:40Z 104 S
18 N9CH PRM1 5 PRM1 399 3000 S-L52J 3000 2 J add 02/06 145.439421272 Premier-1.146.25.1f.1p.png Premier-1 L 38.487778 -104.858055 Raytheon - Premier1 367 2010-03-21T18:30:54Z 432 S
19 OPT463 BE40 5 BE40 382 3300 L-L52J 2200 2 J new 11/89|chge 10/90|chge 11/98|chge 12/99|chge 02/00|chge 12/03 99.4205055332 Hawker-400.090.00.1f.1p.png Hawker-400 L 31.49611 -101.148056 Beech/Raytheon - Beechjet 400/Hawker 1648 2010-03-21T18:31:11Z 447 L
20 SKW23S CRJ9 5 CRJ9 270 5000 L-L52J 6000 2 J add 08/03 18.6812282958 CRJ-900.011.25.1f.1p.png CRJ-900 L 30.190832 -97.654724 Canadair Bombardier - RJ-900 Regional Jet 2707 2010-03-21T18:30:28Z 93 L
21 SWA104 B737 5 B737 380C 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 288.033974696 737-700.281.25.1f.1p.png 737-700 L 27.703335 -83.7575 Boeing - Model 737-700 11245 2010-03-21T18:31:12Z 387 L
22 SWA144 B737 5 B737 390C 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 100.390794016 737-700.101.25.1f.1p.png 737-700 L 31.546389 -102.83111 Boeing - Model 737-700 11245 2010-03-21T18:31:04Z 0 L
23 SWA164 B737 5 B737 390C 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 86.0511340949 737-700.090.00.1f.1p.png 737-700 L 38.268333 -114.12972 Boeing - Model 737-700 11245 2010-03-21T18:31:15Z 537 L
24 SWA3487 B733 5 B733 077 5500 L-L52J 3500 2 J new 11/98 192.926918034 737-300.191.25.1f.1p.png 737-300 L 30.382223 -97.51945 Boeing - Model 737-300 6922 2010-03-21T18:31:16Z 308 L
25 SWA852 B733 5 B733 090 5500 L-L52J 3500 2 J new 11/98 163.306990816 737-300.168.75.1f.1p.png 737-300 L 30.570002 -97.98333 Boeing - Model 737-300 6922 2010-03-21T18:30:40Z 304 L
26 TCF7658 E170 5 E170 340C 2350 L-L52J 2350 2 J add 04/03 242.140922308 EMB170.247.50.1f.1p.png EMB170 L 35.909447 -88.38611 Embraer/Brazil - EMB170 3355 2010-03-21T18:30:41Z 375 L
ELAPSEDTIME 7170
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;" > Austin, 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;" > (AUS-Austin-Bergstrom 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;"> Chicago, IL </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1199 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:38 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1199.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 2892 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:43 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA2892.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> El Paso, TX </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 474 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:47 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA474.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 1707 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:48 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA1707.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Atlanta, GA </td> <td>Pinnacle Airlines</td> <td align="center" style="font-weight:bold;"> 869 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:54 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/FLG869.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Carrizo Springs, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N722SW </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:56 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N722SW.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Midland, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N810JP </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:01 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N810JP.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Eagle, CO </td> <td></td> <td align="center" style="font-weight:bold;"> N592VP </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:03 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N592VP.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Phoenix, AZ </td> <td>Mesa Airlines</td> <td align="center" style="font-weight:bold;"> 2932 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:03 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASH2932.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Arlington, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N870S </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:05 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N870S.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>Continental Airlines</td> <td align="center" style="font-weight:bold;"> 741 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:10 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/COA741.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Los Angeles, CA </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 729 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:11 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA729.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Telluride, CO </td> <td>Flight One</td> <td align="center" style="font-weight:bold;"> 122 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:13 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TDE122.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td>GoJet Airlines</td> <td align="center" style="font-weight:bold;"> 7368 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:15 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/GJS7368.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Heber, UT </td> <td></td> <td align="center" style="font-weight:bold;"> N470CT </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:22 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N470CT.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Heber, UT </td> <td>NetJets</td> <td align="center" style="font-weight:bold;"> 955 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:27 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EJA955.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Toluca, México </td> <td>Bombardier Business Jet Solutions</td> <td align="center" style="font-weight:bold;"> 434 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:27 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/LXJ434.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Lake Charles, LA </td> <td></td> <td align="center" style="font-weight:bold;"> N4299B </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:29 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N4299B.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Tulsa, OK </td> <td></td> <td align="center" style="font-weight:bold;"> N354WC </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:37 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N354WC.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Salt Lake City, UT </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 23S </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:38 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW23S.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Port Aransas, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N92190 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:40 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N92190.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;"> 1435 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:45 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1435.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Las Vegas, NV </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 852 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:45 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA852.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;"> 3487 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:46 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA3487.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td>Frontier Airlines</td> <td align="center" style="font-weight:bold;"> 216 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:48 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/FFT216.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> San José, CA </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 658 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:50 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA658.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Port Aransas, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N1834S </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:54 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N1834S.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;"> 1751 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:55 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1751.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>NetJets</td> <td align="center" style="font-weight:bold;"> 594 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:58 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EJA594.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Rockport, TX </td> <td>TRAST</td> <td align="center" style="font-weight:bold;"> 1 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:06 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/TST1.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>Continental Airlines</td> <td align="center" style="font-weight:bold;"> 241 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:07 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/COA241.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Scottsdale, AZ </td> <td>Flight Options</td> <td align="center" style="font-weight:bold;"> 463 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:13 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/OPT463.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Grand Cayman, Cayman Islands </td> <td>Bombardier Business Jet Solutions</td> <td align="center" style="font-weight:bold;"> 260 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:18 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/LXJ260.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Diego, CA </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 144 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:23 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA144.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Tulsa, OK </td> <td></td> <td align="center" style="font-weight:bold;"> N441UC </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:26 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N441UC.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Laredo, TX </td> <td>Guizhou Airlines</td> <td align="center" style="font-weight:bold;"> MW </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:29 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/CGHMW.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 3582 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:34 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA3582.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Destin, FL </td> <td></td> <td align="center" style="font-weight:bold;"> N123TS </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:35 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N123TS.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Laredo, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N456ES </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:37 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N456ES.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1587 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:42 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL1587.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Rockport, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N4178D </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:49 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N4178D.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Long Beach, CA </td> <td>JetBlue Airways</td> <td align="center" style="font-weight:bold;"> 1416 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:55 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/JBU1416.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Harlingen, TX </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 333 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:57 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA333.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Telluride, CO </td> <td></td> <td align="center" style="font-weight:bold;"> JNH7 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:58 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/JNH7.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Eagle, CO </td> <td></td> <td align="center" style="font-weight:bold;"> N9CH </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:01 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N9CH.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Aspen, CO </td> <td></td> <td align="center" style="font-weight:bold;"> N869TW </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:02 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N869TW.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td></td> <td align="center" style="font-weight:bold;"> N280KT </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:05 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N280KT.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Shawnee, OK </td> <td></td> <td align="center" style="font-weight:bold;"> N5347V </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:08 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N5347V.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Oklahoma City, OK </td> <td>Citationshares</td> <td align="center" style="font-weight:bold;"> 604 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:10 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/FIV604.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Washington, DC </td> <td>Shuttle America</td> <td align="center" style="font-weight:bold;"> 7658 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:12 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TCF7658.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Amarillo, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N1169N </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:14 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N1169N.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Memphis, TN </td> <td>Pinnacle Airlines</td> <td align="center" style="font-weight:bold;"> 3723 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:15 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/FLG3723.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Seattle, WA </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 668 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:21 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA668.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Ciudad de México, Distrito Federal </td> <td>Aerolitoral</td> <td align="center" style="font-weight:bold;"> 2446 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:25 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SLI2446.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>JetBlue Airways</td> <td align="center" style="font-weight:bold;"> 1065 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:25 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/JBU1065.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Phoenix, AZ </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 314 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:25 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA314.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;"> 917 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:27 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA917.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>ExpressJet</td> <td align="center" style="font-weight:bold;"> 2299 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:31 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/BTA2299.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Atlanta, GA </td> <td>Pinnacle Airlines</td> <td align="center" style="font-weight:bold;"> 910 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:36 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/FLG910.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Oakland, CA </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 164 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:36 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA164.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fort Lauderdale, FL </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 104 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:41 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA104.cfm" class="green" > In Flight </a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>
PRIORITY NORMAL
SCRIPT point = new GLatLng(30.194166,-97.53001); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> American Airlines Flight 1435</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Dallas/Fort Worth Interna... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 1:01 PM (-05:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 1:45 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>302 kts/348 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>5,400 feet</td></tr><tr><th>Aircraft Type:</th><td>MD82</td><td align='right'><a href='http://www.helloflight.com/Flight/AAL1435.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/MD-82.180.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "AAL1435" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(31.126112,-97.240555); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> American Airlines Flight 1751</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Dallas/Fort Worth Interna... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 1:12 PM (-05:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 1:55 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>435 kts/501 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>16,800 feet</td></tr><tr><th>Aircraft Type:</th><td>MD82</td><td align='right'><a href='http://www.helloflight.com/Flight/AAL1751.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/MD-82.191.25.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "AAL1751" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(30.735277,-98.2325); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Alaska Airlines Flight 658</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Norman Y. Mineta San José... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 8:54 AM (-07:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 1:50 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>366 kts/421 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>11,900 feet</td></tr><tr><th>Aircraft Type:</th><td>B737</td><td align='right'><a href='http://www.helloflight.com/Flight/ASA658.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" ), "ASA658" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(40.43,-110.53361); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Alaska Airlines Flight 668</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Seattle-Tacoma Internatio... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 10:01 AM (-07:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 3:21 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>478 kts/550 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>37,000 feet</td></tr><tr><th>Aircraft Type:</th><td>B738</td><td align='right'><a href='http://www.helloflight.com/Flight/ASA668.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/737-800.135.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "ASA668" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(30.355833,-97.92667); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Frontier Airlines Flight 216</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Denver International Airport</td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 10:00 AM (-07:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 1:48 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>292 kts/336 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>5,000 feet</td></tr><tr><th>Aircraft Type:</th><td>A319</td><td align='right'><a href='http://www.helloflight.com/Flight/FFT216.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/A319.168.75.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "FFT216" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(36.476665,-86.88333); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> JetBlue Airways Flight 1065</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> John F Kennedy Internatio... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 12:38 PM (-04:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 3:25 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>388 kts/447 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>36,000 feet</td></tr><tr><th>Aircraft Type:</th><td>E190</td><td align='right'><a href='http://www.helloflight.com/Flight/JBU1065.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/L-L52J.247.50.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "JBU1065" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(32.49861,-108.060005); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> JetBlue Airways Flight 1416</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Long Beach Airport (Daugh... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 10:27 AM (-07:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 2:55 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>546 kts/628 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>37,000 feet</td></tr><tr><th>Aircraft Type:</th><td>E190</td><td align='right'><a href='http://www.helloflight.com/Flight/JBU1416.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/L-L52J.090.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "JBU1416" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(36.879166,-106.906944); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> JNH7</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Telluride Regional Airport</td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 11:16 AM (-07:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 2:58 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>471 kts/542 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>37,100 feet</td></tr><tr><th>Aircraft Type:</th><td>H25B</td><td align='right'><a href='http://www.helloflight.com/Flight/JNH7.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/BAe-HS-125.123.75.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "JNH7" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.843887,-100.55445); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> N1169N</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Rick Husband Amarillo Int... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 10:56 AM (-07:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 3:14 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>192 kts/221 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>9,400 feet</td></tr><tr><th>Aircraft Type:</th><td>M20P</td><td align='right'><a href='http://www.helloflight.com/Flight/N1169N.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/S-L11P.146.25.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N1169N" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(30.507778,-92.292496); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> N123TS</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Destin-Fort Walton Beach ... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 11:37 AM (-05:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 2:35 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>201 kts/231 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>28,000 feet</td></tr><tr><th>Aircraft Type:</th><td>P46T</td><td align='right'><a href='http://www.helloflight.com/Flight/N123TS.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/S-L11T.270.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N123TS" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(29.51111,-97.498604); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> N1834S</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Mustang Beach Airport</td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 12:39 PM (-05:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 1:54 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>123 kts/142 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>8,000 feet</td></tr><tr><th>Aircraft Type:</th><td>BE36</td><td align='right'><a href='http://www.helloflight.com/Flight/N1834S.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/S-L11P.348.75.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N1834S" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(32.00111,-99.130554); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> N280KT</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Centennial Airport</td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 9:49 AM (-07:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 3:05 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>346 kts/398 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>25,800 feet</td></tr><tr><th>Aircraft Type:</th><td>PA46</td><td align='right'><a href='http://www.helloflight.com/Flight/N280KT.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/S-L11P.146.25.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N280KT" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(30.118889,-97.7225); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> N354WC</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Tulsa International Airport</td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 1:38 PM (-04:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 1:37 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>176 kts/203 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>22,000 feet</td></tr><tr><th>Aircraft Type:</th><td>C750</td><td align='right'><a href='http://www.helloflight.com/Flight/N354WC.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/S-L52J.247.50.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N354WC" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(28.335001,-97.22639); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> N4178D</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Aransas County Airport</td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 1:17 PM (-05:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 2:49 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>53 kts/61 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>7,100 feet</td></tr><tr><th>Aircraft Type:</th><td>P28A</td><td align='right'><a href='http://www.helloflight.com/Flight/N4178D.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/S-L11P.326.25.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N4178D" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(34.241943,-96.624725); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> N441UC</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Richard Lloyd Jones Jr. A... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 2:05 PM (-04:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 2:26 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>337 kts/388 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>20,000 feet</td></tr><tr><th>Aircraft Type:</th><td>C441</td><td align='right'><a href='http://www.helloflight.com/Flight/N441UC.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/S-L42T.180.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N441UC" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(36.054165,-103.62056); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> N869TW</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Aspen-Pitkin County Airpo... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 10:33 AM (-07:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 3:02 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>303 kts/349 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>25,000 feet</td></tr><tr><th>Aircraft Type:</th><td>PC12</td><td align='right'><a href='http://www.helloflight.com/Flight/N869TW.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/S-L11T.135.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N869TW" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(30.117779,-97.65528); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> N92190</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Mustang Beach Airport</td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 12:03 PM (-05:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 1:40 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>104 kts/120 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>1,900 feet</td></tr><tr><th>Aircraft Type:</th><td>C172</td><td align='right'><a href='http://www.helloflight.com/Flight/N92190.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/Skyhawk-172.000.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N92190" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(38.487778,-104.858055); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> N9CH</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Eagle County Regional Air... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 11:05 AM (-07:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 3:01 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>432 kts/497 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>39,900 feet</td></tr><tr><th>Aircraft Type:</th><td>PRM1</td><td align='right'><a href='http://www.helloflight.com/Flight/N9CH.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/Premier-1.146.25.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N9CH" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(31.49611,-101.148056); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Flight Options Flight 463</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Scottsdale Airport</td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 10:13 AM (-07:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 2:13 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>447 kts/514 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>38,200 feet</td></tr><tr><th>Aircraft Type:</th><td>BE40</td><td align='right'><a href='http://www.helloflight.com/Flight/OPT463.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/Hawker-400.090.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "OPT463" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(30.190832,-97.654724); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> SkyWest Flight 23S</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Salt Lake City Internatio... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 9:17 AM (-07:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 1:38 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>93 kts/107 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>27,000 feet</td></tr><tr><th>Aircraft Type:</th><td>CRJ9</td><td align='right'><a href='http://www.helloflight.com/Flight/SKW23S.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/CRJ-900.011.25.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "SKW23S" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(27.703335,-83.7575); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Southwest Airlines Flight 104</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Fort Lauderdale/Hollywood... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 1:52 PM (-04:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 3:41 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>387 kts/445 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>38,000 feet</td></tr><tr><th>Aircraft Type:</th><td>B737</td><td align='right'><a href='http://www.helloflight.com/Flight/SWA104.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/737-700.281.25.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "SWA104" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(31.546389,-102.83111); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Southwest Airlines Flight 144</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> San Diego International A... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 10:02 AM (-07:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 2:23 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>0 kts/0 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>39,000 feet</td></tr><tr><th>Aircraft Type:</th><td>B737</td><td align='right'><a href='http://www.helloflight.com/Flight/SWA144.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/737-700.101.25.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "SWA144" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(38.268333,-114.12972); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Southwest Airlines Flight 164</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Metropolitan Oakland Inte... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 10:42 AM (-07:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 3:36 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>537 kts/618 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>39,000 feet</td></tr><tr><th>Aircraft Type:</th><td>B737</td><td align='right'><a href='http://www.helloflight.com/Flight/SWA164.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" ), "SWA164" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(30.382223,-97.51945); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Southwest Airlines Flight 3487</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/21 1:04 PM (-05:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 1:46 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>308 kts/354 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>7,700 feet</td></tr><tr><th>Aircraft Type:</th><td>B733</td><td align='right'><a href='http://www.helloflight.com/Flight/SWA3487.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/737-300.191.25.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "SWA3487" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(30.570002,-97.98333); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Southwest Airlines Flight 852</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/21 9:25 AM (-07:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 1:45 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>304 kts/350 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>9,000 feet</td></tr><tr><th>Aircraft Type:</th><td>B733</td><td align='right'><a href='http://www.helloflight.com/Flight/SWA852.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/737-300.168.75.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "SWA852" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(35.909447,-88.38611); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Shuttle America Flight 7658</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Washington Dulles Interna... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 12:58 PM (-04:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/21 3:12 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>375 kts/432 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>34,000 feet</td></tr><tr><th>Aircraft Type:</th><td>E170</td><td align='right'><a href='http://www.helloflight.com/Flight/TCF7658.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/EMB170.247.50.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "TCF7658" ); map.addOverlay(marker); bounds.extend(point); map.setZoom(map.getBoundsZoomLevel(bounds)); map.setCenter(bounds.getCenter());
STARTTIME {ts '2010-03-21 14:36:38'}
STATUS COMPLETED
struct
DEPARTUREPAGINATION
query
  CURRENT DB HOURS NEXT PREVIOUS
1 2010-03-21T17:36:39Z ASDI_20100321_night 3 2010-03-21T20:36:39Z 2010-03-21T14:36:39Z
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 [empty string] [empty string] [empty string] [empty string] [empty string] SWA785 [empty string] SWA Southwest Airlines [empty string] [empty string] [empty string] [empty string] [empty string] Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX [empty string] 2010-03-21T18:29:46Z [empty string]
2 South Lake Tahoe United States TVL TVL KTVL EJA748 GALX EJA NetJets [empty string] Lake Tahoe Airport -25200000 CA 2010-03-21T14:14:00-07:00 Austin United States AUS AUS KAUS 2010-03-21T17:36:34Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:37:00-05:00 2010-03-21T18:11:54Z IN FLIGHT
3 Los Angeles United States LAX LAX KLAX AAL813 MD82 AAL American Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-21T13:45:00-07:00 Austin United States AUS AUS KAUS 2010-03-21T17:42:31Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:43:00-05:00 2010-03-21T18:18:48Z IN FLIGHT
4 Dallas-Fort Worth United States DFW DFW KDFW AAL474 MD82 AAL American Airlines [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-21T13:37:00-05:00 Austin United States AUS AUS KAUS 2010-03-21T17:53:39Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:54:00-05:00 2010-03-21T18:03:27Z IN FLIGHT
5 Glendale United States GEU [empty string] KGEU EJA987 [empty string] EJA NetJets [empty string] Glendale Municipal Airport -25200000 AZ 2010-03-21T12:47:00-07:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:54:00-05:00 2010-03-21T16:38:32Z Scheduled
6 Santa Ana United States SNA SNA KSNA EJA748 [empty string] EJA NetJets [empty string] John Wayne-Orange County Airport -25200000 CA 2010-03-21T13:54:00-07:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:00:00-05:00 2010-03-21T13:53:16Z IN FLIGHT
7 Eagle United States EGE EGE KEGE EJA829 [empty string] EJA NetJets [empty string] Eagle County Regional Airport -25200000 CO 2010-03-21T13:18:00-07:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:06:00-05:00 2010-03-21T16:50:33Z Scheduled
8 Ardmore United States ADM ADM KADM N52854 [empty string] [empty string] [empty string] [empty string] Ardmore Municipal Airport -25200000 OK 2010-03-21T13:50:00-07:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:10:00-05:00 2010-03-21T17:30:32Z Scheduled
9 Houston United States HOU HOU KHOU N722SW G150 [empty string] [empty string] [empty string] William P Hobby Airport -18000000 TX 2010-03-21T13:39:00-05:00 Austin United States AUS AUS KAUS 2010-03-21T18:10:00Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:10:00-05:00 2010-03-21T18:10:00Z IN FLIGHT
10 Taos United States SKX TSM KSKX TDE122 [empty string] TDE Flight One [empty string] Taos Regional Airport -25200000 NM 2010-03-21T14:00:00-07:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:10:00-05:00 2010-03-21T17:20:12Z Scheduled
11 Palm Springs United States TRM TRM KTRM N5AH BE9T [empty string] [empty string] [empty string] Jacqueline Cochran Regional Airport -25200000 CA 2010-03-21T15:22:00-07:00 Austin United States AUS AUS KAUS 2010-03-21T18:13:33Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:14:00-05:00 2010-03-21T18:13:33Z IN FLIGHT
12 Las Vegas United States LAS LAS KLAS EJA908P C750 EJA NetJets [empty string] Mc Carran International Airport -25200000 NV 2010-03-21T13:56:00-07:00 Austin United States AUS AUS KAUS 2010-03-21T18:15:39Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:16:00-05:00 2010-03-21T18:25:38Z IN FLIGHT
13 Tampa United States TPA TPA KTPA SWA836 B733 SWA Southwest Airlines [empty string] Tampa International Airport -14400000 FL 2010-03-21T16:18:00-04:00 Austin United States AUS AUS KAUS 2010-03-21T18:16:44Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:17:00-05:00 2010-03-21T18:30:37Z IN FLIGHT
14 Houston United States HOU HOU KHOU SWA845 B737 SWA Southwest Airlines [empty string] William P Hobby Airport -18000000 TX 2010-03-21T13:46:00-05:00 Austin United States AUS AUS KAUS 2010-03-21T18:17:58Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:18:00-05:00 2010-03-21T18:26:54Z IN FLIGHT
15 Houston United States IAH IAH KIAH N759FS BE9T [empty string] [empty string] [empty string] George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-21T13:57:00-05:00 Austin United States AUS AUS KAUS 2010-03-21T18:19:40Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:20:00-05:00 2010-03-21T18:19:40Z IN FLIGHT
16 Dallas United States DAL DAL KDAL SWA785 B737 SWA Southwest Airlines [empty string] Dallas Love Field Airport -18000000 TX 2010-03-21T14:04:00-05:00 Austin United States AUS AUS KAUS 2010-03-21T18:24:19Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:24:00-05:00 2010-03-21T18:29:28Z IN FLIGHT
17 Phoenix United States PHX PHX KPHX SWA2892 B733 SWA Southwest Airlines [empty string] Phoenix Sky Harbor International Airport -25200000 AZ 2010-03-21T13:46:00-07:00 Austin United States AUS AUS KAUS 2010-03-21T18:25:26Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:25:00-05:00 2010-03-21T17:20:38Z IN FLIGHT
18 New York United States JFK JFK KJFK JBU1062 E190 JBU JetBlue Airways [empty string] John F Kennedy International Airport -14400000 NY 2010-03-21T17:21:00-04:00 Austin United States AUS AUS KAUS 2010-03-21T18:25:31Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:26:00-05:00 2010-03-21T18:25:31Z IN FLIGHT
19 Detroit United States DTW DTW KDTW MES3564 CRJ9 MES Mesaba Airlines [empty string] Detroit Metropolitan Wayne County Airport -14400000 MI 2010-03-21T16:58:00-04:00 Austin United States AUS AUS KAUS 2010-03-21T18:30:18Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:30:00-05:00 2010-03-21T18:30:18Z In Flight
20 Naples United States APF APF KAPF LXJ434 [empty string] LXJ Bombardier Business Jet Solutions [empty string] Naples Municipal Airport -14400000 FL 2010-03-21T16:54:00-04:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:33:00-05:00 2010-03-21T12:32:02Z Scheduled
21 Chicago United States ORD ORD KORD AAL2486 [empty string] AAL American Airlines [empty string] Chicago O'Hare International Airport -18000000 IL 2010-03-21T15:49:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:34:00-05:00 2010-03-21T17:45:32Z Scheduled
22 Atlanta United States ATL ATL KATL FLG870 [empty string] FLG Pinnacle Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-21T16:24:00-04:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:42:00-05:00 2010-03-21T17:54:32Z Scheduled
23 Las Vegas United States LAS LAS KLAS SWA1707 [empty string] SWA Southwest Airlines [empty string] Mc Carran International Airport -25200000 NV 2010-03-21T14:37:00-07:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:45:00-05:00 2010-03-21T17:55:32Z Scheduled
24 Harlingen United States HRL HRL KHRL SWA3487 [empty string] SWA Southwest Airlines [empty string] Valley International Airport -18000000 TX 2010-03-21T14:39:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:50:00-05:00 2010-03-21T18:00:37Z Scheduled
25 Houston United States IAH IAH KIAH N241SL [empty string] [empty string] [empty string] [empty string] George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-21T14:51:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:55:00-05:00 2010-03-21T18:05:08Z Scheduled
26 Houston United States HOU HOU KHOU LXJ434 [empty string] LXJ Bombardier Business Jet Solutions [empty string] William P Hobby Airport -18000000 TX 2010-03-21T14:34:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:58:00-05:00 2010-03-21T18:08:32Z Scheduled
27 Houston United States IAH IAH KIAH COA34 [empty string] COA Continental Airlines [empty string] George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-21T14:34:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:05:00-05:00 2010-03-21T18:13:14Z Scheduled
28 Gunnison United States GUC GUC KGUC N869TW [empty string] [empty string] [empty string] [empty string] Gunnison-Crested Butte Regional Airport -25200000 CO 2010-03-21T15:40:00-07:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:10:00-05:00 2010-03-21T18:20:35Z Scheduled
29 Salt Lake City United States SLC SLC KSLC SKW4593 [empty string] SKW SkyWest [empty string] Salt Lake City International Airport -25200000 UT 2010-03-21T15:02:00-07:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:22:00-05:00 2010-03-21T18:30:08Z Scheduled
30 Chicago United States ORD ORD KORD GJS7494 [empty string] GJS GoJet Airlines [empty string] Chicago O'Hare International Airport -18000000 IL 2010-03-21T16:40:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:23:00-05:00 2010-03-21T18:28:32Z Scheduled
31 Dallas-Fort Worth United States DFW DFW KDFW AAL1607 [empty string] AAL American Airlines [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-21T15:07:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:24:00-05:00 2010-03-21T18:10:32Z CONTROLLED
32 Houston United States HOU HOU KHOU SWA852 [empty string] SWA Southwest Airlines [empty string] William P Hobby Airport -18000000 TX 2010-03-21T14:56:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:29:00-05:00 2010-03-21T17:18:29Z Scheduled
33 Houston United States HOU HOU KHOU EJA907 [empty string] EJA NetJets [empty string] William P Hobby Airport -18000000 TX 2010-03-21T15:06:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:36:00-05:00 2010-03-21T18:20:32Z Scheduled
34 Denver United States DEN DEN KDEN FFT217 [empty string] FFT Frontier Airlines [empty string] Denver International Airport -25200000 CO 2010-03-21T14:38:00-07:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:41:00-05:00 2010-03-21T18:31:02Z Scheduled
35 Fort Lauderdale United States FLL FLL KFLL SWA729 [empty string] SWA Southwest Airlines [empty string] Fort Lauderdale/Hollywood International Airport -14400000 FL 2010-03-21T18:04:00-04:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:42:00-05:00 2010-03-21T17:47:24Z Scheduled
36 Dallas United States DAL DAL KDAL SWA144 [empty string] SWA Southwest Airlines [empty string] Dallas Love Field Airport -18000000 TX 2010-03-21T15:25:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:43:00-05:00 2010-03-21T18:02:09Z Scheduled
37 Dallas-Fort Worth United States DFW DFW KDFW N98TA [empty string] [empty string] [empty string] [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-21T15:53:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:49:00-05:00 2010-03-21T18:23:14Z CONTROLLED
38 Newark United States EWR EWR KEWR COA351 [empty string] COA Continental Airlines [empty string] Newark Liberty International Airport -14400000 NJ 2010-03-21T19:07:00-04:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:55:00-05:00 2010-03-20T19:45:15Z SCHEDULED
39 Chicago United States MDW MDW KMDW SWA3582 [empty string] SWA Southwest Airlines [empty string] Chicago Midway International Airport -18000000 IL 2010-03-21T17:13:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:00:00-05:00 2010-03-21T17:56:56Z Scheduled
40 Dallas-Fort Worth United States DFW DFW KDFW AAL2036 [empty string] AAL American Airlines [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-21T15:46:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:01:00-05:00 2010-03-20T19:55:15Z SCHEDULED
41 Hammond United States HDC [empty string] KHDC OPT463 [empty string] OPT Flight Options [empty string] Hammond Northshore Regional Airport -14400000 LA 2010-03-21T17:12:00-04:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:02:00-05:00 2010-03-21T18:29:00Z Scheduled
42 San José United States SJC SJC KSJC ASA667 [empty string] ASA Alaska Airlines [empty string] Norman Y. Mineta San José International Airport -25200000 CA 2010-03-21T16:46:00-07:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:09:00-05:00 2010-03-21T18:26:00Z Scheduled
43 Palm Springs United States PSP PSP KPSP EJA955 [empty string] EJA NetJets [empty string] Palm Springs International Airport -25200000 CA 2010-03-21T15:36:00-07:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:18:00-05:00 2010-03-21T16:15:19Z Scheduled
44 Phoenix United States PHX PHX KPHX ASH2734 [empty string] ASH Mesa Airlines [empty string] Phoenix Sky Harbor International Airport -25200000 AZ 2010-03-21T15:47:00-07:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:24:00-05:00 2010-03-20T20:20:15Z SCHEDULED
45 Phoenix United States PHX PHX KPHX AWE2734 [empty string] AWE America West Airlines [empty string] Phoenix Sky Harbor International Airport -25200000 AZ 2010-03-21T15:47:00-07:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:24:00-05:00 2010-03-20T20:20:15Z SCHEDULED
46 Orlando United States MCO MCO KMCO JBU1416 [empty string] JBU JetBlue Airways [empty string] Orlando International Airport -14400000 FL 2010-03-21T18:36:00-04:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:34:00-05:00 2010-03-20T20:20:15Z SCHEDULED
47 Orlando United States MCO MCO KMCO SWA333 [empty string] SWA Southwest Airlines [empty string] Orlando International Airport -14400000 FL 2010-03-21T18:39:00-04:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T15:35:00-05:00 2010-03-20T20:25:15Z 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 AAL474 MD82 5 MD82 107 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 55.381942663 MD-82.056.25.1f.1p.png MD-82 L 32.30611 -97.71222 McDonnell-Douglas - MD-82 3509 2010-03-21T18:31:16Z 277 L
2 AAL813 MD82 5 MD82 300C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 280.974156038 MD-82.281.25.1f.1p.png MD-82 L 31.49 -103.18694 McDonnell-Douglas - MD-82 3509 2010-03-21T18:30:50Z 404 L
3 EJA748 GALX 5 GALX 400C 5000 L-L52J 4000 2 J add 12/04 292.803406104 L-L52J.292.50.1f.1p.png [empty string] L 33.568054 -102.52361 IAI - Gulfstream200 429 2010-03-21T18:30:35Z 400 L
4 EJA908P C750 5 C750 319 3500 S-L52J 3500 2 J new 12/96 | chg 11/98 275.196305157 S-L52J.270.00.1f.1p.png [empty string] L 30.530832 -99.1175 Cessna Aircraft - Citation 10 945 2010-03-21T18:30:28Z 407 S
5 JBU1062 E190 5 E190 124 2350 L-L52J 2350 2 J add 11/05 72.978937471 L-L52J.078.75.1f.1p.png [empty string] L 30.3025 -97.28889 Embraer - ERJ190/E190 1553 2010-03-21T18:30:40Z 298 L
6 N5AH BE9T 4 BE9T 200C 2600 S-L42T 2600 2 T new 11/97 | chg 11/98 276.79015468 S-L42T.270.00.1f.1p.png [empty string] L 30.399721 -98.441666 Beech Aircraft - Beech F90 King Air 121 2010-03-21T18:31:16Z 205 S
7 N722SW G150 5 G150 060 5000 S-L52J 4000 2 J add 08/07 137.704197929 S-L52J.135.00.1f.1p.png [empty string] L 29.65611 -95.401665 IAI - Gulfstream G150 181 2010-03-21T18:31:16Z 308 L
8 N759FS BE9T 4 BE9T 150C 2600 S-L42T 2600 2 T new 11/97 | chg 11/98 64.5289222903 S-L42T.067.50.1f.1p.png [empty string] L 30.394722 -96.96889 Beech Aircraft - Beech F90 King Air 121 2010-03-21T18:30:40Z 241 S
9 SWA2892 B733 5 B733 111 5500 L-L52J 3500 2 J new 11/98 277.383256356 737-300.270.00.1f.1p.png 737-300 L 30.358889 -97.94833 Boeing - Model 737-300 6922 2010-03-21T18:30:28Z 261 L
10 SWA785 B737 5 B737 198 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 333.950530439 737-700.337.50.1f.1p.png 737-700 L 30.6375 -97.83305 Boeing - Model 737-700 11245 2010-03-21T18:30:28Z 334 L
11 SWA836 B733 5 B733 280 5500 L-L52J 3500 2 J new 11/98 94.3361486149 737-300.090.00.1f.1p.png 737-300 L 30.294167 -96.04528 Boeing - Model 737-300 6922 2010-03-21T18:30:52Z 457 L
12 SWA845 B737 5 B737 121 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 102.297708261 737-700.101.25.1f.1p.png 737-700 L 30.285555 -96.3 Boeing - Model 737-700 11245 2010-03-21T18:30:40Z 407 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:1768) 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 1768
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1768)
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:1768) 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 1768
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1768)
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;" > Austin, 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;" > (AUS-Austin-Bergstrom 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;"> , </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 785 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA785.cfm" > </a> </td> </tr> <tr> <td style="padding-right:6px;"> South Lake Tahoe, CA </td> <td>NetJets</td> <td align="center" style="font-weight:bold;"> 748 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:37 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EJA748.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;"> 813 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:43 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL813.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;"> 474 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:54 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL474.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Glendale, AZ </td> <td>NetJets</td> <td align="center" style="font-weight:bold;"> 987 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:54 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EJA987.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Santa Ana, CA </td> <td>NetJets</td> <td align="center" style="font-weight:bold;"> 748 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:00 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EJA748.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;"> 829 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:06 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EJA829.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Ardmore, OK </td> <td></td> <td align="center" style="font-weight:bold;"> N52854 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:10 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N52854.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N722SW </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:10 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N722SW.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Taos, NM </td> <td>Flight One</td> <td align="center" style="font-weight:bold;"> 122 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:10 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/TDE122.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Palm Springs, CA </td> <td></td> <td align="center" style="font-weight:bold;"> N5AH </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:14 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N5AH.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Las Vegas, NV </td> <td>NetJets</td> <td align="center" style="font-weight:bold;"> 908P </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:16 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EJA908P.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Tampa, FL </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 836 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:17 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA836.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;"> 845 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:18 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA845.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N759FS </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:20 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N759FS.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;"> 785 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:24 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA785.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Phoenix, AZ </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 2892 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:25 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA2892.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>JetBlue Airways</td> <td align="center" style="font-weight:bold;"> 1062 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:26 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/JBU1062.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Detroit, MI </td> <td>Mesaba Airlines</td> <td align="center" style="font-weight:bold;"> 3564 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:30 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/MES3564.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Naples, FL </td> <td>Bombardier Business Jet Solutions</td> <td align="center" style="font-weight:bold;"> 434 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:33 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/LXJ434.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;"> 2486 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:34 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL2486.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Atlanta, GA </td> <td>Pinnacle Airlines</td> <td align="center" style="font-weight:bold;"> 870 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:42 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/FLG870.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;"> 1707 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:45 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA1707.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Harlingen, TX </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 3487 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:50 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA3487.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N241SL </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:55 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N241SL.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>Bombardier Business Jet Solutions</td> <td align="center" style="font-weight:bold;"> 434 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:58 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/LXJ434.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>Continental Airlines</td> <td align="center" style="font-weight:bold;"> 34 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:05 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/COA34.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Gunnison, CO </td> <td></td> <td align="center" style="font-weight:bold;"> N869TW </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:10 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N869TW.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Salt Lake City, UT </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 4593 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:22 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SKW4593.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>GoJet Airlines</td> <td align="center" style="font-weight:bold;"> 7494 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:23 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/GJS7494.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1607 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:24 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL1607.cfm" > Controlled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 852 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:29 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA852.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>NetJets</td> <td align="center" style="font-weight:bold;"> 907 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:36 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EJA907.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td>Frontier Airlines</td> <td align="center" style="font-weight:bold;"> 217 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:41 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/FFT217.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fort Lauderdale, FL </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 729 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:42 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA729.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;"> 144 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:43 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA144.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N98TA </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:49 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N98TA.cfm" > Controlled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Newark, NJ </td> <td>Continental Airlines</td> <td align="center" style="font-weight:bold;"> 351 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:55 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/COA351.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;"> 3582 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:00 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA3582.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 2036 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:01 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL2036.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Hammond, LA </td> <td>Flight Options</td> <td align="center" style="font-weight:bold;"> 463 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:02 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/OPT463.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> San José, CA </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 667 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:09 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/ASA667.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Palm Springs, CA </td> <td>NetJets</td> <td align="center" style="font-weight:bold;"> 955 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:18 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EJA955.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Phoenix, AZ </td> <td>Mesa Airlines</td> <td align="center" style="font-weight:bold;"> 2734 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:24 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/ASH2734.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Phoenix, AZ </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 2734 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:24 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AWE2734.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Orlando, FL </td> <td>JetBlue Airways</td> <td align="center" style="font-weight:bold;"> 1416 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:34 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/JBU1416.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Orlando, FL </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 333 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:35 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA333.cfm" > Scheduled </a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>
PRIORITY NORMAL
STARTTIME {ts '2010-03-21 14:36:38'}
STATUS TERMINATED