var airports = []; var flights = []; airports[0] = {id: "YBBN", lat: "-27.383333", long: "153.118333"}; airports[1] = {id: "CYVR", lat: "49.194694", long: "-123.183967"}; airports[2] = {id: "CYYZ", lat: "43.676661", long: "-79.630645"}; airports[3] = {id: "RJAA", lat: "35.765278", long: "140.385556"}; airports[4] = {id: "VIDP", lat: "28.568728", long: "77.112136"}; airports[5] = {id: "LSGG", lat: "46.238333", long: "6.109444"}; airports[6] = {id: "CYUL", lat: "45.470464", long: "-73.740933"}; airports[7] = {id: "EBBR", lat: "50.901389", long: "4.484445"}; airports[8] = {id: "LPPT", lat: "38.774167", long: "-9.134167"}; airports[9] = {id: "MYNN", lat: "25.038958", long: "-77.466231"}; airports[10] = {id: "OMDB", lat: "25.252778", long: "55.364445"}; flights[0] = {lat: "45.4606400831", long: "-131.459051424", pid: "VAC047541", name: "Simon Ramirez", flt: "36", orig: "YBBN", dest: "CYVR", type: "B77L", alt: "38213", spd: "499 kts", hdg: "50", origlat: "-27.383333", origlong: "153.118333", destlat: "49.194694", destlong: "-123.183967", acft: "ml", fstat: "In Flight", lastupdi: "13:08:23Z"}; flights[1] = {lat: "50.3906130175", long: "-177.032776411", pid: "VAC036798", name: "William Tang", flt: "9", orig: "CYYZ", dest: "RJAA", type: "B77L", alt: "35911", spd: "443 kts", hdg: "260", origlat: "43.676661", origlong: "-79.630645", destlat: "35.765278", destlong: "140.385556", acft: "ml", fstat: "In Flight", lastupdi: "13:08:42Z"}; flights[2] = {lat: "49.3296409107", long: "17.2945837661", pid: "VAC045719", name: "Taka Mukono", flt: "43", orig: "VIDP", dest: "CYYZ", type: "B788", alt: "38095", spd: "449 kts", hdg: "300", origlat: "28.568728", origlong: "77.112136", destlat: "43.676661", destlong: "-79.630645", acft: "ml", fstat: "In Flight", lastupdi: "13:08:37Z"}; flights[3] = {lat: "52.9203382367", long: "-19.0391733284", pid: "VAC042831", name: "Mervie Mavinga", flt: "885", orig: "LSGG", dest: "CYUL", type: "A333", alt: "36832", spd: "406 kts", hdg: "280", origlat: "46.238333", origlong: "6.109444", destlat: "45.470464", destlong: "-73.740933", acft: "ml", fstat: "In Flight", lastupdi: "13:08:26Z"}; flights[4] = {lat: "50.0456878904", long: "-45.4174052941", pid: "VAC046069", name: "Tim Kotylak", flt: "826", orig: "CYYZ", dest: "EBBR", type: "B789", alt: "39028", spd: "521 kts", hdg: "70", origlat: "43.676661", origlong: "-79.630645", destlat: "50.901389", destlong: "4.484445", acft: "ml", fstat: "In Flight", lastupdi: "13:08:22Z"}; flights[5] = {lat: "42.3521040766", long: "-19.9131869648", pid: "VAC047725", name: "Jason Alexander", flt: "811", orig: "LPPT", dest: "CYYZ", type: "A333", alt: "33875", spd: "396 kts", hdg: "290", origlat: "38.774167", origlong: "-9.134167", destlat: "43.676661", destlong: "-79.630645", acft: "ml", fstat: "In Flight", lastupdi: "13:08:42Z"}; flights[6] = {lat: "43.676519", long: "-79.613825", pid: "VAC021019", name: "Frederick Leduc", flt: "940", orig: "CYYZ", dest: "MYNN", type: "A321", alt: "561", spd: "0 kts", hdg: "60", origlat: "43.676661", origlong: "-79.630645", destlat: "25.038958", destlong: "-77.466231", acft: "ml", fstat: "Boarding", lastupdi: "13:08:41Z"}; flights[7] = {lat: "43.683072", long: "-79.621356", pid: "VAC021454", name: "Sergio Montani", flt: "56", orig: "CYYZ", dest: "OMDB", type: "B789", alt: "567", spd: "0 kts", hdg: "110", origlat: "43.676661", origlong: "-79.630645", destlat: "25.252778", destlong: "55.364445", acft: "ml", fstat: "Boarding", lastupdi: "13:08:37Z"}; var tabledata = '
VAC IDPilot NameFlightFromToAircraftDepartureArrivalStatus
047541Simon RamirezVAC 36YBBNCYVRB77L01:46Z---In Flight
036798William TangVAC 9CYYZRJAAB77L04:23Z---In Flight
045719Taka MukonoVAC 43VIDPCYYZB78805:58Z---In Flight
042831Mervie MavingaVAC 885LSGGCYULA33310:19Z---In Flight
046069Tim KotylakVAC 826CYYZEBBRB78910:15Z---In Flight
047725Jason AlexanderVAC 811LPPTCYYZA33311:31Z---In Flight
021019Frederick LeducVAC 940CYYZMYNNA321------Boarding
021454Sergio MontaniVAC 56CYYZOMDBB789------Boarding
';