-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathindex.html
More file actions
604 lines (397 loc) · 26.7 KB
/
index.html
File metadata and controls
604 lines (397 loc) · 26.7 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Pallet training scheduled for March 14 and 15 at the Clojure/West Conference - Pallet</title>
<link rel="stylesheet" href="http://67516654d2ef99c3042d-b9d92f522aee852c07f26ce9d1459c9c.r8.cf1.rackcdn.com/20140625-01/css/bootstrap.min.css">
<link rel="stylesheet" href="http://67516654d2ef99c3042d-b9d92f522aee852c07f26ce9d1459c9c.r8.cf1.rackcdn.com/20140625-01/css/pallet.css">
<link rel="stylesheet" href="http://67516654d2ef99c3042d-b9d92f522aee852c07f26ce9d1459c9c.r8.cf1.rackcdn.com/20140625-01/css/social-buttons-3.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
<link rel="stylesheet" href="http://67516654d2ef99c3042d-b9d92f522aee852c07f26ce9d1459c9c.r8.cf1.rackcdn.com/20140625-01/css/css.css">
<link rel="stylesheet" href="http://67516654d2ef99c3042d-b9d92f522aee852c07f26ce9d1459c9c.r8.cf1.rackcdn.com/20140625-01/css/highlight.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Pallet is a platform for agile and programmatic automation of infrastructure in the cloud, on server racks or directly on virtual machines." />
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#topbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">PalletOps</a>
</div> <!-- /.navbar-header -->
<div class="collapse navbar-collapse" id="topbar-collapse">
<ul class="nav navbar-nav">
<li class=" " >
<a href="/pallet/doc">
Documentation
</a>
</li>
<li class="active " >
<a href="/blog">
Blog
</a>
</li>
<li class=" " >
<a href="/services">
Services
</a>
</li>
<li class=" hidden-sm hidden-xm" >
<a href="/support">
Support
</a>
</li>
<li class=" hidden-sm hidden-xm" >
<a href="/contact">
Contact
</a>
</li>
<li class=" hidden-sm hidden-xs" >
<a href="https://github.com/pallet/pallet">
<i class="fa fa-github"></i> Code
</a>
</li>
</ul>
<form class="navbar-form navbar-right" role="search"
method="get" action="http://www.google.com/search">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search"
name="q" maxlength="255">
<input name="sitesearch" type="hidden" value="palletops.com">
</div> <!-- /.form-group -->
</form>
</div> <!-- /#topbar-collapse -->
</div> <!-- /.container -->
</nav>
<div class="post">
<div class="container">
<div class="row">
<div class="col-md-9 content">
<div class="page-header">
<h1 class="title"><a href="">Pallet training scheduled for March 14 and 15 at the Clojure/West Conference</a></h1>
</div>
<div class="post-content">
<div class="row">
<div class="span9 offset1">
<div class="alert-message block-message error">
<p>The Pallet Workshop at Clojure/West was cancelled. We
continue to offer on-site training.
<a href="mailto:contact@palletops.com">Contact us</a> if you are
interested. </p>
</div>
</div>
</div>
<p><a href="http://www.regonline.com/Register/Checkin.aspx?EventID=1041359">Registration is now open!</a></p>
<p>We are very excited to announce that Clojure/West will be hosting a 2-day Pallet training session on March 14-15 with both Hugo Duncan and Toni Batchelli as instructors. </p>
<p><a href="http://clojurewest.org/">Clojure/West</a> will be held in San Jose on March 16-17 and <a href="http://clojurewest.org/">registration for the conference</a> is also open. Make sure you book your hotel rooms soon for an exceptional discount.</p>
<p>Below is the <a href="http://clojurewest.squarespace.com/training-pallet/">official announcement</a>:</p>
<p><span style="color: #626262; font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, sans-serif; font-size: 12px; line-height: 21px;"> </span></p>
<p style="margin-bottom: 1em; margin-top: 0em;"><strong>Cost: </strong>$1200 (<a href="http://www.regonline.com/Register/Checkin.aspx?EventID=1041359"> <strong>Sign up before Jan 27th and get $200 off!</strong></a>)</p>
<p style="margin-bottom: 1em; margin-top: 0em;">Included: breakfast, lunch, breaks, power, wifi</p>
<p style="margin-bottom: 1em; margin-top: 0em;"><strong>Dates:</strong></p>
<ul style="list-style-type: square; margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 2em;">
<li><a href="http://www.regonline.com/Register/Checkin.aspx?EventID=1041359">Wed Mar 14 - Thu Mar 15, 2012</a></li>
</ul>
<p style="margin-bottom: 1em; margin-top: 0em;"><strong>Instructors:</strong> Hugo Duncan, Antoni Batchelli</p>
<p style="margin-bottom: 1em; margin-top: 0em;"> </p>
<p style="margin-bottom: 1em; margin-top: 0em;"><strong>Prerequisites:</strong></p>
<div>
<ul style="list-style-type: square; margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 2em;">
<li>Basic knowledge of Clojure is assumed (this class will not teach Clojure)</li>
<li>Comfortable with installing and building open-source software.</li>
<li>Knowledge of configuration management systems is not assumed.</li>
<li>Bring your own laptop (computers are not provided).</li>
<li>You should have the following software installed prior to the class:
<ul style="list-style-type: square; margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 2em;">
<li>Clojure 1.3</li>
<li>Preferred editor set up for Clojure</li>
<li>Leiningen</li>
</ul>
</li>
</ul>
</div>
<p style="margin-bottom: 1em; margin-top: 0em;"><strong>Course Description:</strong></p>
<p style="margin-bottom: 1em; margin-top: 0em;">Learn to use Pallet from the library's primary developers.</p>
<p style="margin-bottom: 1em; margin-top: 0em;">If you care about building infrastructure as code, for deployment locally on fixed infrastructure or to public and private clouds, then Pallet is the tool for you.</p>
<p style="margin-bottom: 1em; margin-top: 0em;">Pallet is a library for building infrastructure automation. Built on many of the principles of Clojure, Pallet uses functional programming techniques, such as composition, to support creating high level abstractions over different cloud providers, OS distros and versions, package managers and tasks. Using Pallet, you will code your infrastructure to directly express the components of your system, so that it can managed and scaled easily across OSs and cloud providers.</p>
<p style="margin-bottom: 1em; margin-top: 0em;">Pallet lets you:</p>
<ul style="list-style-type: square; margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 2em;">
<li>Apply all your software development skills to managing your infrastructure.</li>
<li>Write re-usable infrastructure components, that can be used from development through to production, on local virtual machines, or on the cloud.</li>
<li>Make infrastructure and deployment an integral part of your applications.</li>
<li>Eliminate the low level work of maintaining the connections between the servers in your architecture by leveraging Pallet's first class support for discovering connection details at configuration time.</li>
</ul>
<p style="margin-bottom: 1em; margin-top: 0em;">What will you learn?</p>
<p style="margin-bottom: 1em; margin-top: 0em;">How to code your infrastructure in Pallet. The course will be hands-on. You will learn Pallet by starting and configuring virtual machines, on a real cloud, implementing some common components.</p>
<p style="margin-bottom: 1em; margin-top: 0em;">Topics:</p>
<ul style="list-style-type: square; margin-top: 1em; margin-right: 0px; margin-bottom: 1em; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 2em;">
<li>Functional infrastructure: Learn how stateful infrastructure can be built using pure functional programming.</li>
<li>Actions: Pallet's actions provide a rich library of functions that form a language used to write code that will run on remote machines. Actions are designed to work across the whole range of operating systems supported by Pallet, giving you freedom to move between operating systems and versions.</li>
<li>Crates: Build high level abstractions by writing crates, which are clojure functions that call any mixture of actions or other crate functions. You are familiar with building abstractions using functions in Clojure, and the same techniques are used when you write crates in Pallet.</li>
<li>Phases: when configuring and running your infrastructure, there will be many operations you will wish to automate. We'll show you how Pallet's phases provide an open framework for you to automate as many tasks as you need, while taking full advantage of the composability of pallet.</li>
<li>Servers and groups: server-spec's in Pallet provide a mechanism for directly describing the configuration and operation of (software) server components in your architecture. group-spec's allow you to map the server-spec's to individual nodes. Using server-spec's, you will see how to code your infrastructure on a single vm, and then use the same server-spec's to deploy to a horizontally scaled cloud environment.</li>
<li>Stevedore: For some special cases, Pallet's actions may be too restrictive, and for these cases Pallet allows you to write script using clojure, enabling the use of all the rich data available about you infrastructure in arbitrary scripts.</li>
<li>Upcoming: Review the driving forces behind enhancements that will be coming to Pallet, and discuss how these will benefit you.</li>
</ul>
<p> </p>
</div>
<div class="post-call-us">
<p><em>
Are you working on speeding up your development to production
pathways and enhance the reliability of your online services?
We at PalletOps provide consulting services specializing in infrastructure
automation, both for cloud and non-cloud environments
and lightweight containers. Please <a href="/contact">contact us</a>
to see how our services can get you close to your goals.
</em></p>
</div>
<p class="text-muted post-meta"> This post was published on 13 December 2011
under the categories:
<a href="/blog/category/blog" style="text-decoration: none">
<span class="label label-primary">blog</span> </a>
</p>
<!-- This must be within a content class -->
<div class="panel panel-default post-share-panel">
<div class="panel-heading">
<h3 class="panel-title">Share this post:</h3>
</div> <!-- /.panel-heading-->
<div class="panel-body">
<ul class="list-inline">
<li> <a href="//twitter.com/intent/tweet?url=http%3A%2F%2Fpalletops.com%2F%2Fpallet-training-scheduled-for-march-14-15-at&text=Check+this+out%3A&hashtags=palletops">
<button class="btn btn-sm btn-twitter"><i class="fa
fa-twitter"></i> | Twitter</button> </a> </li>
<li><a href="http://linkedin.com/shareArticle?mini=true&url=http%3A%2F%2Fpalletops.com%2F%2Fpallet-training-scheduled-for-march-14-15-at&title=Pallet training scheduled for March 14 and 15 at the Clojure/West Conference&summary=
The Pallet Workshop at Clojure/West was cancelled. We
continue to offer on-site training.
Contact us if you are
interested.
Registration is now open!
We are very excited to announce that Clojure/West will be hosting a 2-day Pallet training session on March 14-15 with both Hugo Duncan and Toni Batchelli as instructors.
Clojure/West will be held in San Jose on March 16-17 and registration for the conference is also open. Make sure you book your hotel rooms soon for an exceptional discount.
Below is the official announcement:
Cost: $1200 ( Sign up before Jan 27th and get $200 off!)
Included: breakfast, lunch, breaks, power, wifi
Dates:
Wed Mar 14 - Thu Mar 15, 2012
Instructors: Hugo Duncan, Antoni Batchelli
Prerequisites:
Basic knowledge of Clojure is assumed (this class will not teach Clojure)
Comfortable with installing and building open-source software.
Knowledge of configuration management systems is not assumed.
Bring your own laptop (computers are not provided).
You should have the following software installed prior to the class:
Clojure 1.3
Preferred editor set up for Clojure
Leiningen
Course Description:
Learn to use Pallet from the library's primary developers.
If you care about building infrastructure as code, for deployment locally on fixed infrastructure or to public and private clouds, then Pallet is the tool for you.
Pallet is a library for building infrastructure automation. Built on many of the principles of Clojure, Pallet uses functional programming techniques, such as composition, to support creating high level abstractions over different cloud providers, OS distros and versions, package managers and tasks. Using Pallet, you will code your infrastructure to directly express the components of your system, so that it can managed and scaled easily across OSs and cloud providers.
Pallet lets you:
Apply all your software development skills to managing your infrastructure.
Write re-usable infrastructure components, that can be used from development through to production, on local virtual machines, or on the cloud.
Make infrastructure and deployment an integral part of your applications.
Eliminate the low level work of maintaining the connections between the servers in your architecture by leveraging Pallet's first class support for discovering connection details at configuration time.
What will you learn?
How to code your infrastructure in Pallet. The course will be hands-on. You will learn Pallet by starting and configuring virtual machines, on a real cloud, implementing some common components.
Topics:
Functional infrastructure: Learn how stateful infrastructure can be built using pure functional programming.
Actions: Pallet's actions provide a rich library of functions that form a language used to write code that will run on remote machines. Actions are designed to work across the whole range of operating systems supported by Pallet, giving you freedom to move between operating systems and versions.
Crates: Build high level abstractions by writing crates, which are clojure functions that call any mixture of actions or other crate functions. You are familiar with building abstractions using functions in Clojure, and the same techniques are used when you write crates in Pallet.
Phases: when configuring and running your infrastructure, there will be many operations you will wish to automate. We'll show you how Pallet's phases provide an open framework for you to automate as many tasks as you need, while taking full advantage of the composability of pallet.
Servers and groups: server-spec's in Pallet provide a mechanism for directly describing the configuration and operation of (software) server components in your architecture. group-spec's allow you to map the server-spec's to individual nodes. Using server-spec's, you will see how to code your infrastructure on a single vm, and then use the same server-spec's to deploy to a horizontally scaled cloud environment.
Stevedore: For some special cases, Pallet's actions may be too restrictive, and for these cases Pallet allows you to write script using clojure, enabling the use of all the rich data available about you infrastructure in arbitrary scripts.
Upcoming: Review the driving forces behind enhancements that will be coming to Pallet, and discuss how these will benefit you.
">
<button class="btn btn-sm btn-linkedin"><i class="fa
fa-linkedin"></i> | LinkedIn</button></a><li>
<li><a href="https://plus.google.com/share?url=http%3A%2F%2Fpalletops.com%2F%2Fpallet-training-scheduled-for-march-14-15-at"
<button class="btn btn-sm btn-google-plus">
<i class="fa fa-google-plus"></i> | Google+</button></a></li>
</ul>
</div> <!-- share row -->
</div>
<div class="panel panel-default post-comment-panel">
<div class="panel-heading"> <h3 class="panel-title">Discuss:</h3></div>
<div class="panel-body">
<div id="disqus_thread"></div>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div> <!-- /.panel-body -->
</div> <!-- /.panel-->
</div><!--content-->
<div class="col-md-3 col-xs-12 sidebar">
<h3>Connect with us:</h3>
<div class="pull-center">
<a href="https://twitter.com/intent/user?screen_name=PalletOps" target="_blank">
<button class="btn btn-sm btn-twitter"><i class="fa fa-twitter">
</i> | Connect with Twitter</button><br>
</a>
</div>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="http://palletops.us8.list-manage.com/subscribe/post?u=2e50ddbe95bbf8b6396a32ac6&id=37bb0298a7"
method="post" id="mc-embedded-subscribe-form"
name="mc-embedded-subscribe-form" class="validate"
target="_blank" novalidate>
<div class="form-group">
<label for="mce-EMAIL">Subscribe to our mailing list:</label>
<input type="email" value="" name="EMAIL" class="form-control required email" id="mce-EMAIL"
placeholder="your@email.com">
</div> <!-- /.form-group -->
<div id="mce-responses">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;">
<input type="text" name="b_2e50ddbe95bbf8b6396a32ac6_37bb0298a7" tabindex="-1" value=""></div>
<div><input type="submit" value="Subscribe" name="subscribe"
id="mc-embedded-subscribe" class="btn btn-sm btn-default"></div>
</form>
</div>
<!--End mc_embed_signup-->
<div class="blog-tag">
<div id="tags">
<h3>Categories:</h3>
<!-- Warning! hardcoded link for /blog/category ... -->
<p><a href="/blog/category/blog" style="text-decoration: none">
<span class="label label-primary">blog | 10</span>
</a>
</p>
<!-- Warning! hardcoded link for /blog/category ... -->
<p><a href="/blog/category/docker" style="text-decoration: none">
<span class="label label-primary">docker | 1</span>
</a>
</p>
<!-- Warning! hardcoded link for /blog/category ... -->
<p><a href="/blog/category/news" style="text-decoration: none">
<span class="label label-primary">news | 6</span>
</a>
</p>
</div>
</div>
</div><!-- /.sidebar -->
</div><!-- /.row -->
</div> <!-- /.container -->
</div>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-5">
<h4>About</h4>
<p>Pallet is an open source DevOps library for the JVM,
built on Clojure, with native support for clusters, node
dependencies and agile development.</p>
<p></p>
<p>Infrastructure generously provided by:</p>
<p>
<a href="http://rackspace.com">
<img src="http://67516654d2ef99c3042d-b9d92f522aee852c07f26ce9d1459c9c.r8.cf1.rackcdn.com/20140625-01/images/rackspace-logo.png" alt="Rackspace Logo"></img>
</a></p>
</div>
<div class="col-md-3 col-xs-6 col-md-offset-1">
<h4>Site Map</h4>
<ul>
<li class=" " >
<a href="/pallet/doc">
Documentation
</a>
</li>
<li class="active " >
<a href="/blog">
Blog
</a>
</li>
<li class=" " >
<a href="/services">
Services
</a>
</li>
<li class=" hidden-sm hidden-xm" >
<a href="/support">
Support
</a>
</li>
<li class=" hidden-sm hidden-xm" >
<a href="/contact">
Contact
</a>
</li>
<li class=" hidden-sm hidden-xs" >
<a href="https://github.com/pallet/pallet">
<i class="fa fa-github"></i> Code
</a>
</li>
</ul>
</div>
<div class="col-md-3 col-xs-6">
<h4>Contact</h4>
<ul>
<li><a href="/contact"><i class="fa fa-pencil-square-o"></i> Contact Form</a></li>
<li><a href="/support"><i class="fa fa-info-circle"></i> Get Support</a></li>
<li><a href="mailto:contact@palletops.com"><i class="fa fa-envelope-o"></i> contact@palletops.com</a></li>
<li><a href="https://twitter.com/intent/user?screen_name=PalletOps" target="_blank"><i class="fa fa-twitter"></i> twitter</a></li>
</ul>
</div>
</div> <!-- row -->
<div class="row footer-footer">
<div class="col-sm-12">
<p>
Copyright © 2014 Hugo Duncan and Antoni Batchelli
</p>
<p class="text-muted">
<small>Built with <a target="_blank"
href="http://jekyllrb.com">Jekyll</a> and
<a target="_blank" href="http://getbootstrap.com">Bootstrap</a> on
Mon, 22 Sep 2014 14:01:57 +0000</small></p>
</div>
</div> <!-- /.row -->
</div>
</footer>
<!-- Latest compiled and minified JavaScript -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-19685457-1', 'palletops.com');
ga('send', 'pageview');
</script>
<script type="text/javascript">
var disqus_shortname = 'palletops'; // required: replace example with your forum shortname
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<!-- begin olark code -->
<script data-cfasync="false" type='text/javascript'>/*<![CDATA[*/window.olark||(function(c){var f=window,d=document,l=f.location.protocol=="https:"?"https:":"http:",z=c.name,r="load";var nt=function(){
f[z]=function(){
(a.s=a.s||[]).push(arguments)};var a=f[z]._={
},q=c.methods.length;while(q--){(function(n){f[z][n]=function(){
f[z]("call",n,arguments)}})(c.methods[q])}a.l=c.loader;a.i=nt;a.p={
0:+new Date};a.P=function(u){
a.p[u]=new Date-a.p[0]};function s(){
a.P(r);f[z](r)}f.addEventListener?f.addEventListener(r,s,false):f.attachEvent("on"+r,s);var ld=function(){function p(hd){
hd="head";return["<",hd,"></",hd,"><",i,' onl' + 'oad="var d=',g,";d.getElementsByTagName('head')[0].",j,"(d.",h,"('script')).",k,"='",l,"//",a.l,"'",'"',"></",i,">"].join("")}var i="body",m=d[i];if(!m){
return setTimeout(ld,100)}a.P(1);var j="appendChild",h="createElement",k="src",n=d[h]("div"),v=n[j](d[h](z)),b=d[h]("iframe"),g="document",e="domain",o;n.style.display="none";m.insertBefore(n,m.firstChild).id=z;b.frameBorder="0";b.id=z+"-loader";if(/MSIE[ ]+6/.test(navigator.userAgent)){
b.src="javascript:false"}b.allowTransparency="true";v[j](b);try{
b.contentWindow[g].open()}catch(w){
c[e]=d[e];o="javascript:var d="+g+".open();d.domain='"+d.domain+"';";b[k]=o+"void(0);"}try{
var t=b.contentWindow[g];t.write(p());t.close()}catch(x){
b[k]=o+'d.write("'+p().replace(/"/g,String.fromCharCode(92)+'"')+'");d.close();'}a.P(2)};ld()};nt()})({
loader: "static.olark.com/jsclient/loader0.js",name:"olark",methods:["configure","extend","declare","identify"]});
/* custom configuration goes here (www.olark.com/documentation) */
olark.identify('9249-736-10-9825');/*]]>*/</script><noscript><a href="https://www.olark.com/site/9249-736-10-9825/contact" title="Contact us" target="_blank">Questions? Feedback?</a> powered by <a href="http://www.olark.com?welcome" title="Olark live chat software">Olark live chat software</a></noscript>
<!-- end olark code -->
</body>
</html>