-
Notifications
You must be signed in to change notification settings - Fork 0
/
helarious.html
762 lines (616 loc) · 23.7 KB
/
helarious.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
<!DOCTYPE html>
<html>
<head>
<!-- search engines use this to display snippet of page info -->
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
<meta name="keywords" content="{block:Tags}{Tag}, {/block:Tags}{Title}" />
<meta name="author" content="Helen Hung">
<meta name="copyright" content="Helarious" />
<link rel="canonical" href="http://helario.us" />
<!-- displays accurate title, depending on if on /tagged/ page, search results, or single post page -->
<title>
{block:TagPage}{Tag} - {/block:TagPage} {block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}
</title>
<!-- search results heading -->
<title>
{block:SearchPage}Search results for "{SearchQuery}" | {/block:SearchPage}{block:TagPage}{Tag} | {/block:TagPage}{block:PostSummary}{PostSummary} | {/block:PostSummary}{Title}
</title>
<!-- auto-generates post summary if title missing -->
<title>
{block:PostSummary}{PostSummary}{/block:PostSummary}
{Title}
</title>
<!-- rss feed, favicon & external css link section -->
<link rel="shortcut icon" href="{Favicon}"/>
<link rel="alternate" type="application/rss+xml" title="{Title} RSS" href="{RSS}"/>
<link rel="stylesheet" href="http://static.tumblr.com/hznqxps/ivOmgjf8v/normalize.css" />
<!-- Google Web Fonts -->
<link href='http://fonts.googleapis.com/css?family=Quattrocento+Sans:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Old+Standard+TT:400,400italic,700' rel='stylesheet' type='text/css'>
<!-- meta customizable tumblr values -->
<meta name="image:Logo" content="" />
<meta name="color:Text" content="#000000" />
<meta name="color:Links" content="#000000" />
<meta name='text:Disqus Shortname' content='' />
<meta name="if:Show share button" content="1"/>
<!-- Google Analytics code -->
<meta name="text:Google Analytics ID" content="" />
<!-- Pinterest verification -->
<meta name="p:domain_verify" content="273b13eb40f152fc3f90c362818a2f17"/>
<!-- Google Webmaster start -->
<script src="http://assets.tumblr.com/javascript/tumblelog.js" type="text/javascript"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script>!window.jQuery && document.write(unescape('%3Cscript src="http://static.tumblr.com/fftf9xi/lI7lno1k8/jquery-1.5.1.min.js"%3E%3C/script%3E'))</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-31317296-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<!-- Google Webmaster end-->
<!-- CSS STARTS HERE -->
<style type="text/css">
/* css reset: http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, pre, a, address, code,
del, dfn, em, img, dl, dt, dd, ol, ul, li,
form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
html { /* ensures footer actually touches the bottom */
height: 100%;
}
body {
background: #fff;
font-family: 'Quattrocento Sans', sans-serif;
font-size: 18px;
color: {color:Text};
}
a {
color: #ed7070;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
letter-spacing: 0.1em;
text-transform: uppercase;
}
#top_nav {
text-align: center;
padding: 0.5% 0%;
margin: 0;
}
#top_nav li {
display: inline;
}
.menu { /* Fixed top bar text links */
display: inline;
padding-right: 2%;
text-transform: uppercase;
font-family: 'Quattrocento Sans', sans-serif;
font-size: 13px;
}
.menu a {
color: #fff;
}
.menu a:hover {
color: #49b9a7;
}
.social { /* Fixed top bar social icons */
display: inline;
}
.social a img {
margin: 0% 0.5% -0.2% 0%;
}
nav ul {
list-style: none;
}
/* ensures elements do not overflow the container */
iframe, img, embed, object, video {
max-width: 100%;
}
#bar { /* Fixed top bar nav */
position: fixed;
top: 0;
background-color: #9ad7b9;
width: 100%;
}
#bar ul {
padding: 0;
}
#masthead { /* Logo */
text-align: center;
padding: 1% 0%;
margin: 0;
background-color: #9ad7b9;
}
#content {
margin-left: 16%;
width: 50%;
/* total of width + margin + (width + margin of #sidebar) = 100% */
}
#content article {
background: #fff;
padding: 0% 4%;
}
#content article p {
text-align: justify;
}
#content h1 a {
color: #ed7070;
font-family: 'Old Standard TT', serif;
font-size: 26px;
}
#content h1 a:hover {
text-decoration: underline;
}
#content h2, h3 {
padding: 2% 0%;
}
#content article img {
max-width: 100%;
height: auto;
}
#content article ul {
margin-left: 4%;
}
#content article ul li {
padding: 1% 0% 3% 0%;
}
article .inner { /*ensures post content stays withing post */
display: inline-block;
padding: 4%;
width: 92%;
}
blockquote {
background: rgba(0, 0, 0, 0.06);
margin: 0;
padding: 2%;
}
#pagination {
padding-bottom: 2%;
}
#paging li a {
background: #fff;
float: right;
margin: 0 0 2% 1%;
padding: 1%;
}
.previous {
float: left;
margin-left: 11.5%;
}
.next {
float: right;
margin-right: 35.5%;
}
#sidebar {
float: right;
margin: 2% 19% 5% 0%;
width: 15%;
}
.sideitem {
margin-bottom: 15%;
background:#fff;
padding: 1% 5%;
}
#sidebar p {
text-align: center;
font-family: 'Old Standard TT', serif;
font-style: italic;
}
.shop, .quicklinks, .callout, .categories, .newsletter, .sponsor, .instagram a img {
margin-top: 6%;
}
.newsletter {
font-size: 11px;
font-weight: normal;
border: 1px solid #d1d1d1;
padding: 4%;
}
.categories {
font-size: 13px;
font-weight: normal;
border: 1px solid #d1d1d1;
padding: 4%;
}
.categories a {
color: #9ad7b9;
text-align: center;
}
/* adds rounded corners to articles and sidebar items */
#content article, .item {
border-radius: 0.2em;
}
/* styling of search bar */
.item form input {
border: none;
border: 1px solid #d1d1d1;
padding: 2% 3%;
width: 93%;
height: 13px;
margin: 3% 0%;
}
/* text styling of search bar */
input[type="text"] {
font-size:11px;
}
/* footer of the entire blog */
#end {
background-color: #9ad7b9;
text-align: left;
bottom: 0;
width: 100%;
padding: 1%;
}
#end p {
color: #fff;
margin-left: 19%;
font-size: 14px;
font-family: 'Quattrocento Sans', sans-serif;
text-transform: uppercase;
}
#end a {
color: #49b9a7;
}
#end a:hover {
color: #fff;
}
/* footer of blog posts */
.metadata {
border-top: 1px solid #d1d1d1;
border-bottom: 1px solid #d1d1d1;
font-size: 12px;
padding: 2%;
}
.metadata ul {
width: 100%;
display: inline-block;
}
.metadata ul, #notes ol {
list-style: none;
margin: 0;
padding: 0;
}
.tags {
margin-top: 1% !important;
}
.tags a {
padding: 1% 2%;
border: 1px solid #ed7070;
margin-right: 1%;
margin-bottom: 2%;
font-weight: 500;
display: inline-block; /*fixes the overlapping issue */
}
.tags a:hover {
background: #ed7070;
color: #fff;
text-decoration: none;
}
.footer li, .tags li {
float: left;
margin-right: 2%;
}
.note {
border-bottom: 1px solid white;
padding: 1% 0;
}
.share {
margin-top: 3%;
}
.credit, .nuffnang {
font-size: 11px;
margin-top: 6%;
}
#disqus_thread {
width: 83%;
margin-left: 8.5%;
}
</style>
<!-- CSS ENDS HERE -->
</head>
<body>
<!-- FIXED TOP NAVIGATION BAR start -->
<header id="bar">
<nav id="top_nav">
<ul>
<li><div class="menu"><a href="/about">About</a></div></li>
<li><div class="menu"><a href="http://limetreebower.com" onClick="_gaq.push(['_trackEvent', 'LTB', 'Click', 'LTBtop']);">Shop</a></div></li>
<!--<li><div class="menu"><a href="/press">Press</a></div></li> -->
<li><div class="menu"><a href="/sponsor">Sponsor</a></div></li>
<li><div class="menu"><a href="/contact">Contact</a></div></li>
<li><div class="social"><a href="https://twitter.com/helarious_" target=_blank><img src="https://farm4.staticflickr.com/3882/14680630593_8d19aab089_o.png" alt="helarious twitter"></a></div></li>
<li><div class="social"><a href="http://instagram.com/helarious" target=_blank class="social"><img src="https://farm4.staticflickr.com/3910/14474080509_c74f84809f_o.png" alt="helarious instagram"></a></div></li>
<li><div class="social"><a href="https://www.facebook.com/helariousblog" target=_blank class="social"><img src="https://farm4.staticflickr.com/3841/14657500521_86e2ab4d19_o.png" alt="helarious facebook"></a></div></li>
<li><div class="social"><a href="http://www.pinterest.com/helarious/" target=_blank class="social"><img src="https://farm3.staticflickr.com/2898/14660353572_dbe50c2333_o.png" alt="helarious pinterest"></a></div></li>
</ul>
</nav>
</header>
<!-- FIXED TOP NAVIGATION BAR end -->
<!-- LOGO start -->
<header id="masthead">
<a href="/">
<img src="{image:Logo}"/>
</a>
</header>
<!-- LOGO end -->
<!-- SIDEBAR start -->
<aside id="sidebar">
<nav id="main_nav">
<ul>
<li><div class="item"><form action="/search" method="get"><input type="text" name="q" value="{SearchQuery}" placeholder="type to search..."/></form></div></li>
<li><div class="categories">
<p>Categories</p>
<p><a href="/tagged/event">Events & Styling</a><br>
<a href="/tagged/floraging">Floraging</a><br>
<a href="/tagged/flower-crown">Flower Crowns</a><br>
<a href="/tagged/garden">Garden</a><br>
<a href="/tagged/head-and-heart">Head & Heart</a><br>
<a href="/tagged/life">Life</a><br>
<a href="/tagged/lime-tree-bower">Lime Tree Bower</a><br>
<a href="/tagged/micro-macro">Micro / Macro</a><br>
<a href="/tagged/table-floral-arrangement">Table Arrangements</a><br>
<a href="/tagged/travel">Travel</a></p>
</div></li>
<li><div class="callout">
<a href="http://helario.us/head-and-heart"><img src="https://farm3.staticflickr.com/2945/15492060401_81530228b8_o.png"></a>
</div></li>
<li><div class="shop"><a href="http://www.limetreebower.com" onClick="_gaq.push(['_trackEvent', 'LTB', 'Click', 'LTBsidebar']);"><img src="https://farm6.staticflickr.com/5560/14945349292_f85848bd1c_o.jpg"></a></div></li>
<li><div class="instagram"><a href="http://instagram.com/helarious/"><img src="https://farm4.staticflickr.com/3898/14942815741_32faca5f94_o.png"></a></div></li>
<li><div class="newsletter">You love mail.<br>So don't miss out on my sporadic love letters to you, dear reader. (I promise: never spam, but maybe ham?)
<form accept-charset="UTF-8" action="https://www.sendicate.net/subscribe/akfklb" method="post" style="text-align: center;">
<input id="subscriber_email" name="subscriber[email]" type="text" placeholder="enter your email" class="newsletter" style="height: 13px; width: 90%; padding: 5px; text-align: left;" />
<div style="margin-top: 5px; text-align: right;">
<input name="commit" type="submit" onclick="validate()" value="Hell yes!" style="border: 0px; background-color: #9ad7b9; color: #FFFFFF; text-align: center; width: 45%;" /></div>
</form>
<script type="text/javascript">
function validate()
{
var email = document.getElementById("subscriber_email").value;
//if the length of the string value is 0,
//it means the user has entered no value:
if (email.length == 0)
{
alert("Please enter your email");
return false;
}
//if the index position of the @ or . characters
//is -1 (any value bigger than this, including 0,
//means the character is present)
else if (email.indexOf("@") == -1 || email.indexOf(".") == -1)
{
alert("Please enter a valid email address");
return false;
}
else
{
alert("Thank you! Check your email now.");
}
}
</script>
</div>
</div></li>
<li><!-- BEGIN nuffnang ad -->
<div class="nuffnang">
<div style="padding-top:15px; padding-bottom:10px;">
<script type="text/javascript">
nuffnang_bid = "e2bf3250523ca05494500f388d3a3b7a";
document.write( "<div id='nuffnang_ss'></div>" );
(function() {
var nn = document.createElement('script'); nn.type = 'text/javascript';
nn.src = 'http://synad2.nuffnang.com.au/ss.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(nn, s.nextSibling);
})();
</script>
</div>
</div></li><!-- END nuffnang ad-->
<!-- <li><div class=""><a href="" target=_blank><img src="" alt="helarious subscribe by email"></a></div></li>
<li><div class=""><a href="http://feeds.feedburner.com/helarious" target=_blank><img src="" alt="helarious rss"></a></div></li> -->
<!-- <li><div class="sponsor"><a href="http://click.linksynergy.com/fs-bin/click?id=YnUdJHIRuUU&offerid=335040.7&subid=0&type=4"><IMG border="0" alt="TOMS One for One: With Every Product that you Purchase, TOMS will Help a Person in Need. One for One. Learn More at TOMS.com" src="http://ad.linksynergy.com/fs-bin/show?id=YnUdJHIRuUU&bids=335040.7&subid=0&type=4&gridnum=14"></a></div></li> -->
<li><div class="credit"><a href="http://helario.us/disclaimer">Disclaimer: please credit my work correctly - click for more.</a></div></li>
</ul>
</nav>
</aside>
<!-- SIDEBAR end -->
<!-- MAIN POSTS start -->
<div id="content">
{block:SearchPage}
<article class="results">
{block:English}
<header>
<h2>Search Results</h2>
</header>
<section>
<p>
{SearchQuery} - {SearchResultCount} found
{block:NoSearchResults}
<br /><em>Sorry, no search results found</em>
{/block:NoSearchResults}
</p>
</section>
{/block:English}
{block:NotEnglish}
<header>
<h2>{lang:Search}</h2>
</header>
<section>
<p>{lang:SearchResultCount results for SearchQuery}{block:NoSearchResults}<br /><em>{lang:Sorry no search results found}</em>{/block:NoSearchResults}</p>
</section>
{/block:NotEnglish}
</article>
{/block:SearchPage}
{block:Posts}
<article>
{block:Text}
<div class="text inner">
<!-- the title of the post -->
{block:Title}
<h1><a href="{Permalink}">{Title}</a></h1>
{/block:Title}
<!-- the content added into the actual post -->
{Body}
{/block:Text}
<!-- the footer of posts on homepage -->
{block:IndexPage}
<footer class="metadata">
<ul class="footer">
<!-- date of post -->
{block:Date}
<li>
<a class="dsq-comment-count" href="{Permalink}#disqus_thread">Comments</a>
<script type="text/javascript">
var disqus_shortname = '{text:Disqus Shortname}';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
| Posted on <time datetime="{Year}-{MonthNumberWithZero}-{DayOfMonthWithZero}">{DayOfMonth} {ShortMonth} {Year}</time>
</li>
{/block:Date}
</ul>
<ul>
<!-- tags categories -->
{block:HasTags}
<li class="tags">
{block:Tags}
<a href="{TagURL}">{Tag}</a>
{/block:Tags}
</li>
{/block:HasTags}
</ul>
<ul>
<!-- no. of Disqus comments -->
{block:IfDisqusID}
<li class="comments">
<a href="{Permalink}#disqus_thread" class="dsq-comment-count">{lang:Comment}
</a>
</li>
{/block:IfDisqusID}
<!-- {block:IfShowShareButton}
<li class="share">
<a href="{ShortURL}" rel="nofollow">{lang:Share this}
</a>
<input type="text" value="{ShortURL}" class="short_url_text" readonly="">
<div class="share-buttons" data-permalink="{Permalink}">
</div>
</li>
{/block:IfShowShareButton} -->
</ul>
</footer>
{block:IndexPage}
<!-- Footer info of individual posts -->
{block:PermalinkPage}
<footer class="metadata">
<ul class="footer">
<!-- date of post -->
{block:Date}
<li>
<a href="{Permalink}">
<time datetime="{Year}-{MonthNumberWithZero}-{DayOfMonthWithZero}">{DayOfMonth} {ShortMonth} {Year}</time>
</a>
</li>
{/block:Date}
</ul>
<!-- tags categories -->
<ul>
{block:HasTags}
<li class="tags">
{block:Tags}
<a href="{TagURL}">{Tag}</a>
{/block:Tags}
</li>
{/block:HasTags}
</ul>
</footer>
{/block:PermalinkPage}
</article>
{/block:Posts}
<!-- DISQUS ON SINGLE POSTS -->
{block:PermalinkPage}
{block:IfDisqusShortname}
<div id="disqus_thread"></div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'helarious';
/* * * DON'T EDIT BELOW THIS LINE * * */
(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>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
{/block:IfDisqusShortname}
{/block:PermalinkPage}
</div> <!-- MAIN POSTS end -->
<footer id="pagination">
{block:Pagination}
<nav>
<ul>
{block:PreviousPage}
<li class="previous">
<a href="{PreviousPage}" rel="nofollow">
<< Previous
</a>
</li>
{/block:PreviousPage}
{block:NextPage}
<li class="next">
<a href="{NextPage}" rel="nofollow">
Next >>
</a>
</li>
{/block:NextPage}
</ul>
</nav>
{/block:Pagination}
<!-- {block:PermalinkPagination}
<nav id="paging">
<ul>
<li class="prev">
<a{block:PreviousPost} href="{PreviousPost}" rel="nofollow" class="active"{/block:PreviousPost}>{lang:Previous post}</a>
</li>
<li class="next">
<a{block:NextPost} href="{NextPost}" rel="nofollow" class="active"{/block:NextPost}>{lang:Next post}</a>
</li>
</ul>
</nav>
{/block:PermalinkPagination} -->
</footer>
<!-- MAIN BLOG FOOTER start -->
<footer id="end">
<p>Copyright 2012-2014 Helarious. All Rights Reserved. Crafted & designed by <a href="http://au.linkedin.com/in/helenhung/" rel="author">Helen Hung</a>. Powered by Tumblr</p>
</footer>
<!-- MAIN BLOG FOOTER start -->
<!-- Google Analytics start -->
{block:IfGoogleAnalyticsID}
<script>
var _gaq=[['_setAccount','{text:Google Analytics ID}'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
{/block:IfGoogleAnalyticsID}
<!-- Google Analytics start -->
</body>
</html>