article-date-extractor 0.1.1

A library for extracting the publication date from an article or a blog post.
Documentation
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
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
<!DOCTYPE html>
<!-- saved from url=(0050)http://theklog.co/type-of-water-to-wash-face-with/ -->
<html lang="en-US" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" prefix="og: http://ogp.me/ns#" class="no-js"><!--[if IEMobile 7 ]> <html lang="en-US" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" prefix="og: http://ogp.me/ns#"class="no-js iem7"> <![endif]--><!--[if lt IE 7 ]> <html lang="en-US" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" prefix="og: http://ogp.me/ns#" class="no-js ie6"> <![endif]--><!--[if IE 7 ]>    <html lang="en-US" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" prefix="og: http://ogp.me/ns#" class="no-js ie7"> <![endif]--><!--[if IE 8 ]>    <html lang="en-US" xmlns:og="http://opengraphprotocol.org/schema/" xmlns:fb="http://www.facebook.com/2008/fbml" prefix="og: http://ogp.me/ns#" class="no-js ie8"> <![endif]--><!--[if (gte IE 9)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><!--<![endif]--><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <!-- built by Human ~ human-nyc.com -->
  
  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  <title>Does the Type of Water You Wash Your Face With Matter?The Klog</title>
  <meta name="description" content="Your inside source for all things Korean — beauty trends, culture vibes, and skin care expertise. A Soko Glam project.">
  <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
  <meta name="google-site-verification" content="9rUaKABTEBCgOE5Tt-z4t5FEBCK7C0py8trqA4v48JM">
  <link rel="pingback" href="http://theklog.co/xmlrpc.php">
  <link rel="shortcut icon" href="http://theklog.co/wp-content/themes/klog3.4/favicon.png" type="image/png">

  <meta name="twitter:card" content="summary">
  <meta name="twitter:title" content="The Klog -">
  <meta name="twitter:site" content="@the_klog">

  <!-- wordpress head functions -->
  
<!-- This site is optimized with the Yoast SEO Premium plugin v4.4 - https://yoast.com/wordpress/plugins/seo/ -->
<meta name="description" content="Derms answer this common question: Does the type of water you wash your face with matter?">
<meta name="robots" content="noodp">
<link rel="canonical" href="http://theklog.co/type-of-water-to-wash-face-with/">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="article">
<meta property="og:title" content="Does the Type of Water You Wash Your Face With Matter?">
<meta property="og:description" content="Derms answer this common question: Does the type of water you wash your face with matter?">
<meta property="og:url" content="http://theklog.co/type-of-water-to-wash-face-with/">
<meta property="og:site_name" content="The Klog">
<meta property="article:publisher" content="http://www.facebook.com/theklog">
<meta property="article:tag" content="best water to wash face with">
<meta property="article:tag" content="hard or soft water">
<meta property="article:tag" content="korean micellar water">
<meta property="article:tag" content="ph of water">
<meta property="article:tag" content="water to wash face with">
<meta property="article:section" content="skincare">
<meta property="article:published_time" content="2017-03-16T18:09:07-04:00">
<meta property="article:modified_time" content="2017-03-20T15:50:33-04:00">
<meta property="og:updated_time" content="2017-03-20T15:50:33-04:00">
<meta property="og:image" content="http://theklog.co/wp-content/uploads/2017/03/watersquare.jpg">
<meta property="og:image:width" content="578">
<meta property="og:image:height" content="578">
<meta name="twitter:card" content="summary">
<meta name="twitter:description" content="Derms answer this common question: Does the type of water you wash your face with matter?">
<meta name="twitter:title" content="Does the Type of Water You Wash Your Face With Matter?">
<meta name="twitter:site" content="@the_klog">
<meta name="twitter:image" content="http://theklog.co/wp-content/uploads/2017/03/watersquare.jpg">
<meta name="twitter:creator" content="@the_klog">
<meta property="DC.date.issued" content="2017-03-16T18:09:07-04:00">
<!-- / Yoast SEO Premium plugin. -->

<link rel="dns-prefetch" href="http://s.w.org/">
<link rel="alternate" type="application/rss+xml" title="The Klog » Does The Type of Water You Wash Your Face With Matter? Comments Feed" href="http://theklog.co/type-of-water-to-wash-face-with/feed/">
<meta property="fb:admins" content="11902341"><meta property="og:title" content="Does The Type of Water You Wash Your Face With Matter?"><meta property="og:type" content="article"><meta property="og:description" content="Why you should care about the pH level of your water."><meta property="og:url" content="http://theklog.co/type-of-water-to-wash-face-with/"><meta property="og:site_name" content="The Klog"><meta property="og:image" content="http://theklog.co/wp-content/uploads/2017/03/watersquare-550x550.jpg"><meta property="fb:app_id" content="1135826443125255">
      		<script async="" src="https://www.google-analytics.com/analytics.js"></script><script type="text/javascript" id="www-widgetapi-script" src="./klog_files/www-widgetapi.js" async=""></script><script async="" type="text/javascript" src="./klog_files/gpt.js"></script><script type="text/javascript">
			window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/72x72\/","ext":".png","svgUrl":"https:\/\/s.w.org\/images\/core\/emoji\/2.2.1\/svg\/","svgExt":".svg","source":{"concatemoji":"http:\/\/theklog.co\/wp-includes\/js\/wp-emoji-release.min.js?ver=4.7.3"}};
			!function(a,b,c){function d(a){var b,c,d,e,f=String.fromCharCode;if(!k||!k.fillText)return!1;switch(k.clearRect(0,0,j.width,j.height),k.textBaseline="top",k.font="600 32px Arial",a){case"flag":return k.fillText(f(55356,56826,55356,56819),0,0),!(j.toDataURL().length<3e3)&&(k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,65039,8205,55356,57096),0,0),b=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55356,57331,55356,57096),0,0),c=j.toDataURL(),b!==c);case"emoji4":return k.fillText(f(55357,56425,55356,57341,8205,55357,56507),0,0),d=j.toDataURL(),k.clearRect(0,0,j.width,j.height),k.fillText(f(55357,56425,55356,57341,55357,56507),0,0),e=j.toDataURL(),d!==e}return!1}function e(a){var c=b.createElement("script");c.src=a,c.defer=c.type="text/javascript",b.getElementsByTagName("head")[0].appendChild(c)}var f,g,h,i,j=b.createElement("canvas"),k=j.getContext&&j.getContext("2d");for(i=Array("flag","emoji4"),c.supports={everything:!0,everythingExceptFlag:!0},h=0;h<i.length;h++)c.supports[i[h]]=d(i[h]),c.supports.everything=c.supports.everything&&c.supports[i[h]],"flag"!==i[h]&&(c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&c.supports[i[h]]);c.supports.everythingExceptFlag=c.supports.everythingExceptFlag&&!c.supports.flag,c.DOMReady=!1,c.readyCallback=function(){c.DOMReady=!0},c.supports.everything||(g=function(){c.readyCallback()},b.addEventListener?(b.addEventListener("DOMContentLoaded",g,!1),a.addEventListener("load",g,!1)):(a.attachEvent("onload",g),b.attachEvent("onreadystatechange",function(){"complete"===b.readyState&&c.readyCallback()})),f=c.source||{},f.concatemoji?e(f.concatemoji):f.wpemoji&&f.twemoji&&(e(f.twemoji),e(f.wpemoji)))}(window,document,window._wpemojiSettings);
		</script><script src="./klog_files/wp-emoji-release.min.js" type="text/javascript" defer=""></script>
		<style type="text/css">
img.wp-smiley,
img.emoji {
	display: inline !important;
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .07em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}
</style>
<link rel="stylesheet" id="wp-pagenavi-css" href="./klog_files/pagenavi-css.css" type="text/css" media="all">
<link rel="stylesheet" id="slider_style-css" href="./klog_files/flickity.css" type="text/css" media="screen">
<link rel="stylesheet" id="fonts-css" href="./klog_files/fonts.css" type="text/css" media="screen">
<link rel="stylesheet" id="flexslider-css" href="./klog_files/flexslider.css" type="text/css" media="style">
<link rel="stylesheet" id="style-css" href="./klog_files/style.css" type="text/css" media="screen">
<link rel="stylesheet" id="hm_custom_css-css" href="./klog_files/custom.css" type="text/css" media="all">
<script type="text/javascript" src="./klog_files/jquery.min.js"></script>
<script type="text/javascript" src="./klog_files/custom.js"></script>
<link rel="https://api.w.org/" href="http://theklog.co/wp-json/">
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://theklog.co/xmlrpc.php?rsd">
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://theklog.co/wp-includes/wlwmanifest.xml"> 
<meta name="generator" content="WordPress 4.7.3">
<link rel="shortlink" href="http://theklog.co/?p=9039">
<link rel="alternate" type="application/json+oembed" href="http://theklog.co/wp-json/oembed/1.0/embed?url=http%3A%2F%2Ftheklog.co%2Ftype-of-water-to-wash-face-with%2F">
<link rel="alternate" type="text/xml+oembed" href="http://theklog.co/wp-json/oembed/1.0/embed?url=http%3A%2F%2Ftheklog.co%2Ftype-of-water-to-wash-face-with%2F&amp;format=xml">
<script type="text/javascript">
	window._se_plugin_version = '8.1.6';
</script>
<meta name="p:domain_verify" content="4272081a77c46c8a62d3416e549c1612">
<meta name="google-site-verification" content="0fzToNMf7PnEAx59aELAiLUI1Fmsn5QyULf4oSIVoMA"><link rel="amphtml" href="http://theklog.co/type-of-water-to-wash-face-with/amp/"><style>@media screen and (-webkit-min-device-pixel-ratio:0) {
  .form-control {
    font-size: 16px;
  }
}
.mc4wp-form {
    padding: 0.8em 0.8em 1.3em !important;
    margin-left:-25px !important;
}
.mc4wp-form span {
    margin: 0em 0 !important;
    white-space: nowrap;
}
@media screen and (max-width: 475px) {
.popsubtext {
  margin: 0 auto;
  position: relative;
  width: 300px;
  max-width:300px !important;
  font-size:14px !important;
  text-align:center !important;
}
}
@media screen and (max-width: 475px) {
.popsubtitle {
  max-width:400px !important;
  font-size:22px !important;
  text-align:center !important;
}
}
#wppum_9e438d8a7b036ea9b8d4375377d47e1a {
    background: url("/wp-content/uploads/2017/03/popbg-800x135.png") no-repeat scroll center top #fff !important;
    background-size: cover !important;
    border: 0 solid #333333;
    bottom: 0;
    display: block;
    height: 250px;
    padding: 0;
    right: 0px !important;
    visibility: unset !important;
    width: 1922.03px;
    z-index: 99999;
}
.mc4wp-notice {
    position: relative !important;
    width: 100% !important;
}
.main article .content a {
    border-bottom: 1px solid grey;
    text-decoration: underline !important;
}
.comments a {
    background: rgba(0, 0, 0, 0) url("images/icon-1.png") no-repeat scroll 0 0;
    color: #595858 !important;
    font-family: Castledown;
    font-size: 0.8em !important;
    letter-spacing: 0.5px;
    padding: 2px 0 3px 30px;
    text-transform: uppercase;
}
article.block a.comments {
    color: inherit;
    font-family: Castledown;
    opacity: 0.9;
    transition: all 0.16s ease 0s;
    white-space: nowrap;
}
.post-content .post-body .media-container img {
    border-radius: 3px;
    display: block;
    max-height: 100px !important;
    max-width: 100%;
    z-index: -1;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-wrapper iframe {
    position: absolute;
    top:0;
    left: 0;
}</style><meta data-pso-pv="1.2.1" data-pso-pt="singlePost" data-pso-th="42f634fa71ddbc43ca830e2b3d9596f1">  <!-- end of wordpress head -->
  <!-- IE8 fallback moved below head to work properly. Added respond as well. Tested to work. -->
    <!-- media-queries.js (fallback) -->
  <!--[if lt IE 9]>
    <script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
  <![endif]-->

  <!-- html5.js -->
  <!--[if lt IE 9]>
    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  <![endif]-->

    <!-- respond.js -->
  <!--[if lt IE 9]>
            <script type='text/javascript' src="http://cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.js"></script>
  <![endif]-->


  <!-- DFP code -->

  <script type="text/javascript">
    var googletag = googletag || {};
    googletag.cmd = googletag.cmd || [];
    (function() {
      var gads = document.createElement('script');
      gads.async = true;
      gads.type = 'text/javascript';
      var useSSL = 'https:' == document.location.protocol;
      gads.src = (useSSL ? 'https:' : 'http:') +
        '//www.googletagservices.com/tag/js/gpt.js';
      var node = document.getElementsByTagName('script')[0];
      node.parentNode.insertBefore(gads, node);
    })();
  </script>

  <script type="text/javascript">
    googletag.cmd.push(function() {
      googletag.defineSlot('/27445162/TEST1', [728, 90], 'div-gpt-ad-1469220724250-0').addService(googletag.pubads());
      googletag.pubads().enableSingleRequest();
      googletag.pubads().collapseEmptyDivs();
      googletag.enableServices();
    });
  </script>  

  <script>

 jQuery(document).ready(function(){
   
  if(window.location.href.indexOf("/subscribe/") > -1) { 
     jQuery("span#subscribe_text").text("Sign up");
  }
  
  else{
     jQuery("span#subscribe_text").text("Is it cool if we email you?");
   
  }

});

  </script>
    <script type="text/javascript" src="./klog_files/player_api"></script>

<script src="./klog_files/embed.js" data-timestamp="1490399067223"></script><script async="" type="text/javascript" src="./klog_files/count.js"></script><script src="./klog_files/count-data.js"></script><style type="text/css">
:root .adunit
{ display: none !important; }
:root *[sw82gwy][hidden] { display: none !important; }</style><link rel="stylesheet" type="text/css" href="chrome-extension://pkehgijcmpdhfbdbbnkijodmdjhbjlgp/skin/socialwidgets.css"></head>


<body class="post-template-default single single-post postid-9039 single-format-standard" style="zoom: 1;">

  <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','https://www.google-analytics.com/analytics.js','ga');

    ga('create', 'UA-77433332-1', 'auto');
    ga('send', 'pageview');

  </script>




  <header class="">


    <div class="item nav-mobile">
      <div id="navMobile">
  <ul id="menu-categories" class="menu"><li id="menu-item-1348" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-1348"><a href="http://theklog.co/category/skincare/">skincare</a></li>
<li id="menu-item-1350" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1350"><a href="http://theklog.co/category/makeup/">makeup</a></li>
<li id="menu-item-1349" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1349"><a href="http://theklog.co/category/reviews/">reviews</a></li>
<li id="menu-item-1347" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1347"><a href="http://theklog.co/category/lifestyle/">lifestyle</a></li>
<li id="menu-item-1351" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1351"><a href="http://theklog.co/category/soko-secret/">soko secret</a></li>
</ul></div>      <a id="navToggle" href="http://theklog.co/type-of-water-to-wash-face-with/#">menu</a>
    </div>


    <div class="item">
    </div>


    
      <a class="logo grdt" href="http://theklog.co/">
        <img src="./klog_files/logo.svg" alt="logo">
      </a>

    


    <article class="blockHeader">

      
        
                    <a class="label" href="http://theklog.co/category/skincare"><img src="./klog_files/skincare.png"></a>

          <!-- <div class="author-part"> -->

          <a class="author-part" href="http://theklog.co/author/reneeajacques">
            <img alt="" src="./klog_files/9d13266a1da5e85ca90ea6b2faf27f18" srcset="http://0.gravatar.com/avatar/9d13266a1da5e85ca90ea6b2faf27f18?s=120&amp;d=http%3A%2F%2Ftheklog.co%2Fwp-content%2Fthemes%2Fklog3.4%2Fimages%2Fkavatar.png&amp;r=pg 2x" class="avatar avatar-60 photo" height="60" width="60">          </a>
          <!-- </div> -->

          <h1><span class="uppercase">You're reading</span>Does The Type of Water You Wash Your Face With Matter?</h1>

          <!--<a class="button grdt scroll share" href="#shareButtons">share <strong>&#10551;</strong></a>-->

          <a class="button grdt scroll" href="http://theklog.co/type-of-water-to-wash-face-with/#disqus">comment</a>

          <h2 class="next grdt">
            <a href="http://theklog.co/sheet-mask-every-day/" rel="prev"><span class="uppercase">Next</span> Is It OK to Use a Sheet Mask Every Single Day?</a>          </h2>


        
        
      
    </article>


    <div class="search">
      <form role="search" method="get" id="searchform" class="searchform" action="http://theklog.co/">
  <label class="searchLabel" for="s">Search:</label>
  <input type="text" value="" name="s" id="s">
  <input type="submit" id="searchsubmit" value="SEARCH">
  </form>    </div>


  </header>



  <div class="topNav">
    <ul id="menu-top-left" class="menu"><li id="menu-item-1355" class="menu-item menu-item-type-taxonomy menu-item-object-category current-post-ancestor current-menu-parent current-post-parent menu-item-1355 skincare"><a href="http://theklog.co/category/skincare/">skincare<img src="./klog_files/skincare.png"></a></li>
<li id="menu-item-1357" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1357 makeup"><a href="http://theklog.co/category/makeup/">makeup<img src="./klog_files/makeup.png"></a></li>
<li id="menu-item-1356" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1356 reviews"><a href="http://theklog.co/category/reviews/">reviews<img src="./klog_files/reviews.png"></a></li>
</ul>    <div class="item logo"></div>
    <ul id="menu-top-right" class="menu"><li id="menu-item-1358" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1358 lifestyle"><a href="http://theklog.co/category/lifestyle/">lifestyle<img src="./klog_files/lifestyle.png"></a></li>
<li id="menu-item-1359" class="menu-item menu-item-type-taxonomy menu-item-object-category menu-item-1359 soko-secret"><a href="http://theklog.co/category/soko-secret/">soko secret<img src="./klog_files/soko-secret.png"></a></li>
</ul>    <div class="item"></div>
  </div>



<script>
/* YouTube Play on Hover (jQuery version) by James Arthur Johnson @jamesarthurjohn */
jQuery(document).ready(function(){
/* var playersrc=$('#ytplayer').attr('src');
jQuery('#ytplayer').mouseover(function(){
jQuery('#ytplayer').attr('src',playersrc+'&autoplay=1');
});
jQuery('#ytplayer').mouseout(function(){
//$('#ytplayer').attr('src',playersrc);
});
 */
});
</script>

<div class="wrapper" id="top">

  <section class="hero">

    
    
    
    
    <div class="thumb">

      
        <img src="./klog_files/waterbanner.jpg">


      


      
      <a class="label uppercase" href="http://theklog.co/category/skincare"><img src="./klog_files/skincare.png"></a>

    </div>

  </section>


  <section class="right">

   <div id="popularPosts">

  <h3>Popular Posts</h3>

  
  
    <article class="block horizontal">

      
      <a class="thumb" href="http://theklog.co/korean-dupes-american-acne-products/"><img src="./klog_files/1x1.png" style="background-image:url(&#39;http://theklog.co/wp-content/uploads/2017/03/Acne-Dupes-11-550x550.jpg&#39;);"></a>

      <div class="content-part">

        <h3><a href="http://theklog.co/korean-dupes-american-acne-products/">The Best Korean Dupes for American Acne Products</a></h3>

      </div>

      
      <a class="label skincare" href="http://theklog.co/category/skincare"><img src="./klog_files/skincare.png"></a>

    </article>

  
    <article class="block horizontal">

      
      <a class="thumb" href="http://theklog.co/skin-brightening-products/"><img src="./klog_files/1x1.png" style="background-image:url(&#39;http://theklog.co/wp-content/uploads/2017/03/brighteningsquare-550x550.jpg&#39;);"></a>

      <div class="content-part">

        <h3><a href="http://theklog.co/skin-brightening-products/">When You Should Use Skin Brightening Products</a></h3>

      </div>

      
      <a class="label skincare" href="http://theklog.co/category/skincare"><img src="./klog_files/skincare.png"></a>

    </article>

  
    <article class="block horizontal">

      
      <a class="thumb" href="http://theklog.co/asia-jackson-interview/"><img src="./klog_files/1x1.png" style="background-image:url(&#39;http://theklog.co/wp-content/uploads/2017/03/Asia-square-final-550x550.jpg&#39;);"></a>

      <div class="content-part">

        <h3><a href="http://theklog.co/asia-jackson-interview/">The Korean Products That Fixed Asia Jackson’s Hyperpigmentation</a></h3>

      </div>

      
      <a class="label lifestyle" href="http://theklog.co/category/lifestyle"><img src="./klog_files/lifestyle.png"></a>

    </article>

  
  
</div>
   <div class="adunit skyscraper block" data-adunit="article-page-300x600" data-dimensions="300x600" sw82gwy="" hidden=""></div>   

  </section>



  <section class="main" role="main">

    <article class="">

      
      <div class="author-part">

        <!-- <img class="author" src="http://theklog.co/wp-content/themes/klog3.4/images/reneeajacques.png" /> -->
        <a href="http://theklog.co/author/reneeajacques">
          <img alt="" src="./klog_files/9d13266a1da5e85ca90ea6b2faf27f18(1)" srcset="http://0.gravatar.com/avatar/9d13266a1da5e85ca90ea6b2faf27f18?s=260&amp;d=http%3A%2F%2Ftheklog.co%2Fwp-content%2Fthemes%2Fklog3.4%2Fimages%2Fkavatar.png&amp;r=pg 2x" class="avatar avatar-130 photo" height="130" width="130">        </a>
        
      </div>

      <div class="content-part">

        <h1>Does The Type of Water You Wash Your Face With Matter?</h1>

        <p class="meta">
          <span>By <a href="http://theklog.co/author/reneeajacques/" title="Posts by Renee Jacques" rel="author">Renee Jacques</a></span>
          <span>March 16, 2017</span>
<!--           <span class="disqus-comment-count" data-disqus-url="http://theklog.co/type-of-water-to-wash-face-with/">XX comments</span> -->
        </p>
        <h5></h5>

        <div class="content"><h4>We recently received a comment on one of our articles from one of our extremely smart readers asking us whether the quality of the water you use to wash your face with matters. This is a great question that we have often wondered ourselves. Today we ask dermatologists: Does the type of water you wash your face with matter?</h4>
<p>There are many particulars to washing your face the right way. You shouldn’t be aiming to get that <a href="http://theklog.co/how-to-avoid-squeaky-skin/" target="_blank">squeaky clean feeling</a> when you’re done and you definitely shouldn’t be <a href="http://theklog.co/stop-using-towel-to-dry-face/#disqus_thread" target="_blank">drying your face with a towel</a>. But should you care about the type of water you wash your face with? Should you be using tap water to wash your face? Does the pH level matter? Here are your answers.</p>
<p><strong>The difference between hard and soft tap water</strong></p>
<p>Most people wash their faces with tap water, and that’s OK, as long as you know whether your water is hard or soft. “<span class="s1">Water can be found with more dissolved minerals (making it hard water- with a high pH) or without a lot of minerals (soft water, with a low pH),” says Rachel Nazarian, a dermatologist in New York City. Hard water has more minerals dissolved in it while soft water is often treated to remove those minerals. </span></p>
<p><span class="s1">Some of the minerals in hard water&nbsp;are not good for your skin</span><span class="s1">. “Calcium is a mineral often found in hard water that’s particularly damaging to skin, and has been known to worsen conditions&nbsp;such as eczema, acne, or rosacea,”says Jeremy Fenton, a dermatologist in New York City.&nbsp;“</span><span class="s1">The heavy metals in some water—like iron, copper, lead, and zinc—may further interact with natural skin oils and cosmetic moisturizers to clog pores and lead to breakouts,” says Fenton.&nbsp;</span></p>
<p><strong>What about the pH of the water?</strong></p>
<p>One of the biggest questions skin care addicts ask is whether the pH level of water matters when you wash your face. The answer is yes because it needs to balance with the pH of your skin. “<span class="s1">Your skin performs and looks its best within a narrow pH level (around 5.5),” says Nazarian. This is because the natural 5.5 pH level (or the acid mantle) of skin is slightly acidic,&nbsp;which makes it ideal to seal in moisture while also “creating the right environment for the correct microorganisms,” says Fenton. &nbsp;</span></p>
<p><span class="s1">The water in your faucet should be in a specific pH range.&nbsp;“Ideally, pure water is right in the middle with a pH of 7, and when used to wash skin, it can disrupt the delicate barrier if it’s too acidic (with a lower pH) or basic (with a higher pH),” says Nazarian.&nbsp;</span></p>
<p>“Hard water&nbsp;<span class="s1">tends to be associated with a higher pH,” he says.&nbsp;</span><span class="s1">&nbsp;The level of pH in your water depends on where you live. “</span><span class="s1">The water quality varies&nbsp;throughout the country, with over 85 percent of the country having hard water,” says Fenton. “</span><span class="s1">Regionally speaking, the softest water in the country tends to occur in some parts of New England, the South Atlantic, and Pacific Northwest. Areas of Texas, New Mexico, Kansas, Arizona, and southern California have some of the hardest water.”&nbsp;</span></p>
<p><strong>How can I avoid hard water with a high pH?</strong></p>
<p>Fenton says the first thing you can try is a water filtration system. “It c<span class="s1">an be helpful to soften water by removing minerals, though it may not successfully remove all the heavy metals,” he says. However, he says your best bet is to switch up your cleansing materials and steer away from <a href="http://theklog.co/skin-care-ingredients-that-are-harmful/" target="_blank">soap</a>. “Soaps</span><span class="s1">&nbsp;have a high pH, which can be drying and irritating, and disrupt the natural bacterial composition of the skin,” says Fenton. “</span><span class="s1">The dissolved minerals in hard water can cause the soap to leave behind a thin film on the skin. Both the minerals and the soapy residue can be irritating and drying to the skin, sometimes worsening conditions such as eczema, acne, or rosacea.”&nbsp;</span></p>
<p>Joshua Zeichner, the director of clinical and cosmetic dermatology at Mt. Sinai Hospital in New York City, suggests water-free cleansing to avoid any hard, high pH water. “<span class="s1">Lipid free cleansing lotions, like the&nbsp;</span><span class="s1">Neutrogena Ultra Gentle Hydrating Cleanser,&nbsp;</span><span class="s1">can be applied to the skin and wiped off without water,” he says. “Also,&nbsp;</span><span class="s1">micellar water cleansers are gentle options that use purified water containing micelles which trap dirt and oil.”</span></p>
<p><span class="s1"> If you’re looking for a great water-based cleansing option and you have sensitive skin, go for the <a href="https://goo.gl/AywiJ5" target="_blank">Neogen Real Flower Cleansing Water in Calendula</a>. It&nbsp;sweeps up impurities and has actual calendula petal extracts floating in the liquid to soothe red and irritated skin.</span></p>
<p><strong>Bottom line</strong></p>
<p>If you have highly reactive skin or have rosacea and eczema, you should care about the pH level of the water you wash your face with and test the pH level with a litmus strip. But if you have normal skin, you shouldn’t really have to worry that much. Fenton says that EPA standards require the pH of tap water to fall between 6.5 and 8.5. “<span class="s1">The good news is that most water that’s safe to drink stays within a narrow range of 6.4-8.5 pH, which is pretty good for skin, too,” says Nazarian.</span></p>
<h5><span style="color: #808080;">+ Have you noticed&nbsp;that the&nbsp;type of water you wash your face with makes a difference? Let us know your insights below!</span></h5>
</div>


<!--    <div class="posts-nav">
          <div class="prev"><a href="http://theklog.co/etude-house-all-finish-mascara-cleaner-review/" rel="next">The $10 Game-Changer for Mascara Addicts</a></div>
          <div class="next"><a href="http://theklog.co/sheet-mask-every-day/" rel="prev">Is It OK to Use a Sheet Mask Every Single Day?</a></div>
        </div> -->



        <section class="divider"></section>



                        
        <section class="shopFooter">

  
          
          
          
    


  <h3 class="title">Shop The Story</h3>

  <div class="grid" id="shopFooter">

        <article class="block product">
        <a class="thumb" href="https://goo.gl/AywiJ5" target="_blank">
          <img src="./klog_files/1x1.png" style="background-image:url(&#39;http://theklog.co/wp-content/uploads/2017/03/neogen-water.jpg&#39;);">
          <span class="button grdt">Shop</span>
        </a>
        <div class="content-part">
          <h4><a href="https://goo.gl/AywiJ5" target="_blank">Neogen Real Flower Cleansing Water in Calendula</a></h4>
                  </div>
        <a class="label" href="http://theklog.co/type-of-water-to-wash-face-with/#"><img src="./klog_files/sokoglam.png"></a>
      </article>
    
    
    

  </div>

</section>


<section class="divider"></section>

        <div class="social" id="shareButtons">


  <h2 class="title">Share: </h2>

  
  <a class="twitter" href="https://twitter.com/intent/tweet?text=Does%20The%20Type%20of%20Water%20You%20Wash%20Your%20Face%20With%20Matter?&amp;url=http://theklog.co/type-of-water-to-wash-face-with/&amp;via=the_klog" onclick="window.open(&#39;https://twitter.com/intent/tweet?text=Does The Type of Water You Wash Your Face With Matter?&amp;url=http://theklog.co/type-of-water-to-wash-face-with/&amp;via=the_klog&#39;, &#39;newwindow&#39;, &#39;width=650, height=382&#39;); return false;" target="_blank">
    <img src="./klog_files/twitter.svg">
  </a>

  <a class="facebook" href="http://www.facebook.com/sharer/sharer.php?u=http://theklog.co/type-of-water-to-wash-face-with/" onclick="window.open(&#39;http://www.facebook.com/sharer/sharer.php?u=http://theklog.co/type-of-water-to-wash-face-with/&#39;, &#39;newwindow&#39;, &#39;width=650, height=382&#39;); return false;" target="_blank">
    <img src="./klog_files/facebook.svg">
  </a>

  <a class="pinterest" href="javascript:void((function()%7Bvar%20e=document.createElement(&#39;script&#39;);e.setAttribute(&#39;type&#39;,&#39;text/javascript&#39;);e.setAttribute(&#39;charset&#39;,&#39;UTF-8&#39;);e.setAttribute(&#39;src&#39;,&#39;http://assets.pinterest.com/js/pinmarklet.js?r=&#39;+Math.random()*99999999);document.body.appendChild(e)%7D)());">
    <img src="./klog_files/pinterest.svg">
  </a>

  <a class="email" href="mailto:?subject=The%20Klog:%20Does%20The%20Type%20of%20Water%20You%20Wash%20Your%20Face%20With%20Matter?&amp;body=http://theklog.co/type-of-water-to-wash-face-with/">
    <img src="./klog_files/email.svg">
  </a>


</div>



        
          <div id="disqus">
            <div id="disqus_thread"><iframe id="dsq-app1" name="dsq-app1" allowtransparency="true" frameborder="0" scrolling="no" tabindex="0" title="Disqus" width="100%" src="./klog_files/saved_resource.html" style="width: 1px !important; min-width: 100% !important; border: none !important; overflow: hidden !important; height: 1582px !important;" horizontalscrolling="no" verticalscrolling="no"></iframe><iframe id="indicator-north" name="indicator-north" allowtransparency="true" frameborder="0" scrolling="no" tabindex="0" title="Disqus" style="width: 600px !important; border: none !important; overflow: hidden !important; top: 0px !important; min-width: 600px !important; max-width: 600px !important; position: fixed !important; z-index: 2147483646 !important; height: 19px !important; min-height: 19px !important; max-height: 19px !important; display: none !important;" src="./klog_files/saved_resource(1).html"></iframe><iframe id="indicator-south" name="indicator-south" allowtransparency="true" frameborder="0" scrolling="no" tabindex="0" title="Disqus" style="width: 600px !important; border: none !important; overflow: hidden !important; bottom: 0px !important; min-width: 600px !important; max-width: 600px !important; position: fixed !important; z-index: 2147483646 !important; height: 19px !important; min-height: 19px !important; max-height: 19px !important; display: none !important;" src="./klog_files/saved_resource(2).html"></iframe></div>

  <!--           <script type="text/javascript">
              /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
              var disqus_shortname = 'k-beautylog'; // required: replace example with your forum shortname

              /* * * 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> -->


    

            <script>
                /**
                 *  RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
                 *  LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
                 */
                
                var disqus_config = function () {
                    this.page.url = 'http://theklog.co/type-of-water-to-wash-face-with/';
                    this.page.identifier = '9039 http://theklog.co/?p=9039';
                };
                
                (function() {  // DON'T EDIT BELOW THIS LINE
                    var d = document, s = d.createElement('script');
                    
                    s.src = '//k-beautylog.disqus.com/embed.js';
                    
                    s.setAttribute('data-timestamp', +new Date());
                    (d.head || d.body).appendChild(s);
                })();
            </script>

            <noscript>Please enable JavaScript to view the &lt;a href="https://disqus.com/?ref_noscript" rel="nofollow"&gt;comments powered by Disqus.&lt;/a&gt;</noscript>


          </div>

        

      </div>

    </article>

  </section>


  <section class="divider"></section>






  

<section class="readMore">

  <h2 class="title">Read More</h2>

  <div class="grid">

    
  </div>
</section>


  <section class="posts-nav cta grdt">

    <a class="scroll" href="http://theklog.co/type-of-water-to-wash-face-with/#top">&nbsp;&nbsp;Back&nbsp;to&nbsp;top&nbsp;&nbsp;&nbsp;<span>↑</span></a>

  </section>


  
  
 <!-- <span id="mc-form">< ?= do_shortcode( '[mc4wp_form id="3747"]' ); ?></span>-->
  
  <footer class="site-footer sans-serif">

    <div class="social" id="footerLinks">


  


  <a class="instagram" href="http://www.instagram.com/theklog.co" target="_blank">
    <img src="./klog_files/instagram.svg">
  </a>

  <a class="facebook" href="http://www.facebook.com/theklog" target="_blank">
    <img src="./klog_files/facebook.svg">
  </a>

  <a class="twitter" href="http://twitter.com/the_klog" target="_blank">
    <img src="./klog_files/twitter.svg">
  </a>

  <a class="youtube" href="http://youtube.com/channel/UCs4jDu6uAIY-GbpwgLWue4g" target="_blank">
    <img src="./klog_files/youtube.svg">
  </a>

  <a class="pinterest" href="http://pinterest.com/theklog" target="_blank">
    <img src="./klog_files/pinterest.svg">
  </a>

<!--   <a class="email" href="mailto:info@theklog.co?subject=theklog.co">
    <img src="http://theklog.co/wp-content/themes/klog3.4/images/email.svg">
  </a> -->


</div>

    <ul id="menu-footer-menu" class="menu"><li id="menu-item-3051" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3051"><a href="http://theklog.co/about/">About</a></li>
<li id="menu-item-3057" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3057"><a href="http://theklog.co/terms-and-privacy/">Terms &amp; Privacy</a></li>
<li id="menu-item-3265" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3265"><a href="http://theklog.co/contact/">Contact</a></li>
</ul>
	<p class="copyright">
      © 2017 The Klog. All Rights Reserved.
    </p>

  </footer><!-- .site-footer -->


        <script type="text/javascript">
        // <![CDATA[
        var disqus_shortname = 'k-beautylog';
        (function () {
            var nodes = document.getElementsByTagName('span');
            for (var i = 0, url; i < nodes.length; i++) {
                if (nodes[i].className.indexOf('dsq-postid') != -1 && nodes[i].parentNode.tagName == 'A') {
                    nodes[i].parentNode.setAttribute('data-disqus-identifier', nodes[i].getAttribute('data-dsqidentifier'));
                    url = nodes[i].parentNode.href.split('#', 1);
                    if (url.length == 1) { url = url[0]; }
                    else { url = url[1]; }
                    nodes[i].parentNode.href = url + '#disqus_thread';
                }
            }
            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>
                 <div id="wppum_9e438d8a7b036ea9b8d4375377d47e1a-effects-wrapper" class="wppum-effects-wrapper" style="height: 0px;">
            <div id="wppum_9e438d8a7b036ea9b8d4375377d47e1a" style="display: block; visibility: visible; z-index: 99999; height: 220px; width: 1903px; background-color: rgb(204, 233, 247); border: 0px solid rgb(51, 51, 51); position: fixed; padding: 0px; bottom: 0px; right: 10px;" class="wppum snpanel  wppum-trigger-timing">
               <div id="wppum_9e438d8a7b036ea9b8d4375377d47e1a-responsive" class="wppum-responsive" style="max-height: 100%; max-width: 100%;">
                  <span class="wppum-close snpanel-close" style="cursor:pointer;z-index:99999999;position:absolute;right:5px;top:5px;"><img src="./klog_files/hide-black-cirlce.png" title="Close"></span><div style="text-align:center;">
<h1 class="popsubtitle" style="text-align: center;"><center>Let’s be Friends!</center></h1>
</div>
<div class="popsubtext" style="margin-top:-10px; text-align:center;">
<h3 style="text-align: center;">Sign up to get all things K-beauty delivered straight to your inbox:</h3>
</div>
<div style="margin-top:-62px; text-align:center; padding-left:30px;">
<center><br>
<script type="text/javascript">(function() {
	if (!window.mc4wp) {
		window.mc4wp = {
			listeners: [],
			forms    : {
				on: function (event, callback) {
					window.mc4wp.listeners.push({
						event   : event,
						callback: callback
					});
				}
			}
		}
	}
})();
</script><!-- MailChimp for WordPress v4.1.0 - https://wordpress.org/plugins/mailchimp-for-wp/ --><form id="mc4wp-form-1" class="mc4wp-form mc4wp-form-3747" method="post" data-id="3747" data-name="subscribe to the klog updates"><div class="mc4wp-form-fields">   	<span id="subscribe_text">Is it cool if we email you?</span>
	<input type="email" class="email grdt" name="EMAIL" placeholder="your email here" required="">
	<input type="submit" value="&gt;" id="mc-embedded-subscribe" class="button">
<div style="display: none;"><input type="text" name="_mc4wp_honeypot" value="" tabindex="-1" autocomplete="off"></div><input type="hidden" name="_mc4wp_timestamp" value="1490399065"><input type="hidden" name="_mc4wp_form_id" value="3747"><input type="hidden" name="_mc4wp_form_element_id" value="mc4wp-form-1"></div><div class="mc4wp-response"></div></form><!-- / MailChimp for WordPress Plugin --><br>
</center>
</div>
               </div>
            </div>
         </div>

         <script type="text/javascript">(function() {function addEventListener(element,event,handler) {
	if(element.addEventListener) {
		element.addEventListener(event,handler, false);
	} else if(element.attachEvent){
		element.attachEvent('on'+event,handler);
	}
}function maybePrefixUrlField() {
	if(this.value.trim() !== '' && this.value.indexOf('http') !== 0) {
		this.value = "http://" + this.value;
	}
}

var urlFields = document.querySelectorAll('.mc4wp-form input[type="url"]');
if( urlFields && urlFields.length > 0 ) {
	for( var j=0; j < urlFields.length; j++ ) {
		addEventListener(urlFields[j],'blur',maybePrefixUrlField);
	}
}/* test if browser supports date fields */
var testInput = document.createElement('input');
testInput.setAttribute('type', 'date');
if( testInput.type !== 'date') {

	/* add placeholder & pattern to all date fields */
	var dateFields = document.querySelectorAll('.mc4wp-form input[type="date"]');
	for(var i=0; i<dateFields.length; i++) {
		if(!dateFields[i].placeholder) {
			dateFields[i].placeholder = 'YYYY-MM-DD';
		}
		if(!dateFields[i].pattern) {
			dateFields[i].pattern = '[0-9]{4}-(0[1-9]|1[012])-(0[1-9]|1[0-9]|2[0-9]|3[01])';
		}
	}
}

})();</script><script type="text/javascript" src="./klog_files/flexslider.js"></script>
<script type="text/javascript" src="./klog_files/modernizr.js"></script>
<script type="text/javascript" src="./klog_files/viewport-units-buggyfill.js"></script>
<script type="text/javascript" src="./klog_files/fontsmoothie.min.js"></script>
<script type="text/javascript" src="./klog_files/flickity.pkgd.min.js"></script>
<script type="text/javascript" src="./klog_files/jquery.dfp.min.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
var mejsL10n = {"language":"en-US","strings":{"Close":"Close","Fullscreen":"Fullscreen","Turn off Fullscreen":"Turn off Fullscreen","Go Fullscreen":"Go Fullscreen","Download File":"Download File","Download Video":"Download Video","Play":"Play","Pause":"Pause","Captions\/Subtitles":"Captions\/Subtitles","None":"None","Time Slider":"Time Slider","Skip back %1 seconds":"Skip back %1 seconds","Video Player":"Video Player","Audio Player":"Audio Player","Volume Slider":"Volume Slider","Mute Toggle":"Mute Toggle","Unmute":"Unmute","Mute":"Mute","Use Up\/Down Arrow keys to increase or decrease volume.":"Use Up\/Down Arrow keys to increase or decrease volume.","Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds.":"Use Left\/Right Arrow keys to advance one second, Up\/Down arrows to advance ten seconds."}};
var _wpmejsSettings = {"pluginPath":"\/wp-includes\/js\/mediaelement\/"};
/* ]]> */
</script>
<script type="text/javascript" src="./klog_files/mediaelement-and-player.min.js"></script>
<script type="text/javascript" src="./klog_files/app.js"></script>
<script type="text/javascript" src="./klog_files/wp-embed.min.js"></script>
<script type="text/javascript" src="./klog_files/core.min.js"></script>
<script type="text/javascript" src="./klog_files/effect.min.js"></script>
<script type="text/javascript" src="./klog_files/effect-fade.min.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
var wppum = {"popups":[{"classes":"","size_type":"custom","width":"100%","height":"220px","vertical_offset_type":"bottom","horizontal_offset_type":"right","horizontal_offset":"10px","vertical_offset":"0px","background_color":"#CCE9F7","background_img":"","border_style":"solid","border_width":"0","border_color":"#333333","padding_left":"0","padding_top":"0","padding_right":"0","padding_bottom":"0","close_button_type":"close","toggle_state":"open","open_button_img":"http:\/\/theklog.co\/wp-content\/plugins\/wp-popup-magic\/images\/open-buttons\/black-plus.png","styles":"","trigger_browser_scroll":"0","target_type":"bottom","target_element":"","target_offset":"600","end_target_type":"none","end_target_element":"","end_target_offset":"0","animation_effect":"fade","slide_direction":"down","clip_direction":"vertical","slide_speed":"200","self_close_type":"0","all_close_type":"0","trigger_on_timing":"1","trigger_delay":"5000","trigger_on_leaving_viewport":"0","trigger_pages":"hide_all","trigger_pages_ids":"","frequency_type":"userpersession","frequency_limit_times":"0","frequency_limit_days":"0","show_mobile":"show_all","overlay":"0","overlay_color":"#000000","overlay_opacity":"80","scroll_with_page":"0","title":"0","title_text":"","title_html":"<div class=\"wppum-title-bar\" style=\"margin-bottom: 5px; background-color: black; color: white; width: 100%; text-align: left; font-size: 1.1em; font-weight: bold;\"><div style=\"padding: 10px 10px;\"><\/div><\/div>","trigger_on_link_click":"0","link_click_popup_type":"html","ok_button":"1","ok_button_text":"OK","ok_button_width":"60px","ok_button_html":"<a href=\"#\" class=\"wppum-ok\"><button style=\"width: 60px; max-width: 100%; margin: 5px 5px;\">OK<\/button><\/a>","cancel_button":"1","cancel_button_text":"Cancel","cancel_button_width":"60px","cancel_button_html":"<a href=\"#\" class=\"wppum-cancel\"><button class=\"wppum-cancel\" style=\"width: 60px; max-width: 100%; margin 5px 5px;\">Cancel<\/button><\/a>","whitelisted_domains":["theklog.co"],"show_all_include_homepage_options":"show_all_include_homepage","show_all_exclude_homepage_options":"","show_homepage_and_shortcode_options":"","show_pages_options":"","hide_pages_options":"","hide_all_options":"","exclude_posts_options":"","exclude_pages_options":"","specific_cat_options":"","url_pattern_options":"","web_referring_url_options":"","show_pages_val":"","hide_pages_val":"","exclude_posts_val":"","exclude_pages_val":"","specific_category_val":"","url_pattern_val":"","web_referring_url_val":"","name":"newsletter","ID":9184,"order":0,"status":"publish","post_category":"2","current_page":9039,"post_type":"post","term_id":"","fonts":"","popup_id":"wppum_9e438d8a7b036ea9b8d4375377d47e1a"}]};
/* ]]> */
</script>
<script type="text/javascript" src="./klog_files/wppum.js"></script>
<script type="text/javascript">
/* <![CDATA[ */
var mc4wp_forms_config = [];
/* ]]> */
</script>
<script type="text/javascript" src="./klog_files/forms-api.min.js"></script>
<!--[if lte IE 9]>
<script type='text/javascript' src='http://theklog.co/wp-content/plugins/mailchimp-for-wp/assets/js/third-party/placeholders.min.js?ver=4.1.0'></script>
<![endif]-->


<script id="dsq-count-scr" src="./klog_files/count.js"></script>

<script type="text/javascript">

	var comments, commCount;

	setTimeout( function () {

		jQuery('.comments').each( function (idx, el) {

			    comments = jQuery(el).text();
			    // console.log( idx, comments );

			   	commCount = comments.substring(0,1);
			  	// console.log('commCount =', commCount);
		});

  	}, 1000);

</script>

<script type="text/javascript">

    $.dfp({
        dfpID: 27445162
    });

</script>

<img src="chrome-extension://pkehgijcmpdhfbdbbnkijodmdjhbjlgp/skin/socialwidgets/Pinterest.svg" class="privacyBadgerReplacementButton" title="PrivacyBadger has replaced this Pinterest button.">




</div><iframe style="display: none;" src="./klog_files/saved_resource(3).html"></iframe><!--wrapper-->


</body><autoscroll></autoscroll><div></div></html>