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-21T16:06:56Z ASDI_20100321_night 3 2010-03-21T19:06:56Z 2010-03-21T13:06:56Z
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 JBU1061 [empty string] JBU JetBlue Airways [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T10:54:00-05:00 New York United States JFK JFK KJFK [empty string] John F Kennedy International Airport -14400000 NY 2010-03-21T08:12:00-04:00 2010-03-21T15:27:06Z ARRIVED
2 Austin United States AUS AUS KAUS N873AF BE20 [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:14:00-05:00 Oklahoma City United States PWA PWA KPWA 2010-03-21T14:52:34Z Wiley Post Airport -25200000 OK 2010-03-21T07:52:00-07:00 2010-03-21T15:41:32Z ARRIVED
3 Austin United States AUS AUS KAUS AAL1182 MD83 AAL American Airlines 2010-03-21T16:23:02Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:17:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-21T13:53:00Z Los Angeles International Airport -25200000 CA 2010-03-21T06:53:00-07:00 2010-03-21T15:37:23Z ARRIVED
4 Austin United States AUS AUS KAUS FLG3797 [empty string] FLG Pinnacle Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:18:00-05:00 Memphis United States MEM MEM KMEM [empty string] Memphis International Airport -18000000 TN 2010-03-21T09:40:00-05:00 2010-03-21T12:00:11Z ARRIVED
5 Austin United States AUS AUS KAUS ASH2601 CRJ9 ASH Mesa Airlines 2010-03-21T16:19:08Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:19:00-05:00 Charlotte United States CLT CLT KCLT 2010-03-21T13:40:22Z Charlotte/Douglas International Airport -14400000 NC 2010-03-21T09:40:00-04:00 2010-03-21T14:38:39Z ARRIVED
6 Austin United States AUS AUS KAUS AWE2601 CRJ9 AWE America West Airlines 2010-03-21T16:19:08Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:19:00-05:00 Charlotte United States CLT CLT KCLT 2010-03-21T13:40:22Z Charlotte/Douglas International Airport -14400000 NC 2010-03-21T09:40:00-04:00 2010-03-21T14:38:39Z ARRIVED
7 Austin United States AUS AUS KAUS ASH7315 CRJ7 ASH Mesa Airlines 2010-03-21T16:25:38Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:19:00-05:00 Chicago United States ORD ORD KORD 2010-03-21T14:11:53Z Chicago O'Hare International Airport -18000000 IL 2010-03-21T09:08:00-05:00 2010-03-21T16:07:39Z ARRIVED
8 Austin United States AUS AUS KAUS MES3502 CRJ9 MES Mesaba Airlines 2010-03-21T16:29:08Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:22:00-05:00 Minneapolis United States MSP MSP KMSP 2010-03-21T14:20:56Z Minneapolis-St. Paul International/Wold-Chamberlain Airport -18000000 MN 2010-03-21T09:21:00-05:00 2010-03-21T16:07:41Z ARRIVED
9 Austin United States AUS AUS KAUS SWA1482 [empty string] SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:23:00-05:00 Baltimore United States BWI BWI KBWI [empty string] Baltimore/Washington International Thurgood Marshall Airport -14400000 MD 2010-03-21T08:46:00-04:00 2010-03-21T11:45:35Z ARRIVED
10 Austin United States AUS AUS KAUS N5315P [empty string] [empty string] [empty string] 2010-03-21T16:35:38Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:29:00-05:00 Fort Worth United States FTW FTW KFTW [empty string] Fort Worth Meacham International Airport -18000000 TX [empty string] [empty string] [empty string]
11 Austin United States AUS AUS KAUS BTA2283 E145 BTA ExpressJet 2010-03-21T16:36:08Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:36:00-05:00 Houston United States IAH IAH KIAH 2010-03-21T16:00:07Z George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-21T11:00:00-05:00 2010-03-21T16:00:07Z ARRIVED
12 Austin United States AUS AUS KAUS SWA2430 B737 SWA Southwest Airlines 2010-03-21T16:44:03Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:37:00-05:00 Nashville United States BNA BNA KBNA 2010-03-21T14:58:55Z Nashville International Airport -18000000 TN 2010-03-21T09:58:00-05:00 2010-03-21T16:23:55Z ARRIVED
13 Austin United States AUS AUS KAUS N604CW CL60 [empty string] [empty string] 2010-03-21T16:41:11Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:41:00-05:00 Orlando United States ISM ISM KISM 2010-03-21T14:10:22Z Kissimmee Gateway Airport -14400000 FL 2010-03-21T10:10:00-04:00 2010-03-21T15:07:29Z ARRIVED
14 Austin United States AUS AUS KAUS SWA1354 B733 SWA Southwest Airlines 2010-03-21T16:48:02Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:41:00-05:00 Orlando United States MCO MCO KMCO 2010-03-21T14:09:29Z Orlando International Airport -14400000 FL 2010-03-21T10:09:00-04:00 2010-03-21T15:04:17Z ARRIVED
15 Austin United States AUS AUS KAUS CGJPG F900 [empty string] [empty string] 2010-03-21T16:54:32Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:46:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-21T16:18:39Z Dallas/Fort Worth International Airport -18000000 TX 2010-03-21T11:18:00-05:00 2010-03-21T16:32:29Z ARRIVED
16 Austin United States AUS AUS KAUS AAL421 MD82 AAL American Airlines 2010-03-21T16:56:32Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:50:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-21T16:20:16Z Dallas/Fort Worth International Airport -18000000 TX 2010-03-21T11:20:00-05:00 2010-03-21T16:32:44Z ARRIVED
17 Austin United States AUS AUS KAUS SWA845 B737 SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:12:00-05:00 Denver United States DEN DEN KDEN 2010-03-21T15:30:47Z Denver International Airport -25200000 CO 2010-03-21T08:31:00-07:00 2010-03-21T16:43:00Z IN FLIGHT
18 Austin United States AUS AUS KAUS EJA908P [empty string] EJA NetJets [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:20:00-05:00 Teterboro United States TEB TEB KTEB [empty string] [empty string] -14400000 NJ 2010-03-21T09:58:00-04:00 2010-03-21T16:23:25Z IN FLIGHT
19 Austin United States AUS AUS KAUS SWA2892 [empty string] SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:21:00-05:00 Dallas United States DAL DAL KDAL [empty string] Dallas Love Field Airport -18000000 TX 2010-03-21T11:49:00-05:00 2010-03-21T16:10:26Z Scheduled
20 Austin United States AUS AUS KAUS JBU1263 E190 JBU JetBlue Airways [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:22:00-05:00 Boston United States BOS BOS KBOS 2010-03-21T13:16:54Z General Edward Lawrence Logan International Airport -14400000 MA 2010-03-21T09:16:00-04:00 2010-03-21T16:58:46Z IN FLIGHT
21 Austin United States AUS AUS KAUS EJA829 C560 EJA NetJets [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:22:00-05:00 Vero Beach United States VRB VRB KVRB 2010-03-21T14:08:56Z Vero Beach Municipal Airport -14400000 FL 2010-03-21T10:09:00-04:00 2010-03-21T15:41:46Z IN FLIGHT
22 Austin United States AUS AUS KAUS EJA987 C750 EJA NetJets [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:23:00-05:00 Eagle United States EGE EGE KEGE 2010-03-21T15:41:16Z Eagle County Regional Airport -25200000 CO 2010-03-21T08:41:00-07:00 2010-03-21T16:57:57Z IN FLIGHT
23 Austin United States AUS AUS KAUS LXJ434 [empty string] LXJ Bombardier Business Jet Solutions [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:36: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:37:00-06:00 2010-03-21T13:22:02Z Scheduled
24 Austin United States AUS AUS KAUS AAL1435 [empty string] AAL American Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:39:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-21T12:07:00-05:00 2010-03-21T16:25:28Z Scheduled
25 Austin United States AUS AUS KAUS N354WC [empty string] [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:46:00-05:00 Tulsa United States TUL TUL KTUL [empty string] Tulsa International Airport -14400000 OK 2010-03-21T13:00:00-04:00 2010-03-21T16:30:16Z Scheduled
26 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 IN FLIGHT
27 Austin United States AUS AUS KAUS CGHMW [empty string] CGH Guizhou Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:49:00-05:00 Laredo United States LRD LRD KLRD [empty string] Laredo International Airport -18000000 TX 2010-03-21T11:55:00-05:00 2010-03-21T16:05:32Z Scheduled
28 Austin United States AUS AUS KAUS N722SW [empty string] [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:50:00-05:00 Carrizo Springs United States XA89 [empty string] [empty string] [empty string] Faith Ranch Airport -18000000 TX 2010-03-21T12:10:00-05:00 2010-03-21T16:20:08Z Scheduled
29 Austin United States AUS AUS KAUS SWA1707 B737 SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:51: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:00:20Z IN FLIGHT
30 Austin United States AUS AUS KAUS AAL1199 MD82 AAL American Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:58: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-21T16:33:07Z IN FLIGHT
31 Austin United States AUS AUS KAUS N870S [empty string] [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:02:00-05:00 Arlington United States GKY [empty string] KGKY [empty string] Arlington Municipal Airport -18000000 TX 2010-03-21T12:10:00-05:00 2010-03-21T16:44:06Z Scheduled
32 Austin United States AUS AUS KAUS FLG869 CRJ9 FLG Pinnacle Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:02: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-21T16:51:58Z IN FLIGHT
33 Austin United States AUS AUS KAUS COA741 [empty string] COA Continental Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:03:00-05:00 Houston United States IAH IAH KIAH [empty string] George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-21T12:32:00-05:00 2010-03-21T16:34:09Z Scheduled
34 Austin United States AUS AUS KAUS N592VP C560 [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:07: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-21T16:44:41Z IN FLIGHT
35 Austin United States AUS AUS KAUS SWA3487 [empty string] SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:10:00-05:00 Dallas United States DAL DAL KDAL [empty string] Dallas Love Field Airport -18000000 TX 2010-03-21T12:30:00-05:00 2010-03-21T16:50:20Z Scheduled
36 Austin United States AUS AUS KAUS SWA144 [empty string] SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:10:00-05:00 San Diego United States SAN SAN KSAN [empty string] San Diego International Airport -25200000 CA 2010-03-21T08:58:00-07:00 2010-03-21T16:52:49Z IN FLIGHT
37 Austin United States AUS AUS KAUS SWA729 B737 SWA Southwest Airlines [empty string] 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-21T16:59:49Z IN FLIGHT
38 Austin United States AUS AUS KAUS TDE122 BE20 TDE Flight One [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:12: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-21T16:38:50Z IN FLIGHT
39 Austin United States AUS AUS KAUS ASH2932 CRJ9 ASH Mesa Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:13: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-21T16:47:33Z IN FLIGHT
40 Austin United States AUS AUS KAUS N1834S [empty string] [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:17:00-05:00 Port Aransas United States RAS [empty string] KRAS [empty string] Mustang Beach Airport -18000000 TX 2010-03-21T11:44:00-05:00 2010-03-21T16:05:10Z Scheduled
41 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] IN FLIGHT
42 Austin United States AUS AUS KAUS GJS7368 CRJ7 GJS GoJet Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:24: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-21T16:49:02Z IN FLIGHT
43 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] IN FLIGHT
44 Austin United States AUS AUS KAUS FFT216 A319 FFT Frontier Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:34: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-21T16:59:44Z IN FLIGHT
45 Austin United States AUS AUS KAUS SWA852 B733 SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:37: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-21T16:44:22Z IN FLIGHT
46 Austin United States AUS AUS KAUS SKW23S CRJ9 SKW SkyWest [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:43: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-21T16:42:50Z IN FLIGHT
47 Austin United States AUS AUS KAUS AAL1751 [empty string] AAL American Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:49:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-21T13:11:00-05:00 2010-03-21T16:41:03Z Scheduled
48 Austin United States AUS AUS KAUS LXJ260 [empty string] LXJ Bombardier Business Jet Solutions [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:52:00-05:00 Grand Cayman Cayman Islands [empty string] GCM MWCR [empty string] Owen Roberts International Airport -18000000 [empty string] 2010-03-21T10:41:00-05:00 2010-03-21T13:16:04Z Scheduled
49 Austin United States AUS AUS KAUS ASA658 B737 ASA Alaska Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:53: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-21T16:51:35Z IN FLIGHT
50 Austin United States AUS AUS KAUS N869TW [empty string] [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:57:00-05:00 Aspen United States ASE ASE KASE [empty string] Aspen-Pitkin County Airport/Sardy Field -25200000 CO 2010-03-21T09:11:00-07:00 2010-03-21T15:26:15Z Scheduled
51 Austin United States AUS AUS KAUS OPT463 [empty string] OPT Flight Options [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:01:00-05:00 Scottsdale United States SDL SCF KSDL [empty string] Scottsdale Airport -25200000 AZ 2010-03-21T10:04:00-07:00 2010-03-21T15:30:03Z Scheduled
52 Austin United States AUS AUS KAUS N9CH [empty string] [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:04:00-05:00 Eagle United States EGE EGE KEGE [empty string] Eagle County Regional Airport -25200000 CO 2010-03-21T10:10:00-07:00 2010-03-21T16:25:12Z Scheduled
53 Austin United States AUS AUS KAUS EJA594 [empty string] EJA NetJets [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:06:00-05:00 Houston United States HOU HOU KHOU [empty string] William P Hobby Airport -18000000 TX 2010-03-21T13:36:00-05:00 2010-03-21T15:42:18Z Scheduled
54 Austin United States AUS AUS KAUS N123TS [empty string] [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 [empty string] Destin-Fort Walton Beach Airport -18000000 FL 2010-03-21T11:37:00-05:00 2010-03-21T16:51:39Z IN FLIGHT
55 Austin United States AUS AUS KAUS N280KT [empty string] [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T14:41:00-05:00 Denver United States APA APA KAPA [empty string] Centennial Airport -25200000 CO 2010-03-21T09:49:00-07:00 2010-03-21T16:57:19Z 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 AAL1199 MD82 5 MD82 340C 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 214.264331367 MD-82.213.75.1f.1p.png MD-82 L 34.206944 -95.25889 McDonnell-Douglas - MD-82 3509 2010-03-21T17:00:59Z 490 L
2 ASA658 B737 5 B737 390C 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 98.4434591813 737-700.090.00.1f.1p.png 737-700 L 33.411392 -112.529724 Boeing - Model 737-700 11245 2010-03-21T17:01:13Z 529 L
3 ASH2932 CRJ9 5 CRJ9 370C 5000 L-L52J 6000 2 J add 08/03 108.459244106 CRJ-900.101.25.1f.1p.png CRJ-900 L 31.835278 -106.33055 Canadair Bombardier - RJ-900 Regional Jet 2707 2010-03-21T17:01:02Z 525 L
4 EJA829 C560 5 C560 108 6000 S-L52J 3500 2 J new 11/89 | chg 10/90 295.468550798 Citation-5.292.50.1f.1p.png Citation-5 L 30.095001 -96.94861 Cessna Aircraft - Citation 5 1828 2010-03-21T17:01:52Z 307 S
5 EJA908P C750 5 C750 217 3500 S-L52J 3500 2 J new 12/96 | chg 11/98 247.678530014 S-L52J.247.50.1f.1p.png [empty string] L 29.968056 -96.54667 Cessna Aircraft - Citation 10 945 2010-03-21T17:01:52Z 423 S
6 EJA955 C750 5 C750 399 3500 S-L52J 3500 2 J new 12/96 | chg 11/98 116.312961214 S-L52J.112.50.1f.1p.png [empty string] L 39.213333 -109.08889 Cessna Aircraft - Citation 10 945 2010-03-21T17:00:54Z 522 S
7 EJA987 C750 5 C750 178 3500 S-L52J 3500 2 J new 12/96 | chg 11/98 118.252571493 S-L52J.112.50.1f.1p.png [empty string] L 30.906944 -98.473335 Cessna Aircraft - Citation 10 945 2010-03-21T17:01:52Z 463 S
8 FFT216 A319 5 A319 079 3500 L-L52J 3500 2 J new 11/97 | chg 12/99 169.12379542 A319.168.75.1f.1p.png A319 L 39.75 -104.61667 Airbus Industries - Airbus A319 5463 2010-03-21T17:01:05Z 244 L
9 FLG869 CRJ9 5 CRJ9 380C 5000 L-L52J 6000 2 J add 08/03 249.590229068 CRJ-900.247.50.1f.1p.png CRJ-900 L 31.414165 -92.05028 Canadair Bombardier - RJ-900 Regional Jet 2707 2010-03-21T17:01:16Z 432 L
10 GJS7368 CRJ7 5 CRJ7 278 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 172.786031764 CRJ-700.180.00.1f.1p.png CRJ-700 L 38.565 -104.46583 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-21T17:01:06Z 454 L
11 JBU1263 E190 5 E190 193 2350 L-L52J 2350 2 J add 11/05 198.519754281 L-L52J.191.25.1f.1p.png [empty string] L 31.0075 -97.289444 Embraer - ERJ190/E190 1553 2010-03-21T17:01:52Z 415 L
12 N123TS P46T 3 P46T 278C 1500 S-L11T 1500 1 T new 11/98 | chg 02/08 263.782405336 S-L11T.270.00.1f.1p.png [empty string] L 30.983612 -87.17166 Piper Aircraft - Malibu Meridian 413 2010-03-21T17:01:10Z 121 S
13 N280KT PA46 1 PA46 214 1000 S-L11P 1000 1 P new 11/89 | chg 10/90 154.197375901 S-L11P.157.50.1f.1p.png [empty string] L 38.715836 -104.27806 Piper Aircraft - Malibu 545 2010-03-21T17:01:41Z 241 S
14 N470CT BE40 5 BE40 370C 3300 L-L52J 2200 2 J new 11/89|chge 10/90|chge 11/98|chge 12/99|chge 02/00|chge 12/03 130.983880858 Hawker-400.135.00.1f.1p.png Hawker-400 L 38.246113 -107.25806 Beech/Raytheon - Beechjet 400/Hawker 1648 2010-03-21T17:00:53Z 460 L
15 N592VP C560 5 C560 370C 6000 S-L52J 3500 2 J new 11/89 | chg 10/90 144.516200868 Citation-5.146.25.1f.1p.png Citation-5 L 35.8925 -102.28694 Cessna Aircraft - Citation 5 1828 2010-03-21T17:00:50Z 464 S
16 SKW23S CRJ9 5 CRJ9 370C 5000 L-L52J 6000 2 J add 08/03 115.742325502 CRJ-900.112.50.1f.1p.png CRJ-900 L 37.57111 -107.18778 Canadair Bombardier - RJ-900 Regional Jet 2707 2010-03-21T17:01:29Z 472 L
17 SWA1707 B737 5 B737 340C 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 211.709987822 737-700.213.75.1f.1p.png 737-700 L 33.993332 -95.32667 Boeing - Model 737-700 11245 2010-03-21T17:00:34Z 490 L
18 SWA474 B737 5 B737 390C 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 98.1904352526 737-700.090.00.1f.1p.png 737-700 L 31.237501 -101.76417 Boeing - Model 737-700 11245 2010-03-21T17:01:52Z 487 L
19 SWA729 B737 5 B737 390C 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 99.3809947287 737-700.090.00.1f.1p.png 737-700 L 32.147503 -107.81195 Boeing - Model 737-700 11245 2010-03-21T17:01:01Z 528 L
20 SWA845 B737 5 B737 032 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 143.46072937 737-700.146.25.1f.1p.png 737-700 L 30.183054 -97.78167 Boeing - Model 737-700 11245 2010-03-21T17:01:16Z 280 L
21 SWA852 B733 5 B733 350C 5500 L-L52J 3500 2 J new 11/98 122.487485095 737-300.123.75.1f.1p.png 737-300 L 34.315277 -110.69778 Boeing - Model 737-300 6922 2010-03-21T17:01:37Z 514 L
22 TDE122 BE20 4 BE20 250C 2450 S-L42T 2500 2 T chg 10/90 | chg 11/98 134.561333987 Super_King_Air-200.135.00.1f.1p.png Super_King_Air-200 L 33.2975 -101.727776 Beech Aircraft - Super King Air 200 2619 2010-03-21T17:00:58Z 314 S
ELAPSEDTIME 8327
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;"> New York, NY </td> <td>JetBlue Airways</td> <td align="center" style="font-weight:bold;"> 1061 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 10:54 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/JBU1061.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Oklahoma City, OK </td> <td></td> <td align="center" style="font-weight:bold;"> N873AF </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:14 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N873AF.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Los Angeles, CA </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1182 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:17 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1182.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Memphis, TN </td> <td>Pinnacle Airlines</td> <td align="center" style="font-weight:bold;"> 3797 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:18 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/FLG3797.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Charlotte, NC </td> <td>Mesa Airlines</td> <td align="center" style="font-weight:bold;"> 2601 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:19 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASH2601.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Charlotte, NC </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 2601 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:19 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AWE2601.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>Mesa Airlines</td> <td align="center" style="font-weight:bold;"> 7315 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:19 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASH7315.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Minneapolis, MN </td> <td>Mesaba Airlines</td> <td align="center" style="font-weight:bold;"> 3502 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:22 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/MES3502.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Baltimore, MD </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 1482 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:23 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA1482.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fort Worth, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N5315P </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:29 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N5315P.cfm" > </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>ExpressJet</td> <td align="center" style="font-weight:bold;"> 2283 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:36 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/BTA2283.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Nashville, TN </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 2430 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:37 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA2430.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Orlando, FL </td> <td></td> <td align="center" style="font-weight:bold;"> N604CW </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:41 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N604CW.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Orlando, FL </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 1354 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:41 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA1354.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td></td> <td align="center" style="font-weight:bold;"> CGJPG </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:46 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/CGJPG.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 421 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:50 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL421.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 845 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:12 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;"> Teterboro, NJ </td> <td>NetJets</td> <td align="center" style="font-weight:bold;"> 908P </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:20 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;"> 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:21 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA2892.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Boston, MA </td> <td>JetBlue Airways</td> <td align="center" style="font-weight:bold;"> 1263 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:22 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/JBU1263.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Vero Beach, FL </td> <td>NetJets</td> <td align="center" style="font-weight:bold;"> 829 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:22 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EJA829.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;"> 987 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:23 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EJA987.cfm" class="green" > In Flight </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;"> 12:36 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/LXJ434.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;"> 1435 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:39 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL1435.cfm" > Scheduled </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;"> 12:46 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N354WC.cfm" > Scheduled </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:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA474.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;"> 12:49 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/CGHMW.cfm" > Scheduled </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:50 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N722SW.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;"> 1707 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:51 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA1707.cfm" class="green" > In Flight </a> </td> </tr> <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:58 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1199.cfm" class="green" > In Flight </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:02 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N870S.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;"> 869 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:02 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/FLG869.cfm" class="green" > In Flight </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:03 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/COA741.cfm" > Scheduled </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:07 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N592VP.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:10 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA3487.cfm" > Scheduled </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;"> 1:10 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;"> 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:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA729.cfm" class="green" > In Flight </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:12 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TDE122.cfm" class="green" > In Flight </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:13 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASH2932.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:17 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N1834S.cfm" > Scheduled </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:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N470CT.cfm" class="green" > In Flight </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:24 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/GJS7368.cfm" class="green" > In Flight </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:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EJA955.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:34 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;"> 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:37 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;"> 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:43 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;"> 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:49 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL1751.cfm" > Scheduled </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;"> 1:52 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/LXJ260.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;"> 658 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:53 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;"> Aspen, CO </td> <td></td> <td align="center" style="font-weight:bold;"> N869TW </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:57 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N869TW.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:01 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/OPT463.cfm" > Scheduled </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;"> 2:04 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N9CH.cfm" > Scheduled </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;"> 2:06 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EJA594.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;"> Denver, CO </td> <td></td> <td align="center" style="font-weight:bold;"> N280KT </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:41 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> </tbody> </table> </td> </tr> </tbody> </table> </div>
PRIORITY NORMAL
SCRIPT point = new GLatLng(34.206944,-95.25889); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> American Airlines Flight 1199</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Chicago O'Hare Internatio... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 10:35 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 12:58 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>490 kts/564 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>34,000 feet</td></tr><tr><th>Aircraft Type:</th><td>MD82</td><td align='right'><a href='http://www.helloflight.com/Flight/AAL1199.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/MD-82.213.75.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "AAL1199" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.411392,-112.529724); 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:53 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>529 kts/609 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/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(31.835278,-106.33055); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Mesa Airlines Flight 2932</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Phoenix Sky Harbor Intern... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 9:21 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:13 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>525 kts/604 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>37,000 feet</td></tr><tr><th>Aircraft Type:</th><td>CRJ9</td><td align='right'><a href='http://www.helloflight.com/Flight/ASH2932.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/CRJ-900.101.25.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "ASH2932" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(30.095001,-96.94861); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> NetJets Flight 829</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Vero Beach Municipal Airport</td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 10:09 AM (-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 12:22 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>307 kts/353 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>10,800 feet</td></tr><tr><th>Aircraft Type:</th><td>C560</td><td align='right'><a href='http://www.helloflight.com/Flight/EJA829.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/Citation-5.292.50.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "EJA829" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(29.968056,-96.54667); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> NetJets Flight 908P</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> </td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 9:58 AM (-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 12:20 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>423 kts/487 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>21,700 feet</td></tr><tr><th>Aircraft Type:</th><td>C750</td><td align='right'><a href='http://www.helloflight.com/Flight/EJA908P.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" ), "EJA908P" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(39.213333,-109.08889); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> NetJets Flight 955</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Heber City Municipal - Ru... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 9:36 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:27 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>522 kts/601 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>39,900 feet</td></tr><tr><th>Aircraft Type:</th><td>C750</td><td align='right'><a href='http://www.helloflight.com/Flight/EJA955.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/S-L52J.112.50.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "EJA955" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(30.906944,-98.473335); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> NetJets Flight 987</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 8:41 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 12:23 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>463 kts/533 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>17,800 feet</td></tr><tr><th>Aircraft Type:</th><td>C750</td><td align='right'><a href='http://www.helloflight.com/Flight/EJA987.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/S-L52J.112.50.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "EJA987" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(39.75,-104.61667); 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:34 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>244 kts/281 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>7,900 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(31.414165,-92.05028); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Pinnacle Airlines Flight 869</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Hartsfield - Jackson Atla... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 11:54 AM (-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:02 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'>38,000 feet</td></tr><tr><th>Aircraft Type:</th><td>CRJ9</td><td align='right'><a href='http://www.helloflight.com/Flight/FLG869.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/CRJ-900.247.50.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "FLG869" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(38.565,-104.46583); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> GoJet Airlines Flight 7368</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 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 1:24 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>454 kts/522 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>27,800 feet</td></tr><tr><th>Aircraft Type:</th><td>CRJ7</td><td align='right'><a href='http://www.helloflight.com/Flight/GJS7368.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/CRJ-700.180.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "GJS7368" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(31.0075,-97.289444); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> JetBlue Airways Flight 1263</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> General Edward Lawrence L... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 9:16 AM (-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 12:22 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>415 kts/478 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>19,300 feet</td></tr><tr><th>Aircraft Type:</th><td>E190</td><td align='right'><a href='http://www.helloflight.com/Flight/JBU1263.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/L-L52J.191.25.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "JBU1263" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(30.983612,-87.17166); 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'>121 kts/139 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>27,800 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(38.715836,-104.27806); 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 2:41 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>241 kts/277 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>21,400 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.157.50.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N280KT" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(38.246113,-107.25806); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> N470CT</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Heber City Municipal - Ru... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 9: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 1:22 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>460 kts/529 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>37,000 feet</td></tr><tr><th>Aircraft Type:</th><td>BE40</td><td align='right'><a href='http://www.helloflight.com/Flight/N470CT.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/Hawker-400.135.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N470CT" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(35.8925,-102.28694); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> N592VP</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 9:07 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:07 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>464 kts/534 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>37,000 feet</td></tr><tr><th>Aircraft Type:</th><td>C560</td><td align='right'><a href='http://www.helloflight.com/Flight/N592VP.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/Citation-5.146.25.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N592VP" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(37.57111,-107.18778); 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:43 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>472 kts/543 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>37,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.112.50.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "SKW23S" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.993332,-95.32667); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Southwest Airlines Flight 1707</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Chicago Midway Internatio... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 10:32 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 12:51 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>490 kts/564 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>34,000 feet</td></tr><tr><th>Aircraft Type:</th><td>B737</td><td align='right'><a href='http://www.helloflight.com/Flight/SWA1707.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/737-700.213.75.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "SWA1707" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(31.237501,-101.76417); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Southwest Airlines Flight 474</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> El Paso International Air... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/21 9:30 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 12:47 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>487 kts/560 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/SWA474.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" ), "SWA474" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(32.147503,-107.81195); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Southwest Airlines Flight 729</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Los Angeles International... </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:11 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>528 kts/608 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/SWA729.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" ), "SWA729" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(30.183054,-97.78167); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Southwest Airlines Flight 845</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 8:31 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 12:12 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>280 kts/322 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>3,200 feet</td></tr><tr><th>Aircraft Type:</th><td>B737</td><td align='right'><a href='http://www.helloflight.com/Flight/SWA845.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/737-700.146.25.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "SWA845" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(34.315277,-110.69778); 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:37 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>514 kts/592 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>35,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.123.75.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "SWA852" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.2975,-101.727776); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Flight One Flight 122</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 8:38 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:12 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>314 kts/361 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>25,000 feet</td></tr><tr><th>Aircraft Type:</th><td>BE20</td><td align='right'><a href='http://www.helloflight.com/Flight/TDE122.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/Super_King_Air-200.135.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "TDE122" ); map.addOverlay(marker); bounds.extend(point); map.setZoom(map.getBoundsZoomLevel(bounds)); map.setCenter(bounds.getCenter());
STARTTIME {ts '2010-03-21 13:07:09'}
STATUS COMPLETED
struct
DEPARTUREPAGINATION
query
  CURRENT DB HOURS NEXT PREVIOUS
1 2010-03-21T16:06:56Z ASDI_20100321_night 3 2010-03-21T19:06:56Z 2010-03-21T13:06:56Z
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 Chicago United States ORD ORD KORD AAL2486 [empty string] AAL American Airlines [empty string] Chicago O'Hare International Airport -18000000 IL 2010-03-20T21:14:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-20T19:03:00-05:00 2010-03-21T01:37:23Z ARRIVED
2 Dallas-Fort Worth United States DFW DFW KDFW AAL474 [empty string] AAL American Airlines [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-21T11:28:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T10:45:00-05:00 2010-03-21T15:00:32Z Scheduled
3 Los Angeles United States LAX LAX KLAX AAL813 [empty string] AAL American Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-21T11:53:00-07:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T10:51:00-05:00 2010-03-21T15:05:08Z Scheduled
4 Scottsdale United States SDL SCF KSDL VNR131 P180 VNR Avantair [empty string] Scottsdale Airport -25200000 AZ 2010-03-21T11:51:00-07:00 Austin United States AUS AUS KAUS 2010-03-21T16:09:42Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:10:00-05:00 2010-03-21T17:00:47Z IN FLIGHT
5 Dallas-Fort Worth United States DFW DFW KDFW AAL1847 MD82 AAL American Airlines [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-21T11:57:00-05:00 Austin United States AUS AUS KAUS 2010-03-21T16:13:43Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:14:00-05:00 2010-03-21T16:23:57Z ARRIVED
6 Dallas United States ADS ADS KADS N604CW [empty string] [empty string] [empty string] [empty string] Addison Airport -18000000 TX 2010-03-21T11:52:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:15:00-05:00 2010-03-21T15:35:08Z ARRIVED
7 Fredericksburg United States T82 [empty string] [empty string] N4466S BE35 [empty string] [empty string] [empty string] Gillespie County Airport -18000000 TX [empty string] Austin United States AUS AUS KAUS 2010-03-21T16:14:55Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:15:00-05:00 [empty string] [empty string]
8 Stephenville United States SEP SEP KSEP N4466S [empty string] [empty string] [empty string] [empty string] Clark Field Municipal Airport -18000000 TX 2010-03-21T12:39:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:15:00-05:00 2010-03-21T16:53:26Z IN FLIGHT
9 Orlando United States MCO MCO KMCO SWA2448 B737 SWA Southwest Airlines [empty string] Orlando International Airport -14400000 FL 2010-03-21T14:26:00-04:00 Austin United States AUS AUS KAUS 2010-03-21T16:17:58Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:18:00-05:00 2010-03-21T16:50:15Z IN FLIGHT
10 Houston United States IAH IAH KIAH COA1572 B739 COA Continental Airlines [empty string] George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-21T11:59:00-05:00 Austin United States AUS AUS KAUS 2010-03-21T16:28:09Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:28:00-05:00 2010-03-21T16:28:09Z ARRIVED
11 San Antonio United States SAT SAT KSAT FIV413 C25B FIV Citationshares [empty string] San Antonio International Airport -18000000 TX 2010-03-21T11:49:00-05:00 Austin United States AUS AUS KAUS 2010-03-21T16:28:56Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:29:00-05:00 2010-03-21T16:28:56Z ARRIVED
12 Dallas United States DAL DAL KDAL SWA3402 B733 SWA Southwest Airlines [empty string] Dallas Love Field Airport -18000000 TX 2010-03-21T12:14:00-05:00 Austin United States AUS AUS KAUS 2010-03-21T16:35:06Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:35:00-05:00 2010-03-21T16:55:11Z IN FLIGHT
13 Midland United States MAF MAF KMAF N58JN C525 [empty string] [empty string] [empty string] Midland International Airport -18000000 TX 2010-03-21T12:40:00-05:00 Austin United States AUS AUS KAUS 2010-03-21T16:36:01Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:36:00-05:00 2010-03-21T16:56:52Z IN FLIGHT
14 Dallas United States DAL DAL KDAL SWA806 B737 SWA Southwest Airlines [empty string] Dallas Love Field Airport -18000000 TX 2010-03-21T12:17:00-05:00 Austin United States AUS AUS KAUS 2010-03-21T16:37:16Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:37:00-05:00 2010-03-21T16:39:50Z IN FLIGHT
15 Puerto Vallarta México [empty string] PVR MMPR N758QS GALX [empty string] [empty string] [empty string] Licenciado Gustavo Díaz Ordaz International Airport -21600000 Jalisco 2010-03-21T12:29:00-06:00 Austin United States AUS AUS KAUS 2010-03-21T16:45:51Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:46:00-05:00 [empty string] IN FLIGHT
16 Denver United States DEN DEN KDEN SWA1041 B733 SWA Southwest Airlines [empty string] Denver International Airport -25200000 CO 2010-03-21T11:51:00-07:00 Austin United States AUS AUS KAUS 2010-03-21T16:49:05Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:49:00-05:00 2010-03-21T16:54:01Z IN FLIGHT
17 Dallas-Fort Worth United States DFW DFW KDFW AAL2203 MD82 AAL American Airlines [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-21T12:35:00-05:00 Austin United States AUS AUS KAUS 2010-03-21T16:54:25Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:54:00-05:00 2010-03-21T16:56:38Z IN FLIGHT
18 Minneapolis United States MSP MSP KMSP MES3491 [empty string] MES Mesaba Airlines [empty string] Minneapolis-St. Paul International/Wold-Chamberlain Airport -18000000 MN 2010-03-21T14:34:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:55:00-05:00 2010-03-21T16:05:32Z Scheduled
19 Tampa United States TPA TPA KTPA SWA836 [empty string] SWA Southwest Airlines [empty string] Tampa International Airport -14400000 FL 2010-03-21T15:04:00-04:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:55:00-05:00 2010-03-21T16:28:35Z Scheduled
20 Memphis United States MEM MEM KMEM FLG4082 CRJ2 FLG Pinnacle Airlines [empty string] Memphis International Airport -18000000 TN 2010-03-21T13:17:00-05:00 Austin United States AUS AUS KAUS 2010-03-21T16:57:30Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T11:57:00-05:00 2010-03-21T16:57:30Z IN FLIGHT
21 Puerto Vallarta México [empty string] PVR MMPR N218QS F2TH [empty string] [empty string] [empty string] Licenciado Gustavo Díaz Ordaz International Airport -21600000 Jalisco 2010-03-21T12:53:00-06:00 Austin United States AUS AUS KAUS 2010-03-21T17:00:39Z Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:01:00-05:00 [empty string] [empty string]
22 Fort Lauderdale United States FLL FLL KFLL JBU1402 [empty string] JBU JetBlue Airways [empty string] Fort Lauderdale/Hollywood International Airport -14400000 FL 2010-03-21T15:24:00-04:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:08:00-05:00 2010-03-21T16:20:32Z Scheduled
23 Charlotte United States CLT CLT KCLT ASH2724 [empty string] ASH Mesa Airlines [empty string] Charlotte/Douglas International Airport -14400000 NC 2010-03-21T15:24:00-04:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:13:00-05:00 2010-03-21T16:18:32Z Scheduled
24 Charlotte United States CLT CLT KCLT AWE2724 [empty string] AWE America West Airlines [empty string] Charlotte/Douglas International Airport -14400000 NC 2010-03-21T15:24:00-04:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:13:00-05:00 2010-03-21T16:18:32Z Scheduled
25 Washington United States IAD IAD KIAD ASH7276 [empty string] ASH Mesa Airlines [empty string] Washington Dulles International Airport -14400000 DC 2010-03-21T15:59:00-04:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:16:00-05:00 2010-03-21T16:21:32Z Scheduled
26 Orlando United States MCO MCO KMCO CGJPG [empty string] [empty string] [empty string] [empty string] Orlando International Airport -14400000 FL 2010-03-21T15:22:00-04:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:20:00-05:00 2010-03-21T16:30:08Z Scheduled
27 El Paso United States ELP ELP KELP SWA2430 [empty string] SWA Southwest Airlines [empty string] El Paso International Airport -25200000 TX 2010-03-21T11:57:00-07:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:30:00-05:00 2010-03-21T16:40:12Z Scheduled
28 Houston United States IAH IAH KIAH BTA2282 [empty string] BTA ExpressJet [empty string] George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-21T13:02:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:31:00-05:00 2010-03-21T16:40:32Z Scheduled
29 Dallas-Fort Worth United States DFW DFW KDFW AAL650 [empty string] AAL American Airlines [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-21T13:15:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:33:00-05:00 2010-03-21T16:40:18Z Scheduled
30 Dallas United States DAL DAL KDAL SWA1354 [empty string] SWA Southwest Airlines [empty string] Dallas Love Field Airport -18000000 TX 2010-03-21T13:17:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:35:00-05:00 2010-03-21T16:45:32Z Scheduled
31 Detroit United States DTW DTW KDTW MES3564 [empty string] MES Mesaba Airlines [empty string] Detroit Metropolitan Wayne County Airport -14400000 MI 2010-03-21T16:26:00-04:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T12:42:00-05:00 2010-03-21T16:52:32Z Scheduled
32 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
33 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 Scheduled
34 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
35 South Lake Tahoe United States TVL TVL KTVL EJA748 [empty string] EJA NetJets [empty string] Lake Tahoe Airport -25200000 CA 2010-03-21T14:24: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:14Z Scheduled
36 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-21T16:57:22Z Scheduled
37 Houston United States IAH IAH KIAH N759FS [empty string] [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 [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:10:00-05:00 2010-03-21T16:37:04Z Scheduled
38 Phoenix United States PHX PHX KPHX SWA2892 [empty string] SWA Southwest Airlines [empty string] Phoenix Sky Harbor International Airport -25200000 AZ 2010-03-21T13:34: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-21T15:49:47Z Scheduled
39 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-21T16:32:37Z Scheduled
40 Houston United States HOU HOU KHOU SWA845 [empty string] SWA Southwest Airlines [empty string] William P Hobby Airport -18000000 TX 2010-03-21T13:42:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:14:00-05:00 2010-03-21T16:21:12Z Scheduled
41 Houston United States HOU HOU KHOU N722SW [empty string] [empty string] [empty string] [empty string] William P Hobby Airport -18000000 TX 2010-03-21T13:53:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:17:00-05:00 2010-03-21T16:39:41Z Scheduled
42 New York United States JFK JFK KJFK JBU1062 [empty string] JBU JetBlue Airways [empty string] John F Kennedy International Airport -14400000 NY 2010-03-21T17:30:00-04:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:18:00-05:00 2010-03-20T18:10:14Z SCHEDULED
43 Las Vegas United States LAS LAS KLAS EJA908P [empty string] EJA NetJets [empty string] Mc Carran International Airport -25200000 NV 2010-03-21T13:36:00-07:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:24:00-05:00 2010-03-21T14:52:17Z Scheduled
44 Dallas United States DAL DAL KDAL SWA785 [empty string] SWA Southwest Airlines [empty string] Dallas Love Field Airport -18000000 TX 2010-03-21T14:09:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:25:00-05:00 2010-03-21T16:47:36Z Scheduled
45 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
46 Atlanta United States ATL ATL KATL FLG870 [empty string] FLG Pinnacle Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-21T16:29: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-21T16:56:50Z Scheduled
47 Las Vegas United States LAS LAS KLAS SWA1707 [empty string] SWA Southwest Airlines [empty string] Mc Carran International Airport -25200000 NV 2010-03-21T14:38: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-21T16:38:07Z Scheduled
48 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-21T14:31:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-21T13:46:00-05:00 2010-03-20T18:40:14Z SCHEDULED
49 Harlingen United States HRL HRL KHRL SWA3487 [empty string] SWA Southwest Airlines [empty string] Valley International Airport -18000000 TX 2010-03-21T14:50: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-21T16:42:12Z Scheduled
50 Dallas United States DAL DAL KDAL SWA144 [empty string] SWA Southwest Airlines [empty string] Dallas Love Field Airport -18000000 TX 2010-03-21T14:38: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-20T18:45:15Z SCHEDULED
51 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-21T16:52:04Z Scheduled
52 Houston United States IAH IAH KIAH COA34 [empty string] COA Continental Airlines [empty string] George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-21T14:41: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-20T18:50: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 AAL2203 MD82 5 MD82 202 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 337.850816121 MD-82.337.50.1f.1p.png MD-82 L 30.696667 -97.90445 McDonnell-Douglas - MD-82 3509 2010-03-21T17:01:16Z 328 L
2 FLG4082 CRJ2 5 CRJ2 110 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 74.4543478544 crj-200.078.75.1f.1p.png crj-200 L 30.318056 -97.361664 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-21T17:01:52Z 317 L
3 N4466S BE35 1 BE35 066 1200 S-L11P 1200 1 P chg 10/90 348.444984902 S-L11P.348.75.1f.1p.png [empty string] L 31.168055 -98.00806 Beech Aircraft - Bonanza 35 987 2010-03-21T17:00:42Z 125 S
4 N58JN C525 5 C525 280C 3000 S-L52J 3500 2 J new 04/93 | chg 11/98 291.231574694 Citation-5.292.50.1f.1p.png Citation-5 L 31.073612 -99.56944 Cessna Aircraft - Citationjet C525 777 2010-03-21T17:00:58Z 315 S
5 N758QS GALX 5 GALX 380C 5000 L-L52J 4000 2 J add 12/04 200.233253315 L-L52J.202.50.1f.1p.png [empty string] L 28.926388 -98.78472 IAI - Gulfstream200 429 2010-03-21T17:01:28Z 466 L
6 SWA1041 B733 5 B733 277 5500 L-L52J 3500 2 J new 11/98 317.688510535 737-300.315.00.1f.1p.png 737-300 L 30.824446 -98.65639 Boeing - Model 737-300 6922 2010-03-21T17:01:16Z 383 L
7 SWA2448 B737 5 B737 390C 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 87.6278770678 737-700.090.00.1f.1p.png 737-700 L 30.504444 -91.273056 Boeing - Model 737-700 11245 2010-03-21T17:01:52Z 512 L
8 SWA3402 B733 5 B733 090 5500 L-L52J 3500 2 J new 11/98 327.458459676 737-300.326.25.1f.1p.png 737-300 L 32.2275 -96.23222 Boeing - Model 737-300 6922 2010-03-21T17:01:37Z 231 L
9 SWA806 B737 5 B737 138 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 14.4571478049 737-700.011.25.1f.1p.png 737-700 L 32.003613 -96.27667 Boeing - Model 737-700 11245 2010-03-21T17:01:22Z 290 L
10 VNR131 P180 4 P180 320C 2870 S-L42T 2700 2 T new 04/93 282.40834528 S-L42T.281.25.1f.1p.png [empty string] L 31.103056 -101.76917 Piaggio - P.180 Avanti 487 2010-03-21T17:00:49Z 315 S
ELAPSEDTIME 0
ERROR
struct
Message '' is an invalid date or time string.
RootCause
struct
Detail [empty string]
ErrNumber 0
Message '' is an invalid date or time string.
StackTrace coldfusion.runtime.locale.CFLocaleBase$InvalidDateTimeException: '' is an invalid date or time string. at coldfusion.runtime.locale.CFLocaleBase.ParseDateTime(CFLocaleBase.java:246) at coldfusion.util.DateUtils.parseDateTime(DateUtils.java:689) at coldfusion.util.DateUtils.parseDateTime(DateUtils.java:644) at coldfusion.runtime.CFPage.ParseDateTime(CFPage.java:1312) at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1801) at cfAirport2eCfm233259945$funcFLIGHTPOPUP.runFunction(D:\Websites\metrotest\Airport.Cfm:1734) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2471) at cfAirport2eCfm233259945$func_CFFUNCCFTHREAD_CFAIRPORT2ECFM2332599452.runFunction(D:\Websites\metrotest\Airport.Cfm:220) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.UDFMethod.invokeCFThread(UDFMethod.java:174) at coldfusion.thread.Task.invokeFunction(Task.java:239) at coldfusion.thread.Task.run(Task.java:141) at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:201) at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:71)
TagContext
array
1
struct
COLUMN 0
ID CF_CFPAGE
LINE 1801
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1801)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
2
struct
COLUMN 0
ID CF_AIRPORT
LINE 1734
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP.runFunction(D:\Websites\metrotest\Airport.Cfm:1734)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
3
struct
COLUMN 0
ID CF_UDFMETHOD
LINE 220
RAW_TRACE at cfAirport2eCfm233259945$func_CFFUNCCFTHREAD_CFAIRPORT2ECFM2332599452.runFunction(D:\Websites\metrotest\Airport.Cfm:220)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
Type Expression
datetime [empty string]
StackTrace coldfusion.runtime.locale.CFLocaleBase$InvalidDateTimeException: '' is an invalid date or time string. at coldfusion.runtime.locale.CFLocaleBase.ParseDateTime(CFLocaleBase.java:246) at coldfusion.util.DateUtils.parseDateTime(DateUtils.java:689) at coldfusion.util.DateUtils.parseDateTime(DateUtils.java:644) at coldfusion.runtime.CFPage.ParseDateTime(CFPage.java:1312) at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1801) at cfAirport2eCfm233259945$funcFLIGHTPOPUP.runFunction(D:\Websites\metrotest\Airport.Cfm:1734) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2471) at cfAirport2eCfm233259945$func_CFFUNCCFTHREAD_CFAIRPORT2ECFM2332599452.runFunction(D:\Websites\metrotest\Airport.Cfm:220) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.UDFMethod.invokeCFThread(UDFMethod.java:174) at coldfusion.thread.Task.invokeFunction(Task.java:239) at coldfusion.thread.Task.run(Task.java:141) at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:201) at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:71)
TagContext
array
1
struct
COLUMN 0
ID CF_CFPAGE
LINE 1801
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1801)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
2
struct
COLUMN 0
ID CF_AIRPORT
LINE 1734
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP.runFunction(D:\Websites\metrotest\Airport.Cfm:1734)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
3
struct
COLUMN 0
ID CF_UDFMETHOD
LINE 220
RAW_TRACE at cfAirport2eCfm233259945$func_CFFUNCCFTHREAD_CFAIRPORT2ECFM2332599452.runFunction(D:\Websites\metrotest\Airport.Cfm:220)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
Type coldfusion.util.RuntimeWrapper
NAME DEPARTURESTHREAD
OUTPUT <div id="departuresDiv"> <table cellpadding="0" cellspacing="0" style="border: thin solid silver;"> <thead> <tr> <td> <table width="100%" cellpadding="0" cellspacing="0"> <thead> <tr> <th colspan="5" style="background-color:#336699;font-family:arial,helvetica,sans-serif;color:white;font-size:13px;" align="center" > <a name="departuresTable" style="color:white;">Flight Departures</a> </th> </tr> <tr> <td nowrap="nowrap" colspan="4" style="font-family:arial,helvetica,chicago,sans-serif;font-size:16px;font-weight:bold;" > Flights departing from: <span style="font-family:arial,helvetica,chicago,sans-serif;font-size:13px;font-weight:bold;" > 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;"> 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;"> 3/20 7:03 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL2486.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 474 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 10:45 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL474.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Los Angeles, CA </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 813 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 10:51 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL813.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Scottsdale, AZ </td> <td>Avantair</td> <td align="center" style="font-weight:bold;"> 131 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:10 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/VNR131.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;"> 1847 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:14 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1847.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N604CW </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:15 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N604CW.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fredericksburg, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N4466S </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:15 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N4466S.cfm" > </a> </td> </tr> <tr> <td style="padding-right:6px;"> Stephenville, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N4466S </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:15 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N4466S.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Orlando, FL </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 2448 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:18 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA2448.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>Continental Airlines</td> <td align="center" style="font-weight:bold;"> 1572 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:28 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/COA1572.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Antonio, TX </td> <td>Citationshares</td> <td align="center" style="font-weight:bold;"> 413 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:29 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/FIV413.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;"> 3402 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:35 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA3402.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Midland, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N58JN </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:36 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N58JN.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;"> 806 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:37 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA806.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Puerto Vallarta, Jalisco </td> <td></td> <td align="center" style="font-weight:bold;"> N758QS </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:46 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N758QS.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 1041 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:49 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA1041.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;"> 2203 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:54 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL2203.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Minneapolis, MN </td> <td>Mesaba Airlines</td> <td align="center" style="font-weight:bold;"> 3491 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:55 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/MES3491.cfm" > Scheduled </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;"> 11:55 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA836.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Memphis, TN </td> <td>Pinnacle Airlines</td> <td align="center" style="font-weight:bold;"> 4082 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:57 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/FLG4082.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Puerto Vallarta, Jalisco </td> <td></td> <td align="center" style="font-weight:bold;"> N218QS </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:01 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N218QS.cfm" > </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fort Lauderdale, FL </td> <td>JetBlue Airways</td> <td align="center" style="font-weight:bold;"> 1402 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:08 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/JBU1402.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Charlotte, NC </td> <td>Mesa Airlines</td> <td align="center" style="font-weight:bold;"> 2724 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:13 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/ASH2724.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Charlotte, NC </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 2724 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:13 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AWE2724.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Washington, DC </td> <td>Mesa Airlines</td> <td align="center" style="font-weight:bold;"> 7276 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:16 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/ASH7276.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Orlando, FL </td> <td></td> <td align="center" style="font-weight:bold;"> CGJPG </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:20 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/CGJPG.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> El Paso, TX </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 2430 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:30 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA2430.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>ExpressJet</td> <td align="center" style="font-weight:bold;"> 2282 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:31 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/BTA2282.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;"> 650 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:33 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL650.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;"> 1354 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:35 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA1354.cfm" > Scheduled </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;"> 12:42 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/MES3564.cfm" > Scheduled </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" > <a href="http://www.helloflight.com/Flight/EJA748.cfm" > Scheduled </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;"> 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;"> 1:06 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EJA748.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;"> N759FS </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:10 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N759FS.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Phoenix, AZ </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 2892 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:10 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA2892.cfm" > Scheduled </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;"> 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:14 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA845.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:17 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N722SW.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;"> 1062 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:18 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/JBU1062.cfm" > Scheduled </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:24 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EJA908P.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;"> 785 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:25 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA785.cfm" > Scheduled </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;"> 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;"> 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;"> 1:46 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL1607.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;"> 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;"> 1:55 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA144.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> </tbody> </table> </td> </tr> </tbody> </table> </div>
PRIORITY NORMAL
STARTTIME {ts '2010-03-21 13:07:09'}
STATUS TERMINATED