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-15T00:15:46Z ASDI_20100315_early 1 2010-03-15T01:15:46Z 2010-03-14T23:15:46Z
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 Los Angeles United States LAX LAX KLAX AAL2170 [empty string] AAL American Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T16:51:00-07:00 Miami United States MIA MIA KMIA [empty string] Miami International Airport -14400000 FL 2010-03-14T14:18:00-04:00 2010-03-14T19:26:18Z ARRIVED
2 Los Angeles United States LAX LAX KLAX ASA1022 [empty string] ASA Alaska Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T16:51:00-07:00 Miami United States MIA MIA KMIA [empty string] Miami International Airport -14400000 FL 2010-03-14T14:18:00-04:00 2010-03-14T19:26:18Z ARRIVED
3 Los Angeles United States LAX LAX KLAX AFR72 [empty string] AFR Air France [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:06:00-07:00 Paris France [empty string] CDG LFPG [empty string] Charles de Gaulle (Roissy) 3600000 [empty string] 2010-03-14T14:14:00+01:00 2010-03-14T23:28:36Z In Flight
4 Los Angeles United States LAX LAX KLAX AZA3544 [empty string] AZA Alitalia [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:06:00-07:00 Paris France [empty string] CDG LFPG [empty string] Charles de Gaulle (Roissy) 3600000 [empty string] 2010-03-14T14:14:00+01:00 2010-03-14T23:28:36Z In Flight
5 Los Angeles United States LAX LAX KLAX DAL8508 [empty string] DAL Delta Air Lines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:06:00-07:00 Paris France [empty string] CDG LFPG [empty string] Charles de Gaulle (Roissy) 3600000 [empty string] 2010-03-14T14:14:00+01:00 2010-03-14T23:28:36Z In Flight
6 Los Angeles United States LAX LAX KLAX SWA381 [empty string] SWA Southwest Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:16:00-07:00 Denver United States DEN DEN KDEN [empty string] Denver International Airport -25200000 CO 2010-03-14T15:21:00-07:00 2010-03-14T23:25:18Z ARRIVED
7 Los Angeles United States LAX LAX KLAX DAL2571 [empty string] DAL Delta Air Lines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:16:00-07:00 Detroit United States DTW DTW KDTW [empty string] Detroit Metropolitan Wayne County Airport -14400000 MI 2010-03-14T15:33:00-04:00 2010-03-14T17:26:32Z ARRIVED
8 Los Angeles United States LAX LAX KLAX SKW5849 [empty string] SKW SkyWest [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:16:00-07:00 Montrose United States MTJ MTJ KMTJ [empty string] Montrose Regional Airport -25200000 CO 2010-03-14T15:33:00-07:00 2010-03-14T23:07:04Z ARRIVED
9 Los Angeles United States LAX LAX KLAX N7PS CL60 [empty string] [empty string] 2010-03-15T00:16:24Z Los Angeles International Airport -25200000 CA 2010-03-14T17:16:00-07:00 Rifle United States RIL RIL KRIL 2010-03-14T22:40:32Z Garfield County Regional Airport -25200000 CO 2010-03-14T15:41:00-07:00 2010-03-14T23:22:57Z ARRIVED
10 Los Angeles United States LAX LAX KLAX EJA284P [empty string] EJA NetJets [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:18:00-07:00 San José United States SJC SJC KSJC [empty string] Norman Y. Mineta San José International Airport -25200000 CA 2010-03-14T16:20:00-07:00 2010-03-14T23:33:30Z ARRIVED
11 Los Angeles United States LAX LAX KLAX AAL455 [empty string] AAL American Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:19:00-07:00 Chicago United States ORD ORD KORD [empty string] Chicago O'Hare International Airport -18000000 IL 2010-03-14T15:26:00-05:00 2010-03-14T18:50:45Z ARRIVED
12 Los Angeles United States LAX LAX KLAX EGF3030 [empty string] EGF American Eagle Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:19:00-07:00 Monterey United States MRY MRY KMRY [empty string] Monterey Peninsula Airport -25200000 CA 2010-03-14T16:25:00-07:00 2010-03-14T23:33:55Z ARRIVED
13 Los Angeles United States LAX LAX KLAX NWA5530 [empty string] NWA Northwest Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:19:00-07:00 Monterey United States MRY MRY KMRY [empty string] Monterey Peninsula Airport -25200000 CA 2010-03-14T16:25:00-07:00 2010-03-14T23:33:55Z ARRIVED
14 Los Angeles United States LAX LAX KLAX SWA858 [empty string] SWA Southwest Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:19:00-07:00 Phoenix United States PHX PHX KPHX [empty string] Phoenix Sky Harbor International Airport -25200000 AZ 2010-03-14T16:16:00-07:00 2010-03-13T22:55:42Z ARRIVED
15 Los Angeles United States LAX LAX KLAX AAL2453 [empty string] AAL American Airlines 2010-03-15T00:17:24Z Los Angeles International Airport -25200000 CA 2010-03-14T17:20:00-07:00 Dallas-Fort Worth United States DFW DFW KDFW [empty string] Dallas/Fort Worth International Airport -18000000 TX 2010-03-14T16:24:00-05:00 2010-03-14T23:32:02Z ARRIVED
16 Los Angeles United States LAX LAX KLAX SKW6291 CRJ2 SKW SkyWest 2010-03-15T00:20:24Z Los Angeles International Airport -25200000 CA 2010-03-14T17:20:00-07:00 El Paso United States ELP ELP KELP 2010-03-14T22:25:29Z El Paso International Airport -25200000 TX 2010-03-14T15:25:00-07:00 2010-03-14T23:34:26Z ARRIVED
17 Los Angeles United States LAX LAX KLAX CMP1795 [empty string] CMP Copa Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:20:00-07:00 Houston United States IAH IAH KIAH [empty string] George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-14T16:10:00-05:00 2010-03-14T20:10:32Z Scheduled
18 Los Angeles United States LAX LAX KLAX COA795 [empty string] COA Continental Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:20:00-07:00 Houston United States IAH IAH KIAH [empty string] George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-14T16:10:00-05:00 2010-03-14T20:10:32Z Scheduled
19 Los Angeles United States LAX LAX KLAX UAL3648 [empty string] UAL United Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:20:00-07:00 Houston United States IAH IAH KIAH [empty string] George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-14T16:10:00-05:00 2010-03-14T20:10:32Z Scheduled
20 Los Angeles United States LAX LAX KLAX SKW6335 [empty string] SKW SkyWest [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:20:00-07:00 San Diego United States SAN SAN KSAN [empty string] San Diego International Airport -25200000 CA 2010-03-14T16:58:00-07:00 2010-03-14T23:12:31Z ARRIVED
21 Los Angeles United States LAX LAX KLAX UAL119 A320 UAL United Airlines 2010-03-15T00:25:55Z Los Angeles International Airport -25200000 CA 2010-03-14T17:20:00-07:00 San Francisco United States SFO SFO KSFO 2010-03-14T23:30:13Z San Francisco International Airport -25200000 CA 2010-03-14T16:30:00-07:00 2010-03-14T23:49:18Z ARRIVED
22 Los Angeles United States LAX LAX KLAX CKS829 [empty string] CKS Kalitta Air 2010-03-15T00:24:55Z Los Angeles International Airport -25200000 CA 2010-03-14T17:21:00-07:00 Anchorage United States ANC ANC PANC [empty string] Ted Stevens Anchorage International Airport -32400000 AK 2010-03-14T10:41:00-09:00 2010-03-14T23:53:40Z ARRIVED
23 Los Angeles United States LAX LAX KLAX SWA216 B737 SWA Southwest Airlines 2010-03-15T00:28:31Z Los Angeles International Airport -25200000 CA 2010-03-14T17:22:00-07:00 Las Vegas United States LAS LAS KLAS 2010-03-14T23:41:42Z Mc Carran International Airport -25200000 NV 2010-03-14T16:41:00-07:00 2010-03-14T23:54:20Z ARRIVED
24 Los Angeles United States LAX LAX KLAX EGF3082 E135 EGF American Eagle Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:22:00-07:00 San Diego United States SAN SAN KSAN 2010-03-14T23:57:06Z San Diego International Airport -25200000 CA 2010-03-14T16:57:00-07:00 2010-03-14T23:57:06Z ARRIVED
25 Los Angeles United States LAX LAX KLAX UAL753 A319 UAL United Airlines 2010-03-15T00:23:24Z Los Angeles International Airport -25200000 CA 2010-03-14T17:23:00-07:00 Denver United States DEN DEN KDEN 2010-03-14T22:32:14Z Denver International Airport -25200000 CO 2010-03-14T15:32:00-07:00 2010-03-14T22:35:55Z ARRIVED
26 Los Angeles United States LAX LAX KLAX SWA104 B737 SWA Southwest Airlines 2010-03-15T00:30:25Z Los Angeles International Airport -25200000 CA 2010-03-14T17:24:00-07:00 Austin United States AUS AUS KAUS 2010-03-14T21:18:34Z Austin-Bergstrom International Airport -18000000 TX 2010-03-14T16:19:00-05:00 2010-03-14T23:41:14Z ARRIVED
27 Los Angeles United States LAX LAX KLAX SKW6297 E120 SKW SkyWest 2010-03-15T00:30:31Z Los Angeles International Airport -25200000 CA 2010-03-14T17:24:00-07:00 Oxnard United States OXR OXR KOXR 2010-03-15T00:13:02Z [empty string] -25200000 CA 2010-03-14T17:13:00-07:00 2010-03-15T00:13:02Z ARRIVED
28 Los Angeles United States LAX LAX KLAX AAL2291 B752 AAL American Airlines 2010-03-15T00:32:31Z Los Angeles International Airport -25200000 CA 2010-03-14T17:26:00-07:00 Eagle United States EGE EGE KEGE 2010-03-14T22:47:00Z Eagle County Regional Airport -25200000 CO 2010-03-14T15:47:00-07:00 2010-03-14T23:49:23Z ARRIVED
29 Los Angeles United States LAX LAX KLAX VAU11 [empty string] VAU V Australia [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:28:00-07:00 Melbourne Australia [empty string] MEL YMML [empty string] Tullamarine International Airport 39600000 Victoria 2010-03-14T21:37:00+11:00 2010-03-14T23:36:06Z ARRIVED
30 Los Angeles United States LAX LAX KLAX SWA2083 [empty string] SWA Southwest Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:28:00-07:00 San José United States SJC SJC KSJC [empty string] Norman Y. Mineta San José International Airport -25200000 CA 2010-03-14T16:29:00-07:00 2010-03-14T23:40:18Z ARRIVED
31 Los Angeles United States LAX LAX KLAX AAL2250 MD83 AAL American Airlines 2010-03-15T00:35:25Z Los Angeles International Airport -25200000 CA 2010-03-14T17:29:00-07:00 San Francisco United States SFO SFO KSFO 2010-03-14T23:35:13Z San Francisco International Airport -25200000 CA 2010-03-14T16:35:00-07:00 2010-03-14T23:58:29Z ARRIVED
32 Los Angeles United States LAX LAX KLAX FFT417 A319 FFT Frontier Airlines 2010-03-15T00:30:24Z Los Angeles International Airport -25200000 CA 2010-03-14T17:30:00-07:00 Denver United States DEN DEN KDEN 2010-03-14T22:33:23Z Denver International Airport -25200000 CO 2010-03-14T15:33:00-07:00 2010-03-14T23:40:28Z ARRIVED
33 Los Angeles United States LAX LAX KLAX SWA397 B737 SWA Southwest Airlines 2010-03-15T00:35:31Z Los Angeles International Airport -25200000 CA 2010-03-14T17:30:00-07:00 Houston United States HOU HOU KHOU 2010-03-14T20:58:34Z William P Hobby Airport -18000000 TX 2010-03-14T15:58:00-05:00 2010-03-14T23:52:41Z ARRIVED
34 Los Angeles United States LAX LAX KLAX SWA175 B733 SWA Southwest Airlines 2010-03-15T00:30:24Z Los Angeles International Airport -25200000 CA 2010-03-14T17:30:00-07:00 Oakland United States OAK OAK KOAK 2010-03-14T23:33:00Z Metropolitan Oakland International Airport -25200000 CA 2010-03-14T16:33:00-07:00 2010-03-14T23:55:43Z ARRIVED
35 Los Angeles United States LAX LAX KLAX EJA883P H25B EJA NetJets 2010-03-15T00:36:25Z Los Angeles International Airport -25200000 CA 2010-03-14T17:30:00-07:00 San José United States SJC SJC KSJC 2010-03-14T23:40:40Z Norman Y. Mineta San José International Airport -25200000 CA 2010-03-14T16:41:00-07:00 2010-03-14T23:58:29Z ARRIVED
36 Los Angeles United States LAX LAX KLAX N198MR FA50 [empty string] [empty string] 2010-03-15T00:39:25Z Los Angeles International Airport -25200000 CA 2010-03-14T17:33:00-07:00 Anchorage United States ANC ANC PANC 2010-03-14T19:39:19Z Ted Stevens Anchorage International Airport -32400000 AK 2010-03-14T10:39:00-09:00 2010-03-14T23:56:11Z ARRIVED
37 Los Angeles United States LAX LAX KLAX ASA6059 [empty string] ASA Alaska Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:36:00-07:00 New York United States JFK JFK KJFK [empty string] John F Kennedy International Airport -14400000 NY 2010-03-14T15:19:00-04:00 2010-03-13T18:50:41Z ARRIVED
38 Los Angeles United States LAX LAX KLAX DAL709 [empty string] DAL Delta Air Lines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:36:00-07:00 New York United States JFK JFK KJFK [empty string] John F Kennedy International Airport -14400000 NY 2010-03-14T15:19:00-04:00 2010-03-13T18:50:41Z ARRIVED
39 Los Angeles United States LAX LAX KLAX DLH5176 [empty string] DLH Lufthansa [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:36:00-07:00 Zürich Switzerland [empty string] ZRH LSZH [empty string] Zürich-Kloten 3600000 [empty string] 2010-03-14T13:31:00+01:00 2010-03-14T23:22:31Z ARRIVED
40 Los Angeles United States LAX LAX KLAX SWR40 [empty string] SWR Swiss International Air Lines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:36:00-07:00 Zürich Switzerland [empty string] ZRH LSZH [empty string] Zürich-Kloten 3600000 [empty string] 2010-03-14T13:31:00+01:00 2010-03-14T23:22:31Z ARRIVED
41 Los Angeles United States LAX LAX KLAX SWA3328 B733 SWA Southwest Airlines 2010-03-15T00:45:25Z Los Angeles International Airport -25200000 CA 2010-03-14T17:39:00-07:00 San Francisco United States SFO SFO KSFO 2010-03-14T23:47:23Z San Francisco International Airport -25200000 CA 2010-03-14T16:47:00-07:00 2010-03-15T00:08:22Z ARRIVED
42 Los Angeles United States LAX LAX KLAX AAL239 B752 AAL American Airlines 2010-03-15T00:45:55Z Los Angeles International Airport -25200000 CA 2010-03-14T17:39:00-07:00 San Juan United States SJU SJU TJSJ 2010-03-14T16:14:09Z Luis Muñoz Marin International Airport -14400000 PR 2010-03-14T12:14:00-04:00 2010-03-14T23:57:46Z ARRIVED
43 Los Angeles United States LAX LAX KLAX ASA257 [empty string] ASA Alaska Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:40:00-07:00 Manzanillo México [empty string] ZLO MMZO [empty string] Playa de Oro International Airport -21600000 Colima 2010-03-14T15:24:00-06:00 2010-03-14T23:45:28Z ARRIVED
44 Los Angeles United States LAX LAX KLAX SKW6169 E120 SKW SkyWest 2010-03-15T00:50:55Z Los Angeles International Airport -25200000 CA 2010-03-14T17:42:00-07:00 Bakersfield United States BFL BFL KBFL 2010-03-15T00:10:24Z Meadows Field Airport -25200000 CA 2010-03-14T17:10:00-07:00 2010-03-15T00:10:24Z ARRIVED
45 Los Angeles United States LAX LAX KLAX AAL1519 B738 AAL American Airlines 2010-03-15T00:49:01Z Los Angeles International Airport -25200000 CA 2010-03-14T17:42:00-07:00 Denver United States DEN DEN KDEN 2010-03-14T22:53:00Z Denver International Airport -25200000 CO 2010-03-14T15:53:00-07:00 2010-03-14T23:40:07Z ARRIVED
46 Los Angeles United States LAX LAX KLAX AAL3126 E135 AAL American Airlines 2010-03-15T00:47:55Z Los Angeles International Airport -25200000 CA 2010-03-14T17:42:00-07:00 San José United States SJC SJC KSJC 2010-03-14T23:54:17Z Norman Y. Mineta San José International Airport -25200000 CA 2010-03-14T16:54:00-07:00 2010-03-15T00:13:05Z ARRIVED
47 Los Angeles United States LAX LAX KLAX EGF3126 E135 EGF American Eagle Airlines 2010-03-15T00:47:55Z Los Angeles International Airport -25200000 CA 2010-03-14T17:42:00-07:00 San José United States SJC SJC KSJC 2010-03-14T23:54:17Z Norman Y. Mineta San José International Airport -25200000 CA 2010-03-14T16:54:00-07:00 2010-03-15T00:13:05Z ARRIVED
48 Los Angeles United States LAX LAX KLAX SKW6028 E120 SKW SkyWest 2010-03-15T00:52:25Z Los Angeles International Airport -25200000 CA 2010-03-14T17:42:00-07:00 Santa Barbara United States SBA SBA KSBA 2010-03-15T00:18:03Z Santa Barbara Municipal Airport -25200000 CA 2010-03-14T17:18:00-07:00 2010-03-15T00:18:03Z ARRIVED
49 Los Angeles United States LAX LAX KLAX QXE475 DH8D QXE Horizon Air 2010-03-15T00:50:31Z Los Angeles International Airport -25200000 CA 2010-03-14T17:42:00-07:00 Santa Rosa United States STS STS KSTS 2010-03-14T23:34:17Z Charles M. Schulz - Sonoma County Airport -25200000 CA 2010-03-14T16:34:00-07:00 2010-03-15T00:15:59Z ARRIVED
50 Los Angeles United States LAX LAX KLAX CCA983 B744 CCA Air China [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:43:00-07:00 [empty string] [empty string] [empty string] [empty string] [empty string] 2010-03-14T19:21:57Z [empty string] [empty string] [empty string] [empty string] [empty string] ARRIVED
51 Los Angeles United States LAX LAX KLAX SKW24B [empty string] SKW SkyWest 2010-03-15T00:39:55Z Los Angeles International Airport -25200000 CA 2010-03-14T17:44:00-07:00 Salt Lake City United States SLC SLC KSLC [empty string] Salt Lake City International Airport -25200000 UT 2010-03-14T16:15:00-07:00 2010-03-14T23:41:41Z ARRIVED
52 Los Angeles United States LAX LAX KLAX AAL2459 MD82 AAL American Airlines 2010-03-15T00:47:24Z Los Angeles International Airport -25200000 CA 2010-03-14T17:47:00-07:00 Dallas-Fort Worth United States DFW DFW KDFW 2010-03-14T21:55:29Z Dallas/Fort Worth International Airport -18000000 TX 2010-03-14T16:55:00-05:00 2010-03-15T00:02:41Z ARRIVED
53 Los Angeles United States LAX LAX KLAX COA65 [empty string] COA Continental Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:47:00-07:00 Newark United States EWR EWR KEWR [empty string] Newark Liberty International Airport -14400000 NJ 2010-03-14T15:37:00-04:00 2010-03-13T19:15:41Z ARRIVED
54 Los Angeles United States LAX LAX KLAX UAL3793 [empty string] UAL United Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:47:00-07:00 Newark United States EWR EWR KEWR [empty string] Newark Liberty International Airport -14400000 NJ 2010-03-14T15:37:00-04:00 2010-03-13T19:15:41Z ARRIVED
55 Los Angeles United States LAX LAX KLAX SWA557 B737 SWA Southwest Airlines 2010-03-15T00:57:01Z Los Angeles International Airport -25200000 CA 2010-03-14T17:50:00-07:00 Phoenix United States PHX PHX KPHX 2010-03-14T23:52:21Z Phoenix Sky Harbor International Airport -25200000 AZ 2010-03-14T16:52:00-07:00 2010-03-15T00:08:42Z ARRIVED
56 Los Angeles United States LAX LAX KLAX EJA224P F2TH EJA NetJets 2010-03-15T00:57:55Z Los Angeles International Airport -25200000 CA 2010-03-14T17:51:00-07:00 Oakland United States OAK OAK KOAK 2010-03-14T23:59:20Z Metropolitan Oakland International Airport -25200000 CA 2010-03-14T16:59:00-07:00 2010-03-15T00:18:50Z ARRIVED
57 Los Angeles United States LAX LAX KLAX MXA938 [empty string] MXA Mexicana de Aviación [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:52:00-07:00 Los Cabos México [empty string] SJD MMSD [empty string] Los Cabos International Airport -25200000 Baja California Sur 2010-03-14T15:34:00-07:00 2010-03-15T00:10:10Z ARRIVED
58 Los Angeles United States LAX LAX KLAX SKW62E E120 SKW SkyWest 2010-03-15T00:54:25Z Los Angeles International Airport -25200000 CA 2010-03-14T17:54:00-07:00 San Diego United States SAN SAN KSAN 2010-03-15T00:22:23Z San Diego International Airport -25200000 CA 2010-03-14T17:22:00-07:00 2010-03-15T00:22:23Z ARRIVED
59 Los Angeles United States LAX LAX KLAX ASA211 [empty string] ASA Alaska Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:55:00-07:00 Mazatlán México [empty string] MZT MMMZ [empty string] General Rafael Buelna International Airport -25200000 Sinaloa 2010-03-14T15:16:00-07:00 2010-03-14T23:59:45Z ARRIVED
60 Los Angeles United States LAX LAX KLAX VLE11 [empty string] VLE Volare Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:55:00-07:00 Melbourne Australia [empty string] MEL YMML [empty string] Tullamarine International Airport 39600000 Victoria 2010-03-14T21:40:00+11:00 2010-03-13T10:30:40Z SCHEDULED
61 Los Angeles United States LAX LAX KLAX VRD97 [empty string] VRD Virgin America [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:55:00-07:00 Washington United States IAD IAD KIAD [empty string] Washington Dulles International Airport -14400000 DC 2010-03-14T16:15:00-04:00 2010-03-15T00:28:13Z In Flight
62 Los Angeles United States LAX LAX KLAX DAL2091 B763 DAL Delta Air Lines 2010-03-15T00:56:25Z Los Angeles International Airport -25200000 CA 2010-03-14T17:56:00-07:00 Atlanta United States ATL ATL KATL 2010-03-14T20:40:30Z Hartsfield - Jackson Atlanta International Airport -14400000 GA 2010-03-14T16:40:00-04:00 2010-03-15T00:19:52Z ARRIVED
63 Los Angeles United States LAX LAX KLAX SKW6305 E120 SKW SkyWest 2010-03-15T00:57:25Z Los Angeles International Airport -25200000 CA 2010-03-14T17:57:00-07:00 Palm Springs United States PSP PSP KPSP 2010-03-15T00:27:32Z Palm Springs International Airport -25200000 CA 2010-03-14T17:28:00-07:00 2010-03-15T00:27:32Z ARRIVED
64 Los Angeles United States LAX LAX KLAX COA5065 B752 COA Continental Airlines 2010-03-15T00:59:24Z Los Angeles International Airport -25200000 CA 2010-03-14T17:59:00-07:00 Newark United States EWR EWR KEWR 2010-03-14T19:58:58Z Newark Liberty International Airport -14400000 NJ 2010-03-14T15:59:00-04:00 2010-03-15T00:09:17Z ARRIVED
65 Los Angeles United States LAX LAX KLAX EGF3086 E135 EGF American Eagle Airlines 2010-03-15T01:08:31Z Los Angeles International Airport -25200000 CA 2010-03-14T18:02:00-07:00 San Diego United States SAN SAN KSAN 2010-03-15T00:45:47Z San Diego International Airport -25200000 CA 2010-03-14T17:46:00-07:00 2010-03-15T00:45:47Z ARRIVED
66 Los Angeles United States LAX LAX KLAX SKW6148 E120 SKW SkyWest 2010-03-15T01:02:24Z Los Angeles International Airport -25200000 CA 2010-03-14T18:02:00-07:00 San Luis Obispo United States SBP SBP KSBP 2010-03-15T00:15:28Z San Luis County Regional Airport -25200000 CA 2010-03-14T17:15:00-07:00 2010-03-15T00:21:27Z ARRIVED
67 Los Angeles United States LAX LAX KLAX DAL1585 B738 DAL Delta Air Lines 2010-03-15T01:09:25Z Los Angeles International Airport -25200000 CA 2010-03-14T18:03:00-07:00 Covington United States CVG CVG KCVG 2010-03-14T21:08:14Z Cincinnati/Northern Kentucky International Airport -14400000 KY 2010-03-14T17:08:00-04:00 2010-03-15T00:16:04Z ARRIVED
68 Los Angeles United States LAX LAX KLAX AAL137 [empty string] AAL American Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:04:00-07:00 London United Kingdom [empty string] LHR EGLL [empty string] Heathrow 0 England 2010-03-14T15:00:00+00:00 2010-03-14T16:53:00Z ARRIVED
69 Los Angeles United States LAX LAX KLAX ABX803 B762 ABX Airborne Express 2010-03-15T01:05:24Z Los Angeles International Airport -25200000 CA 2010-03-14T18:05:00-07:00 Covington United States CVG CVG KCVG 2010-03-14T21:01:57Z Cincinnati/Northern Kentucky International Airport -14400000 KY 2010-03-14T17:01:00-04:00 2010-03-15T00:25:49Z ARRIVED
70 Los Angeles United States LAX LAX KLAX CCA983 [empty string] CCA Air China [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:06:00-07:00 Beijing China [empty string] PEK ZBAA [empty string] Capital 32400000 Beijing 2010-03-14T22:40:00+09:00 2010-03-15T00:31:47Z ARRIVED
71 Los Angeles United States LAX LAX KLAX AAL1307 [empty string] AAL American Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:08:00-07:00 Nashville United States BNA BNA KBNA [empty string] Nashville International Airport -18000000 TN 2010-03-14T16:11:00-05:00 2010-03-14T20:30:38Z ARRIVED
72 Los Angeles United States LAX LAX KLAX VRD097 A320 VRD Virgin America 2010-03-15T01:09:24Z Los Angeles International Airport -25200000 CA 2010-03-14T18:09:00-07:00 Washington United States IAD IAD KIAD 2010-03-14T20:14:59Z Washington Dulles International Airport -14400000 DC 2010-03-14T16:15:00-04:00 [empty string] ARRIVED
73 Los Angeles United States LAX LAX KLAX FDX553 MD11 FDX Federal Express [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:11:00-07:00 Memphis United States MEM MEM KMEM 2010-03-14T21:44:53Z Memphis International Airport -18000000 TN 2010-03-14T16:44:00-05:00 2010-03-15T00:29:05Z ARRIVED
74 Los Angeles United States LAX LAX KLAX SWA480 [empty string] SWA Southwest Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:11:00-07:00 Oakland United States OAK OAK KOAK [empty string] Metropolitan Oakland International Airport -25200000 CA 2010-03-14T17:11:00-07:00 2010-03-14T00:00:42Z ARRIVED
75 Los Angeles United States LAX LAX KLAX ASA259 [empty string] ASA Alaska Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:11:00-07:00 Puerto Vallarta México [empty string] PVR MMPR [empty string] Licenciado Gustavo Díaz Ordaz International Airport -21600000 Jalisco 2010-03-14T16:20:00-06:00 2010-03-13T22:10:42Z ARRIVED
76 Los Angeles United States LAX LAX KLAX SKW6107 [empty string] SKW SkyWest [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:12:00-07:00 Seattle United States SEA SEA KSEA [empty string] Seattle-Tacoma International Airport -25200000 WA 2010-03-14T16:22:00-07:00 2010-03-14T21:39:46Z ARRIVED
77 Los Angeles United States LAX LAX KLAX SKW6139 CRJ7 SKW SkyWest [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:12:00-07:00 Tulsa United States TUL TUL KTUL 2010-03-14T22:24:55Z Tulsa International Airport -14400000 OK 2010-03-14T18:56:00-04:00 [empty string] ARRIVED
78 Los Angeles United States LAX LAX KLAX N854FL [empty string] [empty string] [empty string] [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:13:00-07:00 Los Cabos México [empty string] SJD MMSD [empty string] Los Cabos International Airport -25200000 Baja California Sur 2010-03-14T15:34:00-07:00 2010-03-15T00:39:07Z ARRIVED
79 Los Angeles United States LAX LAX KLAX EGF3034 [empty string] EGF American Eagle Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:14:00-07:00 Fresno United States FAT FAT KFAT [empty string] Fresno Yosemite International Airport -25200000 CA 2010-03-14T17:37:00-07:00 2010-03-14T23:40:30Z ARRIVED
80 Los Angeles United States LAX LAX KLAX SWA670 [empty string] SWA Southwest Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:15:00-07:00 Salt Lake City United States SLC SLC KSLC [empty string] Salt Lake City International Airport -25200000 UT 2010-03-14T16:48:00-07:00 2010-03-15T00:31:38Z ARRIVED
81 Los Angeles United States LAX LAX KLAX EGF3010 E135 EGF American Eagle Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:15:00-07:00 Santa Barbara United States SBA SBA KSBA 2010-03-15T00:55:53Z Santa Barbara Municipal Airport -25200000 CA 2010-03-14T17:55:00-07:00 2010-03-15T00:55:53Z ARRIVED
82 Los Angeles United States LAX LAX KLAX SWA1438 B737 SWA Southwest Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:16:00-07:00 Chicago United States MDW MDW KMDW 2010-03-14T21:28:40Z Chicago Midway International Airport -18000000 IL 2010-03-14T16:29:00-05:00 2010-03-15T00:22:00Z IN FLIGHT
83 Los Angeles United States LAX LAX KLAX ANZ3733 A321 ANZ Air New Zealand [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:19:00-07:00 Philadelphia United States PHL PHL KPHL 2010-03-14T20:18:18Z Philadelphia International Airport -14400000 PA 2010-03-14T16:18:00-04:00 2010-03-15T00:12:58Z IN FLIGHT
84 Los Angeles United States LAX LAX KLAX AWE1417 A321 AWE America West Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:19:00-07:00 Philadelphia United States PHL PHL KPHL 2010-03-14T20:18:18Z Philadelphia International Airport -14400000 PA 2010-03-14T16:18:00-04:00 2010-03-15T00:12:58Z IN FLIGHT
85 Los Angeles United States LAX LAX KLAX TAP9219 A321 TAP TAP Portugal [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:19:00-07:00 Philadelphia United States PHL PHL KPHL 2010-03-14T20:18:18Z Philadelphia International Airport -14400000 PA 2010-03-14T16:18:00-04:00 2010-03-15T00:12:58Z IN FLIGHT
86 Los Angeles United States LAX LAX KLAX UAL1786 A321 UAL United Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:19:00-07:00 Philadelphia United States PHL PHL KPHL 2010-03-14T20:18:18Z Philadelphia International Airport -14400000 PA 2010-03-14T16:18:00-04:00 2010-03-15T00:12:58Z IN FLIGHT
87 Los Angeles United States LAX LAX KLAX N3K [empty string] [empty string] [empty string] [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:22:00-07:00 Las Vegas United States HND HSH KHND [empty string] Henderson Executive Airport -25200000 NV 2010-03-14T17:36:00-07:00 2010-03-15T00:36:33Z IN FLIGHT
88 Los Angeles United States LAX LAX KLAX SKW6471 [empty string] SKW SkyWest [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:36:00-07:00 Albuquerque United States ABQ ABQ KABQ [empty string] Albuquerque International Sunport Airport -25200000 NM 2010-03-14T16:55:00-07:00 2010-03-15T00:59:43Z IN FLIGHT
89 Los Angeles United States LAX LAX KLAX CSN327 [empty string] CSN China Southern Airlines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T19:18:00-07:00 Guangzhou China [empty string] CAN ZGGG [empty string] Baiyun 28800000 Guangdong 2010-03-14T21:10:00+08:00 2010-03-15T01:08:23Z IN FLIGHT
90 Los Angeles United States LAX LAX KLAX DAL7830 [empty string] DAL Delta Air Lines [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T19:18:00-07:00 Guangzhou China [empty string] CAN ZGGG [empty string] Baiyun 28800000 Guangdong 2010-03-14T21:10:00+08:00 2010-03-15T01:08:23Z IN FLIGHT
91 Los Angeles United States LAX LAX KLAX THA794 [empty string] THA Thai Airways International [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T19:35:00-07:00 Bangkok Thailand [empty string] BKK VTBS [empty string] Suvarnabhumi Bangkok International Airport 25200000 [empty string] 2010-03-14T18:40:00+07:00 2010-03-15T00:38:15Z 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 AWE1417 A321 5 A321 015 3500 L-L52J 3500 2 J new 11/97 | chg 12/99 284.729310125 L-L52J.281.25.1f.1p.png [empty string] L 33.966667 -118.316666 Airbus Industries - Airbus A321 565 2010-03-15T01:10:29Z 141 L
2 CSN327 B772 5 B772 370C 2500 H-L52J 2500 2 J new 11/98 117.214579491 767-300.112.50.1f.1p.png 767-300 L 38.33361 -126.63722 Boeing - Model 777-200 918 2010-03-15T01:10:20Z 542 H
3 N3K PRM1 5 PRM1 055 3000 S-L52J 3000 2 J add 02/06 329.337910903 Premier-1.326.25.1f.1p.png Premier-1 L 33.9725 -118.0375 Raytheon - Premier1 367 2010-03-15T01:10:15Z 285 S
4 SKW6471 CRJ2 5 CRJ2 256 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 259.072259274 crj-200.258.75.1f.1p.png crj-200 L 34.083332 -116.34195 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-15T01:10:27Z 394 L
5 SWA1438 B737 5 B737 360 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 250.244347644 737-700.258.75.1f.1p.png 737-700 L 33.938335 -118.44222 Boeing - Model 737-700 11245 2010-03-15T01:10:39Z 138 L
ELAPSEDTIME 12422
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;" > Los Angeles, CA </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;" > (LAX-Los Angeles 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;"> Miami, FL </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 2170 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:51 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL2170.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Miami, FL </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 1022 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 4:51 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA1022.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Paris, France </td> <td>Air France</td> <td align="center" style="font-weight:bold;"> 72 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:06 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AFR72.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Paris, France </td> <td>Alitalia</td> <td align="center" style="font-weight:bold;"> 3544 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:06 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AZA3544.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Paris, France </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 8508 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:06 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL8508.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;"> 381 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:16 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA381.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Detroit, MI </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 2571 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:16 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL2571.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Montrose, CO </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 5849 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:16 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW5849.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Rifle, CO </td> <td></td> <td align="center" style="font-weight:bold;"> N7PS </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:16 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N7PS.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San José, CA </td> <td>NetJets</td> <td align="center" style="font-weight:bold;"> 284P </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:18 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EJA284P.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;"> 455 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:19 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL455.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Monterey, CA </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3030 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:19 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3030.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Monterey, CA </td> <td>Northwest Airlines</td> <td align="center" style="font-weight:bold;"> 5530 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:19 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/NWA5530.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Phoenix, AZ </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 858 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:19 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA858.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 2453 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:20 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL2453.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> El Paso, TX </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6291 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:20 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6291.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>Copa Airlines</td> <td align="center" style="font-weight:bold;"> 1795 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:20 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/CMP1795.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;"> 795 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:20 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/COA795.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 3648 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:20 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/UAL3648.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Diego, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6335 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:20 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6335.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Francisco, CA </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 119 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:20 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL119.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Anchorage, AK </td> <td>Kalitta Air</td> <td align="center" style="font-weight:bold;"> 829 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:21 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/CKS829.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Las Vegas, NV </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 216 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:22 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA216.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Diego, CA </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3082 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:22 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3082.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 753 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:23 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL753.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Austin, TX </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 104 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:24 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA104.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Oxnard, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6297 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:24 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6297.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Eagle, CO </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 2291 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:26 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL2291.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Melbourne, Victoria </td> <td>V Australia</td> <td align="center" style="font-weight:bold;"> 11 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:28 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/VAU11.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San José, CA </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 2083 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:28 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA2083.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Francisco, CA </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 2250 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:29 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL2250.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td>Frontier Airlines</td> <td align="center" style="font-weight:bold;"> 417 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:30 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/FFT417.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 397 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:30 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA397.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Oakland, CA </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 175 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:30 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA175.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San José, CA </td> <td>NetJets</td> <td align="center" style="font-weight:bold;"> 883P </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:30 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EJA883P.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Anchorage, AK </td> <td></td> <td align="center" style="font-weight:bold;"> N198MR </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:33 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N198MR.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 6059 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:36 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA6059.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 709 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:36 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL709.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Zürich, Switzerland </td> <td>Lufthansa</td> <td align="center" style="font-weight:bold;"> 5176 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:36 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DLH5176.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Zürich, Switzerland </td> <td>Swiss International Air Lines</td> <td align="center" style="font-weight:bold;"> 40 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:36 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWR40.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Francisco, CA </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 3328 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:39 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA3328.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Juan, PR </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 239 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:39 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL239.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Manzanillo, Colima </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 257 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:40 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA257.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Bakersfield, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6169 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:42 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6169.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1519 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:42 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1519.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San José, CA </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 3126 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:42 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL3126.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San José, CA </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3126 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:42 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3126.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Santa Barbara, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6028 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:42 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6028.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Santa Rosa, CA </td> <td>Horizon Air</td> <td align="center" style="font-weight:bold;"> 475 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:42 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/QXE475.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> , </td> <td>Air China</td> <td align="center" style="font-weight:bold;"> 983 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:43 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/CCA983.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Salt Lake City, UT </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 24B </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:44 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW24B.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dallas, TX </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 2459 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:47 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL2459.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Newark, NJ </td> <td>Continental Airlines</td> <td align="center" style="font-weight:bold;"> 65 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:47 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/COA65.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Newark, NJ </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 3793 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:47 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL3793.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Phoenix, AZ </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 557 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:50 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA557.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Oakland, CA </td> <td>NetJets</td> <td align="center" style="font-weight:bold;"> 224P </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:51 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EJA224P.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Los Cabos, Baja California Sur </td> <td>Mexicana de Aviación</td> <td align="center" style="font-weight:bold;"> 938 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:52 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/MXA938.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Diego, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 62E </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:54 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW62E.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Mazatlán, Sinaloa </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 211 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:55 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA211.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Melbourne, Victoria </td> <td>Volare Airlines</td> <td align="center" style="font-weight:bold;"> 11 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:55 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/VLE11.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Washington, DC </td> <td>Virgin America</td> <td align="center" style="font-weight:bold;"> 97 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:55 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/VRD97.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Atlanta, GA </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 2091 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:56 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL2091.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Palm Springs, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6305 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:57 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6305.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Newark, NJ </td> <td>Continental Airlines</td> <td align="center" style="font-weight:bold;"> 5065 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:59 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/COA5065.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Diego, CA </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3086 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:02 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3086.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Luis Obispo, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6148 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:02 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6148.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Covington, KY </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1585 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:03 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1585.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> London, England </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 137 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:04 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL137.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Covington, KY </td> <td>Airborne Express</td> <td align="center" style="font-weight:bold;"> 803 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:05 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ABX803.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Beijing, Beijing </td> <td>Air China</td> <td align="center" style="font-weight:bold;"> 983 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:06 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/CCA983.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Nashville, TN </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1307 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:08 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1307.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Washington, DC </td> <td>Virgin America</td> <td align="center" style="font-weight:bold;"> 097 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:09 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/VRD097.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Memphis, TN </td> <td>Federal Express</td> <td align="center" style="font-weight:bold;"> 553 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:11 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/FDX553.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Oakland, CA </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 480 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:11 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA480.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Puerto Vallarta, Jalisco </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 259 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:11 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA259.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Seattle, WA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6107 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:12 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6107.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Tulsa, OK </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6139 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:12 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6139.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Los Cabos, Baja California Sur </td> <td></td> <td align="center" style="font-weight:bold;"> N854FL </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:13 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N854FL.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Fresno, CA </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3034 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:14 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3034.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Salt Lake City, UT </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 670 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:15 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA670.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Santa Barbara, CA </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3010 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:15 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3010.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 1438 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:16 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA1438.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Philadelphia, PA </td> <td>Air New Zealand</td> <td align="center" style="font-weight:bold;"> 3733 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:19 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ANZ3733.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Philadelphia, PA </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 1417 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:19 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AWE1417.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Philadelphia, PA </td> <td>TAP Portugal</td> <td align="center" style="font-weight:bold;"> 9219 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:19 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/TAP9219.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Philadelphia, PA </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 1786 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:19 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL1786.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Las Vegas, NV </td> <td></td> <td align="center" style="font-weight:bold;"> N3K </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:22 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N3K.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Albuquerque, NM </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6471 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:36 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6471.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Guangzhou, Guangdong </td> <td>China Southern Airlines</td> <td align="center" style="font-weight:bold;"> 327 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:18 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/CSN327.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Guangzhou, Guangdong </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 7830 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:18 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL7830.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Bangkok, Thailand </td> <td>Thai Airways International</td> <td align="center" style="font-weight:bold;"> 794 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 7:35 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/THA794.cfm" class="green" > In Flight </a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>
PRIORITY NORMAL
SCRIPT point = new GLatLng(33.966667,-118.316666); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> America West Airlines Flight 1417</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Philadelphia Internationa... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/14 4:18 PM (-04:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Los Angeles International... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/14 6:19 PM (-07:00)</td></tr><tr><th>Speed:</th><td colspan='2'>141 kts/162 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>1,500 feet</td></tr><tr><th>Aircraft Type:</th><td>A321</td><td align='right'><a href='http://www.helloflight.com/Flight/AWE1417.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/L-L52J.281.25.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "AWE1417" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(38.33361,-126.63722); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> China Southern Airlines Flight 327</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Baiyun</td></tr><tr><th>Departure:</th><td colspan='2'> 3/14 9:10 PM (+08:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Los Angeles International... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/14 7:18 PM (-07:00)</td></tr><tr><th>Speed:</th><td colspan='2'>542 kts/624 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>37,000 feet</td></tr><tr><th>Aircraft Type:</th><td>B772</td><td align='right'><a href='http://www.helloflight.com/Flight/CSN327.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/767-300.112.50.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "CSN327" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.9725,-118.0375); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> N3K</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Henderson Executive Airport</td></tr><tr><th>Departure:</th><td colspan='2'> 3/14 5:36 PM (-07:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Los Angeles International... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/14 6:22 PM (-07:00)</td></tr><tr><th>Speed:</th><td colspan='2'>285 kts/328 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>5,500 feet</td></tr><tr><th>Aircraft Type:</th><td>PRM1</td><td align='right'><a href='http://www.helloflight.com/Flight/N3K.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/Premier-1.326.25.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "N3K" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(34.083332,-116.34195); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> SkyWest Flight 6471</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Albuquerque International... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/14 4:55 PM (-07:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Los Angeles International... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/14 6:36 PM (-07:00)</td></tr><tr><th>Speed:</th><td colspan='2'>394 kts/453 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>25,600 feet</td></tr><tr><th>Aircraft Type:</th><td>CRJ2</td><td align='right'><a href='http://www.helloflight.com/Flight/SKW6471.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/crj-200.258.75.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "SKW6471" ); map.addOverlay(marker); bounds.extend(point); point = new GLatLng(33.938335,-118.44222); marker = createArrivalMarker( point, "<table><thead><tr><th colspan='3'> Southwest Airlines Flight 1438</th></tr></thead><tbody><tr><th>Origin:</th><td colspan='2'> Chicago Midway Internatio... </td></tr><tr><th>Departure:</th><td colspan='2'> 3/14 4:29 PM (-05:00)</td></tr><tr><th>Destination:</th><td colspan='2'> Los Angeles International... </td></tr><tr><th>Arrival:</th><td colspan='2'> 3/14 6:16 PM (-07:00)</td></tr><tr><th>Speed:</th><td colspan='2'>138 kts/159 mph</td></tr><tr><th>Altitude:</th><td colspan='2'>36,000 feet</td></tr><tr><th>Aircraft Type:</th><td>B737</td><td align='right'><a href='http://www.helloflight.com/Flight/SWA1438.cfm'>More Detail...</a></td></tr></tbody></table> ", new GIcon( baseIcon, "/images/aircraft/1f.1p/737-700.258.75.1f.1p.png", null, "/images/icons/numbers/icons.png" ), "SWA1438" ); map.addOverlay(marker); bounds.extend(point); map.setZoom(map.getBoundsZoomLevel(bounds)); map.setCenter(bounds.getCenter());
STARTTIME {ts '2010-03-14 21:15:26'}
STATUS COMPLETED
struct
DEPARTUREPAGINATION
query
  CURRENT DB HOURS NEXT PREVIOUS
1 2010-03-15T00:15:46Z ASDI_20100315_early 1 2010-03-15T01:15:46Z 2010-03-14T23:15:46Z
DEPARTURES
query
  ACITY ACOUNTRY AFAA AIATA AICAO AIRCRAFTID AIRCRAFTTYPE AIRLINECODE AIRLINENAME AITS ANAME AOFFSET AST ATIME DCITY DCOUNTRY DFAA DIATA DICAO DITS DNAME DOFFSET DST DTIME FMITS STATUS
1 [empty string] [empty string] [empty string] [empty string] [empty string] THT7 [empty string] THT Air Tahiti Nui [empty string] [empty string] [empty string] [empty string] [empty string] Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -25200000 CA [empty string] 2010-03-14T00:25:42Z [empty string]
2 London United Kingdom [empty string] LHR EGLL BAW278 [empty string] BAW British Airways [empty string] Heathrow 0 England 2010-03-15T09:52:00+00:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:07:00-07:00 2010-03-15T01:04:59Z IN FLIGHT
3 Dubai United Arab Emirates [empty string] DXB OMDB UAE216 [empty string] UAE Emirates Airline [empty string] Dubai International Airport 14400000 [empty string] 2010-03-15T19:45:00+04:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:12:00-07:00 2010-03-15T01:07:08Z IN FLIGHT
4 Seattle United States SEA SEA KSEA VRD793 [empty string] VRD Virgin America [empty string] Seattle-Tacoma International Airport -25200000 WA 2010-03-14T19:40:00-07:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:15:00-07:00 2010-03-15T00:56:32Z IN FLIGHT
5 Kahului United States OGG OGG PHOG COA137 [empty string] COA Continental Airlines [empty string] Kahului Airport -36000000 HI 2010-03-14T19:58:00-10:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:16:00-07:00 2010-03-14T21:48:08Z Scheduled
6 San José United States SJC SJC KSJC SKW6519 CRJ7 SKW SkyWest [empty string] Norman Y. Mineta San José International Airport -25200000 CA 2010-03-14T18:05:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:16:23Z Los Angeles International Airport -25200000 CA 2010-03-14T17:16:00-07:00 2010-03-15T00:38:11Z ARRIVED
7 San José United States SJC SJC KSJC UAL6519 CRJ7 UAL United Airlines [empty string] Norman Y. Mineta San José International Airport -25200000 CA 2010-03-14T18:05:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:16:23Z Los Angeles International Airport -25200000 CA 2010-03-14T17:16:00-07:00 2010-03-15T00:38:11Z ARRIVED
8 Oakland United States OAK OAK KOAK SWA954 B733 SWA Southwest Airlines [empty string] Metropolitan Oakland International Airport -25200000 CA 2010-03-14T18:18:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:18:47Z Los Angeles International Airport -25200000 CA 2010-03-14T17:19:00-07:00 2010-03-15T00:49:44Z IN FLIGHT
9 Van Nuys United States VNY VNY KVNY N888MN PRM1 [empty string] [empty string] [empty string] [empty string] -25200000 CA 2010-03-14T17:30:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:19:28Z Los Angeles International Airport -25200000 CA 2010-03-14T17:19:00-07:00 [empty string] ARRIVED
10 Kailua/Kona United States KOA KOA PHKO ACA5909 [empty string] ACA Air Canada [empty string] Kona International at Keahole -36000000 HI 2010-03-14T19:50:00-10:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:21:00-07:00 2010-03-14T23:35:31Z Scheduled
11 Kailua/Kona United States KOA KOA PHKO UAL53 [empty string] UAL United Airlines [empty string] Kona International at Keahole -36000000 HI 2010-03-14T19:50:00-10:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:21:00-07:00 2010-03-14T23:35:31Z Scheduled
12 San Francisco United States SFO SFO KSFO SWA2211 B737 SWA Southwest Airlines [empty string] San Francisco International Airport -25200000 CA 2010-03-14T18:20:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:21:15Z Los Angeles International Airport -25200000 CA 2010-03-14T17:21:00-07:00 2010-03-15T00:41:20Z IN FLIGHT
13 Yuma United States NYL YUM KNYL SKW6475 E120 SKW SkyWest [empty string] Yuma MCAS/Yuma International Airport -25200000 AZ 2010-03-14T18:13:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:21:41Z Los Angeles International Airport -25200000 CA 2010-03-14T17:22:00-07:00 2010-03-15T00:36:14Z ARRIVED
14 Denver United States DEN DEN KDEN UAL475 B752 UAL United Airlines [empty string] Denver International Airport -25200000 CO 2010-03-14T19:27:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:22:50Z Los Angeles International Airport -25200000 CA 2010-03-14T17:23:00-07:00 2010-03-15T01:00:08Z IN FLIGHT
15 Chicago United States ORD ORD KORD UAL65 [empty string] UAL United Airlines [empty string] Chicago O'Hare International Airport -18000000 IL 2010-03-14T23:09:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:26:00-07:00 2010-03-14T23:40:25Z IN FLIGHT
16 San Diego United States SAN SAN KSAN EGF3023 E135 EGF American Eagle Airlines [empty string] San Diego International Airport -25200000 CA 2010-03-14T17:49:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:26:09Z Los Angeles International Airport -25200000 CA 2010-03-14T17:26:00-07:00 2010-03-15T00:26:09Z ARRIVED
17 Houston United States IAH IAH KIAH CMP1541 B753 CMP Copa Airlines [empty string] George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-14T21:59:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:27:32Z Los Angeles International Airport -25200000 CA 2010-03-14T17:28:00-07:00 2010-03-15T01:05:40Z IN FLIGHT
18 Houston United States IAH IAH KIAH COA541 B753 COA Continental Airlines [empty string] George Bush Intercontinental/Houston Airport -18000000 TX 2010-03-14T21:59:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:27:32Z Los Angeles International Airport -25200000 CA 2010-03-14T17:28:00-07:00 2010-03-15T01:05:40Z IN FLIGHT
19 Las Vegas United States LAS LAS KLAS SWA776 B737 SWA Southwest Airlines [empty string] Mc Carran International Airport -25200000 NV 2010-03-14T18:19:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:29:27Z Los Angeles International Airport -25200000 CA 2010-03-14T17:29:00-07:00 2010-03-15T00:29:27Z IN FLIGHT
20 Aspen United States ASE ASE KASE N18MZ F900 [empty string] [empty string] [empty string] Aspen-Pitkin County Airport/Sardy Field -25200000 CO 2010-03-14T19:08:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:30:36Z Los Angeles International Airport -25200000 CA 2010-03-14T17:31:00-07:00 2010-03-15T01:00:00Z IN FLIGHT
21 Santa Barbara United States SBA SBA KSBA SKW6355 E120 SKW SkyWest [empty string] Santa Barbara Municipal Airport -25200000 CA 2010-03-14T17:54:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:31:20Z Los Angeles International Airport -25200000 CA 2010-03-14T17:31:00-07:00 2010-03-15T00:31:20Z ARRIVED
22 Sacramento United States SMF SMF KSMF AWE7013 CRJ7 AWE America West Airlines [empty string] Sacramento International Airport -25200000 CA 2010-03-14T18:31:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:31:43Z Los Angeles International Airport -25200000 CA 2010-03-14T17:32:00-07:00 2010-03-15T01:08:38Z IN FLIGHT
23 Sacramento United States SMF SMF KSMF SKW6491 CRJ7 SKW SkyWest [empty string] Sacramento International Airport -25200000 CA 2010-03-14T18:31:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:31:43Z Los Angeles International Airport -25200000 CA 2010-03-14T17:32:00-07:00 2010-03-15T01:08:38Z IN FLIGHT
24 Salt Lake City United States SLC SLC KSLC DAL1184 B752 DAL Delta Air Lines [empty string] Salt Lake City International Airport -25200000 UT 2010-03-14T19:05:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:32:46Z Los Angeles International Airport -25200000 CA 2010-03-14T17:33:00-07:00 2010-03-15T00:50:15Z IN FLIGHT
25 Salt Lake City United States SLC SLC KSLC KAL7045 B752 KAL Korean Air [empty string] Salt Lake City International Airport -25200000 UT 2010-03-14T19:05:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:32:46Z Los Angeles International Airport -25200000 CA 2010-03-14T17:33:00-07:00 2010-03-15T00:50:15Z IN FLIGHT
26 Las Vegas United States LAS LAS KLAS N926MC H25B [empty string] [empty string] [empty string] Mc Carran International Airport -25200000 NV 2010-03-14T18:27:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:34:59Z Los Angeles International Airport -25200000 CA 2010-03-14T17:34:00-07:00 2010-03-15T00:35:00Z IN FLIGHT
27 New York United States JFK JFK KJFK DAL706 [empty string] DAL Delta Air Lines [empty string] John F Kennedy International Airport -14400000 NY 2010-03-15T01:22:00-04:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:35:00-07:00 2010-03-15T01:01:01Z Scheduled
28 Kansas City United States MCI MCI KMCI SWA2036 B733 SWA Southwest Airlines [empty string] Kansas City International Airport -14400000 MO 2010-03-14T23:47:00-04:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:36:22Z Los Angeles International Airport -25200000 CA 2010-03-14T17:36:00-07:00 2010-03-15T01:02:20Z IN FLIGHT
29 New York United States JFK JFK KJFK AAL32 B762 AAL American Airlines [empty string] John F Kennedy International Airport -14400000 NY 2010-03-15T01:52:00-04:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:36:13Z Los Angeles International Airport -25200000 CA 2010-03-14T17:36:00-07:00 2010-03-15T01:07:06Z IN FLIGHT
30 New York United States JFK JFK KJFK ASA1794 B762 ASA Alaska Airlines [empty string] John F Kennedy International Airport -14400000 NY 2010-03-15T01:52:00-04:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:36:13Z Los Angeles International Airport -25200000 CA 2010-03-14T17:36:00-07:00 2010-03-15T01:07:06Z IN FLIGHT
31 New York United States JFK JFK KJFK CES8801 B762 CES China Eastern Airlines [empty string] John F Kennedy International Airport -14400000 NY 2010-03-15T01:52:00-04:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:36:13Z Los Angeles International Airport -25200000 CA 2010-03-14T17:36:00-07:00 2010-03-15T01:07:06Z IN FLIGHT
32 New York United States JFK JFK KJFK QFA3103 B762 QFA Qantas [empty string] John F Kennedy International Airport -14400000 NY 2010-03-15T01:52:00-04:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:36:13Z Los Angeles International Airport -25200000 CA 2010-03-14T17:36:00-07:00 2010-03-15T01:07:06Z IN FLIGHT
33 Sacramento United States SMF SMF KSMF SWA2209 B733 SWA Southwest Airlines [empty string] Sacramento International Airport -25200000 CA 2010-03-14T18:40:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:37:16Z Los Angeles International Airport -25200000 CA 2010-03-14T17:37:00-07:00 2010-03-15T00:58:56Z IN FLIGHT
34 Kahului United States OGG OGG PHOG AAL161 B752 AAL American Airlines [empty string] Kahului Airport -36000000 HI 2010-03-14T20:13:00-10:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:38:11Z Los Angeles International Airport -25200000 CA 2010-03-14T17:38:00-07:00 2010-03-15T00:58:36Z IN FLIGHT
35 Seattle United States SEA SEA KSEA AAL6780 B737 AAL American Airlines [empty string] Seattle-Tacoma International Airport -25200000 WA 2010-03-14T20:02:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:41:06Z Los Angeles International Airport -25200000 CA 2010-03-14T17:41:00-07:00 2010-03-15T00:53:53Z IN FLIGHT
36 Seattle United States SEA SEA KSEA ASA457 B737 ASA Alaska Airlines [empty string] Seattle-Tacoma International Airport -25200000 WA 2010-03-14T20:02:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:41:06Z Los Angeles International Airport -25200000 CA 2010-03-14T17:41:00-07:00 2010-03-15T00:53:53Z IN FLIGHT
37 Seattle United States SEA SEA KSEA DAL7663 B737 DAL Delta Air Lines [empty string] Seattle-Tacoma International Airport -25200000 WA 2010-03-14T20:02:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:41:06Z Los Angeles International Airport -25200000 CA 2010-03-14T17:41:00-07:00 2010-03-15T00:53:53Z IN FLIGHT
38 Las Vegas United States LAS LAS KLAS DAL2491 A320 DAL Delta Air Lines [empty string] Mc Carran International Airport -25200000 NV 2010-03-14T18:31:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:41:45Z Los Angeles International Airport -25200000 CA 2010-03-14T17:42:00-07:00 2010-03-15T00:50:34Z IN FLIGHT
39 Amsterdam Netherlands [empty string] AMS EHAM DAL9379 B744 DAL Delta Air Lines [empty string] Schiphol 3600000 [empty string] 2010-03-15T11:27:00+01:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:43:08Z Los Angeles International Airport -25200000 CA 2010-03-14T17:43:00-07:00 [empty string] IN FLIGHT
40 Amsterdam Netherlands [empty string] AMS EHAM KLM602 B744 KLM KLM Royal Dutch Airlines [empty string] Schiphol 3600000 [empty string] 2010-03-15T11:27:00+01:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:43:08Z Los Angeles International Airport -25200000 CA 2010-03-14T17:43:00-07:00 [empty string] IN FLIGHT
41 Amsterdam Netherlands [empty string] AMS EHAM NWA8602 B744 NWA Northwest Airlines [empty string] Schiphol 3600000 [empty string] 2010-03-15T11:27:00+01:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:43:08Z Los Angeles International Airport -25200000 CA 2010-03-14T17:43:00-07:00 [empty string] IN FLIGHT
42 San Diego United States SAN SAN KSAN SKW4789 CRJ2 SKW SkyWest [empty string] San Diego International Airport -25200000 CA 2010-03-14T18:02:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:43:03Z Los Angeles International Airport -25200000 CA 2010-03-14T17:43:00-07:00 2010-03-15T00:43:03Z ARRIVED
43 London United Kingdom [empty string] LHR EGLL ANZ2 B744 ANZ Air New Zealand [empty string] Heathrow 0 England 2010-03-15T10:22:00+00:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:45:54Z Los Angeles International Airport -25200000 CA 2010-03-14T17:46:00-07:00 [empty string] IN FLIGHT
44 London United Kingdom [empty string] LHR EGLL BMA3982 B744 BMA bmi [empty string] Heathrow 0 England 2010-03-15T10:22:00+00:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:45:54Z Los Angeles International Airport -25200000 CA 2010-03-14T17:46:00-07:00 [empty string] IN FLIGHT
45 Detroit United States DTW DTW KDTW DAL2210 A320 DAL Delta Air Lines [empty string] Detroit Metropolitan Wayne County Airport -14400000 MI 2010-03-15T00:58:00-04:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:47:27Z Los Angeles International Airport -25200000 CA 2010-03-14T17:47:00-07:00 2010-03-15T01:01:33Z IN FLIGHT
46 Papeete French Polynesia [empty string] PPT NTAA THT7 A343 THT Air Tahiti Nui [empty string] Faa'a -36000000 Society Islands 2010-03-14T22:39:00-10:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:48:02Z Los Angeles International Airport -25200000 CA 2010-03-14T17:48:00-07:00 [empty string] IN FLIGHT
47 Chicago United States ORD ORD KORD AAL1802 B738 AAL American Airlines [empty string] Chicago O'Hare International Airport -18000000 IL 2010-03-14T23:33:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:48:41Z Los Angeles International Airport -25200000 CA 2010-03-14T17:49:00-07:00 2010-03-15T01:02:49Z IN FLIGHT
48 Shanghai China [empty string] PVG ZSPD CCA1060 [empty string] CCA Air China [empty string] Pudong International Airport 28800000 Shanghai 2010-03-15T23:01:00+08:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T17:49:00-07:00 2010-03-14T00:30:42Z SCHEDULED
49 Portland United States PDX PDX KPDX AAL6867 B734 AAL American Airlines [empty string] Portland International Airport -25200000 OR 2010-03-14T19:54:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:50:22Z Los Angeles International Airport -25200000 CA 2010-03-14T17:50:00-07:00 2010-03-15T01:02:34Z IN FLIGHT
50 Portland United States PDX PDX KPDX ASA565 B734 ASA Alaska Airlines [empty string] Portland International Airport -25200000 OR 2010-03-14T19:54:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:50:22Z Los Angeles International Airport -25200000 CA 2010-03-14T17:50:00-07:00 2010-03-15T01:02:34Z IN FLIGHT
51 Kailua/Kona United States KOA KOA PHKO AAL247 B752 AAL American Airlines [empty string] Kona International at Keahole -36000000 HI 2010-03-14T20:21:00-10:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:52:41Z Los Angeles International Airport -25200000 CA 2010-03-14T17:53:00-07:00 2010-03-15T01:00:29Z IN FLIGHT
52 Kailua/Kona United States KOA KOA PHKO ASA1093 B752 ASA Alaska Airlines [empty string] Kona International at Keahole -36000000 HI 2010-03-14T20:21:00-10:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:52:41Z Los Angeles International Airport -25200000 CA 2010-03-14T17:53:00-07:00 2010-03-15T01:00:29Z IN FLIGHT
53 Reno United States RNO RNO KRNO QXE444 DH8D QXE Horizon Air [empty string] Reno/Tahoe International Airport -25200000 NV 2010-03-14T19:16:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:55:40Z Los Angeles International Airport -25200000 CA 2010-03-14T17:56:00-07:00 2010-03-15T01:10:02Z IN FLIGHT
54 Kahului United States OGG OGG PHOG ASA6274 B752 ASA Alaska Airlines [empty string] Kahului Airport -36000000 HI 2010-03-14T20:28:00-10:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:57:11Z Los Angeles International Airport -25200000 CA 2010-03-14T17:57:00-07:00 2010-03-15T01:04:04Z IN FLIGHT
55 Kahului United States OGG OGG PHOG DAL1477 B752 DAL Delta Air Lines [empty string] Kahului Airport -36000000 HI 2010-03-14T20:28:00-10:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:57:11Z Los Angeles International Airport -25200000 CA 2010-03-14T17:57:00-07:00 2010-03-15T01:04:04Z IN FLIGHT
56 San José United States SJC SJC KSJC SWA858 B733 SWA Southwest Airlines [empty string] Norman Y. Mineta San José International Airport -25200000 CA 2010-03-14T18:51:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:56:50Z Los Angeles International Airport -25200000 CA 2010-03-14T17:57:00-07:00 2010-03-15T01:09:26Z IN FLIGHT
57 Kahului United States OGG OGG PHOG ACA5907 B763 ACA Air Canada [empty string] Kahului Airport -36000000 HI 2010-03-14T20:33:00-10:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:58:54Z Los Angeles International Airport -25200000 CA 2010-03-14T17:59:00-07:00 2010-03-15T00:58:54Z IN FLIGHT
58 Kahului United States OGG OGG PHOG UAL47 B763 UAL United Airlines [empty string] Kahului Airport -36000000 HI 2010-03-14T20:33:00-10:00 Los Angeles United States LAX LAX KLAX 2010-03-15T00:58:54Z Los Angeles International Airport -25200000 CA 2010-03-14T17:59:00-07:00 2010-03-15T00:58:54Z IN FLIGHT
59 Houston United States HOU HOU KHOU SWA2083 B737 SWA Southwest Airlines [empty string] William P Hobby Airport -18000000 TX 2010-03-14T22:41:00-05:00 Los Angeles United States LAX LAX KLAX 2010-03-15T01:02:12Z Los Angeles International Airport -25200000 CA 2010-03-14T18:02:00-07:00 2010-03-15T01:02:12Z IN FLIGHT
60 Honolulu United States HNL HNL PHNL HAL9 B763 HAL Hawaiian Airlines [empty string] Honolulu International Airport -36000000 HI 2010-03-14T20:37:00-10:00 Los Angeles United States LAX LAX KLAX 2010-03-15T01:03:22Z Los Angeles International Airport -25200000 CA 2010-03-14T18:03:00-07:00 2010-03-15T01:07:44Z IN FLIGHT
61 Honolulu United States HNL HNL PHNL KAL7856 B763 KAL Korean Air [empty string] Honolulu International Airport -36000000 HI 2010-03-14T20:37:00-10:00 Los Angeles United States LAX LAX KLAX 2010-03-15T01:03:22Z Los Angeles International Airport -25200000 CA 2010-03-14T18:03:00-07:00 2010-03-15T01:07:44Z IN FLIGHT
62 Tucson United States TUS TUS KTUS SKW6458 CRJ2 SKW SkyWest [empty string] Tucson International Airport -25200000 AZ 2010-03-14T19:01:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T01:03:26Z Los Angeles International Airport -25200000 CA 2010-03-14T18:03:00-07:00 2010-03-15T01:09:14Z IN FLIGHT
63 San Diego United States SAN SAN KSAN SKW6339 CRJ2 SKW SkyWest [empty string] San Diego International Airport -25200000 CA 2010-03-14T18:23:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T01:04:21Z Los Angeles International Airport -25200000 CA 2010-03-14T18:04:00-07:00 2010-03-15T01:04:21Z IN FLIGHT
64 Paris France [empty string] CDG LFPG AFR65A [empty string] AFR Air France [empty string] Charles de Gaulle (Roissy) 3600000 [empty string] 2010-03-15T12:12:00+01:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:05:00-07:00 2010-03-15T00:45:25Z Scheduled
65 Phoenix United States PHX PHX KPHX AWE1514 A321 AWE America West Airlines [empty string] Phoenix Sky Harbor International Airport -25200000 AZ 2010-03-14T19:06:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T01:05:21Z Los Angeles International Airport -25200000 CA 2010-03-14T18:05:00-07:00 2010-03-15T01:05:21Z IN FLIGHT
66 San Diego United States SAN SAN KSAN EGF3093 E135 EGF American Eagle Airlines [empty string] San Diego International Airport -25200000 CA 2010-03-14T18:30:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T01:06:40Z Los Angeles International Airport -25200000 CA 2010-03-14T18:07:00-07:00 2010-03-15T01:06:40Z IN FLIGHT
67 Denver United States DEN DEN KDEN AAL678 MD83 AAL American Airlines [empty string] Denver International Airport -25200000 CO 2010-03-14T20:08:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T01:08:07Z Los Angeles International Airport -25200000 CA 2010-03-14T18:08:00-07:00 2010-03-15T01:08:07Z IN FLIGHT
68 Phoenix United States PHX PHX KPHX SWA932 B737 SWA Southwest Airlines [empty string] Phoenix Sky Harbor International Airport -25200000 AZ 2010-03-14T19:11:00-07:00 Los Angeles United States LAX LAX KLAX 2010-03-15T01:09:17Z Los Angeles International Airport -25200000 CA 2010-03-14T18:09:00-07:00 2010-03-15T01:09:17Z IN FLIGHT
69 Chicago United States MDW MDW KMDW SWA175 [empty string] SWA Southwest Airlines [empty string] Chicago Midway International Airport -18000000 IL 2010-03-15T00:08:00-05:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:10:00-07:00 2010-03-15T00:21:31Z Scheduled
70 Honolulu United States HNL HNL PHNL DAL2195 [empty string] DAL Delta Air Lines [empty string] Honolulu International Airport -36000000 HI 2010-03-14T21:00:00-10:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:10:00-07:00 2010-03-15T00:22:25Z Scheduled
71 London United Kingdom [empty string] LHR EGLL DLH9343 [empty string] DLH Lufthansa [empty string] Heathrow 0 England 2010-03-15T11:02:00+00:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:10:00-07:00 2010-03-14T01:00:42Z SCHEDULED
72 London United Kingdom [empty string] LHR EGLL THY8696 [empty string] THY Turkish Airlines [empty string] Heathrow 0 England 2010-03-15T11:02:00+00:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:10:00-07:00 2010-03-14T01:00:42Z SCHEDULED
73 London United Kingdom [empty string] LHR EGLL UAL934 [empty string] UAL United Airlines [empty string] Heathrow 0 England 2010-03-15T11:02:00+00:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:10:00-07:00 2010-03-14T01:00:42Z SCHEDULED
74 Boise United States BOI BOI KBOI ASA2598 [empty string] ASA Alaska Airlines [empty string] Boise Air Terminal/Gowen Field -25200000 ID 2010-03-14T20:09:00-07:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:14:00-07:00 2010-03-15T00:35:31Z Scheduled
75 Boise United States BOI BOI KBOI QXE598 [empty string] QXE Horizon Air [empty string] Boise Air Terminal/Gowen Field -25200000 ID 2010-03-14T20:09:00-07:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:14:00-07:00 2010-03-15T00:35:31Z Scheduled
76 Denver United States DEN DEN KDEN SWA278 [empty string] SWA Southwest Airlines [empty string] Denver International Airport -25200000 CO 2010-03-14T20:18:00-07:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:21:00-07:00 2010-03-15T00:31:25Z Scheduled
77 Oakland United States OAK OAK KOAK SWA397 [empty string] SWA Southwest Airlines [empty string] Metropolitan Oakland International Airport -25200000 CA 2010-03-14T19:25:00-07:00 Los Angeles United States LAX LAX KLAX [empty string] Los Angeles International Airport -25200000 CA 2010-03-14T18:27:00-07:00 2010-03-15T00:30:31Z 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 AAL161 B752 5 B752 350 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 263.412298772 757-200.270.00.1f.1p.png 757-200 L 33.484444 -122.53889 Boeing - Model 757-200 6528 2010-03-15T01:09:39Z 434 H
2 AAL1802 B738 5 B738 290C 4000 L-L52J 4000 2 J new 11/98 77.2729512006 737-800.078.75.1f.1p.png 737-800 L 33.84361 -116.05862 Boeing - Model 737-800 4613 2010-03-15T01:10:03Z 476 L
3 AAL247 B752 5 B752 322 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 224.717472852 757-200.225.00.1f.1p.png 757-200 L 32.75889 -120.070274 Boeing - Model 757-200 6528 2010-03-15T01:10:03Z 465 H
4 AAL32 B762 5 B762 319 3500 H-L52J 3500 2 J new 11/98 100.142942488 H-L52J.101.25.1f.1p.png [empty string] L 33.40278 -114.05139 Boeing - Model 767-200 542 2010-03-15T01:10:13Z 475 H
5 AAL678 MD83 5 MD83 059 2500 L-L52J 2500 2 J new 11/89 | not listed 1/90 206.114086625 L-L52J.202.50.1f.1p.png [empty string] L 33.8425 -118.53472 McDonnell-Douglas - MD-83 1594 2010-03-15T01:10:27Z 250 L
6 ANZ2 B744 5 B744 310C 3000 H-L54J 3000 4 J new 11/98 | chg 02/00 45.4898878936 747-400.045.00.1f.1p.png 747-400 L 35.329445 -116.118614 Boeing - Model 747-400 1294 2010-03-15T01:10:15Z 452 H
7 ASA457 B737 5 B737 400C 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 347.702565045 737-700.348.75.1f.1p.png 737-700 L 36.40806 -119.3375 Boeing - Model 737-700 11245 2010-03-15T01:10:20Z 360 L
8 ASA565 B734 5 B734 340C 6500 L-L52J 3500 2 J new 11/98 344.034477452 L-L52J.348.75.1f.1p.png [empty string] L 35.505833 -119.10139 Boeing - Model 737-400 1703 2010-03-15T01:10:15Z 373 L
9 AWE1514 A321 5 A321 120 3500 L-L52J 3500 2 J new 11/97 | chg 12/99 119.94175282 L-L52J.112.50.1f.1p.png [empty string] L 33.67806 -118.407776 Airbus Industries - Airbus A321 565 2010-03-15T01:10:15Z 285 L
10 BAW278 B744 5 B744 350C 3000 H-L54J 3000 4 J new 11/98 | chg 02/00 26.5071408107 747-400.022.50.1f.1p.png 747-400 L 38.046112 -112.13833 Boeing - Model 747-400 1294 2010-03-15T01:10:25Z 409 H
11 COA541 B753 5 B753 350C 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 97.8588676554 H-L52J.090.00.1f.1p.png [empty string] L 33.032223 -112.37056 Boeing - Model 757-300 411 2010-03-15T01:10:13Z 509 H
12 DAL1184 B752 5 B752 370C 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 270.001646431 757-200.270.00.1f.1p.png 757-200 L 36.311943 -114.86667 Boeing - Model 757-200 6528 2010-03-15T01:10:00Z 389 H
13 DAL1477 B752 5 B752 243 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 222.340569157 757-200.225.00.1f.1p.png 757-200 L 33.16389 -119.66195 Boeing - Model 757-200 6528 2010-03-15T01:10:15Z 451 H
14 DAL2210 A320 5 A320 326 3500 L-L52J 3500 2 J new 11/89 | chg 12/99 73.6763621463 A320.078.75.1f.1p.png A320 L 33.94139 -115.84583 Airbus Industries - Airbus A320 6234 2010-03-15T01:10:03Z 466 L
15 DAL2491 A320 5 A320 147 3500 L-L52J 3500 2 J new 11/89 | chg 12/99 48.3562426296 A320.045.00.1f.1p.png A320 L 35.59194 -115.78667 Airbus Industries - Airbus A320 6234 2010-03-15T01:10:15Z 356 L
16 EGF3093 E135 5 E135 095 2000 L-L52J 2000 2 J chg (EC135 > E135) 11/89 non-military 11/99 161.60401395 ERJ-135.168.75.1f.1p.png ERJ-135 L 33.75 -118.51667 Embraer - ERJ-135 2896 2010-03-15T01:10:11Z 304 L
17 HAL9 B763 5 B763 160 3500 H-L52J 3500 2 J new 11/98 219.753474947 767-300.213.75.1f.1p.png 767-300 L 33.7475 -119.059166 Boeing - Model 767-300 1987 2010-03-15T01:10:03Z 404 H
18 KLM602 B744 5 B744 290C 3000 H-L54J 3000 4 J new 11/98 | chg 02/00 192.80797265 747-400.191.25.1f.1p.png 747-400 L 35.491943 -115.90445 Boeing - Model 747-400 1294 2010-03-15T01:09:39Z 462 H
19 N18MZ F900 5 F900 390C 2000 L-L53J 1700 3 J new 11/97 60.1939518521 L-L53J.067.50.1f.1p.png [empty string] L 36.305 -114.63611 Dassault-Breguet - Mystere Falcon 900 395 2010-03-15T01:10:25Z 410 L
20 N926MC H25B 5 H25B 073 3000 S-L52J 4000 2 J new 11/97 | chg 01/98 | chg 11/98 33.8248122781 BAe-HS-125.033.75.1f.1p.png BAe-HS-125 L 35.81111 -115.3375 British Aerospace - BAe HS 125/700-800 1744 2010-03-15T01:10:22Z 268 S
21 QXE444 DH8D 4 DH8D 171 2500 L-L42T 2500 2 T new 11/98 339.556328127 DASH8-400.337.50.1f.1p.png DASH8-400 L 34.770832 -118.84722 DeHavilland - DASH 8/DHC8-400 1862 2010-03-15T01:09:51Z 270 L
22 SKW6339 CRJ2 5 CRJ2 110 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 120.970554461 crj-200.123.75.1f.1p.png crj-200 L 33.65 -118.35 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-15T01:09:47Z 361 L
23 SKW6458 CRJ2 5 CRJ2 147 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 94.9970048021 crj-200.090.00.1f.1p.png crj-200 L 33.638058 -118.18445 Canadair Bombardier - RJ-200 Regional Jet 15773 2010-03-15T01:10:15Z 348 L
24 SKW6491 CRJ7 5 CRJ7 299 5000 L-L52J 6000 2 J chg 11/99 | add 12/99 333.131654238 CRJ-700.337.50.1f.1p.png CRJ-700 L 37.100555 -120.124725 Canadair Bombardier - RJ-700 Regional Jet 5215 2010-03-15T01:10:07Z 395 L
25 SWA2036 B733 5 B733 330C 5500 L-L52J 3500 2 J new 11/98 74.7796057331 737-300.078.75.1f.1p.png 737-300 L 35.624443 -115.21917 Boeing - Model 737-300 6922 2010-03-15T01:09:39Z 438 L
26 SWA2083 B737 5 B737 206 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 91.1420497409 737-700.090.00.1f.1p.png 737-700 L 33.667225 -118.06056 Boeing - Model 737-700 11245 2010-03-15T01:09:39Z 384 L
27 SWA2209 B733 5 B733 320C 5500 L-L52J 3500 2 J new 11/98 331.24194227 737-300.337.50.1f.1p.png 737-300 L 36.702225 -119.865 Boeing - Model 737-300 6922 2010-03-15T01:10:07Z 370 L
28 SWA2211 B737 5 B737 100 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 293.478199813 737-700.292.50.1f.1p.png 737-700 L 37.233334 -122.13333 Boeing - Model 737-700 11245 2010-03-15T01:10:11Z 227 L
29 SWA776 B737 5 B737 027 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 29.5731192039 737-700.022.50.1f.1p.png 737-700 L 36.053886 -115.18111 Boeing - Model 737-700 11245 2010-03-15T01:10:03Z 413 L
30 SWA858 B733 5 B733 280 5500 L-L52J 3500 2 J new 11/98 321.197850646 737-300.326.25.1f.1p.png 737-300 L 34.350277 -119.4825 Boeing - Model 737-300 6922 2010-03-15T01:10:03Z 333 L
31 SWA932 B737 5 B737 330 4000 L-L52J 4000 2 J chg 11/89 | chg 10/90 | chg 11/98 | chg 02/00 170.241943305 737-700.180.00.1f.1p.png 737-700 L 33.941944 -118.465 Boeing - Model 737-700 11245 2010-03-15T01:09:52Z 0 L
32 SWA954 B733 5 B733 054 5500 L-L52J 3500 2 J new 11/98 284.179874364 737-300.281.25.1f.1p.png 737-300 L 37.533333 -121.8 Boeing - Model 737-300 6922 2010-03-15T01:10:16Z 231 L
33 THT7 A343 5 A343 303 3500 H-L54J 3500 4 J new 11/00 | add 01/01 221.348877596 H-L54J.225.00.1f.1p.png [empty string] L 32.488056 -120.43222 Airbus Industries - Airbus A340-300 239 2010-03-15T01:09:39Z 478 H
34 UAE216 B77L 5 B77L 290C 3500 L-L52J 3500 2 J add 02/08 55.9806133097 767-300.056.25.1f.1p.png 767-300 L 37.702778 -112.295555 Boeing - 777-200LRF/LR 12 2010-03-15T01:10:25Z 455 H
35 UAL47 B763 5 B763 247 3500 H-L52J 3500 2 J new 11/98 263.066833485 767-300.270.00.1f.1p.png 767-300 L 33.813053 -119.58639 Boeing - Model 767-300 1987 2010-03-15T01:10:03Z 407 H
36 UAL475 B752 5 B752 370C 3500 H-L52J 2500 2 J new 11/98 | chg 02/00 70.1141296 757-200.078.75.1f.1p.png 757-200 L 36.5625 -113.55417 Boeing - Model 757-200 6528 2010-03-15T01:09:39Z 430 H
37 UAL65 A319 5 A319 370C 3500 L-L52J 3500 2 J new 11/97 | chg 12/99 75.0649931233 A319.078.75.1f.1p.png A319 L 34.953888 -111.37028 Airbus Industries - Airbus A319 5463 2010-03-15T01:10:01Z 448 L
38 VRD793 A320 5 A320 340C 3500 L-L52J 3500 2 J new 11/89 | chg 12/99 345.470426673 A320.348.75.1f.1p.png A320 L 39.326942 -120.25139 Airbus Industries - Airbus A320 6234 2010-03-15T01:10:31Z 394 L
ELAPSEDTIME 0
ERROR
struct
Message '' is an invalid date or time string.
RootCause
struct
Detail [empty string]
ErrNumber 0
Message '' is an invalid date or time string.
StackTrace coldfusion.runtime.locale.CFLocaleBase$InvalidDateTimeException: '' is an invalid date or time string. at coldfusion.runtime.locale.CFLocaleBase.ParseDateTime(CFLocaleBase.java:246) at coldfusion.util.DateUtils.parseDateTime(DateUtils.java:689) at coldfusion.util.DateUtils.parseDateTime(DateUtils.java:644) at coldfusion.runtime.CFPage.ParseDateTime(CFPage.java:1312) at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1768) at cfAirport2eCfm233259945$funcFLIGHTPOPUP.runFunction(D:\Websites\metrotest\Airport.Cfm:1734) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2471) at cfAirport2eCfm233259945$func_CFFUNCCFTHREAD_CFAIRPORT2ECFM2332599452.runFunction(D:\Websites\metrotest\Airport.Cfm:220) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.UDFMethod.invokeCFThread(UDFMethod.java:174) at coldfusion.thread.Task.invokeFunction(Task.java:239) at coldfusion.thread.Task.run(Task.java:141) at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:201) at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:71)
TagContext
array
1
struct
COLUMN 0
ID CF_CFPAGE
LINE 1768
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1768)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
2
struct
COLUMN 0
ID CF_AIRPORT
LINE 1734
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP.runFunction(D:\Websites\metrotest\Airport.Cfm:1734)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
3
struct
COLUMN 0
ID CF_UDFMETHOD
LINE 220
RAW_TRACE at cfAirport2eCfm233259945$func_CFFUNCCFTHREAD_CFAIRPORT2ECFM2332599452.runFunction(D:\Websites\metrotest\Airport.Cfm:220)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
Type Expression
datetime [empty string]
StackTrace coldfusion.runtime.locale.CFLocaleBase$InvalidDateTimeException: '' is an invalid date or time string. at coldfusion.runtime.locale.CFLocaleBase.ParseDateTime(CFLocaleBase.java:246) at coldfusion.util.DateUtils.parseDateTime(DateUtils.java:689) at coldfusion.util.DateUtils.parseDateTime(DateUtils.java:644) at coldfusion.runtime.CFPage.ParseDateTime(CFPage.java:1312) at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1768) at cfAirport2eCfm233259945$funcFLIGHTPOPUP.runFunction(D:\Websites\metrotest\Airport.Cfm:1734) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.CfJspPage._invokeUDF(CfJspPage.java:2471) at cfAirport2eCfm233259945$func_CFFUNCCFTHREAD_CFAIRPORT2ECFM2332599452.runFunction(D:\Websites\metrotest\Airport.Cfm:220) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.UDFMethod.invokeCFThread(UDFMethod.java:174) at coldfusion.thread.Task.invokeFunction(Task.java:239) at coldfusion.thread.Task.run(Task.java:141) at coldfusion.scheduling.ThreadPool.run(ThreadPool.java:201) at coldfusion.scheduling.WorkerThread.run(WorkerThread.java:71)
TagContext
array
1
struct
COLUMN 0
ID CF_CFPAGE
LINE 1768
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP._factor29(D:\Websites\metrotest\Airport.Cfm:1768)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
2
struct
COLUMN 0
ID CF_AIRPORT
LINE 1734
RAW_TRACE at cfAirport2eCfm233259945$funcFLIGHTPOPUP.runFunction(D:\Websites\metrotest\Airport.Cfm:1734)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
3
struct
COLUMN 0
ID CF_UDFMETHOD
LINE 220
RAW_TRACE at cfAirport2eCfm233259945$func_CFFUNCCFTHREAD_CFAIRPORT2ECFM2332599452.runFunction(D:\Websites\metrotest\Airport.Cfm:220)
TEMPLATE D:\Websites\metrotest\Airport.Cfm
TYPE CFML
Type coldfusion.util.RuntimeWrapper
NAME DEPARTURESTHREAD
OUTPUT <div id="departuresDiv"> <table cellpadding="0" cellspacing="0" style="border: thin solid silver;"> <thead> <tr> <td> <table width="100%" cellpadding="0" cellspacing="0"> <thead> <tr> <th colspan="5" style="background-color:#336699;font-family:arial,helvetica,sans-serif;color:white;font-size:13px;" align="center" > <a name="departuresTable" style="color:white;">Flight Departures</a> </th> </tr> <tr> <td nowrap="nowrap" colspan="4" style="font-family:arial,helvetica,chicago,sans-serif;font-size:16px;font-weight:bold;" > Flights departing from: <span style="font-family:arial,helvetica,chicago,sans-serif;font-size:13px;font-weight:bold;" > Los Angeles, CA </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;" > (LAX-Los Angeles International Airport) </td> </tr> <tr> <td colspan="5" style="background-color:#004371">&nbsp;</td> </tr> </thead> </table> </td> </tr> </thead> <tbody> <tr> <td> <table class="tablesorter" cellpadding="0" cellspacing="0"> <thead> <tr style="font-family:arial,helvetica,sans-serif;font-size:12px;"> <th valign="top">Arrival City</th> <th valign="top">Airline</th> <th valign="top" align="center">Flight Number</th> <th valign="top" align="center">Departure Time</th> <th valign="top" align="center">More Info</th> </tr> </thead> <tbody style="font-size:9px;"> <tr> <td style="padding-right:6px;"> , </td> <td>Air Tahiti Nui</td> <td align="center" style="font-weight:bold;"> 7 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> </td> <td align="center" > <a href="http://www.helloflight.com/Flight/THT7.cfm" > </a> </td> </tr> <tr> <td style="padding-right:6px;"> London, England </td> <td>British Airways</td> <td align="center" style="font-weight:bold;"> 278 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:07 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/BAW278.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Dubai, United Arab Emirates </td> <td>Emirates Airline</td> <td align="center" style="font-weight:bold;"> 216 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:12 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAE216.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Seattle, WA </td> <td>Virgin America</td> <td align="center" style="font-weight:bold;"> 793 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:15 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/VRD793.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Kahului, HI </td> <td>Continental Airlines</td> <td align="center" style="font-weight:bold;"> 137 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:16 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/COA137.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> San José, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6519 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:16 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6519.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> San José, CA </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 6519 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:16 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL6519.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Oakland, CA </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 954 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:19 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA954.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Van Nuys, CA </td> <td></td> <td align="center" style="font-weight:bold;"> N888MN </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:19 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N888MN.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Kailua/Kona, HI </td> <td>Air Canada</td> <td align="center" style="font-weight:bold;"> 5909 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:21 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/ACA5909.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Kailua/Kona, HI </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 53 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:21 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/UAL53.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Francisco, CA </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 2211 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:21 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA2211.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Yuma, AZ </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6475 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:22 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6475.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 475 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:23 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL475.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 65 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:26 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL65.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Diego, CA </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3023 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:26 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3023.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>Copa Airlines</td> <td align="center" style="font-weight:bold;"> 1541 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:28 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/CMP1541.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Houston, TX </td> <td>Continental Airlines</td> <td align="center" style="font-weight:bold;"> 541 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:28 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/COA541.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Las Vegas, NV </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 776 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:29 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA776.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Aspen, CO </td> <td></td> <td align="center" style="font-weight:bold;"> N18MZ </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:31 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N18MZ.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Santa Barbara, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6355 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:31 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6355.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> Sacramento, CA </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 7013 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:32 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AWE7013.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Sacramento, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6491 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:32 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6491.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Salt Lake City, UT </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1184 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:33 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1184.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Salt Lake City, UT </td> <td>Korean Air</td> <td align="center" style="font-weight:bold;"> 7045 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:33 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/KAL7045.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Las Vegas, NV </td> <td></td> <td align="center" style="font-weight:bold;"> N926MC </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:34 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/N926MC.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 706 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:35 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/DAL706.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Kansas City, MO </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 2036 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:36 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA2036.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 32 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:36 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL32.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 1794 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:36 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA1794.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>China Eastern Airlines</td> <td align="center" style="font-weight:bold;"> 8801 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:36 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/CES8801.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> New York, NY </td> <td>Qantas</td> <td align="center" style="font-weight:bold;"> 3103 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:36 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/QFA3103.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Sacramento, CA </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 2209 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:37 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA2209.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Kahului, HI </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 161 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:38 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL161.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Seattle, WA </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 6780 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:41 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL6780.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Seattle, WA </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 457 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:41 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA457.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Seattle, WA </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 7663 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:41 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL7663.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Las Vegas, NV </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 2491 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:42 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL2491.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Amsterdam, Netherlands </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 9379 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:43 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL9379.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Amsterdam, Netherlands </td> <td>KLM Royal Dutch Airlines</td> <td align="center" style="font-weight:bold;"> 602 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:43 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/KLM602.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Amsterdam, Netherlands </td> <td>Northwest Airlines</td> <td align="center" style="font-weight:bold;"> 8602 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:43 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/NWA8602.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Diego, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 4789 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:43 PM </td> <td align="center" style="color:white;background-color:green;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW4789.cfm" class="white" > Arrived </a> </td> </tr> <tr> <td style="padding-right:6px;"> London, England </td> <td>Air New Zealand</td> <td align="center" style="font-weight:bold;"> 2 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:46 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ANZ2.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> London, England </td> <td>bmi</td> <td align="center" style="font-weight:bold;"> 3982 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:46 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/BMA3982.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Detroit, MI </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 2210 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:47 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL2210.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Papeete, Society Islands </td> <td>Air Tahiti Nui</td> <td align="center" style="font-weight:bold;"> 7 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:48 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/THT7.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 1802 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:49 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL1802.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Shanghai, Shanghai </td> <td>Air China</td> <td align="center" style="font-weight:bold;"> 1060 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:49 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/CCA1060.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Portland, OR </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 6867 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:50 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL6867.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Portland, OR </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 565 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:50 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA565.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Kailua/Kona, HI </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 247 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:53 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL247.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Kailua/Kona, HI </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 1093 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:53 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA1093.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Reno, NV </td> <td>Horizon Air</td> <td align="center" style="font-weight:bold;"> 444 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:56 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/QXE444.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Kahului, HI </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 6274 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:57 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ASA6274.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Kahului, HI </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 1477 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:57 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/DAL1477.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> San José, CA </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 858 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:57 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA858.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Kahului, HI </td> <td>Air Canada</td> <td align="center" style="font-weight:bold;"> 5907 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:59 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/ACA5907.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Kahului, HI </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 47 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 5:59 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/UAL47.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;"> 2083 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:02 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA2083.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Honolulu, HI </td> <td>Hawaiian Airlines</td> <td align="center" style="font-weight:bold;"> 9 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:03 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/HAL9.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Honolulu, HI </td> <td>Korean Air</td> <td align="center" style="font-weight:bold;"> 7856 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:03 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/KAL7856.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Tucson, AZ </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6458 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:03 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6458.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Diego, CA </td> <td>SkyWest</td> <td align="center" style="font-weight:bold;"> 6339 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:04 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SKW6339.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Paris, France </td> <td>Air France</td> <td align="center" style="font-weight:bold;"> 65A </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:05 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/AFR65A.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Phoenix, AZ </td> <td>America West Airlines</td> <td align="center" style="font-weight:bold;"> 1514 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:05 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AWE1514.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> San Diego, CA </td> <td>American Eagle Airlines</td> <td align="center" style="font-weight:bold;"> 3093 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:07 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/EGF3093.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td>American Airlines</td> <td align="center" style="font-weight:bold;"> 678 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:08 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/AAL678.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Phoenix, AZ </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 932 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:09 PM </td> <td align="center" style="color:white;background-color:yellow;font-weight:bold;" > <a href="http://www.helloflight.com/Flight/SWA932.cfm" class="green" > In Flight </a> </td> </tr> <tr> <td style="padding-right:6px;"> Chicago, IL </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 175 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:10 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA175.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Honolulu, HI </td> <td>Delta Air Lines</td> <td align="center" style="font-weight:bold;"> 2195 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:10 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/DAL2195.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> London, England </td> <td>Lufthansa</td> <td align="center" style="font-weight:bold;"> 9343 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:10 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/DLH9343.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> London, England </td> <td>Turkish Airlines</td> <td align="center" style="font-weight:bold;"> 8696 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:10 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/THY8696.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> London, England </td> <td>United Airlines</td> <td align="center" style="font-weight:bold;"> 934 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:10 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/UAL934.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Boise, ID </td> <td>Alaska Airlines</td> <td align="center" style="font-weight:bold;"> 2598 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:14 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/ASA2598.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Boise, ID </td> <td>Horizon Air</td> <td align="center" style="font-weight:bold;"> 598 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:14 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/QXE598.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Denver, CO </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 278 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:21 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA278.cfm" > Scheduled </a> </td> </tr> <tr> <td style="padding-right:6px;"> Oakland, CA </td> <td>Southwest Airlines</td> <td align="center" style="font-weight:bold;"> 397 </td> <td align="right" nowrap="nowrap" style="padding-right:12px;"> 6:27 PM </td> <td align="center" > <a href="http://www.helloflight.com/Flight/SWA397.cfm" > Scheduled </a> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </div>
PRIORITY NORMAL
STARTTIME {ts '2010-03-14 21:15:26'}
STATUS TERMINATED