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
/
FAQ.html
executable file
·636 lines (485 loc) · 26.2 KB
/
FAQ.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
<!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">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Become a Coach <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><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 active">
<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 class="active"><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><a href="opportunity.html">Opportunity</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 class="active"><a href="/board">› FAQs</a></li>
</ul>
</div>
</div><!-- aboutussidebar end -->
<!-- BRIAN --> <div class="span8">
<h3 class="clear-left" style="margin-top:-10px; font-weight:bold;">FAQ</h3>
<p>There is a lot of thought that goes into tarting a new career for yourself. You may have alot of questions before you dive in. Use the answers below to help you answer any concerns you may have. If you do not see the answer to your questions below, feel free to <a href="#">submit a question</a> and a ZoneHealth member will be sure to answer your questions.</p>
<img src="assets/images/spacer.gif" height="1" />
<!-- <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;">+ What is a ZoneHealth Coach?</a></div>
<div class="accordion-body collapse" id="collapseOneAndaHalf" style="height: 0px; ">
<div class="accordion-inner span7" style="width: 480px;"><p><strong>ZoneHealth is about helping other to make life-long lifestyle changes, not the treatment of disease.</strong> This is why you need a coach who because long-term as lifestyle changes are difficult. Yet with those lifestyle changes in diet, exercise, and stress reduction results in weight loss. The one thing for sure in medicine is if you lose weight, your blood lipids will drop, your blood sugar will drop, and your blood pressure will drop. When drug companies make the statement “when diet and exercise are not enough” they simply mean you didn’t have a coach to help you make those changes. That’s what a ZoneHealth Coach does.</p>
<p>A ZoneHealth Coach plays a critical role in tomorrow’s health care because without those necessary lifestyle changes, the world’s best medicine is simply treating the symptoms, not the cause of many health problems. </p>
</div>
</div>
</div>
<div class="span5"><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;">+ What are the Requirements to Become a ZoneHealth Coach? </a></div>
<div class="accordion-body collapse" id="collapseTwo" style="height: 0px; ">
<div class="accordion-inner span7" style="width: 480px;">
<p>Although many ZoneHealth Coaches are also health care professionals, one doesn’t have to have a degree in health care to become an excellent ZoneHealth Coach
</p>
<ul>
<li>The number one requirement is to like working with people.</li>
<li>The second requirement is a desire to help others improved their health.</li>
<li>The third requirement is purchasing Anti-Inflammatory Certification Test that includes the pertinent books authored by Dr. Sears as well as a comprehensive course on Anti-Inflammatory Nutrition on CD-ROM. Your total cost is only $195.</li>
<li>The final requirement is to pass the test with 100% correct answers. Very few medical physicians have ever achieved this on their first try as the test areas are outside of their practice areas of expertise. The reason that you need to answer 100% of the questions correctly, is to become confident in the science and to know where to look for answers when difficult questions are asked. You have as many attempts as needed to get a100% score. After that, all further necessary educational instruction is provided by ZoneHealth through a personalized website provided to you FREE of charge after you have passed the certification test.</li>
</ul>
</div>
</div>
</div>
<div class="span5"><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;">+ How do I Build a Career as a ZoneHealth Coach? </a></div>
<div class="accordion-body collapse" id="collapseFour" style="height: 0px; ">
<div class="accordion-inner span7" style="width: 480px;">
<p><strong>We Provide Innovative Online Support</strong></p>
<ul>
<li>Once you pass your certification test in Anti-Inflammatory Nutrition, we provide you with a free website to conduct business with and for continuing education through the My Zone back office that is only accessible to you.<br /> <br /> You’re my Zone section will provide the following:</li>
<ul>
<li>Continuing education on the science of anti-inflammatory nutrition.</li>
<li>Intensive video course work in developing coaching skills to work with a wide variety of potential clients.</li>
<li>Detailed information on building a successful ZoneHealth Coaching business.</li>
</ul>
</ul>
<p><strong>We Provide Marketing Tools</strong></p>
<ul>
<li>A free personalized ZoneHealth website where your clients can order products directly. You can track their purchases, and follow the sales of other ZoneHealth Coaches in your business organization. You receive a 15% commission on all products purchased by your clients through your personal website.</li>
<li>Your own free email address (<a href="#">yourname@zonehealthcoach.com</a>) so clients can contact you directly.</li>
<li>You can order personalized business cards from the My Zone section on your personal website.</li>
<li>You can order personalized brochures on various ZoneHealth program brochures from the My Zone section on your website.</li>
</ul>
<p><strong>We Provide Continuing Education</strong></p>
<ul>
<li>The field of anti-inflammatory nutrition is constantly changing. That’s why we provide continuing summaries of the newest research in the My Zone section of your personalized website that is of importance to your knowledge.</li>
<li>Advanced business building seminars in selected locations around the country including interacting with other health care professionals as potential partners.</li>
<li>Annual scientific meeting with the leading academic researchers in the field of anti-inflammatory nutrition.</li>
<li>An annual Zone Cruise with Dr. Sears and his staff for a weeklong immersion in Zone technology.</li>
</ul>
<p><strong>We Make Your Business Success Our Top Priority</strong></p>
<ul>
<li>This starts with you. It is unlikely you are going to build a success ZoneHealth Coaching business unless you are following the same program that you are recommending to your clients.</li>
<li>Helping to build a strong and sustainable roster of clients. Successful clients are always the best referral for new clients.</li>
<li>Seeking partnerships with other health care professionals and corporate organizations to provide ZoneHealth coaching services.</li>
<li>Building a larger organization of ZoneHealth Coaches and helping to coordinate their business activities. You can earn further commission income from their product sales to their clients.</li>
</ul>
<p><strong>Coming Events</strong></p>
<ul>
<li>Weekly conference calls.</li>
<li>Regional business development meetings.</li>
<li>Annual scientific meetings.</li>
<li>Annual Zone Cruise.</li>
</ul>
</div>
</div>
</div>
<!--
<div class="span5"><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:24px;">+ Connect with your support team </a></div>
<div class="accordion-body collapse" id="collapseThree" style="height: 0px; ">
<div class="accordion-inner span7" style="width: 480px;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>
</div>
</div>
<div class="span5"><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:24px;">+ Invest in yourself and your ZoneHealth Coaching Business </a></div>
<div class="accordion-body collapse" id="collapseFive" style="height: 0px; ">
<div class="accordion-inner span7" style="width: 480px;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</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 class="container">
<div class="span5" style="border-right: solid 1px #777777">
<h3><span style="color:#777777;">Start Today!</span></h3>
<p style="font-size:16px;">Change your future by taking the <br />Anti-Inflammatory Nutrition Certification course.</p>
</div>
<div class="span2">
<img src="assets/images/books.png" style="padding-bottom:10px;" /><br /><button type="button" class="btn btn-custom">ADD TO CART</button>
</div>
</div>
</div>
<div class="span3">
<img src="assets/images/whycoachsidebar.png" style="border:1px solid #CECECE;" />
</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:internationalorders@zoneliving.com">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:customerservice@zoneliving.com">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>