-
Notifications
You must be signed in to change notification settings - Fork 0
/
lemosho7.html
707 lines (574 loc) · 33.7 KB
/
lemosho7.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="JDA Adventures">
<meta name="author" content="TeddBot">
<title>JDA Adventures</title>
<!-- Favicons-->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" type="image/x-icon" href="img/apple-touch-icon-57x57-precomposed.png">
<link rel="apple-touch-icon" type="image/x-icon" sizes="72x72" href="img/apple-touch-icon-72x72-precomposed.png">
<link rel="apple-touch-icon" type="image/x-icon" sizes="114x114" href="img/apple-touch-icon-114x114-precomposed.png">
<link rel="apple-touch-icon" type="image/x-icon" sizes="144x144" href="img/apple-touch-icon-144x144-precomposed.png">
<!-- GOOGLE WEB FONT -->
<link href="https://fonts.googleapis.com/css?family=Gochi+Hand|Montserrat:300,400,700" rel="stylesheet">
<!-- COMMON CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<link href="css/vendors.css" rel="stylesheet">
<!-- CUSTOM CSS -->
<link href="css/custom.css" rel="stylesheet">
</head>
<body>
<div id="preloader">
<div class="sk-spinner sk-spinner-wave">
<div class="sk-rect1"></div>
<div class="sk-rect2"></div>
<div class="sk-rect3"></div>
<div class="sk-rect4"></div>
<div class="sk-rect5"></div>
</div>
</div>
<!-- End Preload -->
<div class="layer"></div>
<!-- Mobile menu overlay mask -->
<!-- Header================================================== -->
<header>
<div id="top_line">
<div class="container">
<div class="row">
<div class="col-6"><i class="icon-phone"></i><strong>+971507257630</strong></div>
<div class="col-6">
<ul id="top_links">
</ul>
</div>
</div><!-- End row -->
</div><!-- End container-->
</div><!-- End top line-->
<div class="container">
<div class="row">
<div class="col-3">
<div id="logo">
<a href="index.html"><img src="img/logo.png" width="225" height="173" alt="JDA Adventures" data-retina="true" class="logo_normal"></a>
<a href="index.html"><img src="img/logo_sticky.png" width="300" height="120" alt="JDA Adventures" data-retina="true" class="logo_sticky"></a>
</div>
</div>
<nav class="col-9">
<a class="cmn-toggle-switch cmn-toggle-switch__htx open_close" href="javascript:void(0);"><span>Menu mobile</span></a>
<div class="main-menu">
<div id="header_menu">
<img src="img/logo_sticky.png" width="300" height="120" alt="JDA Adventures" data-retina="true">
</div>
<a href="#" class="open_close" id="close_in"><i class="icon_set_1_icon-77"></i></a>
<ul>
<li class="submenu">
<a href="index.html" class="show-submenu">Home </a>
<li class="submenu">
<a href="all_tours_grid.html" class="show-submenu">Mt.Kilimanjaro Hikes <i class="icon-down-open-mini"></i></a>
<ul>
<li><a href="umbwe5.html">5 Days Umbwe </a></li>
<li><a href="umbwe6.html">6 Days Umbwe </a></li>
<li><a href="rongai7.html">7 Days Rongai </a></li>
<li><a href="rongai6.html">6 Days Rongai </a></li>
<li><a href="lemosho9.html">9 Days Lemosho </a></li>
<li><a href="lemosho8.html">8 Days Lemosho </a></li>
<li><a href="lemosho7.html">7 Days Lemosho </a></li>
<li><a href="machame7.html">7 Days Machame </a></li>
<li><a href="machame6.html">6 Days Machame </a></li>
<li><a href="marangu6.html">6 Days Marangu </a></li>
<li><a href="marangu5.html">5 Days Marangu </a></li>
<li><a href="notherncircuit9.html">9 Days Northern Circuit </a></li>
<li><a href="notherncircuit8.html">8 Days Northern Circuit </a></li>
</ul>
</li>
<li class="submenu">
<a href="about.html" class="show-submenu">About </a>
</li>
<li class="megamenu submenu">
<a href="contact_us_1.html" class="show-submenu-mega">Contact</a>
<!-- End menu-wrapper -->
</li>
<li class="megamenu submenu">
<a href="faq.html" class="show-submenu-mega">FAQ</a>
</div><!-- End menu-wrapper -->
</li>
</ul>
</div><!-- End main-menu -->
<ul id="top_tools">
<li>
<!-- End dropdown-cart-->
</li>
</ul>
</nav>
</div>
</div>
<!-- container -->
</header>
<!-- End Header -->
<section class="parallax-window" data-parallax="scroll" data-image-src="img/l.jpg" data-natural-width="1000" data-natural-height="750">
<div class="parallax-content-2">
<div class="container">
<div class="row">
<div class="col-md-8">
<h1>Mt. Kilimanjaro</h1>
<span>7 days Lemosho .</span>
</div>
<div class="col-md-4">
<div id="price_single_main">
<span><sup></sup></span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End section -->
<main>
<!-- End Position -->
<!-- End Map -->
<div class="container margin_60">
<div class="row">
<div class="col-lg-8" id="single_tour_desc">
<div id="single_tour_feat">
<ul>
<li><i class="icon_set_1_icon-13"></i>Accessibiliy</li>
<li><i class="icon_set_1_icon-29"></i>Tour guide</li>
</ul>
</div>
<p class="d-none d-md-block d-block d-lg-none"><a href="https://wa.me/+971507257630"class="btn_map">Whatsapp Me</a>
</p><!-- Map button for tablets/mobiles -->
<div id="Img_carousel" class="slider-pro">
<div class="sp-slides">
<div class="sp-slide">
<img alt="Image" class="sp-image" src="css/images/blank.gif" data-src="img/slider_single_tour/lemosho01.jpg" data-small="img/slider_single_tour/lemosho01.jpg" data-medium="img/slider_single_tour/lemosho01.jpg" data-large="img/slider_single_tour/lemosho01.jpg" data-retina="img/slider_single_tour/lemosho01.jpg">
</div>
<div class="sp-slide">
<img alt="Image" class="sp-image" src="css/images/blank.gif" data-src="img/slider_single_tour/lemosho02.jpg" data-small="img/slider_single_tour/lemosho02.jpg" data-medium="img/slider_single_tour/lemosho02.jpg" data-large="img/slider_single_tour/lemosho02.jpg" data-retina="img/slider_single_tour/lemosho02.jpg">
</div>
<div class="sp-slide">
<img alt="Image" class="sp-image" src="css/images/blank.gif" data-src="img/slider_single_tour/lemosho03.jpg" data-small="img/slider_single_tour/lemosho03.jpg" data-medium="img/slider_single_tour/lemosho03.jpg" data-large="img/slider_single_tour/lemosho03.jpg" data-retina="img/slider_single_tour/lemosho03.jpg">
</div>
<div class="sp-slide">
<img alt="Image" class="sp-image" src="css/images/blank.gif" data-src="img/slider_single_tour/lemosho04.jpg" data-small="img/slider_single_tour/lemosho04.jpg" data-medium="img/slider_single_tour/lemosho04.jpg" data-large="img/slider_single_tour/lemosho04.jpg" data-retina="img/slider_single_tour/lemosho04.jpg">
</div>
<div class="sp-slide">
<img alt="Image" class="sp-image" src="css/images/blank.gif" data-src="img/slider_single_tour/routes1.png" data-small="img/slider_single_tour/routes111.png" data-medium="img/slider_single_tour/routes1.png" data-large="img/slider_single_tour/routes1.png" data-retina="img/slider_single_tour/routes1.png">
</div>
</div>
<div class="sp-thumbnails">
<img alt="Image" class="sp-thumbnail" src="img/slider_single_tour/lemosho01.jpg">
<img alt="Image" class="sp-thumbnail" src="img/slider_single_tour/lemosho02.jpg">
<img alt="Image" class="sp-thumbnail" src="img/slider_single_tour/lemosho03.jpg">
<img alt="Image" class="sp-thumbnail" src="img/slider_single_tour/lemosho04.jpg">
<img alt="Image" class="sp-thumbnail" src="img/slider_single_tour/routes1.png">
</div>
</div>
<hr>
<div class="row">
<div class="col-lg-3">
<strong><h3>Description</h3></strong>
</div>
<div class="col-lg-9">
<strong><h4>7 days Lemosho</h4></strong>
<p>
The Lemosho Route is widely considered to be the best route on Mount Kilimanjaro.</p>
<h4>What's include</h4>
<strong><p>
Day 1: Arrive in Tanzania
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>You will be picked up at the Kilimanjaro International Airport and transferred to your hotel in Moshi town. You will meet your guide who will brief you on your upcoming trek and do an equipment check to make sure you have all the necessary mountain gear. The missing gear can be rented on this day.</li>
<li>No Meals Included</li>
</ul>
</div>
</div>
<strong><p>
Day 2: Lemosho Glades to Big Tree Camp
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Distance: 7 km</li>
<li>Hiking time: 4 hours</li>
<li>Breakfast, Lunch & Dinner Included</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list_ok">
<li>You will be picked up at your hotel at around 08:00am and transferred to the Lemosho gate located on the western side of Kilimanjaro. After the registration process you will still start our climb steadily through the forests of the Lemosho glades to reach Big Tree camp where you will be spending the night</li>
</ul>
</div>
</div>
<strong><p>
Day 3:Big Tree Camp to Shira 2 Camp
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Distance 16.5km </li>
<li>Hiking time: 9-11 hours</li>
<li>Breakfast, Lunch & Dinner Included</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list_ok">
<li>Today you will cover a lot of ground as you trek across a plateau of grassy moorland and heather scattered with volcanic rock formations. We will trek through Shira 1 Camp from where there are often views of Kibo Peak floating on the clouds as we head towards our destination which is Shira 2.. We gain a reasonable amount of altitude as we head towards Shira 1 and parts of the route are fairly steep. As you proceed towards Shira 2 you will get the chance to view the Northern Ice fields from the western side of the mountain with some unusual views of Kibo. Our steady climb across the moorland of the Shira Plateau will help with acclimatization and we enjoy great panoramic views.</li>
</ul>
</div>
</div>
<strong><p>
Day 4: Shira 2 Camp to Barranco Camp
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Distance:10 km</li></li>
<li>Hiking time: 7 hours </li>
<li>Breakfast, Lunch & Dinner Included</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list_ok">
<li>Your trek starts with an ascent with far-reaching panoramic views, walking in to the climatic zone of the upland desert and on the lava ridges beneath the glaciers of the Western Breach. You will reach the distinct pinnacle of the Lava Tower (4640 m), our high point for the day and a great place to enjoy your lunch. In the afternoon we make a steep descent to our camp for the night, located in the base of the Great Barranco Valley (3960 m), sheltered by towering cliffs but with extensive views of the plains below</li>
</ul>
</div>
</div>
<strong><p>
Day 5: Barranco Camp to Karanga Camp
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Distance 5.5km </li>
<li>Hiking time: 5 hours</li>
<li>Breakfast, Lunch & Dinner Included</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list_ok">
<li>Our day starts by descending into the start of the Great Barranco, a huge ravine. We then exit steeply, up the Great Barranco Wall, which divides us from the southeastern slopes of Kibo. It’s a climb over rock, not technical but long and tiring. Passing underneath the Heim and Kersten glaciers, we head towards the Karanga valley. From here we have a steep climb up from Karanga valley to our night’s camp at Karanga camp, set at 3963m. For those feeling strong we will go for a mid-afternoon acclimatization trek up to around 4200m before descending back to camp for the night.</li>
</ul>
</div>
</div>
<strong><p>
Day 6: Karanga Camp to Barafu Camp
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Distance 3 km</li>
<li>Hiking time: 3 hours</li>
<li>Breakfast,Lunch and Dinner Included</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list_ok">
<li>After a good night’s rest and breakfast, we set off on our walk to Barafu camp at 4640m. The climb will take us across desolate scree slopes with no vegetation around us at all. It’s a tough steep walk made more difficult by the altitude. On arriving at camp we eat and spend the afternoon resting as we prepare for a long night and day ahead. It is important to keep hydrated and warm. We have an early dinner and then try to get some sleep as we will be getting up at between 11pm and 12pm to start the climb to the summit.</li>
</ul>
</div>
</div>
<strong><p>
Day 7: Barafu Camp to UHURU PEAK & down to Millennium Camp
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Distance 13.4 km</li>
<li>Hiking time: 13-15 hours</li>
<li>Breakfast, Lunch and Dinner Included</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list_ok">
<li>We start off at around midnight, and walk steeply upwards to the summit glaciers. We will be climbing scree for 4 to 5 hours but gain incredible height over a short distance. The views are spectacular. We should be on the crater rim at Stella Point (5739m) as the first rays of the sun hit us. Spectacular ice cliffs within the crater surround us and the views to jagged Mawenzi peak and beyond are breathtaking. Another hour’s walking takes us to the summit, Uhuru Peak (5895m). We begin our descent by returning to Stella Point and then descending on scree slope and track back to Barafu Camp for breakfast, before finally heading down to Millennium Camp for a long well-earned rest.</li>
</ul>
</div>
</div>
<strong><p>
Day 8 :Trek Millennium Camp to Mweka Gate
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Distance 12.1 km</li>
<li>Hiking time: 6 hours</li>
<li>Breakfast and Lunch Included</li>
</ul>
</div>
<div class="col-md-6">
<ul class="list_ok">
<li>A gentle trek takes us down through the rainforest to Mweka Gate, where we complete park formalities and receive certificates, which you can hang up with pride! We are then met by our vehicles and return to the hotel in Moshi, where you can treat yourself to a hot welcome shower.</li>
</ul>
</div>
</div>
<!-- End row -->
</div>
</div>
<hr>
<div class="row">
<div class="col-lg-3">
<strong><h3>Pricing</h3></strong>
</div>
<div class="col-lg-9">
<div class="table-responsive">
<table class="table table-striped">
<thead>
</thead>
<tbody>
<tr>
<td>
Group of 1
</td>
<td>
$ 1978/person
</td>
</tr>
<tr>
<td>
Group of 2
</td>
<td>
$ 1853/person
</td>
</tr>
<tr>
<td>
Group of 3
</td>
<td>
$ 1853/person
</td>
</tr>
<tr>
<td>
Group of 4
</td>
<td>
$ 1853/person
</td>
</tr>
<tr>
<td>
Group of 5
</td>
<td>
$ 1841/person
</td>
</tr>
<tr>
<td>
Group of 6
</td>
<td>
$ 1828/person
</td>
</tr>
<tr>
<td>
Group of 7
</td>
<td>
$ 1828/person
</td>
</tr>
<tr>
<td>
Group of 8
</td>
<td>
$ 1816/person
</td>
</tr>
<tr>
<td>
Group of 9
</td>
<td>
$ 1816/person
</td>
</tr>
<tr>
<td>
Group of 10+ </td>
<td>
$ 1816/person
</td>
</tr>
</tbody>
</table>
</div>
<strong><p>
</p></strong>
<strong><p>
Included in price package:
</p></strong>
<div class="row">
<div class="col-md-6">
<ul class="list_ok">
<li>Private transport to & from Kilimanjaro International Airport to your accommodations in Moshi.</li>
<li>2 nights of accommodation in Moshi.</li>
<li>Transportation to & from the Kilimanjaro gate.</li>
<li>Park entry fees.</li>
<li>Camping fees.</li>
<li>Team Kilimanjaro Rescue fees.</li>
<li>18% VAT on tour fees & services.</li>
<li>4 Season mountain tents.</li>
<li>Double layered Sleeping Mats.</li>
<li>Friendly and professional guides, cook and porters.</li>
<li>3 hot meals daily while on the mountain.</li>
<li>drinking water throughout the trek.</li>
<li>Hot water for washing.</li>
<li>Fair wages for the mountain crew as approved by the Kilimanjaro National Park Authority (KINAPA), Kilimanjaro Association of Tour Operators. (KIATO)</li>
<li>Government taxes.</li>
<li>Portable oxygen tanks & ox meter.</li>
<li>Emergency first-aid kit.</li>
</ul>
</div>
</div>
<strong><p>
Not Included:
</p></strong>
<div class="row">
<div class="col-md-6">
<ul >
<li>Lunches, dinners and drinks at your hotel before and after climb.</li>
<li>Travel insurance.</li>
<li>Portable flush toilet with a toilet tent is available for extra charges.</li>
<li>Flights.</li>
<li>Laundry. (Available at hotel)</li>
<li>Personal items and toiletries.</li>
<li>Tips for guides, porters and cook (this is a guide to tipping on the mountain</li>
</ul>
</div>
</div>
<strong><p>
Tipping on Kilimanjaro from the trekking group (not per climber):
</p></strong>
<div class="row">
<div class="col-md-6">
<ul >
<li>Guides: $20/day/guide.</li>
<li>Cook: $15/day.</li>
<li>Porter: $10/day/porter.</li>
</ul>
</div>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="col-lg-9">
<!-- End general_rating -->
<div class="row" id="rating_summary">
<div class="col-md-6">
</div>
</div>
<!-- End row -->
<hr>
<!-- End review strip -->
</div>
</div>
</div>
<!--End single_tour_desc-->
<aside class="col-lg-4">
<p class="d-none d-xl-block d-lg-block d-xl-none">
<a href="https://wa.me/+971507257630"class="btn_map">Whatsapp Me</a>
</p>
<!--/box_style_1 -->
<div class="box_style_4">
<i class="icon_set_1_icon-90"></i>
<h4><span>Book</span> by phone</h4>
<a href="tel://004542344599" class="phone">+971507257630</a>
<small>Monday to Friday 8.00am - 5.00pm</small>
</div>
</aside>
</div>
<!--End row -->
</div>
<!--End container -->
<div id="overlay"></div>
<!-- Mask on input focus -->
</main>
<!-- End main -->
<footer class="revealed">
<div class="container">
<div class="row">
<div class="col-md-4">
<h3>Need help?</h3>
<a href="tel://+971507257630" id="phone">+971507257630</a>
<a href="mailto:[email protected]" id="email_footer">[email protected]</a>
</div>
<div class="col-md-3">
<h3>About</h3>
<ul>
<li><a href="about.html">About us</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="#">Terms and condition</a></li>
</ul>
</div>
</div><!-- End row -->
<div class="row">
<div class="col-md-12">
<div id="social_footer">
<ul>
<li><a href="#"><i class="icon-facebook"></i></a></li>
<li><a href="#"><i class="icon-instagram"></i></a></li>
</ul>
<p>© JDA Adventures 2020</p>
</div>
</div>
</div><!-- End row -->
</div><!-- End container -->
</footer><!-- End footer -->
<div id="toTop"></div><!-- Back to top button -->
<!-- Search Menu -->
<!-- End Search Menu -->
<!-- Sign In Popup -->
<!-- /Sign In Popup -->
<!-- Modal Review -->
<!-- End modal review -->
<!-- Common scripts -->
<script src="js/jquery-2.2.4.min.js"></script>
<script src="js/common_scripts_min.js"></script>
<script src="js/functions.js"></script>
<!-- Date and time pickers -->
<script src="js/jquery.sliderPro.min.js"></script>
<script type="text/javascript">
$(document).ready(function ($) {
$('#Img_carousel').sliderPro({
width: 960,
height: 500,
fade: true,
arrows: true,
buttons: false,
fullScreen: false,
smallSize: 500,
startSlide: 0,
mediumSize: 1000,
largeSize: 3000,
thumbnailArrows: true,
autoplay: false
});
});
</script>
<!-- Date and time pickers -->
<script>
$('input.date-pick').datepicker('setDate', 'today');
$('input.time-pick').timepicker({
minuteStep: 15,
showInpunts: false
})
</script>
<!--Review modal validation -->
<script src="assets/validate.js"></script>
<!-- Map -->
<script src="http://maps.googleapis.com/maps/api/js"></script>
<script src="js/map.js"></script>
<script src="js/infobox.js"></script>
</body>
</html>