This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbecomeacoach.html
executable file
·626 lines (473 loc) · 24.8 KB
/
becomeacoach.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>Zone Health</title>
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<link id="colors" href="assets/css/bootstrap.css" rel="stylesheet" >
<link href="assets/css/custom.css" rel="stylesheet" >
<link href="assets/css/non-responsive.css" rel="stylesheet">
<!-- <link href="assets/css/bootstrap-responsive.css" rel="stylesheet"> -->
<link href="assets/css/jquery.mCustomScrollbar.css" rel="stylesheet">
<!-- SOME THEMES FIX -->
<!-- GOOGLE FONT-->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300,700italic,700,500&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
<!-- /GOOGLE FONT-->
<style type="text/css">
body {
padding-top: 0px;
padding-bottom: 40px;
padding-top: 0px;
padding-bottom: 0px;
/* font-family: 'Roboto', sans-serif; */
font-family: 'Source Sans Pro', sans-serif;
}
h1,h2,h3,h4,h5,h6{
font-weight:200;
}
.navbar-inverse .navbar-inner{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background:#282828;
border:none;
}
.navbar-inner{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.brand{
margin-left:20px;
font-weight:700;
text-decoration:none;
}
.thumbnail{
border:none;
padding:0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
/*
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
*/
/*border: 1px solid #e3e3e3;*/
/*
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
*/
.nav-tabs > li > a {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
p{
text-align:left;
margin-right:10px;
}
.row-fluid.articles-grid .span6:nth-child(2n+1){
margin-left:0px;
} /* fixed bs margin when row-fluid grid*/
.fixed-top{
position:fixed;
top:0px;
bottom:0px;
display:inline-block;
max-width:370px;
background:e0e0e0;
barder:1px solid #dfdfdf;
z-index:1030;
}
.tab-content .tab-pane{
max-height:600px;
position:relative;
overflow:auto;
}
footer{
padding-top:40px;
margin-top:40px;
border-top:1px solid #dedede;
}
.related-projects{
padding-top:40px;
margin-top:40px;
}
/*************** @media ******************/
/*
@media (max-width: 940px){
.brand {
display:block;
text-align:center;
font-size:26px;
}
}
@media (max-width: 1200px) and (min-width: 940px){
.fixed-top{
max-width:300px;
}
}
@media (max-width: 940px) and (min-width: 768px){
.fixed-top{
max-width:225px;
}
}
*/
</style>
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<!-- USE PREFIX fa- e.g (<i class="fa-icon-home"></i> -->
<!--[if lt IE 7]>
<link href="assets/css/font-awesome-ie7.min.css" rel="stylesheet">
<![endif]-->
<!-- Fav and touch icons -->
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="assets/ico/favicon.ico">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="assets/ico/apple-touch-icon-57-precomposed.png">
<body>
<!-- SKYBAR -->
<div class="container skybar">
<div class="alert alert-success" style="text-transform:uppercase; display:inline-block; box-sizing:border-box; -moz-box-sizing:border-box;width:100%; background-color: #545454; border-color: #545454;">
<div class="skybarcenter">
<div class="span4 helpphone">Need Help? Call 1-855-456-ZONE (9663)</div>
<!-- <div class="span3 offset4"><img src="assets/images/spacer.gif" style="margin-left: 62px;" />My Zone My Cart</div> -->
</div>
</div>
</div>
<!-- END SKYBAR -->
<!-- SEARCH BAR -->
<!-- <div class="span3 offset9"> -->
<!-- <div class="search"> -->
<form action="/search_results" method="get" class="form-horizontal" id="custom-search-form">
<div class="input-append">
<input type="search" tabindex="1" placeholder="Search" autocomplete="off" name="q" class="search-query">
<span class="add-on" onclick="document.getElementById('headerSearch').submit();" style="cursor:pointer;">
<i class="icon-search icon-large"></i>
</span>
</div>
</form>
<!-- </div> --><!--end container for search -->
<!-- </div> -->
<!-- PAGE-HEADER-->
<div class="page-header" id="zone-page-header">
<div class="container">
<!-- <div class="row"> -->
<div class="span3" style="margin-left:0px;">
<h1><a class="brand" href="index.html"><img src="assets/images/logo.png" width="200"></a></h1>
</div>
<div class="span9">
<div class="navbar">
<div class="navbar-inner">
<div class="container navbarposition">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">About Us <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="drsears.html">Dr. Sears</a></li>
<li><a href="#">Corporate Staff</a></li>
<li><a href="board.html">Science Advisory Board</a></li>
<li><a href="#">Inflammation Research Foundation</a></li>
</ul>
</li>
<!-- <li class="active"><a href="#">About Us</a></li> -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Request a Coach <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="whycoach.html">Why a ZoneHealth Coach</a></li>
<li><a href="requestcoach.html">Request a Coach</a></li>
</ul>
</li>
<!-- <li><a href="requestcoach.html">Request a Coach</a></li> -->
<li class="dropdown active">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Become a Coach <b class="caret"></b></a>
<ul class="dropdown-menu">
<li class="active"><a href="becomeacoach.html">Become a Coach</a></li>
<li><a href="takethetest.html">Order the Test</a></li>
</ul>
</li>
<!-- <li><a href="becomeacoach.html">Become a Coach</a></li> -->
<li class="dropdown">
<a href="opportunity.html" class="dropdown-toggle" data-toggle="dropdown">Opportunity <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="opportunity.html">Opportunity</a></li>
<li><a href="FAQ.html">FAQ</a></li>
</ul>
</li>
<li><a href="#">Testimonials</a></li>
<li><a href="#">Resources</a></li>
</ul>
</div><!--/.nav-collapse -->
</div><!-- container -->
</div><!-- navbar-inner -->
</div><!-- navbar -->
</div><!-- span9 -->
<!-- </div> --><!-- row -->
</div><!-- container -->
</div><!-- page-header -->
<!-- PAGE-HEADER-->
<div><img src="assets/images/spacer.gif" style="margin-bottom:25px;" /></div>
<div class="container">
<div class="row">
<!-- BRIAN --> <div id="aboutussidebar" class="span2 aboutussidebar">
<div class="well sidebar-nav">
<ul class="nav nav-list">
<li class="active"><a href="#">› Become a Coach</a></li>
<!--DEMO OF A SUBMENU
<ul class="nav nav-list">
<li><a href="/bootstrapfiles/Barry_CVs/Barry_Sears_Bio_8.pdf">Dr. Sears’ Biography</a></li>
<li><a href="/bootstrapfiles/Barry_CVs/Barry_Sears_CV_7.pdf">Dr. Sears’ Curriculum Vitae</a></li>
</ul>
-->
<li><a href="takethetest.html">Order the Test</a></li>
</ul>
</div>
</div><!-- aboutussidebar end -->
<!-- BRIAN --> <div class="span8">
<a href="takethetest.html"><img src="assets/images/becomecoach.png" /></a>
<img src="assets/images/spacer.gif" width="35" />
<h3 class="clear-left" style="margin-top:-10px; font-weight:bold;">The ZoneHealth Coaching Program</h3>
<!-- <img src="assets/images/spacer.gif" height="1" /> -->
<p>Demonstrate to Dr. Sears that you understand the science behind the Zone by passing the Anti-Inflammatory Nutrition Certification test. This is your only cost because after that all further support is FREE.</p>
<p><strong style="margin-top:10px;">What you will recieve:</strong></p>
<ul>
<li>A paper test to become certified as a Zone health Coach</li>
<li>5 books and a DVD to help you learn and understand the Zone Science</li>
<li>Once certified you will recieve a personalized ZoneHealth Coach website where your clients can order products. The password-protected section of your personal website will contain all the educational modules to teach you how to work with clients by understanding their needs as well as successful business-building techniques that can make being a certified ZoneHealth Coach a rewarding part-time or full-time career.</li>
</ul>
<img src="assets/images/spacer.gif" />
<p style="padding-bottom:10px;"><strong style="margin-top:10px; font-size:18px;">The program is based on 3 easy principals</strong></p>
<p><span style="color:#3D8CC4; font-size:18px;"> 1. Learn </span><br />Once you purchase the test you will recieve 5 books and a DVD to prepare you and to teach you how to start you own business and become a Zone Coach.</p>
<p><span style="color:#3D8CC4; font-size:18px;"> 2. Get Certified </span><br />Take the test when you are ready. If you fail to pass the test you may keep retaking the test until you pass.</p>
<p><span style="color:#3D8CC4; font-size:18px;"> 3. Earn </span><br />Start Coaching. Manage your own schedule, recruit your own clients and become a success.</p>
</div>
<div class="span3">
<img src="assets/images/whycoachsidebar.png" style="border:1px solid #CECECE;" />
</div>
</div>
<!-- </div> --><!-- THIS WILL KEEP THE ACCORDION IN LINE -->
<div><img src="assets/images/spacer.gif" width="40" /></div>
<div class="row span10 offset1" style="padding-left:60px;">
<h3 class="clear-left" style="margin-top:-10px; font-weight:bold;">Getting Started</h3>
<div class="accordion" id="accordion2">
<div class="accordion-group">
<div class="accordion-heading"><a class="accordion-toggle" data-parent="#accordion2" data-toggle="collapse" href="#collapseOneAndaHalf" style="font-size:20px; color:#777777;">+ The First Step</a></div>
<div class="accordion-body collapse" id="collapseOneAndaHalf" style="height: 0px; ">
<div class="accordion-inner span10"><p>The first necessary step is wishing to help others achieve better health. The journey starts with a basic understanding of anti-inflammatory nutrition.</p>
<p><strong>To begin, simply order the Anti-Inflammatory Certification Kit from this website.</strong><br />
<strong>This kit will contain:</strong></p>
<ul>
<li>A CD with a number of presentations by Dr. Sears on anti-inflammation nutrition</li>
<li>A library of his most pertinent books that you will need to understand to pass the test</li>
<il>The Anti-Inflammatory Nutrition Certification test itself</il>
</ul>
<p>Once you feel you understand the science, complete the test and send it back to ZoneHealth. If you have missed any questions, we will send those questions back to you for you to answer again. You can take the test as often as you want until you have 100% correctly answered test. <a href="takethetest.html"><strong>Order Now ></strong></a></p>
</div>
</div>
</div>
<div class="span10"><img src="/bootstrapfiles/spacer.gif" style="width:1px; height: 25px;"></div>
<div class="accordion-group">
<div class="accordion-heading"><a class="accordion-toggle" data-parent="#accordion2" data-toggle="collapse" href="#collapseTwo" style="font-size:20px; color:#777777;">+ The Next Step </a></div>
<div class="accordion-body collapse" id="collapseTwo" style="height: 0px; ">
<div class="accordion-inner span10">
<p>After you have passed your Anti-Inflammation Certification Test, ZoneHealth will send you certificate of your basic understanding of Anti-Inflammatory Nutrition as well as your own personal ZoneHealth replicator site that is personalized to your name (<a href="http://www.zonehealthcoach.com/yourname">www.zonehealthcoach.com/yourname</a>) and with a personal password that allows you access to the My Zone section of that site. All of this is FREE. Your clients can order Zone products from the public facing site of your ZoneHealth replicator site. You can use the My Zone section of your replicator site to personally order products at a discounted price, to track product purchases of your clients, and purchase educational aids to develop your ZoneHealth Coaching business.</p>
</div>
</div>
</div>
<div class="span10"><img src="/bootstrapfiles/spacer.gif" style="width:1px; height: 25px;"></div>
<div class="accordion-group">
<div class="accordion-heading"><a class="accordion-toggle" data-parent="#accordion2" data-toggle="collapse" href="#collapseFour" style="font-size:20px; color:#777777;">+ Learn and Keep Learning </a></div>
<div class="accordion-body collapse" id="collapseFour" style="height: 0px; ">
<div class="accordion-inner span10">
<ul>
<li>Understanding the basics of the Zone products and how they fit into the ZoneHealth Program is key to your business success. Next learn more of the role of exercise and stress reduction as part of an anti-inflammatory lifestyle.</li>
<li>Continue your education in the My Zone section of your website to learn how to interact with customers as well as the breaking research news about the anti-inflammatory benefits of a Zone lifestyle consisting of the Zone Diet, exercise, and stress reduction.</li>
</ul>
</div>
</div>
</div>
<div class="span10"><img src="/bootstrapfiles/spacer.gif" style="width:1px; height: 25px;"></div>
<div class="accordion-group">
<div class="accordion-heading"><a class="accordion-toggle" data-parent="#accordion2" data-toggle="collapse" href="#collapseThree" style="font-size:20px; color:#777777;">+ Connect with Your Support Team </a></div>
<div class="accordion-body collapse" id="collapseThree" style="height: 0px; ">
<div class="accordion-inner span10">
<ul>
<li>After you have passed your Anti-Inflammatory Certification Test, you will be assigned an established independent ZoneHealth Coach as a mentor to support you to understand the ZoneHealth Coaching business and provide the necessary continuing support in addition to the modules found in your My Zone section to help you achieve a successful ZoneHealth Coach business.</li>
<li>Work with your mentor to develop a few clients through face-to-face or 3-way calls between yourself, your mentor, and your potential clients.</li>
<li>Keep in mind you always have access to the technical support found at ZoneHealth corporate.</li>
</ul>
</div>
</div>
</div>
<div class="span10"><img src="/bootstrapfiles/spacer.gif" style="width:1px; height: 25px;"></div>
<div class="accordion-group">
<div class="accordion-heading"><a class="accordion-toggle" data-parent="#accordion2" data-toggle="collapse" href="#collapseFive" style="font-size:20px; color:#777777;">+ Invest in Yourself and Your ZoneHealth Coaching Business </a></div>
<div class="accordion-body collapse" id="collapseFive" style="height: 0px; ">
<div class="accordion-inner span10">
<ul>
<li>Become a product of the entire ZoneHealth lifestyle program. Your own success story is the most powerful business tool you have.</li>
<li>Develop a business plan that is realistic. You independent ZoneHealth Coach mentor can help with this process although much is described in your My Zone section of ZoneHealth replicator site.</li>
<li>Listen to the weekly ZoneHealth Coach business development calls.</li>
<li>Plan to attend the ZoneHealth annual nutrition conference to learn the newest insights in anti-inflammatory nutrition.</li>
<li>Understand the ZoneHealth compensation plan that can supplement your consulting income from being a ZoneHealth Coach.</li>
</ul>
</div>
</div>
</div>
<!--
<div class="span10"><img src="/bootstrapfiles/spacer.gif" style="width:1px; height: 25px;"></div>
<div class="accordion-group">
<div class="accordion-heading"><a class="accordion-toggle" data-parent="#accordion2" data-toggle="collapse" href="#collapseSix" style="font-size:24px;">+ Why are Delphinidins “the Best of the Best”? </a></div>
<div class="accordion-body collapse" id="collapseSix" style="height: 0px; ">
<div class="accordion-inner span10">Delphinidins are the only polyphenols that are common to red wine, dark chocolate, and blueberries. Delphinidins have a unique structure compared to all other polyphenols that allows them to provide unique anti-inflammatory and anti-aging benefits. The richest source of delphinidins is the maqui berry found only in the Patagonian region of Chile. One capsule of Polyphenol XT contains the highly purified polyphenol extract of the maqui berry and has the same amount of delphinidins as found in 100 bottles of red wine, 20 bars of dark chocolate, or 5 pounds of blueberries.</div>
</div>
</div>
-->
</div>
</div>
</div>
<!-- FOOTER -->
<div class="container">
<hr>
<footer class="footer" style=" font-size:12px;">
<div class="row footer-text">
<div class="span1"> </div>
<div class="span2">
<ul>
<li><strong style=" color: #777777; text-decoration: none;">MEDIA</strong></li>
<li><a href="/press_room">Press Room</a></li>
</ul>
</div>
<div class="span2">
<ul>
<li><strong><a href="/customer_service" style=" color: #777777; text-decoration: none;">NEED HELP?</a></strong></li>
<li><a href="/customer_service">Customer Service</a></li>
<li><a href="/shipping_information">Shipping Information</a></li>
<li><a href="/privacy_policy">Privacy Policy</a></li>
<li><a href="/terms_and_conditions">Terms & Conditions</a></li>
<li><a href="/return_policy">Return Policy</a></li>
</ul>
</div>
<div class="span2">
<ul>
<li><strong><a href="/shipping_intl" style=" color: #777777; text-decoration: none;">INTERNATIONAL CUSTOMERS</a></strong></li>
<li><strong>978-539-0100</strong></li>
<li><a href="mailto:[email protected]">Send Email</a></li>
</ul>
</div>
<div class="span2">
<ul>
<li><strong style=" color: #777777; text-decoration: none;">CONTACT US</strong></li>
<li><strong>855-463-ZONE (9663)</strong></li>
<li><a href="mailto:[email protected]">Send Email</a></li>
</ul>
</div>
<div class="span2">
<a href="http://www.youtube.com/zoneadmin/"><img src="assets/images/youtube.png"></a><img src="assets/images/spacer.gif" style="width:5px;height:1px;">
<a href="http://www.facebook.com/TheZoneDiet"><img src="assets/images/facebook.png"></a><img src="assets/images/spacer.gif" style="width:5px;height:5px;">
<a href="https://twitter.com/thezonediet/"><img src="assets/images/twitter.png"></a>
</div>
<div class="span1"> </div>
</div>
</footer><br>
<p class="pull-right"><a href="#">Back to top</a></p>
<p>© 2013 Zone Labs Inc., All Rights Reserved</p>
</div>
<!-- FOOTER-->
<!--***********STYLE SWITCHER ****************-->
<!--
<link href="assets/css/switcher.css" rel="stylesheet">
<div id="style-switcher" style="right: 0px;">
<h2>Color Switcher Options<a href="#"><i class="fa-icon-cogs main-color"></i> Styles</a></h2>
<div>
<h3>Default Colors (includes Menu Hover)</h3>
<div class="well">
<ul>
<li><a class="cyborg">cyborg</a></li>
<li><a class="readable">readable</a></li>
<li><a class="united">united</a></li>
<li><a class="journal">journal</a></li>
<li><a class="spruce">spruce</a></li>
<li><a class="spacelab">spacelab</a></li>
<li><a class="simplex">simplex</a></li>
<li><a class="slate">slate</a></li>
<li><a class="superhero">superhero</a></li>
<li><a class="flatly">flatly</a></li>
</ul>
</div>
</div>
<div id="reset"><a href="#" class="btn btn-info">Reset</a></div>
</div>
-->
<!--*******************************-->
<!--*****[End] style switcher *****-->
<!--*******************************-->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-transition.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-alert.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-modal.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-dropdown.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-scrollspy.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-tab.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-tooltip.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-popover.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-button.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-collapse.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-carousel.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-typeahead.js" type="text/javascript"></script>
<script src="assets/js/bootstrap-affix.js" type="text/javascript"></script>
<script src="assets/js/jquery.localscroll-1.2.7-min.js" type="text/javascript"></script>
<script src="assets/js/jquery.scrollTo-1.4.2-min.js" type="text/javascript"></script>
<script src="assets/js/jquery.mousewheel.js" type="text/javascript"></script>
<script src="assets/js/jquery.mCustomScrollbar.js" type="text/javascript"></script>
<!-- STYLE SWITCHER-->
<script type="text/javascript" src="assets/js/switcher.js"></script>
<script>
var nav = jQuery('#left-side-menu');
jQuery(window).scroll(function () {
if (jQuery(this).scrollTop() > 197) {
nav.addClass("fixed-top");
} else {
nav.removeClass("fixed-top");
}
});
</script>
<!--<script>
(function($){
$(window).load(function(){
$(".tab-pane").mCustomScrollbar();
});
})(jQuery);
</script>-->
</body>
</html>