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-19T16:34:01Z ASDI_20100319_night 3 2010-03-19T19:34:01Z 2010-03-19T13:34:01Z
ARRIVALS
query
  ACITY ACOUNTRY AFAA AIATA AICAO AIRCRAFTID AIRCRAFTTYPE AIRLINECODE AIRLINENAME AITS ANAME AOFFSET AST ATIME DCITY DCOUNTRY DFAA DIATA DICAO DITS DNAME DOFFSET DST DTIME FMITS STATUS
1 Austin United States AUS AUS KAUS N8147Y [empty string] [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX [empty string] [empty string] [empty string] [empty string] [empty string] [empty string] [empty string] [empty string] [empty string] [empty string] [empty string] 2010-03-19T16:07:02Z [empty string]
2 Austin United States AUS AUS KAUS SWA968 B733 SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T11:31:00-05:00 Orlando United States MCO MCO KMCO 2010-03-19T13:56:07Z Orlando International Airport -14400000 FL 2010-03-19T09:56:00-04:00 2010-03-19T16:06:32Z ARRIVED
3 Austin United States AUS AUS KAUS AAL1182 [empty string] AAL American Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T11:38:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -25200000 CA 2010-03-19T06:56:00-07:00 2010-03-18T13:40:10Z ARRIVED
4 Austin United States AUS AUS KAUS MES3502 CRJ9 MES Mesaba Airlines 2010-03-19T16:40:35Z Austin-Bergstrom International Airport -18000000 TX 2010-03-19T11:41:00-05:00 Minneapolis United States MSP MSP KMSP 2010-03-19T14:16:13Z Minneapolis-St. Paul International/Wold-Chamberlain Airport -18000000 MN 2010-03-19T09:16:00-05:00 2010-03-19T16:18:25Z ARRIVED
5 Austin United States AUS AUS KAUS SWA2430 B737 SWA Southwest Airlines 2010-03-19T16:47:02Z Austin-Bergstrom International Airport -18000000 TX 2010-03-19T11:41:00-05:00 Nashville United States BNA BNA KBNA 2010-03-19T14:50:10Z Nashville International Airport -18000000 TN 2010-03-19T09:50:00-05:00 2010-03-19T16:21:25Z ARRIVED
6 Austin United States AUS AUS KAUS JBU1263 E190 JBU JetBlue Airways 2010-03-19T16:47:28Z Austin-Bergstrom International Airport -18000000 TX 2010-03-19T11:47:00-05:00 Boston United States BOS BOS KBOS 2010-03-19T13:01:22Z General Edward Lawrence Logan International Airport -14400000 MA 2010-03-19T09:01:00-04:00 2010-03-19T16:26:40Z ARRIVED
7 Austin United States AUS AUS KAUS N778RW BE33 [empty string] [empty string] 2010-03-19T16:53:38Z Austin-Bergstrom International Airport -18000000 TX 2010-03-19T11:47:00-05:00 Tyler United States TYR TYR KTYR 2010-03-19T15:35:54Z Tyler Pounds Regional Airport -18000000 TX 2010-03-19T10:36:00-05:00 2010-03-19T16:07:23Z ARRIVED
8 Austin United States AUS AUS KAUS SKW5882 CRJ2 SKW SkyWest 2010-03-19T16:54:29Z Austin-Bergstrom International Airport -18000000 TX 2010-03-19T11:54:00-05:00 Denver United States DEN DEN KDEN 2010-03-19T15:03:27Z Denver International Airport -25200000 CO 2010-03-19T08:03:00-07:00 2010-03-19T16:26:14Z ARRIVED
9 Austin United States AUS AUS KAUS AAL1199 MD82 AAL American Airlines 2010-03-19T16:56:15Z Austin-Bergstrom International Airport -18000000 TX 2010-03-19T11:56:00-05:00 Chicago United States ORD ORD KORD 2010-03-19T14:37:13Z Chicago O'Hare International Airport -18000000 IL 2010-03-19T09:37:00-05:00 2010-03-19T16:35:09Z ARRIVED
10 Austin United States AUS AUS KAUS LN94KC BE20 [empty string] [empty string] 2010-03-19T17:03:29Z Austin-Bergstrom International Airport -18000000 TX 2010-03-19T12:03:00-05:00 Lexington United States LEX LEX KLEX 2010-03-19T13:41:58Z Blue Grass Airport -14400000 KY 2010-03-19T09:42:00-04:00 2010-03-19T16:34:22Z ARRIVED
11 Austin United States AUS AUS KAUS N753G [empty string] [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T12:14:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T10:40:00-05:00 2010-03-19T14:50:37Z Scheduled
12 Austin United States AUS AUS KAUS COA741 B738 COA Continental Airlines 2010-03-19T17:23:02Z Austin-Bergstrom International Airport -18000000 TX 2010-03-19T12:17:00-05:00 Houston United States IAH IAH KIAH 2010-03-19T16:51:05Z George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-19T11:51:00-05:00 2010-03-19T16:55:02Z ARRIVED
13 Austin United States AUS AUS KAUS FLG869 CRJ9 FLG Pinnacle Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T12:32:00-05:00 Atlanta United States ATL ATL KATL 2010-03-19T15:36:02Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T11:36:00-04:00 2010-03-19T16:58:18Z ARRIVED
14 Austin United States AUS AUS KAUS SWA2892 B733 SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T12:38:00-05:00 Dallas United States DAL DAL KDAL 2010-03-19T16:58:29Z Dallas Love Field Airport -18000000 TX 2010-03-19T11:58:00-05:00 2010-03-19T17:13:58Z IN FLIGHT
15 Austin United States AUS AUS KAUS N279M [empty string] [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T12:38:00-05:00 Kerrville United States ERV ERV KERV [empty string] Kerrville Municipal/Louis Schreiner Field -18000000 TX 2010-03-19T12:10:00-05:00 2010-03-19T16:20:08Z Scheduled
16 Austin United States AUS AUS KAUS SWA708 B737 SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T12:39:00-05:00 Chicago United States MDW MDW KMDW 2010-03-19T15:28:28Z Chicago Midway International Airport -18000000 IL 2010-03-19T10:28:00-05:00 2010-03-19T17:17:15Z IN FLIGHT
17 Austin United States AUS AUS KAUS AAL1435 MD82 AAL American Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T12:44:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-19T17:05:32Z Dallas/Fort Worth International Airport -18000000 TX 2010-03-19T12:06:00-05:00 2010-03-19T17:20:46Z IN FLIGHT
18 Austin United States AUS AUS KAUS N188DP [empty string] [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T12:50:00-05:00 Port Aransas United States RAS [empty string] KRAS [empty string] Mustang Beach Airport -18000000 TX 2010-03-19T11:40:00-05:00 2010-03-19T16:44:40Z IN FLIGHT
19 Austin United States AUS AUS KAUS SWA474 B737 SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T12:53:00-05:00 El Paso United States ELP ELP KELP 2010-03-19T16:39:38Z El Paso International Airport -25200000 TX 2010-03-19T09:39:00-07:00 2010-03-19T17:13:01Z IN FLIGHT
20 Austin United States AUS AUS KAUS SWA3487 B733 SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:01:00-05:00 Dallas United States DAL DAL KDAL 2010-03-19T17:26:23Z Dallas Love Field Airport -18000000 TX 2010-03-19T12:23:00-05:00 2010-03-19T17:26:25Z IN FLIGHT
21 Austin United States AUS AUS KAUS AAY7192 [empty string] AAY Allegiant Air [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:03:00-05:00 San Antonio United States SAT SAT KSAT [empty string] San Antonio International Airport -18000000 TX 2010-03-19T12:38:00-05:00 2010-03-19T16:50:32Z Scheduled
22 Austin United States AUS AUS KAUS SWA144 B737 SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:03:00-05:00 San Diego United States SAN SAN KSAN 2010-03-19T15:46:37Z San Diego International Airport -25200000 CA 2010-03-19T08:47:00-07:00 2010-03-19T17:17:12Z IN FLIGHT
23 Austin United States AUS AUS KAUS SWA845 B737 SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:04:00-05:00 Denver United States DEN DEN KDEN 2010-03-19T16:19:19Z Denver International Airport -25200000 CO 2010-03-19T09:19:00-07:00 2010-03-19T17:04:11Z IN FLIGHT
24 Austin United States AUS AUS KAUS FIV604 C680 FIV Citationshares [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:09:00-05:00 New Orléans United States MSY MSY KMSY 2010-03-19T16:53:20Z Louis Armstrong New Orléans International Airport -14400000 LA 2010-03-19T12:53:00-04:00 2010-03-19T17:01:13Z IN FLIGHT
25 Austin United States AUS AUS KAUS N990LC [empty string] [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:11:00-05:00 Lafayette United States LFT LFT KLFT [empty string] Lafayette Regional Airport -18000000 LA 2010-03-19T12:10:00-05:00 2010-03-19T16:20:08Z Scheduled
26 Austin United States AUS AUS KAUS ASH2932 CRJ9 ASH Mesa Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:17:00-05:00 Phoenix United States PHX PHX KPHX 2010-03-19T16:44:11Z Phoenix Sky Harbor International Airport -25200000 AZ 2010-03-19T09:44:00-07:00 2010-03-19T17:19:09Z IN FLIGHT
27 Austin United States AUS AUS KAUS N171CC [empty string] [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:26:00-05:00 Lafayette United States LFT LFT KLFT [empty string] Lafayette Regional Airport -18000000 LA 2010-03-19T11:25:00-05:00 2010-03-19T15:45:32Z Scheduled
28 Austin United States AUS AUS KAUS SWA729 B737 SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:28:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-19T15:58:04Z Los Angeles International Airport -25200000 CA 2010-03-19T08:58:00-07:00 2010-03-19T17:03:57Z IN FLIGHT
29 Austin United States AUS AUS KAUS COA1904 B735 COA Continental Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:32:00-05:00 San Diego United States SAN SAN KSAN 2010-03-19T16:06:37Z San Diego International Airport -25200000 CA 2010-03-19T09:07:00-07:00 2010-03-19T17:26:42Z IN FLIGHT
30 Austin United States AUS AUS KAUS EJA933 [empty string] EJA NetJets [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:36:00-05:00 Dallas United States DAL DAL KDAL [empty string] Dallas Love Field Airport -18000000 TX 2010-03-19T13:06:00-05:00 2010-03-19T17:00:22Z Scheduled
31 Austin United States AUS AUS KAUS OPT824 H25B OPT Flight Options [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:37:00-05:00 Teterboro United States TEB TEB KTEB 2010-03-19T14:49:18Z [empty string] -14400000 NJ 2010-03-19T10:49:00-04:00 2010-03-19T17:27:02Z IN FLIGHT
32 Austin United States AUS AUS KAUS N350DK [empty string] [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:39:00-05:00 Cancún México [empty string] CUN MMUN [empty string] Cancún International Airport -21600000 Quintana Roo 2010-03-19T09:01:00-06:00 2010-03-19T14:50:32Z Scheduled
33 Austin United States AUS AUS KAUS SWA852 B737 SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:39:00-05:00 Las Vegas United States LAS LAS KLAS 2010-03-19T16:24:01Z Mc Carran International Airport -25200000 NV 2010-03-19T09:23:00-07:00 2010-03-19T17:26:45Z IN FLIGHT
34 Austin United States AUS AUS KAUS N700BT [empty string] [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:40:00-05:00 Abbeville United States 0R3 [empty string] [empty string] [empty string] Abbeville Chris Crusta Memorial Airport -18000000 LA 2010-03-19T11:45:00-05:00 2010-03-19T16:45:00Z IN FLIGHT
35 Austin United States AUS AUS KAUS FFT216 [empty string] FFT Frontier Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:44:00-05:00 Denver United States DEN DEN KDEN [empty string] Denver International Airport -25200000 CO 2010-03-19T09:58:00-07:00 2010-03-19T16:10:09Z Scheduled
36 Austin United States AUS AUS KAUS COA241 [empty string] COA Continental Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:45:00-05:00 Houston United States IAH IAH KIAH [empty string] George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-19T13:13:00-05:00 2010-03-19T17:15:32Z Scheduled
37 Austin United States AUS AUS KAUS AAL1751 [empty string] AAL American Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:46:00-05:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-19T13:11:00-05:00 2010-03-19T17:25:22Z Scheduled
38 Austin United States AUS AUS KAUS SKW23S [empty string] SKW SkyWest [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:46:00-05:00 Salt Lake City United States SLC SLC KSLC [empty string] Salt Lake City International Airport -25200000 UT 2010-03-19T09:25:00-07:00 2010-03-19T17:20:28Z IN FLIGHT
39 Austin United States AUS AUS KAUS OPT439 [empty string] OPT Flight Options [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:50:00-05:00 West Palm Beach United States PBI PBI KPBI [empty string] Palm Beach International Airport -14400000 FL 2010-03-19T11:33:00-04:00 2010-03-19T17:03:59Z IN FLIGHT
40 Austin United States AUS AUS KAUS N218QS [empty string] [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:58:00-05:00 Grand Cayman Cayman Islands [empty string] GCM MWCR [empty string] Owen Roberts International Airport -18000000 [empty string] 2010-03-19T10:36:00-05:00 2010-03-19T16:43:23Z IN FLIGHT
41 Austin United States AUS AUS KAUS ASA658 B737 ASA Alaska Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:58:00-05:00 San José United States SJC SJC KSJC 2010-03-19T15:57:43Z Norman Y. Mineta San José International Airport -25200000 CA 2010-03-19T08:58:00-07:00 2010-03-19T16:59:34Z IN FLIGHT
42 Austin United States AUS AUS KAUS TCF7639 E170 TCF Shuttle America [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T14:10:00-05:00 Denver United States DEN DEN KDEN 2010-03-19T17:27:16Z Denver International Airport -25200000 CO 2010-03-19T10:27:00-07:00 2010-03-19T17:27:16Z IN FLIGHT
43 Austin United States AUS AUS KAUS JBU1416 E190 JBU JetBlue Airways [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T14:31:00-05:00 Long Beach United States LGB LGB KLGB 2010-03-19T17:15:13Z Long Beach Airport (Daugherty Field) -25200000 CA 2010-03-19T10:15:00-07:00 2010-03-19T16:15:16Z IN FLIGHT
44 Austin United States AUS AUS KAUS N30T [empty string] [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T14:38:00-05:00 Little Rock United States LIT LIT KLIT [empty string] Adams Field Airport -14400000 AR 2010-03-19T13:11:00-04:00 2010-03-19T17:22:42Z IN FLIGHT
45 Austin United States AUS AUS KAUS SWA3582 [empty string] SWA Southwest Airlines [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T14:42:00-05:00 Houston United States HOU HOU KHOU [empty string] William P Hobby Airport -18000000 TX 2010-03-19T14:15:00-05:00 2010-03-19T16:56:57Z Scheduled
46 Austin United States AUS AUS KAUS N30JD [empty string] [empty string] [empty string] [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T15:07:00-05:00 San Diego/El Cajon United States SEE SEE KSEE [empty string] Gillespie Field Airport -25200000 CA 2010-03-19T10:08:00-07:00 2010-03-19T17:21:38Z IN FLIGHT
ARRIVALSINFLIGHT
query
  AIRCRAFTID AIRCRAFTTYPE AIRCRAFT_CATEGORY AIRCRAFT_TYPE ALTITUDE CLIMB_RATE DEFAULT_ICON_PREFIX DESCENT_RATE ENGINE_COUNT ENGINE_TYPE FAA_COMMENTS HEADING ICON ICON_PREFIX LANDING_CLASS LATITUDE LONGITUDE MANUFACTURER MILITARY_FLAG MODEL RANK SOURCETIMESTAMP SPEED WEIGHT_CLASS
1 AAL1435 MD82 5 MD82 095 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 211.688167317 MD-82.213.75.1f.1p.png MD-82 L 30.684721 -97.469444 McDonnell-Douglas - MD-82 3509 2010-03-19T17:27:52Z 318 L
2 ASA658 B737 5 B737 370C 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 105.574752669 737-700.101.25.1f.1p.png 737-700 L 32.566666 -109.279724 Boeing - Model 737-700 11245 2010-03-19T17:28:13Z 489 L
3 ASH2932 CRJ9 5 CRJ9 370C 5000 L-L52J 6000 2 J add 08/03 107.094315037 CRJ-900.101.25.1f.1p.png CRJ-900 L 31.796667 -106.199165 Canadair Bombardier - RJ-900 Regional Jet 2707 2010-03-19T17:28:25Z 540 L
4 COA1904 B735 5 B735 349C 5500 L-L52J 3500 2 J new 11/98 95.4325599144 737-500.090.00.1f.1p.png 737-500 L 31.708334 -104.80556 Boeing - Model 737-500 1761 2010-03-19T17:28:37Z 514 L
5 FIV604 C680 5 C680 380C 3900 S-L52J 4000 2 J add 03/05 271.59289826 S-L52J.270.00.1f.1p.png [empty string] L 29.965279 -93.72528 Cessna Aircraft - Citation Sovereign 640 2010-03-19T17:27:52Z 324 S
6 JBU1416 E190 5 E190 258 2350 L-L52J 2350 2 J add 11/05 90.2040083812 L-L52J.090.00.1f.1p.png [empty string] L 33.648335 -117.24916 Embraer - ERJ190/E190 1553 2010-03-19T17:27:32Z 392 L
7 N188DP BE36 1 BE36 059C 1100 S-L11P 1100 1 P chg 10/90 357.205898322 S-L11P.000.00.1f.1p.png [empty string] L 30.235834 -97.53001 Beech Aircraft - Bonanza 36 1725 2010-03-19T17:27:52Z 179 S
8 N30JD C550 5 C550 281 5300 S-L52J 3000 2 J [empty string] 91.5442266334 Citation-5.090.00.1f.1p.png Citation-5 L 32.84778 -115.87889 Cessna Aircraft - Citation 2 1550 2010-03-19T17:27:56Z 299 S
9 N30T C310 2 C310 100C 1500 S-L22P 1500 2 P chg 10/90 | chg 11/98 225.635533807 S-L22P.225.00.1f.1p.png [empty string] L 34.460835 -92.85083 Riley Aircraft - M65 Rocket/Turbo 667 2010-03-19T17:28:17Z 138 S
10 N700BT BE35 1 BE35 080 1200 S-L11P 1200 1 P chg 10/90 255.856880569 S-L11P.258.75.1f.1p.png [empty string] L 30.184444 -94.32083 Beech Aircraft - Bonanza 35 987 2010-03-19T17:28:07Z 158 S
11 OPT439 BE40 5 BE40 400C 3300 L-L52J 2200 2 J new 11/89|chge 10/90|chge 11/98|chge 12/99|chge 02/00|chge 12/03 281.416581253 Hawker-400.281.25.1f.1p.png Hawker-400 L 28.884445 -89.961945 Beech/Raytheon - Beechjet 400/Hawker 1648 2010-03-19T17:28:16Z 295 L
12 OPT824 H25B 5 H25B 400C 3000 S-L52J 4000 2 J new 11/97 | chg 01/98 | chg 11/98 240.478232638 BAe-HS-125.247.50.1f.1p.png BAe-HS-125 L 33.925556 -92.680275 British Aerospace - BAe HS 125/700-800 1744 2010-03-19T17:28:05Z 0 S
13 SKW23S CRJ9 5 CRJ9 370C 5000 L-L52J 6000 2 J add 08/03 135.810966812 CRJ-900.135.00.1f.1p.png CRJ-900 L 36.234444 -104.76028 Canadair Bombardier - RJ-900 Regional Jet 2707 2010-03-19T17:27:37Z 480 L
14 SWA144 B737 5 B737 390 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 100.425323859 737-700.101.25.1f.1p.png 737-700 L 31.164165 -100.78084 Boeing - Model 737-700 11245 2010-03-19T17:28:16Z 555 L
15 SWA2892 B733 5 B733 053 5500 L-L52J 3500 2 J new 11/98 226.425056686 737-300.225.00.1f.1p.png 737-300 L 30.391666 -97.642494 Boeing - Model 737-300 6922 2010-03-19T17:27:52Z 251 L
16 SWA3487 B733 5 B733 070 5500 L-L52J 3500 2 J new 11/98 174.809750357 737-300.180.00.1f.1p.png 737-300 L 32.740555 -96.74 Boeing - Model 737-300 6922 2010-03-19T17:28:45Z 241 L
17 SWA474 B737 5 B737 200 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 96.5947185408 737-700.090.00.1f.1p.png 737-700 L 30.818611 -98.72833 Boeing - Model 737-700 11245 2010-03-19T17:27:52Z 431 L
18 SWA708 B737 5 B737 217 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 213.469020948 737-700.213.75.1f.1p.png 737-700 L 31.191666 -97.2175 Boeing - Model 737-700 11245 2010-03-19T17:27:52Z 366 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.600274701 737-700.090.00.1f.1p.png 737-700 L 31.785276 -104.27112 Boeing - Model 737-700 11245 2010-03-19T17:28:01Z 539 L
20 SWA845 B737 5 B737 390C 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 151.75443537 737-700.157.50.1f.1p.png 737-700 L 32.52833 -99.92916 Boeing - Model 737-700 11245 2010-03-19T17:27:17Z 482 L
21 SWA852 B737 5 B737 390C 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 121.83669881 737-700.123.75.1f.1p.png 737-700 L 32.195835 -106.58361 Boeing - Model 737-700 11245 2010-03-19T17:27:49Z 508 L
ELAPSEDTIME 2463
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;"> , </td> <td></td> <td align="center" style="font-weight:bold;"> N8147Y </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N8147Y.cfm" > </a> </td> </tr> <tr> <td style="padding-right:6px;"> Orlando, FL </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 968 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:31 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA968.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:38 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;"> 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:41 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;"> 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:41 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;"> 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;"> 11:47 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/JBU1263.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Tyler, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N778RW </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:47 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N778RW.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 5882 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:54 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW5882.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1199 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:56 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1199.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Lexington, KY </td> <td></td> <td align="center" style="font-weight:bold;"> LN94KC </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:03 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/LN94KC.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Austin, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N753G </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:14 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N753G.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;"> 741 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:17 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/COA741.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Atlanta, GA </td> <td>Pinnacle Airlines</td> <td align="center" style="font-weight:bold;"> 869 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:32 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/FLG869.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> 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:38 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA2892.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Kerrville, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N279M </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:38 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N279M.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;"> 708 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:39 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA708.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1435 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:44 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1435.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Port Aransas, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N188DP </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:50 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N188DP.cfm" class="green" > In Flight </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:53 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;"> 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:01 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA3487.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Antonio, TX </td> <td>Allegiant Air</td> <td align="center" style="font-weight:bold;"> 7192 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:03 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAY7192.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:03 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;"> 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;"> 1:04 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;"> New Orléans, LA </td> <td>Citationshares</td> <td align="center" style="font-weight:bold;"> 604 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:09 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/FIV604.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Lafayette, LA </td> <td></td> <td align="center" style="font-weight:bold;"> N990LC </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:11 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N990LC.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Phoenix, AZ </td> <td>Mesa Airlines</td> <td align="center" style="font-weight:bold;"> 2932 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:17 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASH2932.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Lafayette, LA </td> <td></td> <td align="center" style="font-weight:bold;"> N171CC </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:26 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N171CC.cfm" > Scheduled </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:28 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;"> San Diego, CA </td> <td>Continental Airlines</td> <td align="center" style="font-weight:bold;"> 1904 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:32 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/COA1904.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>NetJets</td> <td align="center" style="font-weight:bold;"> 933 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:36 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/EJA933.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Teterboro, NJ </td> <td>Flight Options</td> <td align="center" style="font-weight:bold;"> 824 </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/OPT824.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Cancún, Quintana Roo </td> <td></td> <td align="center" style="font-weight:bold;"> N350DK </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:39 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N350DK.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;"> 852 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:39 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;"> Abbeville, LA </td> <td></td> <td align="center" style="font-weight:bold;"> N700BT </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:40 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N700BT.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:44 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/FFT216.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>Continental Airlines</td> <td align="center" style="font-weight:bold;"> 241 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:45 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/COA241.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;"> 1751 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:46 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL1751.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Salt Lake City, UT </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 23S </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:46 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW23S.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> West Palm Beach, FL </td> <td>Flight Options</td> <td align="center" style="font-weight:bold;"> 439 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:50 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/OPT439.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Grand Cayman, Cayman Islands </td> <td></td> <td align="center" style="font-weight:bold;"> N218QS </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:58 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N218QS.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> San José, CA </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 658 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:58 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;"> Denver, CO </td> <td>Shuttle America</td> <td align="center" style="font-weight:bold;"> 7639 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:10 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TCF7639.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Long Beach, CA </td> <td>JetBlue Airways</td> <td align="center" style="font-weight:bold;"> 1416 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:31 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/JBU1416.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Little Rock, AR </td> <td></td> <td align="center" style="font-weight:bold;"> N30T </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:38 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N30T.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 3582 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:42 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA3582.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Diego/El Cajon, CA </td> <td></td> <td align="center" style="font-weight:bold;"> N30JD </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 3:07 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N30JD.cfm" class="green" > In Flight </a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>
PRIORITY NORMAL
SCRIPT point = new GLatLng(30.684721,-97.469444); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> American Airlines Flight 1435</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Dallas/Fort Worth Interna... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/19 12:06 PM (-05:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/19 12:44 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>318 kts/366 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>9,500 feet</td></tr><tr><th>Aircraft Type:</th><td>MD82</td><td align='right'><a href='http://www.helloflight.com/Flight/AAL1435.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/MD-82.213.75.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "AAL1435" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(32.566666,-109.279724); 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/19 8:58 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/19 1:58 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>489 kts/563 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>37,000 feet</td></tr><tr><th>Aircraft Type:</th><td>B737</td><td align='right'><a href='http://www.helloflight.com/Flight/ASA658.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/737-700.101.25.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "ASA658" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(31.796667,-106.199165); 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/19 9:44 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/19 1:17 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>540 kts/621 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(31.708334,-104.80556); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Continental Airlines Flight 1904</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> San Diego International A... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/19 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/19 1:32 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'>34,900 feet</td></tr><tr><th>Aircraft Type:</th><td>B735</td><td align='right'><a href='http://www.helloflight.com/Flight/COA1904.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/737-500.090.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "COA1904" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(29.965279,-93.72528); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Citationshares Flight 604</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Louis Armstrong New Orléa... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/19 12:53 PM (-04:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/19 1:09 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>324 kts/373 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>38,000 feet</td></tr><tr><th>Aircraft Type:</th><td>C680</td><td align='right'><a href='http://www.helloflight.com/Flight/FIV604.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/S-L52J.270.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "FIV604" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.648335,-117.24916); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> JetBlue Airways Flight 1416</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Long Beach Airport (Daugh... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/19 10:15 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/19 2:31 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>392 kts/451 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>25,800 feet</td></tr><tr><th>Aircraft Type:</th><td>E190</td><td align='right'><a href='http://www.helloflight.com/Flight/JBU1416.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/L-L52J.090.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "JBU1416" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(30.235834,-97.53001); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> N188DP</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Mustang Beach Airport</td></tr><tr><th>Departure:</th><td colspan='2'> 3/19 11:40 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/19 12:50 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>179 kts/206 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>5,900 feet</td></tr><tr><th>Aircraft Type:</th><td>BE36</td><td align='right'><a href='http://www.helloflight.com/Flight/N188DP.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/S-L11P.000.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N188DP" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(32.84778,-115.87889); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> N30JD</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Gillespie Field Airport</td></tr><tr><th>Departure:</th><td colspan='2'> 3/19 10:08 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/19 3:07 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>299 kts/344 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>28,100 feet</td></tr><tr><th>Aircraft Type:</th><td>C550</td><td align='right'><a href='http://www.helloflight.com/Flight/N30JD.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/Citation-5.090.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N30JD" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(34.460835,-92.85083); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> N30T</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Adams Field Airport</td></tr><tr><th>Departure:</th><td colspan='2'> 3/19 1:11 PM (-04:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/19 2:38 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>138 kts/159 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>10,000 feet</td></tr><tr><th>Aircraft Type:</th><td>C310</td><td align='right'><a href='http://www.helloflight.com/Flight/N30T.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/S-L22P.225.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N30T" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(30.184444,-94.32083); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> N700BT</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Abbeville Chris Crusta Me... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/19 11:45 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/19 1:40 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>158 kts/182 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>8,000 feet</td></tr><tr><th>Aircraft Type:</th><td>BE35</td><td align='right'><a href='http://www.helloflight.com/Flight/N700BT.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/S-L11P.258.75.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N700BT" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(28.884445,-89.961945); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Flight Options Flight 439</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Palm Beach International ... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/19 11:33 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/19 1:50 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>295 kts/339 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>40,000 feet</td></tr><tr><th>Aircraft Type:</th><td>BE40</td><td align='right'><a href='http://www.helloflight.com/Flight/OPT439.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/Hawker-400.281.25.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "OPT439" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.925556,-92.680275); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Flight Options Flight 824</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> </td></tr><tr><th>Departure:</th><td colspan='2'> 3/19 10:49 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/19 1:37 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>0 kts/0 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>40,000 feet</td></tr><tr><th>Aircraft Type:</th><td>H25B</td><td align='right'><a href='http://www.helloflight.com/Flight/OPT824.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/BAe-HS-125.247.50.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "OPT824" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(36.234444,-104.76028); 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/19 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/19 1:46 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>480 kts/552 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.135.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "SKW23S" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(31.164165,-100.78084); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Southwest Airlines Flight 144</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> San Diego International A... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/19 8:47 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/19 1:03 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>555 kts/639 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>39,000 feet</td></tr><tr><th>Aircraft Type:</th><td>B737</td><td align='right'><a href='http://www.helloflight.com/Flight/SWA144.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/737-700.101.25.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "SWA144" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(30.391666,-97.642494); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Southwest Airlines Flight 2892</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Dallas Love Field Airport</td></tr><tr><th>Departure:</th><td colspan='2'> 3/19 11:58 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/19 12:38 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>251 kts/289 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>5,300 feet</td></tr><tr><th>Aircraft Type:</th><td>B733</td><td align='right'><a href='http://www.helloflight.com/Flight/SWA2892.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/737-300.225.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "SWA2892" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(32.740555,-96.74); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Southwest Airlines Flight 3487</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Dallas Love Field Airport</td></tr><tr><th>Departure:</th><td colspan='2'> 3/19 12:23 PM (-05:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Austin-Bergstrom Internat... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/19 1:01 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'>7,000 feet</td></tr><tr><th>Aircraft Type:</th><td>B733</td><td align='right'><a href='http://www.helloflight.com/Flight/SWA3487.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/737-300.180.00.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "SWA3487" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(30.818611,-98.72833); 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/19 9:39 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/19 12:53 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>431 kts/496 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>20,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(31.191666,-97.2175); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Southwest Airlines Flight 708</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Chicago Midway Internatio... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/19 10:28 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/19 12:39 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>366 kts/421 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>21,700 feet</td></tr><tr><th>Aircraft Type:</th><td>B737</td><td align='right'><a href='http://www.helloflight.com/Flight/SWA708.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" ), "SWA708" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(31.785276,-104.27112); 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/19 8:58 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/19 1:28 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>539 kts/620 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(32.52833,-99.92916); 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/19 9:19 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/19 1:04 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>482 kts/555 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/SWA845.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/737-700.157.50.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "SWA845" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(32.195835,-106.58361); 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/19 9:23 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/19 1:39 PM (-05:00)</td></tr><tr><th>Speed:</th><td colspan='2'>508 kts/585 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/SWA852.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/737-700.123.75.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "SWA852" ); map.addOverlay(marker); bounds.extend(point); map.setZoom(map.getBoundsZoomLevel(bounds)); map.setCenter(bounds.getCenter());
STARTTIME {ts '2010-03-19 13:34:10'}
STATUS COMPLETED
struct
DEPARTUREPAGINATION
query
  CURRENT DB HOURS NEXT PREVIOUS
1 2010-03-19T16:34:02Z ASDI_20100319_night 3 2010-03-19T19:34:02Z 2010-03-19T13:34:02Z
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 Chattanooga United States CHA CHA KCHA EJA955 C750 EJA NetJets [empty string] Lovell Field Airport -14400000 TN 2010-03-19T14:04:00-04:00 Austin United States AUS AUS KAUS 2010-03-19T16:43:13Z Austin-Bergstrom International Airport -18000000 TX 2010-03-19T11:43:00-05:00 2010-03-19T17:23:51Z IN FLIGHT
2 Dallas-Fort Worth United States DFW DFW KDFW AAL2203 MD82 AAL American Airlines [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-19T12:29:00-05:00 Austin United States AUS AUS KAUS 2010-03-19T16:50:01Z Austin-Bergstrom International Airport -18000000 TX 2010-03-19T11:50:00-05:00 2010-03-19T17:02:06Z ARRIVED
3 Denver United States DEN DEN KDEN SKW5882 [empty string] SKW SkyWest [empty string] Denver International Airport -25200000 CO 2010-03-19T11:53:00-07:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T11:50:00-05:00 2010-03-19T16:03:32Z Scheduled
4 Tampa United States TPA TPA KTPA SWA836 B733 SWA Southwest Airlines [empty string] Tampa International Airport -14400000 FL 2010-03-19T14:36:00-04:00 Austin United States AUS AUS KAUS 2010-03-19T16:49:41Z Austin-Bergstrom International Airport -18000000 TX 2010-03-19T11:50:00-05:00 2010-03-19T17:06:27Z IN FLIGHT
5 Memphis United States MEM MEM KMEM FLG4082 CRJ2 FLG Pinnacle Airlines [empty string] Memphis International Airport -18000000 TN 2010-03-19T13:12:00-05:00 Austin United States AUS AUS KAUS 2010-03-19T16:54:46Z Austin-Bergstrom International Airport -18000000 TX 2010-03-19T11:55:00-05:00 2010-03-19T17:17:01Z IN FLIGHT
6 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-19T14:34:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T11:55:00-05:00 2010-03-19T16:05:20Z Scheduled
7 Marfa United States MRF MRF KMRF N204J C525 [empty string] [empty string] [empty string] Marfa Municipal Airport -18000000 TX 2010-03-19T13:18:00-05:00 Austin United States AUS AUS KAUS 2010-03-19T16:55:38Z Austin-Bergstrom International Airport -18000000 TX 2010-03-19T11:56:00-05:00 2010-03-19T17:04:16Z IN FLIGHT
8 Charlotte United States CLT CLT KCLT ASH2724 CRJ9 ASH Mesa Airlines [empty string] Charlotte/Douglas International Airport -14400000 NC 2010-03-19T15:01:00-04:00 Austin United States AUS AUS KAUS 2010-03-19T16:56:56Z Austin-Bergstrom International Airport -18000000 TX 2010-03-19T11:57:00-05:00 2010-03-19T17:23:02Z IN FLIGHT
9 Charlotte United States CLT CLT KCLT AWE2724 CRJ9 AWE America West Airlines [empty string] Charlotte/Douglas International Airport -14400000 NC 2010-03-19T15:01:00-04:00 Austin United States AUS AUS KAUS 2010-03-19T16:56:56Z Austin-Bergstrom International Airport -18000000 TX 2010-03-19T11:57:00-05:00 2010-03-19T17:23:02Z IN FLIGHT
10 Acapulco México [empty string] ACA MMAA BSK503 B738 BSK Miami Air International [empty string] General Juan N. Álvarez International Airport -21600000 Guerrero 2010-03-19T13:06:00-06:00 Austin United States AUS AUS KAUS 2010-03-19T16:57:52Z Austin-Bergstrom International Airport -18000000 TX 2010-03-19T11:58:00-05:00 [empty string] IN FLIGHT
11 Houston United States DWH DWH KDWH N2145R C206 [empty string] [empty string] [empty string] David Wayne Hooks Memorial Airport -18000000 TX 2010-03-19T13:03:00-05:00 Austin United States AUS AUS KAUS 2010-03-19T17:03:12Z Austin-Bergstrom International Airport -18000000 TX 2010-03-19T12:03:00-05:00 2010-03-19T17:03:12Z IN FLIGHT
12 Fort Lauderdale United States FLL FLL KFLL JBU1402 E190 JBU JetBlue Airways [empty string] Fort Lauderdale/Hollywood International Airport -14400000 FL 2010-03-19T15:04:00-04:00 Austin United States AUS AUS KAUS 2010-03-19T17:08:11Z Austin-Bergstrom International Airport -18000000 TX 2010-03-19T12:08:00-05:00 2010-03-19T17:18:26Z IN FLIGHT
13 Mc Kinney United States TKI [empty string] KTKI N928NG PC12 [empty string] [empty string] [empty string] Collin County Regional Airport at Mc Kinney -18000000 TX 2010-03-19T13:09:00-05:00 Austin United States AUS AUS KAUS 2010-03-19T17:11:06Z Austin-Bergstrom International Airport -18000000 TX 2010-03-19T12:11:00-05:00 [empty string] IN FLIGHT
14 Washington United States IAD IAD KIAD ASH7276 CRJ7 ASH Mesa Airlines [empty string] Washington Dulles International Airport -14400000 DC 2010-03-19T15:46:00-04:00 Austin United States AUS AUS KAUS 2010-03-19T17:12:49Z Austin-Bergstrom International Airport -18000000 TX 2010-03-19T12:13:00-05:00 2010-03-19T17:12:49Z IN FLIGHT
15 Dallas United States DAL DAL KDAL SWA968 B733 SWA Southwest Airlines [empty string] Dallas Love Field Airport -18000000 TX 2010-03-19T12:49:00-05:00 Austin United States AUS AUS KAUS 2010-03-19T17:14:02Z Austin-Bergstrom International Airport -18000000 TX 2010-03-19T12:14:00-05:00 2010-03-19T17:23:22Z IN FLIGHT
16 [empty string] [empty string] [empty string] [empty string] [empty string] N524RD PC12 [empty string] [empty string] [empty string] [empty string] [empty string] [empty string] [empty string] Austin United States AUS AUS KAUS 2010-03-19T17:15:34Z Austin-Bergstrom International Airport -18000000 TX 2010-03-19T12:16:00-05:00 [empty string] IN FLIGHT
17 Houston United States IAH IAH KIAH BTA2282 E145 BTA ExpressJet [empty string] George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-19T12:52:00-05:00 Austin United States AUS AUS KAUS 2010-03-19T17:20:26Z Austin-Bergstrom International Airport -18000000 TX 2010-03-19T12:20:00-05:00 2010-03-19T17:20:26Z IN FLIGHT
18 Dallas-Fort Worth United States DFW DFW KDFW AAL650 MD83 AAL American Airlines [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-19T13:00:00-05:00 Austin United States AUS AUS KAUS 2010-03-19T17:21:18Z Austin-Bergstrom International Airport -18000000 TX 2010-03-19T12:21:00-05:00 2010-03-19T17:25:38Z IN FLIGHT
19 El Paso United States ELP ELP KELP SWA2430 B737 SWA Southwest Airlines [empty string] El Paso International Airport -25200000 TX 2010-03-19T11:52:00-07:00 Austin United States AUS AUS KAUS 2010-03-19T17:25:27Z Austin-Bergstrom International Airport -18000000 TX 2010-03-19T12:25:00-05:00 2010-03-19T17:25:27Z IN FLIGHT
20 Detroit United States DTW DTW KDTW MES3564 [empty string] MES Mesaba Airlines [empty string] Detroit Metropolitan Wayne County Airport -14400000 MI 2010-03-19T16:26:00-04:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T12:42:00-05:00 2010-03-19T16:52:32Z Scheduled
21 Dallas United States DAL DAL KDAL N279M [empty string] [empty string] [empty string] [empty string] Dallas Love Field Airport -18000000 TX 2010-03-19T13:57:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:00:00-05:00 2010-03-19T17:10:08Z Scheduled
22 Los Cabos México [empty string] SJD MMSD N824LX [empty string] [empty string] [empty string] [empty string] Los Cabos International Airport -25200000 Baja California Sur 2010-03-19T13:43:00-07:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:09:00-05:00 2010-03-19T16:53:08Z Scheduled
23 Phoenix United States PHX PHX KPHX SWA2892 [empty string] SWA Southwest Airlines [empty string] Phoenix Sky Harbor International Airport -25200000 AZ 2010-03-19T13:36:00-07:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:10:00-05:00 2010-03-19T17:20:32Z Scheduled
24 New York United States JFK JFK KJFK JBU1062 [empty string] JBU JetBlue Airways [empty string] John F Kennedy International Airport -14400000 NY 2010-03-19T17:41:00-04:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:18:00-05:00 2010-03-19T17:28:08Z Scheduled
25 Dallas United States DAL DAL KDAL SWA785 [empty string] SWA Southwest Airlines [empty string] Dallas Love Field Airport -18000000 TX 2010-03-19T14:00:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:25:00-05:00 2010-03-19T15:18:30Z Scheduled
26 Chicago United States ORD ORD KORD AAL2486 [empty string] AAL American Airlines [empty string] Chicago O'Hare International Airport -18000000 IL 2010-03-19T15:40:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:27:00-05:00 2010-03-19T17:01:16Z Scheduled
27 Atlanta United States ATL ATL KATL FLG870 [empty string] FLG Pinnacle Airlines [empty string] Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-19T16:17:00-04:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:30:00-05:00 2010-03-19T16:40:16Z Scheduled
28 Houston United States IAH IAH KIAH COA34 [empty string] COA Continental Airlines [empty string] George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-19T14:08:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:32:00-05:00 2010-03-18T18:20:11Z SCHEDULED
29 Houston United States HOU HOU KHOU SWA845 [empty string] SWA Southwest Airlines [empty string] William P Hobby Airport -18000000 TX 2010-03-19T14:10:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:42:00-05:00 2010-03-19T16:36:59Z Scheduled
30 Las Vegas United States LAS LAS KLAS SWA708 [empty string] SWA Southwest Airlines [empty string] Mc Carran International Airport -25200000 NV 2010-03-19T14:35:00-07:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:45:00-05:00 2010-03-19T16:39:33Z Scheduled
31 Harlingen United States HRL HRL KHRL SWA3487 [empty string] SWA Southwest Airlines [empty string] Valley International Airport -18000000 TX 2010-03-19T14:37:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:50:00-05:00 2010-03-19T16:46:52Z Scheduled
32 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-19T14:34:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:52:00-05:00 2010-03-19T17:26:10Z Scheduled
33 Dallas United States DAL DAL KDAL SWA144 [empty string] SWA Southwest Airlines [empty string] Dallas Love Field Airport -18000000 TX 2010-03-19T14:29:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T13:54:00-05:00 2010-03-19T15:50:33Z Scheduled
34 Fort Lauderdale United States FLL FLL KFLL SWA729 [empty string] SWA Southwest Airlines [empty string] Fort Lauderdale/Hollywood International Airport -14400000 FL 2010-03-19T17:12:00-04:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T14:14:00-05:00 2010-03-19T17:13:09Z Scheduled
35 Salt Lake City United States SLC SLC KSLC SKW4593 [empty string] SKW SkyWest [empty string] Salt Lake City International Airport -25200000 UT 2010-03-19T15:00:00-07:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T14:20:00-05:00 2010-03-18T19:10:11Z SCHEDULED
36 Chicago United States ORD ORD KORD TCF7732 [empty string] TCF Shuttle America [empty string] Chicago O'Hare International Airport -18000000 IL 2010-03-19T17:02:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T14:27:00-05:00 2010-03-18T19:20:11Z SCHEDULED
37 Houston United States HOU HOU KHOU SWA852 [empty string] SWA Southwest Airlines [empty string] William P Hobby Airport -18000000 TX 2010-03-19T15:06:00-05:00 Austin United States AUS AUS KAUS [empty string] Austin-Bergstrom International Airport -18000000 TX 2010-03-19T14:30:00-05:00 2010-03-18T19:20:11Z 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 AAL650 MD83 5 MD83 173 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 349.649717332 L-L52J.348.75.1f.1p.png [empty string] L 30.51111 -97.902504 McDonnell-Douglas - MD-83 1594 2010-03-19T17:27:52Z 394 L
2 ASH2724 CRJ9 5 CRJ9 370C 5000 L-L52J 6000 2 J add 08/03 70.1122171714 CRJ-900.078.75.1f.1p.png CRJ-900 L 31.076668 -93.340836 Canadair Bombardier - RJ-900 Regional Jet 2707 2010-03-19T17:27:52Z 566 L
3 ASH7276 CRJ7 5 CRJ7 253 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 91.5692116773 CRJ-700.090.00.1f.1p.png CRJ-700 L 30.295277 -96.071945 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-19T17:27:52Z 453 L
4 BSK503 B738 5 B738 410C 4000 L-L52J 4000 2 J new 11/98 170.813205028 737-800.180.00.1f.1p.png 737-800 L 27.174166 -97.77417 Boeing - Model 737-800 4613 2010-03-19T17:27:52Z 463 L
5 BTA2282 E145 5 E145 141 2350 L-L52J 2350 2 J new 05/97 | chg 8/97 | chg 11/98 | chg 12/03 57.2557592622 erj-145.056.25.1f.1p.png erj-145 L 30.3575 -97.06334 Embraer/Brazil - EMB145/EP/EU/LU 8912 2010-03-19T17:28:16Z 382 L
6 EJA955 C750 5 C750 410C 3500 S-L52J 3500 2 J new 12/96 | chg 11/98 65.4504429011 S-L52J.067.50.1f.1p.png [empty string] L 32.740833 -90.48555 Cessna Aircraft - Citation 10 945 2010-03-19T17:28:17Z 583 S
7 FLG4082 CRJ2 5 CRJ2 270C 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 43.3317928581 crj-200.045.00.1f.1p.png crj-200 L 32.035 -94.13194 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-19T17:28:05Z 478 L
8 JBU1402 E190 5 E190 318 2350 L-L52J 2350 2 J add 11/05 100.82870286 L-L52J.101.25.1f.1p.png [empty string] L 30.105833 -95.204445 Embraer - ERJ190/E190 1553 2010-03-19T17:27:52Z 542 L
9 N204J C525 5 C525 260C 3000 S-L52J 3500 2 J new 04/93 | chg 11/98 273.154446406 Citation-5.270.00.1f.1p.png Citation-5 L 30.368055 -100.27639 Cessna Aircraft - Citationjet C525 777 2010-03-19T17:27:52Z 296 S
10 N2145R C206 1 C206 049C 975 S-L11P 1000 1 P [empty string] 87.8010104279 S-L11P.090.00.1f.1p.png [empty string] L 30.425554 -96.59028 Cessna Aircraft - Stationair 6/Turbo 549 2010-03-19T17:28:04Z 143 S
11 N524RD PC12 3 PC12 115 1900 S-L11T 1900 1 T new 07/98 | chg 11/98 | chg 02/08 94.3809737195 S-L11T.090.00.1f.1p.png [empty string] L 30.343613 -96.94 Pilatus - PC-12 1413 2010-03-19T17:27:52Z 241 S
12 N928NG PC12 3 PC12 160C 1900 S-L11T 1900 1 T new 07/98 | chg 11/98 | chg 02/08 48.0791118465 S-L11T.045.00.1f.1p.png [empty string] L 30.86389 -96.94639 Pilatus - PC-12 1413 2010-03-19T17:27:17Z 279 S
13 SWA2430 B737 5 B737 400 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 269.195960565 737-700.270.00.1f.1p.png 737-700 L 30.133612 -97.76667 Boeing - Model 737-700 11245 2010-03-19T17:27:40Z 0 L
14 SWA836 B733 5 B733 350C 5500 L-L52J 3500 2 J new 11/98 102.302895583 737-300.101.25.1f.1p.png 737-300 L 29.571112 -92.04083 Boeing - Model 737-300 6922 2010-03-19T17:27:52Z 548 L
15 SWA968 B733 5 B733 220C 5500 L-L52J 3500 2 J new 11/98 29.1452688944 737-300.022.50.1f.1p.png 737-300 L 31.248056 -96.550835 Boeing - Model 737-300 6922 2010-03-19T17:28:29Z 430 L
ELAPSEDTIME 0
ERROR
struct
Message '' is an invalid date or time string.
RootCause
struct
Detail [empty string]
ErrNumber 0
Message '' is an invalid date or time string.
StackTrace coldfusion.runtime.locale.CFLocaleBase$InvalidDateTimeException: '' is an invalid date or time string. at coldfusion.runtime.locale.CFLocaleBase.ParseDateTime(CFLocaleBase.java:246) at coldfusion.util.DateUtils.parseDateTime(DateUtils.java:689) at coldfusion.util.DateUtils.parseDateTime(DateUtils.java:644) at coldfusion.runtime.CFPage.ParseDateTime(CFPage.java:1312) at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1801) at cfAirport2eCfm233259945$funcFLIGHTPOPUP.runFunction(D:\Websites\metrotest\Airport.Cfm:1734) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2471) at cfAirport2eCfm233259945$func_CFFUNCCFTHREAD_CFAIRPORT2ECFM2332599452.runFunction(D:\Websites\metrotest\Airport.Cfm:220) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.UDFMethod.invokeCFThread(UDFMethod.java:174) at coldfusion.thread.Task.invokeFunction(Task.java:239) at coldfusion.thread.Task.run(Task.java:141) at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:201) at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:71)
TagContext
array
1
struct
COLUMN 0
ID CF_CFPAGE
LINE 1801
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1801)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
2
struct
COLUMN 0
ID CF_AIRPORT
LINE 1734
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP.runFunction(D:\Websites\metrotest\Airport.Cfm:1734)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
3
struct
COLUMN 0
ID CF_UDFMETHOD
LINE 220
RAW_TRACE at cfAirport2eCfm233259945$func_CFFUNCCFTHREAD_CFAIRPORT2ECFM2332599452.runFunction(D:\Websites\metrotest\Airport.Cfm:220)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
Type Expression
datetime [empty string]
StackTrace coldfusion.runtime.locale.CFLocaleBase$InvalidDateTimeException: '' is an invalid date or time string. at coldfusion.runtime.locale.CFLocaleBase.ParseDateTime(CFLocaleBase.java:246) at coldfusion.util.DateUtils.parseDateTime(DateUtils.java:689) at coldfusion.util.DateUtils.parseDateTime(DateUtils.java:644) at coldfusion.runtime.CFPage.ParseDateTime(CFPage.java:1312) at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1801) at cfAirport2eCfm233259945$funcFLIGHTPOPUP.runFunction(D:\Websites\metrotest\Airport.Cfm:1734) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2471) at cfAirport2eCfm233259945$func_CFFUNCCFTHREAD_CFAIRPORT2ECFM2332599452.runFunction(D:\Websites\metrotest\Airport.Cfm:220) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.UDFMethod.invokeCFThread(UDFMethod.java:174) at coldfusion.thread.Task.invokeFunction(Task.java:239) at coldfusion.thread.Task.run(Task.java:141) at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:201) at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:71)
TagContext
array
1
struct
COLUMN 0
ID CF_CFPAGE
LINE 1801
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1801)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
2
struct
COLUMN 0
ID CF_AIRPORT
LINE 1734
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP.runFunction(D:\Websites\metrotest\Airport.Cfm:1734)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
3
struct
COLUMN 0
ID CF_UDFMETHOD
LINE 220
RAW_TRACE at cfAirport2eCfm233259945$func_CFFUNCCFTHREAD_CFAIRPORT2ECFM2332599452.runFunction(D:\Websites\metrotest\Airport.Cfm:220)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
Type coldfusion.util.RuntimeWrapper
NAME DEPARTURESTHREAD
OUTPUT <div id="departuresDiv"> <table cellpadding="0" cellspacing="0" style="border: thin solid silver;"> <thead> <tr> <td> <table width="100%" cellpadding="0" cellspacing="0"> <thead> <tr> <th colspan="5" style="background-color:#336699;font-family:arial,helvetica,sans-serif;color:white;font-size:13px;" align="center" > <a name="departuresTable" style="color:white;">Flight Departures</a> </th> </tr> <tr> <td nowrap="nowrap" colspan="4" style="font-family:arial,helvetica,chicago,sans-serif;font-size:16px;font-weight:bold;" > Flights departing from: <span style="font-family:arial,helvetica,chicago,sans-serif;font-size:13px;font-weight:bold;" > 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;"> Chattanooga, TN </td> <td>NetJets</td> <td align="center" style="font-weight:bold;"> 955 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:43 AM </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;"> 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:50 AM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL2203.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 5882 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:50 AM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SKW5882.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:50 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA836.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> 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:55 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;"> 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;"> Marfa, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N204J </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:56 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N204J.cfm" class="green" > In Flight </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;"> 11:57 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASH2724.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Charlotte, NC </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 2724 </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/AWE2724.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Acapulco, Guerrero </td> <td>Miami Air International</td> <td align="center" style="font-weight:bold;"> 503 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 11:58 AM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/BSK503.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N2145R </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:03 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N2145R.cfm" class="green" > In Flight </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" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/JBU1402.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Mc Kinney, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N928NG </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:11 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N928NG.cfm" class="green" > In Flight </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:13 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASH7276.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;"> 968 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:14 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA968.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> , </td> <td></td> <td align="center" style="font-weight:bold;"> N524RD </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:16 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N524RD.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>ExpressJet</td> <td align="center" style="font-weight:bold;"> 2282 </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/BTA2282.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;"> 650 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 12:21 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL650.cfm" class="green" > In Flight </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:25 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA2430.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Detroit, MI </td> <td>Mesaba Airlines</td> <td align="center" style="font-weight:bold;"> 3564 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 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;"> Dallas, TX </td> <td></td> <td align="center" style="font-weight:bold;"> N279M </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:00 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N279M.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Los Cabos, Baja California Sur </td> <td></td> <td align="center" style="font-weight:bold;"> N824LX </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:09 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/N824LX.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;"> 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;"> 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;"> Chicago, IL </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 2486 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:27 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL2486.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Atlanta, GA </td> <td>Pinnacle Airlines</td> <td align="center" style="font-weight:bold;"> 870 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:30 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/FLG870.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;"> 1:32 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/COA34.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:42 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA845.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;"> 708 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:45 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA708.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>American Airlines</td> <td align="center" style="font-weight:bold;"> 1607 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 1:52 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AAL1607.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:54 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA144.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fort Lauderdale, FL </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 729 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:14 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA729.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Salt Lake City, UT </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 4593 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:20 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SKW4593.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>Shuttle America</td> <td align="center" style="font-weight:bold;"> 7732 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:27 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/TCF7732.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;"> 852 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 2:30 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA852.cfm" > Scheduled </a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>
PRIORITY NORMAL
STARTTIME {ts '2010-03-19 13:34:10'}
STATUS TERMINATED