-
Notifications
You must be signed in to change notification settings - Fork 0
/
malaysia.html
862 lines (693 loc) · 47.4 KB
/
malaysia.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>David McPhee's Personal Homepage</title>
<link rel="shortcut icon" type="image/png" href="includes/favicon.png">
<link href="includes/main.css" rel="stylesheet" type="text/css" media="screen" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
</head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-C8K8BK48K1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-C8K8BK48K1');
</script>
<body style="background-color:#121212;">
<div id="content">
<div id="nav">
<ul>
<li><a href="/adventures">Back To Adventures</a></li>
</ul>
</div>
<!-- End Header $include_path/header.html -->
<div class="main">
<div class="bTitle"><p><u><strong>Malaysia Trip</strong></u><p /></div>
<img class="bImg" src="/includes/adventures/malaysia/thumbnail.jpg" alt="Thumbnail for Malaysia"></img>
I visited Malaysia for five weeks to visit Kuala Lumpur and Cyberjaya for work. Most days were
very long but I still managed to fit in some tourist activities such as seeing the Twin Towers, Batu Caves,
and eating street food.
<p />
The journey to Malaysia started at Calian HQ where I weighed my checked baggage to confirm it was
under the 70 lb limit. I flew to YVR on Day 1 and stayed overnight because I had to spend a while
in Customs filling out a Carnet for my goods. From YVR I flew to Japan via Air Canada and my
first time in business class. After a quick layover I was back in the air with ANA to Malaysia.
<p /><div id="slideShow1" class="carousel slide" data-ride="carousel" data-interval="false"><div class="carousel-inner"><div class="item active">
<div id="note">Checked baggage packed and weighed</div>
<img class="bImg" src="/includes/adventures/malaysia/travel_work/img1.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Transport through YXE</div>
<img class="bImg" src="/includes/adventures/malaysia/travel_work/img2.jpg" style="margin-top: 10px" alt="Please wait while image loads" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Waiting at oversized baggage at YVR</div>
<img class="bImg" src="/includes/adventures/malaysia/travel_work/img4.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Overnight in YVR</div>
<img class="bImg" src="/includes/adventures/malaysia/travel_work/img5.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">On walk to McDonalds</div>
<img class="bImg" src="/includes/adventures/malaysia/travel_work/img6.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">YVR Hotel from a Distance</div>
<img class="bImg" src="/includes/adventures/malaysia/travel_work/img7.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Pathway to McDonalds</div>
<img class="bImg" src="/includes/adventures/malaysia/travel_work/img8.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">The Promised Land</div>
<img class="bImg" src="/includes/adventures/malaysia/travel_work/img9.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">At Customs filling in Carnet</div>
<img class="bImg" src="/includes/adventures/malaysia/travel_work/img10.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Watching F1 in the lounge</div>
<img class="bImg" src="/includes/adventures/malaysia/travel_work/img11.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Air Canada Business Class (1/3)</div>
<img class="bImg" src="/includes/adventures/malaysia/travel_work/img12.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Air Canada Business Class (2/3)</div>
<img class="bImg" src="/includes/adventures/malaysia/travel_work/img13.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Air Canada Business Class (3/3)</div>
<img class="bImg" src="/includes/adventures/malaysia/travel_work/img14.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Avatar and Dinner (1/2)</div>
<img class="bImg" src="/includes/adventures/malaysia/travel_work/img15.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Avatar and Dinner (2/2)</div>
<img class="bImg" src="/includes/adventures/malaysia/travel_work/img16.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Japan from plane</div>
<img class="bImg" src="/includes/adventures/malaysia/travel_work/img17.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">ANA Business Class (1/2)</div>
<img class="bImg" src="/includes/adventures/malaysia/travel_work/img18.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">ANA Business Class (2/2)</div>
<img class="bImg" src="/includes/adventures/malaysia/travel_work/img19.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">ANA dinner</div>
<img class="bImg" src="/includes/adventures/malaysia/travel_work/img20.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Transport Shuttle at KLIA</div>
<img class="bImg" src="/includes/adventures/malaysia/travel_work/img21.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
</div>
<a class="left carousel-control" href="#slideShow1" data-slide="prev" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-left" > </span>
<span class="sr-only">Previous</span></a>
<a class="right carousel-control" href="#slideShow1" data-slide="next" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span></a>
</div>
I arrived at 12:00am local time but my baggage did not. I had to fill out a claim form and
pick them up the next day. Definitely not the best first impression.
<p /><div id="slideShow2" class="carousel slide" data-ride="carousel" data-interval="false"><div class="carousel-inner"><div class="item active">
<div id="note">Lost and Found at the KLIA airport</div>
<img class="bImg" src="/includes/adventures/malaysia/baggage/img1.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">1:00am filling out a Lost Baggage form</div>
<img class="bImg" src="/includes/adventures/malaysia/baggage/img2.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Picking up the baggage the next day</div>
<img class="bImg" src="/includes/adventures/malaysia/baggage/img3.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
</div>
<a class="left carousel-control" href="#slideShow2" data-slide="prev" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-left" > </span>
<span class="sr-only">Previous</span></a>
<a class="right carousel-control" href="#slideShow2" data-slide="next" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span></a>
</div>
My mode quickly shifted when I saw the hotel I was staying in. The Element's lobby was on
the 40<sup>th</sup> floor and my room the 51<sup>st</sup>. On one of the lower floors there
was a local art gallery and I included a photo of one of them.
<p /><div id="slideShow3" class="carousel slide" data-ride="carousel" data-interval="false"><div class="carousel-inner"><div class="item active">
<div id="note">Element Hotel Lobby, 40th Floor</div>
<img class="bImg" src="/includes/adventures/malaysia/element/img1.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">View from restaurant</div>
<img class="bImg" src="/includes/adventures/malaysia/element/img2.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Artwork made from hijab scraps</div>
<img class="bImg" src="/includes/adventures/malaysia/element/img3.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
</div>
<a class="left carousel-control" href="#slideShow3" data-slide="prev" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-left" > </span>
<span class="sr-only">Previous</span></a>
<a class="right carousel-control" href="#slideShow3" data-slide="next" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span></a>
</div>
The Petronas Twin Towers were an iconic part of the Kuala Lumpur skyline and consisted of
88 floors and a skybridge connecting the two towers. They were impressive every time I
walked by them. I went on a tour of the observation deck on the first weekend there.
<p /><div id="slideShow4" class="carousel slide" data-ride="carousel" data-interval="false"><div class="carousel-inner"><div class="item active">
<div id="note">Twin Towers near sunset</div>
<img class="bImg" src="/includes/adventures/malaysia/twin_towers/img1.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Base of Towers</div>
<img class="bImg" src="/includes/adventures/malaysia/twin_towers/img2.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">From bridge in park</div>
<img class="bImg" src="/includes/adventures/malaysia/twin_towers/img3.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">In skybridge tour</div>
<img class="bImg" src="/includes/adventures/malaysia/twin_towers/img4.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">From skybridge <br>(hotel seen with silver X)</div>
<img class="bImg" src="/includes/adventures/malaysia/twin_towers/img5.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Twin Towers Gallery</div>
<img class="bImg" src="/includes/adventures/malaysia/twin_towers/img6.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Map of Kuala Lumpur</div>
<img class="bImg" src="/includes/adventures/malaysia/twin_towers/img7.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">View of Merdeka 118, Twin Tower, and KL Tower</div>
<img class="bImg" src="/includes/adventures/malaysia/twin_towers/img8.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Base of Towers</div>
<img class="bImg" src="/includes/adventures/malaysia/twin_towers/img9.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Towers on a stormy night</div>
<img class="bImg" src="/includes/adventures/malaysia/twin_towers/img10.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Towers at night</div>
<img class="bImg" src="/includes/adventures/malaysia/twin_towers/img11.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
</div>
<a class="left carousel-control" href="#slideShow4" data-slide="prev" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-left" > </span>
<span class="sr-only">Previous</span></a>
<a class="right carousel-control" href="#slideShow4" data-slide="next" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span></a>
</div>
Measat Teleport, Cyberjaya, was where I did all of the installing and testing. It was a
large facility with antenna, and RF room, offices, and cafeteria.
<p /><div id="slideShow5" class="carousel slide" data-ride="carousel" data-interval="false"><div class="carousel-inner"><div class="item active">
<div id="note">Measat Teleport, Cyberjaya</div>
<img class="bImg" src="/includes/adventures/malaysia/antennas/ground/img1.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">View from street</div>
<img class="bImg" src="/includes/adventures/malaysia/antennas/ground/img2.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Walkway near RF room</div>
<img class="bImg" src="/includes/adventures/malaysia/antennas/ground/img3.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">View at night from RF roof</div>
<img class="bImg" src="/includes/adventures/malaysia/antennas/ground/img4.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">View of RF room at night</div>
<img class="bImg" src="/includes/adventures/malaysia/antennas/ground/img5.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
</div>
<a class="left carousel-control" href="#slideShow5" data-slide="prev" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-left" > </span>
<span class="sr-only">Previous</span></a>
<a class="right carousel-control" href="#slideShow5" data-slide="next" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span></a>
</div>
These are some close-up photos of some of the antennas that our equipment was in. Others
I included simply because of their grandness.
<p /><div id="slideShow6" class="carousel slide" data-ride="carousel" data-interval="false"><div class="carousel-inner"><div class="item active">
<div id="note">RF antennas in Cyberjaya (1/4)</div>
<img class="bImg" src="/includes/adventures/malaysia/antennas/close/img1.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">RF antennas in Cyberjaya (2/4)</div>
<img class="bImg" src="/includes/adventures/malaysia/antennas/close/img2.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">RF antennas in Cyberjaya (3/4)</div>
<img class="bImg" src="/includes/adventures/malaysia/antennas/close/img3.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">RF antennas in Cyberjaya (4/4)</div>
<img class="bImg" src="/includes/adventures/malaysia/antennas/close/img4.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
</div>
<a class="left carousel-control" href="#slideShow6" data-slide="prev" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-left" > </span>
<span class="sr-only">Previous</span></a>
<a class="right carousel-control" href="#slideShow6" data-slide="next" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span></a>
</div>
Our equipment was installed in the hub of the antennas which meant we had to climb up to
the dish to do our testing. The hubs were quite hot, especially midday.
<p /><div id="slideShow7" class="carousel slide" data-ride="carousel" data-interval="false"><div class="carousel-inner"><div class="item active">
<div id="note">Working in antenna hub (1/4)</div>
<img class="bImg" src="/includes/adventures/malaysia/antennas/ku/img1.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Working in antenna hub (2/4)</div>
<img class="bImg" src="/includes/adventures/malaysia/antennas/ku/img2.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Working in antenna hub (3/4)</div>
<img class="bImg" src="/includes/adventures/malaysia/antennas/ku/img3.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Working in antenna hub (4/4)</div>
<img class="bImg" src="/includes/adventures/malaysia/antennas/ku/img4.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
</div>
<a class="left carousel-control" href="#slideShow7" data-slide="prev" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-left" > </span>
<span class="sr-only">Previous</span></a>
<a class="right carousel-control" href="#slideShow7" data-slide="next" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span></a>
</div>
One of the antennas was being constructed whilst I was there. At one point we needed
to go into the dish to attach some cables which was a first for me.
<p /><div id="slideShow8" class="carousel slide" data-ride="carousel" data-interval="false"><div class="carousel-inner"><div class="item active">
<div id="note">Antenna under construction</div>
<img class="bImg" src="/includes/adventures/malaysia/antennas/qv/img1.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">View of hub from base</div>
<img class="bImg" src="/includes/adventures/malaysia/antennas/qv/img2.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Working in satellite dish</div>
<img class="bImg" src="/includes/adventures/malaysia/antennas/qv/img3.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">View from satellite dish</div>
<img class="bImg" src="/includes/adventures/malaysia/antennas/qv/img4.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Umbrella in satellite dish</div>
<img class="bImg" src="/includes/adventures/malaysia/antennas/qv/img5.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
</div>
<a class="left carousel-control" href="#slideShow8" data-slide="prev" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-left" > </span>
<span class="sr-only">Previous</span></a>
<a class="right carousel-control" href="#slideShow8" data-slide="next" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span></a>
</div>
I was invited to watch the launch of the satellite that we tested. The party started
at 3:00am and ran until around 7:00am. It was a successful launch and the President
Malaysia was there as well.
<p /><div id="slideShow9" class="carousel slide" data-ride="carousel" data-interval="false"><div class="carousel-inner"><div class="item active">
<div id="note">Ariane 5 and Measat satellite</div>
<img class="bImg" src="/includes/adventures/malaysia/launch_event/img1.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Measat satellite close-up</div>
<img class="bImg" src="/includes/adventures/malaysia/launch_event/img2.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Intro to rocket launch</div>
<img class="bImg" src="/includes/adventures/malaysia/launch_event/img3.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Count down</div>
<img class="bImg" src="/includes/adventures/malaysia/launch_event/img4.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Lift off</div>
<img class="bImg" src="/includes/adventures/malaysia/launch_event/img5.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Malaysia President holding model</div>
<img class="bImg" src="/includes/adventures/malaysia/launch_event/img6.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">World Trade Centre (1/2)</div>
<img class="bImg" src="/includes/adventures/malaysia/launch_event/img7.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">World Trade Centre (2/2)</div>
<img class="bImg" src="/includes/adventures/malaysia/launch_event/img8.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
</div>
<a class="left carousel-control" href="#slideShow9" data-slide="prev" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-left" > </span>
<span class="sr-only">Previous</span></a>
<a class="right carousel-control" href="#slideShow9" data-slide="next" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span></a>
</div>
There was the Tapak Street Market near the Element Hotel that hosted many food trucks.
I got a Malaysian staple, mee goreng. Mee is noodles and goreng is fried so fried noodles.
Also a very tourist activity is getting a young coconut as a drink and snack.
<p /><div id="slideShow10" class="carousel slide" data-ride="carousel" data-interval="false"><div class="carousel-inner"><div class="item active">
<div id="note">Goreng Food Vendor</div>
<img class="bImg" src="/includes/adventures/malaysia/street_food/img1.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">View of Tapak street market</div>
<img class="bImg" src="/includes/adventures/malaysia/street_food/img2.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Mee Goreng and Prawn</div>
<img class="bImg" src="/includes/adventures/malaysia/street_food/img3.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Young Coconut</div>
<img class="bImg" src="/includes/adventures/malaysia/street_food/img4.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
</div>
<a class="left carousel-control" href="#slideShow10" data-slide="prev" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-left" > </span>
<span class="sr-only">Previous</span></a>
<a class="right carousel-control" href="#slideShow10" data-slide="next" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span></a>
</div>
Malaysia had a sizable Chinatown with all of the knock-off brands you could think of.
Apparently in France, it is illegal to import counterfeit goods and if you are caught
at the border, they make you pay 2x the price of the actual item.
<p /><div id="slideShow11" class="carousel slide" data-ride="carousel" data-interval="false"><div class="carousel-inner"><div class="item active">
<div id="note">Entrance to Chinatown</div>
<img class="bImg" src="/includes/adventures/malaysia/chinatown/img1.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Kwai Chai Hong (1/4)</div>
<img class="bImg" src="/includes/adventures/malaysia/chinatown/img2.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Kwai Chai Hong (2/4)</div>
<img class="bImg" src="/includes/adventures/malaysia/chinatown/img3.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Kwai Chai Hong (3/4)</div>
<img class="bImg" src="/includes/adventures/malaysia/chinatown/img4.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Kwai Chai Hong (4/4)</div>
<img class="bImg" src="/includes/adventures/malaysia/chinatown/img5.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Da Bao Entrance</div>
<img class="bImg" src="/includes/adventures/malaysia/chinatown/img6.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Da Bao Artwork</div>
<img class="bImg" src="/includes/adventures/malaysia/chinatown/img7.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
</div>
<a class="left carousel-control" href="#slideShow11" data-slide="prev" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-left" > </span>
<span class="sr-only">Previous</span></a>
<a class="right carousel-control" href="#slideShow11" data-slide="next" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span></a>
</div>
Near Chinatown there was a hidden bookstore that was like a maze. In the back of the
bookstore there was a concert with music and flashing lights.
<p /><div id="slideShow12" class="carousel slide" data-ride="carousel" data-interval="false"><div class="carousel-inner"><div class="item active">
<div id="note">Hidden Bookstore</div>
<img class="bImg" src="/includes/adventures/malaysia/bookstore/img2.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Concert in Bookstore</div>
<img class="bImg" src="/includes/adventures/malaysia/bookstore/img1.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
</div>
<a class="left carousel-control" href="#slideShow12" data-slide="prev" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-left" > </span>
<span class="sr-only">Previous</span></a>
<a class="right carousel-control" href="#slideShow12" data-slide="next" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span></a>
</div>
Batu Caves is a Hindu temple just outside of Kuala Lumpur. The monkeys at the caves
really spooked me because I was worried they would try and steal my hat. I was
also slightly uncomfortable with all of the detailed human figures that decorated
the temple.
<p /><div id="slideShow13" class="carousel slide" data-ride="carousel" data-interval="false"><div class="carousel-inner"><div class="item active">
<div id="note">Batu Caves entrance</div>
<img class="bImg" src="/includes/adventures/malaysia/batu/img1.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Rainbow Staircase</div>
<img class="bImg" src="/includes/adventures/malaysia/batu/img3.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Top of staircase</div>
<img class="bImg" src="/includes/adventures/malaysia/batu/img9.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Entrance of cave</div>
<img class="bImg" src="/includes/adventures/malaysia/batu/img5.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Cave opening</div>
<img class="bImg" src="/includes/adventures/malaysia/batu/img6.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Hindu Temple</div>
<img class="bImg" src="/includes/adventures/malaysia/batu/img7.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Cave Interior</div>
<img class="bImg" src="/includes/adventures/malaysia/batu/img8.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
</div>
<a class="left carousel-control" href="#slideShow13" data-slide="prev" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-left" > </span>
<span class="sr-only">Previous</span></a>
<a class="right carousel-control" href="#slideShow13" data-slide="next" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span></a>
</div>
Mat Kilau was a blockbuster movie that was released while I was there. It was a story of
a Malay militant group kicking out the British. I found the film quite uncomfortable
to be in because of the stereotypical depiction of the British, Chinese, and Indian.
The movie also ended with a creed to Islam.
<p />
I wanted to go see the new Thor movie but it was banned because it showed Thor's butt.
<p /><div id="slideShow14" class="carousel slide" data-ride="carousel" data-interval="false"><div class="carousel-inner"><div class="item active">
<div id="note">Mat Kilau Ad</div>
<img class="bImg" src="/includes/adventures/malaysia/movies/img1.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
</div>
</div>
In the heart of Kuala Lumpur is a neighborhood called Kampung Baru which is historic
and the architecture is preserved. The bridge connecting KL to Kampung is called
Pintasan Saloma and was constructed in 2020.
<p /><div id="slideShow15" class="carousel slide" data-ride="carousel" data-interval="false"><div class="carousel-inner"><div class="item active">
<div id="note">Pintasan Saloma Bridge</div>
<img class="bImg" src="/includes/adventures/malaysia/bridge/img1.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Pintasan and Twin Towers</div>
<img class="bImg" src="/includes/adventures/malaysia/bridge/img2.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">View in Bridge</div>
<img class="bImg" src="/includes/adventures/malaysia/bridge/img3.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Kampung Baru Neighbourhood</div>
<img class="bImg" src="/includes/adventures/malaysia/bridge/img4.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Pintasan and Towers at night</div>
<img class="bImg" src="/includes/adventures/malaysia/bridge/img5.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Pintasan at night</div>
<img class="bImg" src="/includes/adventures/malaysia/bridge/img6.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
</div>
<a class="left carousel-control" href="#slideShow15" data-slide="prev" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-left" > </span>
<span class="sr-only">Previous</span></a>
<a class="right carousel-control" href="#slideShow15" data-slide="next" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span></a>
</div>
Mini India was a massive street near Chinatown that featured Indian themes, shops,
and restaurants. Unlike Chinatown, Mini India was much more catered to Indians rather
than tourists so it was difficult to find a restaurant that would serve us.
<p /><div id="slideShow16" class="carousel slide" data-ride="carousel" data-interval="false"><div class="carousel-inner"><div class="item active">
<div id="note">Entrance to Mini India</div>
<img class="bImg" src="/includes/adventures/malaysia/mini_india/img1.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Arc at Mini India</div>
<img class="bImg" src="/includes/adventures/malaysia/mini_india/img2.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Neighborhood nearby</div>
<img class="bImg" src="/includes/adventures/malaysia/mini_india/img3.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Dinner in Mini India</div>
<img class="bImg" src="/includes/adventures/malaysia/mini_india/img4.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
</div>
<a class="left carousel-control" href="#slideShow16" data-slide="prev" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-left" > </span>
<span class="sr-only">Previous</span></a>
<a class="right carousel-control" href="#slideShow16" data-slide="next" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span></a>
</div>
Measat had a cafeteria that typically served a buffet but also had some food to order.
On a Friday afternoon when most of the company was at Friday Prayer, there was no buffet
so I ordered some Nasi Goreng. Nasi means rice and it was very spicy.
<p /><div id="slideShow17" class="carousel slide" data-ride="carousel" data-interval="false"><div class="carousel-inner"><div class="item active">
<div id="note">Nasi Goreng at Measat</div>
<img class="bImg" src="/includes/adventures/malaysia/measat_food/img1.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Asian sodas</div>
<img class="bImg" src="/includes/adventures/malaysia/measat_food/img2.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
</div>
<a class="left carousel-control" href="#slideShow17" data-slide="prev" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-left" > </span>
<span class="sr-only">Previous</span></a>
<a class="right carousel-control" href="#slideShow17" data-slide="next" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span></a>
</div>
KL was full of malls which were packed with stores. These stores ranged from grocery to
movie theaters, to Gucci. The Mercedes F1 team has a title sponsor named Petronas. It
turns out Petronas is a Malaysian oil company that is nationally owned. The had F1
decor in the entrance to the Twin Towers mall.
<p /><div id="slideShow18" class="carousel slide" data-ride="carousel" data-interval="false"><div class="carousel-inner"><div class="item active">
<div id="note">Street in front of Hotel</div>
<img class="bImg" src="/includes/adventures/malaysia/mall_streets/img1.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Twin Towers Park (1/4)</div>
<img class="bImg" src="/includes/adventures/malaysia/mall_streets/img2.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Twin Towers Park (2/4)</div>
<img class="bImg" src="/includes/adventures/malaysia/mall_streets/img3.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Twin Towers Park (3/4)</div>
<img class="bImg" src="/includes/adventures/malaysia/mall_streets/img4.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Twin Towers Park (4/4)</div>
<img class="bImg" src="/includes/adventures/malaysia/mall_streets/img5.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Dataran Merdeka (1/2)</div>
<img class="bImg" src="/includes/adventures/malaysia/mall_streets/img6.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Dataran Merdeka (2/2)</div>
<img class="bImg" src="/includes/adventures/malaysia/mall_streets/img7.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Painted apartment buildings</div>
<img class="bImg" src="/includes/adventures/malaysia/mall_streets/img8.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Gift shop in Central Market</div>
<img class="bImg" src="/includes/adventures/malaysia/mall_streets/img9.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Shirts store</div>
<img class="bImg" src="/includes/adventures/malaysia/mall_streets/img10.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Suria KLCC Mall</div>
<img class="bImg" src="/includes/adventures/malaysia/mall_streets/img11.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Pavilion Mall (1/2)</div>
<img class="bImg" src="/includes/adventures/malaysia/mall_streets/img12.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Pavilion Mall (2/2)</div>
<img class="bImg" src="/includes/adventures/malaysia/mall_streets/img13.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">1:1 Petronas F1 car in KLCC</div>
<img class="bImg" src="/includes/adventures/malaysia/mall_streets/img14.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">KLCC park at night</div>
<img class="bImg" src="/includes/adventures/malaysia/mall_streets/img15.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Street fruit vendor</div>
<img class="bImg" src="/includes/adventures/malaysia/mall_streets/img16.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
</div>
<a class="left carousel-control" href="#slideShow18" data-slide="prev" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-left" > </span>
<span class="sr-only">Previous</span></a>
<a class="right carousel-control" href="#slideShow18" data-slide="next" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span></a>
</div>
I mailed a letter back home and was surprised when it was made after about 2 weeks.
I thought for sure it was going to get lost along the way.
<p /><div id="slideShow19" class="carousel slide" data-ride="carousel" data-interval="false"><div class="carousel-inner"><div class="item active">
<div id="note">Letter back home</div>
<img class="bImg" src="/includes/adventures/malaysia/mail/img1.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
</div>
</div>
I moved hotels half way through the trip to be closer to our customer. The best
part of this hotel was the Kaya jam which is coconut based.
<p /><div id="slideShow20" class="carousel slide" data-ride="carousel" data-interval="false"><div class="carousel-inner"><div class="item active">
<div id="note">Entrance to W Hotel</div>
<img class="bImg" src="/includes/adventures/malaysia/w/img1.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">W Lobby (8th floor)</div>
<img class="bImg" src="/includes/adventures/malaysia/w/img2.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Pink sofa in room</div>
<img class="bImg" src="/includes/adventures/malaysia/w/img3.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">#SAVEUYGHUR poster near W</div>
<img class="bImg" src="/includes/adventures/malaysia/w/img4.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Kaya spread in restaurant</div>
<img class="bImg" src="/includes/adventures/malaysia/w/img5.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Water, espresso, Isetan, McDonalds</div>
<img class="bImg" src="/includes/adventures/malaysia/w/img6.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">KL Tower hidden in mist</div>
<img class="bImg" src="/includes/adventures/malaysia/w/img7.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
</div>
<a class="left carousel-control" href="#slideShow20" data-slide="prev" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-left" > </span>
<span class="sr-only">Previous</span></a>
<a class="right carousel-control" href="#slideShow20" data-slide="next" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span></a>
</div>
Our customer took us out for dinner one night to a seafood place that had all of
the fish on display. It felt strange because it was like an aquarium, but we
were going to eat it.
<p /><div id="slideShow21" class="carousel slide" data-ride="carousel" data-interval="false"><div class="carousel-inner"><div class="item active">
<div id="note">Seafood on display</div>
<img class="bImg" src="/includes/adventures/malaysia/seafood/img1.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">California Geoduck, middle right</div>
<img class="bImg" src="/includes/adventures/malaysia/seafood/img2.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
</div>
<a class="left carousel-control" href="#slideShow21" data-slide="prev" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-left" > </span>
<span class="sr-only">Previous</span></a>
<a class="right carousel-control" href="#slideShow21" data-slide="next" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span></a>
</div>
On one of my days off I took one of the customers on a tour of the different places
I had seen in Kuala Lumpur thus far. At the end of the tour we ended up at their
hotel and they invited me to the pool. The only problem was I didn't have my
bathing suit was was wearing black shoes, socks, and pants so I was very toasty
in the lounge chair.
<p /><div id="slideShow22" class="carousel slide" data-ride="carousel" data-interval="false"><div class="carousel-inner"><div class="item active">
<div id="note">Mandarin Oriental pool</div>
<img class="bImg" src="/includes/adventures/malaysia/mo/img2.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Final dinner after campaign</div>
<img class="bImg" src="/includes/adventures/malaysia/mo/img3.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
</div>
<a class="left carousel-control" href="#slideShow22" data-slide="prev" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-left" > </span>
<span class="sr-only">Previous</span></a>
<a class="right carousel-control" href="#slideShow22" data-slide="next" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span></a>
</div>
After 38 days I started my journey home at 3:00am from the W Hotel. I ran into some
friends at the YVR airport who were coming home from their Honeymoon! I finally
touched down in Saskatoon at 5:45pm on the same day due to the time difference (14hrs).
<p /><div id="slideShow23" class="carousel slide" data-ride="carousel" data-interval="false"><div class="carousel-inner"><div class="item active">
<div id="note">Equipment on cart at 4:00am</div>
<img class="bImg" src="/includes/adventures/malaysia/travel_home/img1.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Weighing baggage in hotel</div>
<img class="bImg" src="/includes/adventures/malaysia/travel_home/img2.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Loading checked bags in KLIA</div>
<img class="bImg" src="/includes/adventures/malaysia/travel_home/img3.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
<div class="item">
<div id="note">Sunrise over the Pacific</div>
<img class="bImg" src="/includes/adventures/malaysia/travel_home/img4.jpg" style="margin-top: 10px" alt="Please wait while image loads"></div>
</div>
<a class="left carousel-control" href="#slideShow23" data-slide="prev" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-left" > </span>
<span class="sr-only">Previous</span></a>
<a class="right carousel-control" href="#slideShow23" data-slide="next" style="color:white; background-image:none;">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span></a>
</div>
</div>
<!-- Begin Footer $include_path/footer.html -->
<div id="footer">
<br>
[email protected] | MIT license unless otherwise stated
</div>
</div>
<div id="content">
<!-- begin wwww.htmlcommentbox.com -->
<div id="HCB_comment_box"><a href="http://www.htmlcommentbox.com">Comment Box</a> is loading comments...</div>
<script type="text/javascript" id="hcb"> /*<!--*/ if(!window.hcb_user){hcb_user={};} (function(){var s=document.createElement("script"), l=hcb_user.PAGE || (""+window.location).replace(/'/g,"%27"), h="https://www.htmlcommentbox.com";s.setAttribute("type","text/javascript");s.setAttribute("src", h+"/jread?page="+encodeURIComponent(l).replace("+","%2B")+"&mod=%241%24wq1rdBcg%24Xk1c2cCSlprFkr2MjLvTb."+"&opts=16662&num=10&ts=1644780820414");if (typeof s!="undefined") document.getElementsByTagName("head")[0].appendChild(s);})(); /*--!>*/ </script>
<style>
#HCB_comment_box textarea{width:50%;
}
#HCB_comment_box{font-family:arial;color:#FFFFFF;background-color:none;}
#HCB_comment_box p.error{border:1px solid red;background-color:#fee}
.hcb-mod b{color:#d34}
#HCB_comment_box textarea,#hcb_form_name,#HCB_comment_box input.text{border:none;border-radius:5px;background-color:#FFFFFF}
#HCB_comment_box .text-blur {color:none;}
#HCB_comment_box blockquote{background-color:#626262;width:50%;padding:10px;border-radius:5px}
#HCB_comment_box .hcb-wrapper-half{display:block;width:50%;float:left;}
#HCB_comment_box .hcb-wrapper{clear:both}
#HCB_comment_box input.text{display:block;width:75%}
#HCB_comment_box input.submit{border-radius: 20px;;background-color:#626262;color:#FFFFFF;font-weight:700;cursor:pointer}
#HCB_comment_box span.home-desc{font-size:10px;opacity:.4}
.hcb-link{color:white;text-decoration:underline}
.hcb-mod i{color:#00008b}
</style>
<!-- end www.htmlcommentbox.com -->
</div>
</body>
</html>