iambeggingmymothernottoreadthisblog.com Ads.txt file




<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<title>Not Found | I Am Begging My Mother Not To Read This Blog</title>
<link rel="profile" href="https://gmpg.org/xfn/11">
<link rel="pingback" href="/xmlrpc.php">
<script type="text/javascript">
WebFontConfig = {"google":{"families":["Montserrat:r:latin,latin-ext","Montserrat:r,i,b,bi:latin,latin-ext"]}};
(function() {
var wf = document.createElement('script');
wf.src = 'https://s0.wp.com/wp-content/plugins/custom-fonts/js/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
</script>
<style id="jetpack-custom-fonts-css">
.wf-active #branding hgroup .site-title{font-family:"Montserrat",sans-serif;font-weight:400;font-style:normal}.wf-active body, .wf-active button, .wf-active input, .wf-active select, .wf-active textarea{font-family:"Montserrat",sans-serif}.wf-active #branding hgroup .site-description{font-family:"Montserrat",sans-serif}.wf-active #header-auxiliary .header-search input{font-family:"Montserrat",sans-serif}.wf-active #header-auxiliary .header-search button{font-family:"Montserrat",sans-serif}.wf-active .site-navigation .menu-header, .wf-active div.menu{font-family:"Montserrat",sans-serif}.wf-active .site-navigation ul ul li{font-family:"Montserrat",sans-serif}.wf-active .featured-posts{font-family:"Montserrat",sans-serif}.wf-active .comment-author cite{font-family:"Montserrat",sans-serif}.wf-active #respond textarea{font-family:"Montserrat",sans-serif}.wf-active #respond .form-submit input{font-family:"Montserrat",sans-serif}.wf-active .widget_search input[type=text]{font-family:"Montserrat",sans-serif}.wf-active .widget_search input[type=submit]{font-family:"Montserrat",sans-serif}.wf-active #header-auxiliary .header-search .search-title{font-family:"Montserrat",sans-serif;font-weight:400;font-style:normal}.wf-active .latest-title{font-family:"Montserrat",sans-serif;font-weight:400;font-style:normal}.wf-active .other-news-title{font-family:"Montserrat",sans-serif;font-style:normal;font-weight:400}.wf-active #other-news li{font-family:"Montserrat",sans-serif;font-weight:400;font-style:normal}.wf-active .entry-title{font-family:"Montserrat",sans-serif;font-weight:400;font-style:normal}.wf-active .page-title, .wf-active body.page .entry-title, .wf-active body.single .entry-title{font-family:"Montserrat",sans-serif;font-weight:400;font-style:normal}.wf-active .featured-posts .entry-title{font-family:"Montserrat",sans-serif;font-weight:400;font-style:normal}.wf-active #entry-author-info h2{font-weight:400;font-style:normal}.wf-active #comments-title{font-weight:400;font-style:normal}.wf-active #reply-title{font-family:"Montserrat",sans-serif;font-style:normal;font-weight:400}.wf-active #secondary .widget-title{font-weight:400;font-style:normal}.wf-active #secondary .widget_twitter .widget-title{font-style:normal;font-weight:400}.wf-active #footer-widget-area .widget-area .widget-title{font-weight:400;font-style:normal}
</style>
<script id="wpcom_remote_login_js">
var wpcom_remote_login_extra_auth = '';
function wpcom_remote_login_remove_dom_node_id( element_id ) {
var dom_node = document.getElementById( element_id );
if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); }
}
function wpcom_remote_login_remove_dom_node_classes( class_name ) {
var dom_nodes = document.querySelectorAll( '.' + class_name );
for ( var i = 0; i < dom_nodes.length; i++ ) {
dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] );
}
}
function wpcom_remote_login_final_cleanup() {
wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" );
wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );
wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" );
wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" );
wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" );
wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" );
}

// Watch for messages back from the remote login
window.addEventListener( "message", function( e ) {
if ( e.origin === "https://r-login.wordpress.com" ) {
var data = {};
try {
data = JSON.parse( e.data );
} catch( e ) {
wpcom_remote_login_final_cleanup();
return;
}

if ( data.msg === 'LOGIN' ) {
// Clean up the login check iframe
wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" );

var id_regex = new RegExp( /^[0-9]+$/ );
var token_regex = new RegExp( /^.*|.*|.*$/ );
if (
token_regex.test( data.token )
&& id_regex.test( data.wpcomid )
) {
// We have everything we need to ask for a login
var script = document.createElement( "script" );
script.setAttribute( "id", "wpcom_remote_login_validate" );
script.src = '/remote-login.php?wpcom_remote_login=validate'
+ '&wpcomid=' + data.wpcomid
+ '&token=' + encodeURIComponent( data.token )
+ '&host=' + window.location.protocol
+ '//' + window.location.hostname;
document.body.appendChild( script );
}

return;
}

// Safari ITP, not logged in, so redirect
if ( data.msg === 'LOGIN-REDIRECT' ) {
window.location = 'https://wordpress.com/log-in?redirect_to=' + window.location.href;
return;
}

// Safari ITP, storage access failed, remove the request
if ( data.msg === 'LOGIN-REMOVE' ) {
var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }';
var style_zap = document.createElement( 'style' );
style_zap.type = 'text/css';
style_zap.appendChild( document.createTextNode( css_zap ) );
document.body.appendChild( style_zap );

var e = document.getElementById( 'wpcom_request_access_iframe' );
e.parentNode.removeChild( e );

document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000';

return;
}

// Safari ITP
if ( data.msg === 'REQUEST_ACCESS' ) {
console.log( 'request access: safari' );

// Check ITP iframe enable/disable knob
if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) {
return;
}

// If we are in a "private window" there is no ITP.
var private_window = false;
try {
var opendb = window.openDatabase( null, null, null, null );
} catch( e ) {
private_window = true;
}

if ( private_window ) {
console.log( 'private window' );
return;
}

var iframe = document.createElement( 'iframe' );
iframe.id = 'wpcom_request_access_iframe';
iframe.setAttribute( 'scrolling', 'no' );
iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' );
iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid );

var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } ';

var style = document.createElement( 'style' );
style.type = 'text/css';
style.id = 'wpcom_request_access_styles';
style.appendChild( document.createTextNode( css ) );
document.body.appendChild( style );

document.body.appendChild( iframe );
}

if ( data.msg === 'DONE' ) {
wpcom_remote_login_final_cleanup();
}
}
}, false );

// Inject the remote login iframe after the page has had a chance to load
// more critical resources
window.addEventListener( "DOMContentLoaded", function( e ) {
var iframe = document.createElement( "iframe" );
iframe.style.display = "none";
iframe.setAttribute( "scrolling", "no" );
iframe.setAttribute( "id", "wpcom_remote_login_key" );
iframe.src = "https://r-login.wordpress.com/remote-login.php"
+ "?wpcom_remote_login=key"
+ "&origin=aHR0cHM6Ly9pYW1iZWdnaW5nbXltb3RoZXJub3R0b3JlYWR0aGlzYmxvZy5jb20%3D"
+ "&wpcomid=51862805"
+ "&time=1623865130";
document.body.appendChild( iframe );
}, false );
</script>
<link rel='dns-prefetch' href='//s2.wp.com'>
<link rel='dns-prefetch' href='//s1.wp.com'>
<link rel='dns-prefetch' href='//iambeggingmymothernottoreadthisblog.wordpress.com'>
<link rel='dns-prefetch' href='//s0.wp.com'>
<link rel='dns-prefetch' href='//fonts.googleapis.com'>
<link rel='dns-prefetch' href='//s.pubmine.com'>
<link rel='dns-prefetch' href='//x.bidswitch.net'>
<link rel='dns-prefetch' href='//static.criteo.net'>
<link rel='dns-prefetch' href='//ib.adnxs.com'>
<link rel='dns-prefetch' href='//aax.amazon-adsystem.com'>
<link rel='dns-prefetch' href='//bidder.criteo.com'>
<link rel='dns-prefetch' href='//cas.criteo.com'>
<link rel='dns-prefetch' href='//gum.criteo.com'>
<link rel='dns-prefetch' href='//ads.pubmatic.com'>
<link rel='dns-prefetch' href='//gads.pubmatic.com'>

<link rel='dns-prefetch' href='//ad.doubleclick.net'>


<link rel='dns-prefetch' href='//cdn.switchadhub.com'>
<link rel='dns-prefetch' href='//delivery.g.switchadhub.com'>
<link rel='dns-prefetch' href='//delivery.swid.switchadhub.com'>
<link rel='dns-prefetch' href='//a.teads.tv'>
<link rel='dns-prefetch' href='//prebid.media.net'>

<link rel='dns-prefetch' href='//fastlane.rubiconproject.com'>
<link rel='dns-prefetch' href='//prebid-server.rubiconproject.com'>
<link rel='dns-prefetch' href='//hb-api.omnitagjs.com'>
<link rel='dns-prefetch' href='//mtrx.go.sonobi.com'>
<link rel='dns-prefetch' href='//apex.go.sonobi.com'>
<link rel='dns-prefetch' href='//u.openx.net'>
<link rel="alternate" type="application/rss+xml" title="I Am Begging My Mother Not To Read This Blog &raquo; Feed" href="/feed/">
<link rel="alternate" type="application/rss+xml" title="I Am Begging My Mother Not To Read This Blog &raquo; Comments Feed" href="/comments/feed/">
<link rel="alternate" type="application/rss+xml" title="I Am Begging My Mother Not To Read This Blog &raquo; About Comments Feed" href="/about/feed/">
<script type="text/javascript">
/* <![CDATA[ */
function addLoadEvent(func) {
var oldonload = window.onload;
if (typeof window.onload != 'function') {
window.onload = func;
} else {
window.onload = function () {
oldonload();
func();
}
}
}
/* ]]> */
</script>
<script type="text/javascript">
window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s0.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1612197847h&ver=5.7.2"}};
!function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([55357,56424,8205,55356,57212],[55357,56424,8203,55356,57212])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings);
</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='all-css-0-1' href='https://s2.wp.com/_static/??-eJydkdFuwyAMRX9oxE2nVXmZ9i0QLObWBoShVf5+JNO0aNWmai9IF99zbQPcsplTrBgrSDOZW6CocMtzEqNCjMsPNcyqT7DDHKfwDabirVcInJzlx7yaGaOnZK7HO2A3E9MFFc5Ys50vZlN39i9vaF06LKFXCsJ1PAzTMIJrxH4dYgtwxZYFtC6MDwRt1K6/XVKrJhTy/40otlIM+gu+23zdod9LtnV1CHqyyCjd9hf2+W3O5YKqpp9CTUx97+D2cm/yOp6Oz+M0nQ4v5w/WTsQa?cssminify=yes' type='text/css' media='all'>
<style id='wp-block-library-inline-css'>
.has-text-align-justify {
text-align:justify;
}
</style>
<link crossorigin="anonymous" rel='stylesheet' id='droid-sans-css' href='https://fonts.googleapis.com/css?family=Droid+Sans%3Aregular%2Cbold&#038;ver=20120821' media='all'>
<link rel='stylesheet' id='all-css-2-1' href='https://s0.wp.com/_static/??-eJyFjUEOwjAMBD9EMEUqKgfEW9LUhIATR7WjqL8niEsRCG5e7cwaajaOk2JS0CtGFMhlBMmEaQoMogvh1ols4A8ZknvRpmbH8cOJxWQqPiSBGiaPKoCltXwPaMhWUIyZrLbd709XAx7ZEDurgdNbMBeyYf6lzjgS+3Z6aNQqPqVzPHX9cdcd+v0w3B4EKmoc?cssminify=yes' type='text/css' media='all'>
<link rel='stylesheet' id='print-css-3-1' href='https://s2.wp.com/wp-content/mu-plugins/global-print/global-print.css?m=1465851035h&cssminify=yes' type='text/css' media='print'>
<style id='jetpack-global-styles-frontend-style-inline-css'>
:root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;}
</style>
<link rel='stylesheet' id='all-css-6-1' href='https://s1.wp.com/_static/??-eJxti0EKgCAQAD+ULUaJl+gtJqbG6opr9P3o0CHqNAzMwFmEpdxcbpAOUfDwMTMU4iY2NLECB1Nj9g97y9zB/8Vko0GB5Oktn6kFlxxDGMEjrQbvYEmzVHIclNZy2i9lFDfR?cssminify=yes' type='text/css' media='all'>
<script id='wpcom-actionbar-placeholder-js-extra'>
var actionbardata = {"siteID":"51862805","siteName":"I Am Begging My Mother Not To Read This Blog","siteURL":"https:\/\/iambeggingmymothernottoreadthisblog.com","icon":"<img alt='' src='https:\/\/s2.wp.com\/i\/logo\/wpcom-gray-white.png' class='avatar avatar-50' height='50' width='50' \/>","canManageOptions":"","canCustomizeSite":"","isFollowing":"","themeSlug":"pub\/splendio","signupURL":"https:\/\/wordpress.com\/start\/","loginURL":"https:\/\/wordpress.com\/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fiambeggingmymothernottoreadthisblog.com%252Fabout%252F","themeURL":"","xhrURL":"https:\/\/iambeggingmymothernottoreadthisblog.com\/wp-admin\/admin-ajax.php","nonce":"b1977f81af","isSingular":"1","isFolded":"","isLoggedIn":"","isMobile":"","subscribeNonce":"","referer":"https:\/\/iambeggingmymothernottoreadthisblog.com\/about\/","canFollow":"1","feedID":"12099748","statusMessage":"","customizeLink":"https:\/\/iambeggingmymothernottoreadthisblog.wordpress.com\/wp-admin\/customize.php?url=https%3A%2F%2Fiambeggingmymothernottoreadthisblog.wordpress.com%2Fabout%2F","postID":"1","shortlink":"https:\/\/wp.me\/P3vBSR-1","canEditPost":"","editLink":"https:\/\/wordpress.com\/page\/iambeggingmymothernottoreadthisblog.com\/1","statsLink":"https:\/\/wordpress.com\/stats\/post\/1\/iambeggingmymothernottoreadthisblog.com","i18n":{"view":"View site","follow":"Follow","following":"Following","edit":"Edit","login":"Log in","signup":"Sign up","customize":"Customize","report":"Report this content","themeInfo":"Get theme: Splendio","shortlink":"Copy shortlink","copied":"Copied","followedText":"New posts from this site will now appear in your <a href=\"https:\/\/wordpress.com\/read\">Reader<\/a>","foldBar":"Collapse this bar","unfoldBar":"Expand this bar","editSubs":"Manage subscriptions","viewReader":"View site in Reader","viewReadPost":"View post in Reader","subscribe":"Sign me up","enterEmail":"Enter your email address","followers":"Join 30,320 other followers","alreadyUser":"Already have a WordPress.com account? <a href=\"https:\/\/wordpress.com\/log-in?redirect_to=https%3A%2F%2Fr-login.wordpress.com%2Fremote-login.php%3Faction%3Dlink%26back%3Dhttps%253A%252F%252Fiambeggingmymothernottoreadthisblog.com%252Fabout%252F\">Log in now.<\/a>","stats":"Stats"}};
</script>
<script type='text/javascript'>
window.addEventListener( 'DOMContentLoaded', function() {
rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} );
} );
</script>
<link rel='stylesheet' id='all-css-0-2' href='https://s0.wp.com/wp-content/mu-plugins/highlander-comments/style.css?m=1530132353h&cssminify=yes' type='text/css' media='all'>
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://iambeggingmymothernottoreadthisblog.wordpress.com/xmlrpc.php?rsd">
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://s1.wp.com/wp-includes/wlwmanifest.xml">
<link rel="canonical" href="/about/">
<link rel='shortlink' href='https://wp.me/P3vBSR-1'>
<link rel="alternate" type="application/json+oembed" href="https://public-api.wordpress.com/oembed/?format=json&amp;url=https%3A%2F%2Fiambeggingmymothernottoreadthisblog.com%2Fabout%2F&amp;for=wpcom-auto-discovery">
<link rel="alternate" type="application/xml+oembed" href="https://public-api.wordpress.com/oembed/?format=xml&amp;url=https%3A%2F%2Fiambeggingmymothernottoreadthisblog.com%2Fabout%2F&amp;for=wpcom-auto-discovery">
<meta property="og:type" content="article">
<meta property="og:title" content="About">
<meta property="og:url" content="https://iambeggingmymothernottoreadthisblog.com/about/">
<meta property="og:description" content="Katherine is a woman in her twenties who lives in Philadelphia. She has a blog about that. Oh, my GOD. Mommmm. Seriously. Don&#8217;t read this.">
<meta property="article:published_time" content="2013-05-09T04:36:04+00:00">
<meta property="article:modified_time" content="2013-05-09T04:42:47+00:00">
<meta property="og:site_name" content="I Am Begging My Mother Not To Read This Blog">
<meta property="og:image" content="https://s0.wp.com/i/blank.jpg">
<meta property="og:locale" content="en_US">
<meta name="twitter:site" content="">
<meta name="twitter:text:title" content="About">
<meta name="twitter:card" content="summary">

<link rel="shortcut icon" type="image/x-icon" href="https://s1.wp.com/i/favicon.ico" sizes="16x16 24x24 32x32 48x48">
<link rel="icon" type="image/x-icon" href="https://s1.wp.com/i/favicon.ico" sizes="16x16 24x24 32x32 48x48">
<link rel="apple-touch-icon" href="https://s2.wp.com/i/webclip.png">
<link rel='openid.server' href='/?openidserver=1'>
<link rel='openid.delegate' href='/'>
<link rel="search" type="application/opensearchdescription+xml" href="/osd.xml" title="I Am Begging My Mother Not To Read This Blog">
<link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com">
<meta name="theme-color" content="#452632">
<style type="text/css">
#wrapper {
background: #fff;
}
body {
background: none;
}
#colophon .site-info {
padding: 1em;
}
</style>
<style type="text/css">
.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}
</style>
<style type="text/css">
.recentcomments a {
display: inline !important;
padding: 0 !important;
margin: 0 !important;
}

table.recentcommentsavatartop img.avatar, table.recentcommentsavatarend img.avatar {
border: 0px;
margin: 0;
}

table.recentcommentsavatartop a, table.recentcommentsavatarend a {
border: 0px !important;
background-color: transparent !important;
}

td.recentcommentsavatarend, td.recentcommentsavatartop {
padding: 0px 0px 1px 0px;
margin: 0px;
}

td.recentcommentstextend {
border: none !important;
padding: 0px 0px 2px 10px;
}

.rtl td.recentcommentstextend {
padding: 0px 10px 2px 0px;
}

td.recentcommentstexttop {
border: none;
padding: 0px 0px 0px 10px;
}

.rtl td.recentcommentstexttop {
padding: 0px 10px 0px 0px;
}
</style>
<meta name="application-name" content="I Am Begging My Mother Not To Read This Blog">
<meta name="msapplication-window" content="width=device-width;height=device-height">
<meta name="msapplication-task" content="name=Subscribe;action-uri=https://iambeggingmymothernottoreadthisblog.com/feed/;icon-uri=https://s1.wp.com/i/favicon.ico">
<meta name="msapplication-task" content="name=Sign up for a free blog;action-uri=http://wordpress.com/signup/;icon-uri=https://s1.wp.com/i/favicon.ico">
<meta name="msapplication-task" content="name=WordPress.com Support;action-uri=http://support.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico">
<meta name="msapplication-task" content="name=WordPress.com Forums;action-uri=http://forums.wordpress.com/;icon-uri=https://s1.wp.com/i/favicon.ico">
<meta name="description" content="Katherine is a woman in her twenties who lives in Philadelphia. She has a blog about that. Oh, my GOD. Mommmm. Seriously. Don&#039;t read this.">
<style type="text/css" id="custom-background-css">
body.custom-background { background-color: #452632; }
</style>
<script type="text/javascript">
function __ATA_CC() {var v = document.cookie.match('(^|;) ?personalized-ads-consent=([^;]*)(;|$)');return v ? 1 : 0;}
var __ATA_PP = { 'pt': 2, 'ht': 1, 'tn': 'splendio', 'amp': false, 'consent': __ATA_CC(), 'gdpr_applies': false, 'ad': { 'label': { 'text': 'Advertisements' }, 'reportAd': { 'text': 'Report this ad' } }, 'siteid': 51862805 };
var __ATA = __ATA || {};
__ATA.cmd = __ATA.cmd || [];
__ATA.criteo = __ATA.criteo || {};
__ATA.criteo.cmd = __ATA.criteo.cmd || [];
</script>
<script type="text/javascript">
(function(){var g=Date.now||function(){return+new Date};function h(a,b){a:{for(var c=a.length,d="string"==typeof a?a.split(""):a,e=0;e<c;e++)if(e in d&&b.call(void 0,d[e],e,a)){b=e;break a}b=-1}return 0>b?null:"string"==typeof a?a.charAt(b):a[b]};function k(a,b,c){c=null!=c?"="+encodeURIComponent(String(c)):"";if(b+=c){c=a.indexOf("#");0>c&&(c=a.length);var d=a.indexOf("?");if(0>d||d>c){d=c;var e=""}else e=a.substring(d+1,c);a=[a.substr(0,d),e,a.substr(c)];c=a[1];a[1]=b?c?c+"&"+b:b:c;a=a[0]+(a[1]?"?"+a[1]:"")+a[2]}return a};var l=0;function m(a,b){var c=document.createElement("script");c.src=a;c.onload=function(){b&&b(void 0)};c.onerror=function(){b&&b("error")};a=document.getElementsByTagName("head");var d;a&&0!==a.length?d=a[0]:d=document.documentElement;d.appendChild(c)}function n(a){var b=void 0===b?document.cookie:b;return(b=h(b.split("; "),function(c){return-1!=c.indexOf(a+"=")}))?b.split("=")[1]:""}function p(a){return"string"==typeof a&&0<a.length}
function r(a,b,c){b=void 0===b?"":b;c=void 0===c?".":c;var d=[];Object.keys(a).forEach(function(e){var f=a[e],q=typeof f;"object"==q&&null!=f||"function"==q?d.push(r(f,b+e+c)):null!==f&&void 0!==f&&(e=encodeURIComponent(b+e),d.push(e+"="+encodeURIComponent(f)))});return d.filter(p).join("&")}function t(a,b){a||((window.__ATA||{}).config=b.c,m(b.url))}var u=Math.floor(1E13*Math.random()),v=window.__ATA||{};window.__ATA=v;window.__ATA.cmd=v.cmd||[];v.rid=u;v.createdAt=g();var w=window.__ATA||{},x="s.pubmine.com";
w&&w.serverDomain&&(x=w.serverDomain);var y="//"+x+"/conf",z=window.top===window,A=window.__ATA_PP&&window.__ATA_PP.gdpr_applies,B="boolean"===typeof A?Number(A):null,C=window.__ATA_PP||null,D=z?document.referrer?document.referrer:null:null,E=z?window.location.href:document.referrer?document.referrer:null,F,G=n("__ATA_tuuid");F=G?G:null;var H=window.innerWidth+"x"+window.innerHeight,I=n("usprivacy"),J=r({gdpr:B,pp:C,rid:u,src:D,ref:E,tuuid:F,vp:H,us_privacy:I?I:null},"",".");
(function(a){var b=void 0===b?"cb":b;l++;var c="callback__"+g().toString(36)+"_"+l.toString(36);a=k(a,b,c);window[c]=function(d){t(void 0,d)};m(a,function(d){d&&t(d)})})(y+"?"+J);}).call(this);
</script>
<style type="text/css" id="custom-colors-css">
body.custom-background.custom-colors {
background-color: #e9e9dc;
}
.site-navigation li:hover > a,
.site-navigation ul ul :hover > a {
text-shadow: none;
}
.site-navigation li:hover > a, .site-navigation ul ul :hover > a { color: #2D2D2D;}
.feature-slider a:hover, .feature-slider a.active { color: #2D2D2D;}
.entry-title a, .entry-title a:visited { color: #89670F;}
.widget a { color: #78590B;}
a:hover, a:focus, a:active { color: #89670F;}
#entry-author-info a:hover,#entry-author-info a:focus,#entry-author-info a:active { color: #78590B;}
a { color: #B25419;}
a:visited { color: #B25419;}
#branding hgroup .site-title a:hover { color: #B25419;}
.entry-title a:hover { color: #B25419;}
.single .entry-title a:hover { color: #B25419;}
.featured-posts .entry-title a { color: #B25419;}
.feature-slider a:hover,.feature-slider a.active { background-color: #E4844A;}
.widget a:hover { color: #A64D16;}
.site-navigation li:hover > a, .site-navigation ul ul :hover > a { background-color: #AD5219;}
#entry-author-info a { color: #994713;}
</style>
<link rel="stylesheet" id="custom-css-css" type="text/css" href="https://s2.wp.com/?custom-css=1&#038;csblog=3vBSR&#038;cscache=6&#038;csrev=9">
<style>
.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }
</style>
<style>
.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }
</style>
<style>
.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }
</style>
<style>
.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }
</style>
<style>
.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }
</style>
<style>
.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }
</style>
<style>
.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }
</style>
<style>
.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }
</style>
<style>
.widget.widget_media_image { overflow: hidden; }.widget.widget_media_image img { height: auto; max-width: 100%; }
</style>
</head>
<body class="page-template-default page page-id-1 custom-background customizer-styles-applied highlander-enabled highlander-light custom-colors">
<div id="wrapper" class="hfeed">
<div id="atatags-518628052-60ca372a5f99f"></div>
<script>
__ATA.cmd.push(function() {
__ATA.initDynamicSlot({
id: 'atatags-518628052-60ca372a5f99f',
location: 110,
formFactor: '002',
label: {
text: 'Advertisements',
},
creative: {
reportAd: {
text: 'Report this ad',
},
privacySettings: {
text: 'Privacy',

}
}
});
});
</script>
<div id="header">
<div id="branding">
<header id="masthead" role="banner">
<hgroup>
<h1 class="site-title"><a href="/" title="I Am Begging My Mother Not To Read This Blog" rel="home">I Am Begging My Mother Not To Read This Blog</a></h1>
<h2 class="site-description"></h2>
</hgroup>
<nav role="navigation" class="site-navigation">
<h1 class="assistive-text">Main menu</h1>
<div class="assistive-text skip-link">
<a href="#content" title="Skip to content">Skip to content</a>
</div>
<div class="menu-header">
<ul id="menu-menu-1" class="menu">
<li id="menu-item-3470" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-home menu-item-3470">
<a href="/">Home</a>
</li>
<li id="menu-item-3471" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-1 current_page_item menu-item-3471">
<a href="/about/" aria-current="page">About</a>
</li>
<li id="menu-item-3472" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-3472">
<a href="/shameless-whoredom-2/">The Give Me Money Page</a>
</li>
<li id="menu-item-3473" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-3473">
<a title="ladypockets" href="http://ladypockets.wordpress.com/">ladypockets</a>
</li>
</ul>
</div>
</nav>
</header>
</div>
<div id="header-auxiliary">
<div class="header-search">
<form method="get" action="#">
<fieldset>
<p class="search-title">Search</p><button type="submit">GO</button>
</fieldset>
</form>
</div>
<div class="syndicate">
<ul class="fade">
<li>
<a class="rss-link" href="/feed/" title="RSS"><span>RSS Feed</span></a>
</li>
<li>

</li>
<li>

</li>
</ul>
</div>
</div>
<div id="header-image" role="banner">
<a href="/"><img src="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2013/08/cropped-k_header.jpg" width="980" height="174" alt=""></a>
</div>
</div>
<div id="container">
<div id="primary">
<div id="content" role="main">
<article id="post-1" class="post-1 page type-page status-publish hentry">
<header class="entry-header">
<h1 class="entry-title">Not Found</h1>
</header>
<div class="entry-content">
<p>This page cannot be found.</p>
<p>Please get back to the <a href="/">Home page.</a></p>
<div id="atatags-518628051-60ca372a611d0"></div>
<script>
__ATA.cmd.push(function() {
__ATA.initDynamicSlot({
id: 'atatags-518628051-60ca372a611d0',
location: 120,
formFactor: '001',
label: {
text: 'Advertisements',
},
creative: {
reportAd: {
text: 'Report this ad',
},
privacySettings: {
text: 'Privacy',

}
}
});
});
</script>
<div id="atatags-518628055-60ca372a611ed">
<script type="text/javascript">
__ATA.cmd.push(function() {
__ATA.initVideoSlot('atatags-518628055-60ca372a611ed', {
sectionId: '518628055',
format: 'inread'
});
});
</script>
</div>
<div id="jp-post-flair" class="sharedaddy sd-like-enabled sd-sharing-enabled">
<div class="sharedaddy sd-sharing-enabled">

</div>
</div>
<div class='sharedaddy sd-block sd-like jetpack-likes-widget-wrapper jetpack-likes-widget-unloaded' id='like-post-wrapper-51862805-1-60ca372a61901' data-src='//widgets.wp.com/likes/index.html?ver=20210413#blog_id=51862805&amp;post_id=1&amp;origin=iambeggingmymothernottoreadthisblog.wordpress.com&amp;obj_id=51862805-1-60ca372a61901&amp;domain=iambeggingmymothernottoreadthisblog.com' data-name='like-post-frame-51862805-1-60ca372a61901'>
<h3 class='sd-title'>Like this:</h3>
<div class='likes-widget-placeholder post-likes-widget-placeholder' style='height: 55px;'>
<span class='button'><span>Like</span></span> <span class="loading">Loading...</span>
</div><span class='sd-text-color'></span><a class='sd-link-color'></a>
</div>
</div>
</div>
<ul class="entry-meta fade">
<li class="comments-link">
<a href="/about/#comments">141 Comments</a>
</li>
</ul>
</article>
<div id="comments">
<h2 id="comments-title"></h2>
<nav id="comment-nav-above">
<h1 class="assistive-text section-heading">Comment navigation</h1>
<div class="nav-previous">
<a href="/about/comment-page-2/#comments">&larr; Older Comments</a>
</div>
<div class="nav-next"></div>
</nav>

<nav id="comment-nav-below">
<h1 class="assistive-text section-heading">Comment navigation</h1>
<div class="nav-previous">
<a href="/about/comment-page-2/#comments">&larr; Older Comments</a>
</div>
<div class="nav-next"></div>
</nav>
<div id="respond" class="comment-respond">
<h3 id="reply-title" class="comment-reply-title">Leave a Reply <small><a rel="nofollow" id="cancel-comment-reply-link" href="/about/#respond" style="display:none;">Cancel reply</a></small></h3>
<form action="https://iambeggingmymothernottoreadthisblog.com/wp-comments-post.php" method="post" id="commentform" class="comment-form" name="commentform">

<div class="comment-form-field comment-textarea">
<label for="comment">Enter your comment here...</label>
<div id="comment-form-comment">

</div>
</div>
<div id="comment-form-identity">
<div id="comment-form-nascar">
<p>Fill in your details below or click an icon to log in:</p>
<ul>
<li class="selected" style="display:none;">
<a href="#comment-form-guest" id="postas-guest" class="nascar-signin-link" title="Login via Guest"></a>
</li>
<li>
<a href="#comment-form-load-service:WordPress.com" id="postas-wordpress" class="nascar-signin-link" title="Login via WordPress.com"><svg xmlns="http://www.w3.org/2000/svg" role="presentation" viewbox="0 0 24 24">
<rect x="0" fill="none" width="24" height="24"></rect>
<g>
<path fill="#0087be" d="M12.158 12.786l-2.698 7.84c.806.236 1.657.365 2.54.365 1.047 0 2.05-.18 2.986-.51-.024-.037-.046-.078-.065-.123l-2.762-7.57zM3.008 12c0 3.56 2.07 6.634 5.068 8.092L3.788 8.342c-.5 1.117-.78 2.354-.78 3.658zm15.06-.454c0-1.112-.398-1.88-.74-2.48-.456-.74-.883-1.368-.883-2.11 0-.825.627-1.595 1.51-1.595.04 0 .078.006.116.008-1.598-1.464-3.73-2.36-6.07-2.36-3.14 0-5.904 1.613-7.512 4.053.21.008.41.012.58.012.94 0 2.395-.114 2.395-.114.484-.028.54.684.057.74 0 0-.487.058-1.03.086l3.275 9.74 1.968-5.902-1.4-3.838c-.485-.028-.944-.085-.944-.085-.486-.03-.43-.77.056-.742 0 0 1.484.114 2.368.114.94 0 2.397-.114 2.397-.114.486-.028.543.684.058.74 0 0-.488.058-1.03.086l3.25 9.665.897-2.997c.456-1.17.684-2.137.684-2.907zm1.82-3.86c.04.286.06.593.06.924 0 .912-.17 1.938-.683 3.22l-2.746 7.94c2.672-1.558 4.47-4.454 4.47-7.77 0-1.564-.4-3.033-1.1-4.314zM12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10z"></path>
</g></svg></a>
</li>
<li>
<a href="#comment-form-load-service:Twitter" id="postas-twitter" class="nascar-signin-link" title="Login via Twitter"><svg xmlns="http://www.w3.org/2000/svg" role="presentation" viewbox="0 0 24 24">
<rect x="0" fill="none" width="24" height="24"></rect>
<g>
<path fill="#1DA1F2" d="M22.23 5.924c-.736.326-1.527.547-2.357.646.847-.508 1.498-1.312 1.804-2.27-.793.47-1.67.812-2.606.996C18.325 4.498 17.258 4 16.078 4c-2.266 0-4.103 1.837-4.103 4.103 0 .322.036.635.106.935-3.41-.17-6.433-1.804-8.457-4.287-.353.607-.556 1.312-.556 2.064 0 1.424.724 2.68 1.825 3.415-.673-.022-1.305-.207-1.86-.514v.052c0 1.988 1.415 3.647 3.293 4.023-.344.095-.707.145-1.08.145-.265 0-.522-.026-.773-.074.522 1.63 2.038 2.817 3.833 2.85-1.404 1.1-3.174 1.757-5.096 1.757-.332 0-.66-.02-.98-.057 1.816 1.164 3.973 1.843 6.29 1.843 7.547 0 11.675-6.252 11.675-11.675 0-.178-.004-.355-.012-.53.802-.578 1.497-1.3 2.047-2.124z"></path>
</g></svg></a>
</li>
<li>
<a href="#comment-form-load-service:Facebook" id="postas-facebook" class="nascar-signin-link" title="Login via Facebook"><svg xmlns="http://www.w3.org/2000/svg" role="presentation" viewbox="0 0 24 24">
<rect x="0" fill="none" width="24" height="24"></rect>
<g>
<path fill="#3B5998" d="M20.007 3H3.993C3.445 3 3 3.445 3 3.993v16.013c0 .55.445.994.993.994h8.62v-6.97H10.27V11.31h2.346V9.31c0-2.325 1.42-3.59 3.494-3.59.993 0 1.847.073 2.096.106v2.43h-1.438c-1.128 0-1.346.537-1.346 1.324v1.734h2.69l-.35 2.717h-2.34V21h4.587c.548 0 .993-.445.993-.993V3.993c0-.548-.445-.993-.993-.993z"></path>
</g></svg></a>
</li>
</ul>
</div>
<div id="comment-form-guest" class="comment-form-service selected">
<div class="comment-form-padder">
<div class="comment-form-avatar">
<a href="https://gravatar.com/site/signup/" target="_blank"><img src="https://1.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=25&amp;d=identicon&amp;forcedefault=y&amp;r=G" alt="Gravatar" width="25" class="no-grav"></a>
</div>
<div class="comment-form-fields">
<div class="comment-form-field comment-form-email">
<label for="email">Email <span class="required">(required)</span> <span class="nopublish">(Address never made public)</span></label>
<div class="comment-form-input">

</div>
</div>
<div class="comment-form-field comment-form-author">
<label for="author">Name <span class="required">(required)</span></label>
<div class="comment-form-input">

</div>
</div>
<div class="comment-form-field comment-form-url">
<label for="url">Website</label>
<div class="comment-form-input">

</div>
</div>
</div>
</div>
</div>
<div id="comment-form-wordpress" class="comment-form-service">
<div class="comment-form-padder">
<div class="comment-form-avatar"><img src="https://1.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=25&amp;d=identicon&amp;forcedefault=y&amp;r=G" alt="WordPress.com Logo" width="25" class="no-grav"></div>
<div class="comment-form-fields">

<p class="comment-form-posting-as pa-wordpress"><strong></strong> You are commenting using your WordPress.com account. <span class="comment-form-log-out">(&nbsp;<a href="javascript:HighlanderComments.doExternalLogout(%20'wordpress'%20);">Log&nbsp;Out</a>&nbsp;/&nbsp; <a href="#" onclick="javascript:HighlanderComments.switchAccount();return false;">Change</a>&nbsp;)</span> <span class="pa-icon"><svg xmlns="http://www.w3.org/2000/svg" role="presentation" viewbox="0 0 24 24">
<rect x="0" fill="none" width="24" height="24"></rect>
<g>
<path fill="#0087be" d="M12.158 12.786l-2.698 7.84c.806.236 1.657.365 2.54.365 1.047 0 2.05-.18 2.986-.51-.024-.037-.046-.078-.065-.123l-2.762-7.57zM3.008 12c0 3.56 2.07 6.634 5.068 8.092L3.788 8.342c-.5 1.117-.78 2.354-.78 3.658zm15.06-.454c0-1.112-.398-1.88-.74-2.48-.456-.74-.883-1.368-.883-2.11 0-.825.627-1.595 1.51-1.595.04 0 .078.006.116.008-1.598-1.464-3.73-2.36-6.07-2.36-3.14 0-5.904 1.613-7.512 4.053.21.008.41.012.58.012.94 0 2.395-.114 2.395-.114.484-.028.54.684.057.74 0 0-.487.058-1.03.086l3.275 9.74 1.968-5.902-1.4-3.838c-.485-.028-.944-.085-.944-.085-.486-.03-.43-.77.056-.742 0 0 1.484.114 2.368.114.94 0 2.397-.114 2.397-.114.486-.028.543.684.058.74 0 0-.488.058-1.03.086l3.25 9.665.897-2.997c.456-1.17.684-2.137.684-2.907zm1.82-3.86c.04.286.06.593.06.924 0 .912-.17 1.938-.683 3.22l-2.746 7.94c2.672-1.558 4.47-4.454 4.47-7.77 0-1.564-.4-3.033-1.1-4.314zM12 22C6.486 22 2 17.514 2 12S6.486 2 12 2s10 4.486 10 10-4.486 10-10 10z"></path>
</g></svg></span></p>
</div>
</div>
</div>
<div id="comment-form-googleplus" class="comment-form-service">
<div class="comment-form-padder">
<div class="comment-form-avatar"><img src="https://1.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=25&amp;d=identicon&amp;forcedefault=y&amp;r=G" alt="Google photo" width="25" class="no-grav"></div>
<div class="comment-form-fields">

<p class="comment-form-posting-as pa-googleplus"><strong></strong> You are commenting using your Google account. <span class="comment-form-log-out">(&nbsp;<a href="javascript:HighlanderComments.doExternalLogout(%20'googleplus'%20);">Log&nbsp;Out</a>&nbsp;/&nbsp; <a href="#" onclick="javascript:HighlanderComments.switchAccount();return false;">Change</a>&nbsp;)</span> <span class="pa-icon"><svg xmlns="http://www.w3.org/2000/svg" role="presentation" x="0px" y="0px" viewbox="0 0 60 60">
<path fill="#519bf7" d="M56.3,30c0,-1.6 -0.2,-3.4 -0.6,-5h-3.1H42.2H30v10.6h14.8C44,39.3 42,42 39.1,43.9l8.8,6.8C53,46 56.3,39 56.3,30z"></path>
<path fill="#3db366" d="M30,57.5c6.7,0 13.1,-2.4 17.9,-6.8l-8.8,-6.8c-2.5,1.6 -5.6,2.4 -9.1,2.4c-7.2,0 -13.3,-4.7 -15.4,-11.2l-9.3,7.1C9.8,51.3 19.1,57.5 30,57.5z"></path>
<path fill="#fdc600" d="M5.3,42.2l9.3,-7.1c-0.5,-1.6 -0.8,-3.3 -0.8,-5.1s0.3,-3.5 0.8,-5.1l-9.3,-7.1C3.5,21.5 2.5,25.6 2.5,30S3.5,38.5 5.3,42.2z"></path>
<path fill="#f15b44" d="M40.1,17.4l8,-8C43.3,5.1 37,2.5 30,2.5C19.1,2.5 9.8,8.7 5.3,17.8l9.3,7.1c2.1,-6.5 8.2,-11.1 15.4,-11.1C33.9,13.7 37.4,15.1 40.1,17.4z"></path></svg></span></p>
</div>
</div>
</div>
<div id="comment-form-twitter" class="comment-form-service">
<div class="comment-form-padder">
<div class="comment-form-avatar"><img src="https://1.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=25&amp;d=identicon&amp;forcedefault=y&amp;r=G" alt="Twitter picture" width="25" class="no-grav"></div>
<div class="comment-form-fields">

<p class="comment-form-posting-as pa-twitter"><strong></strong> You are commenting using your Twitter account. <span class="comment-form-log-out">(&nbsp;<a href="javascript:HighlanderComments.doExternalLogout(%20'twitter'%20);">Log&nbsp;Out</a>&nbsp;/&nbsp; <a href="#" onclick="javascript:HighlanderComments.switchAccount();return false;">Change</a>&nbsp;)</span> <span class="pa-icon"><svg xmlns="http://www.w3.org/2000/svg" role="presentation" viewbox="0 0 24 24">
<rect x="0" fill="none" width="24" height="24"></rect>
<g>
<path fill="#1DA1F2" d="M22.23 5.924c-.736.326-1.527.547-2.357.646.847-.508 1.498-1.312 1.804-2.27-.793.47-1.67.812-2.606.996C18.325 4.498 17.258 4 16.078 4c-2.266 0-4.103 1.837-4.103 4.103 0 .322.036.635.106.935-3.41-.17-6.433-1.804-8.457-4.287-.353.607-.556 1.312-.556 2.064 0 1.424.724 2.68 1.825 3.415-.673-.022-1.305-.207-1.86-.514v.052c0 1.988 1.415 3.647 3.293 4.023-.344.095-.707.145-1.08.145-.265 0-.522-.026-.773-.074.522 1.63 2.038 2.817 3.833 2.85-1.404 1.1-3.174 1.757-5.096 1.757-.332 0-.66-.02-.98-.057 1.816 1.164 3.973 1.843 6.29 1.843 7.547 0 11.675-6.252 11.675-11.675 0-.178-.004-.355-.012-.53.802-.578 1.497-1.3 2.047-2.124z"></path>
</g></svg></span></p>
</div>
</div>
</div>
<div id="comment-form-facebook" class="comment-form-service">
<div class="comment-form-padder">
<div class="comment-form-avatar"><img src="https://1.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=25&amp;d=identicon&amp;forcedefault=y&amp;r=G" alt="Facebook photo" width="25" class="no-grav"></div>
<div class="comment-form-fields">

<p class="comment-form-posting-as pa-facebook"><strong></strong> You are commenting using your Facebook account. <span class="comment-form-log-out">(&nbsp;<a href="javascript:HighlanderComments.doExternalLogout(%20'facebook'%20);">Log&nbsp;Out</a>&nbsp;/&nbsp; <a href="#" onclick="javascript:HighlanderComments.switchAccount();return false;">Change</a>&nbsp;)</span> <span class="pa-icon"><svg xmlns="http://www.w3.org/2000/svg" role="presentation" viewbox="0 0 24 24">
<rect x="0" fill="none" width="24" height="24"></rect>
<g>
<path fill="#3B5998" d="M20.007 3H3.993C3.445 3 3 3.445 3 3.993v16.013c0 .55.445.994.993.994h8.62v-6.97H10.27V11.31h2.346V9.31c0-2.325 1.42-3.59 3.494-3.59.993 0 1.847.073 2.096.106v2.43h-1.438c-1.128 0-1.346.537-1.346 1.324v1.734h2.69l-.35 2.717h-2.34V21h4.587c.548 0 .993-.445.993-.993V3.993c0-.548-.445-.993-.993-.993z"></path>
</g></svg></span></p>
</div>
</div>
</div>
<div id="comment-form-load-service" class="comment-form-service">
<div class="comment-form-posting-as-cancel">
<a href="javascript:HighlanderComments.cancelExternalWindow();">Cancel</a>
</div>
<p>Connecting to %s</p>
</div>
</div>
<script type="text/javascript">
var highlander_expando_javascript = function () {

function hide( sel ) {
var el = document.querySelector( sel );
if ( el ) {
el.style.setProperty( 'display', 'none' );
}
}

function show( sel ) {
var el = document.querySelector( sel );
if ( el ) {
el.style.removeProperty( 'display' );
}
}

var input = document.createElement( 'input' );
var comment = document.querySelector( '#comment' );

if ( input && comment && 'placeholder' in input ) {
var label = document.querySelector( '.comment-textarea label' );
if ( label ) {
var text = label.textContent;
label.parentNode.removeChild( label );
comment.setAttribute( 'placeholder', text );
}
}

// Expando Mode: start small, then auto-resize on first click + text length
hide( '#comment-form-identity' );
hide( '#comment-form-subscribe' );
hide( '#commentform .form-submit' );

if ( comment ) {
comment.style.height = '10px';

var handler = function () {
comment.style.height = HighlanderComments.initialHeight + 'px';
show( '#comment-form-identity' );
show( '#comment-form-subscribe' );
show( '#commentform .form-submit' );
HighlanderComments.resizeCallback();

comment.removeEventListener( 'focus', handler );
};

comment.addEventListener( 'focus', handler );
}
}

if ( document.readyState !== 'loading' ) {
highlander_expando_javascript();
} else {
if ( typeof window.jQuery === 'function' ) {
// Use jQuery's `ready` if available.
// This solves some scheduling issues between this script and the main highlander script.
jQuery( document ).ready( highlander_expando_javascript );
} else {
// If not available, add a vanilla event listener.
document.addEventListener( 'DOMContentLoaded', highlander_expando_javascript );
}
}

</script>
<div id="comment-form-subscribe">
<p class="comment-subscription-form"> <label class="subscribe-label" id="subscribe-label" for="subscribe" style="display: inline;">Notify me of new comments via email.</label></p>
<p class="post-subscription-form"> <label class="subscribe-label" id="subscribe-blog-label" for="subscribe_blog" style="display: inline;">Notify me of new posts via email.</label></p>
</div>
<p class="form-submit wp-block-button"> </p>
<p style="display: none;"></p>

</form>
</div>
<div style="clear: both"></div>
</div>
</div>
</div>
<div id="secondary" class="widget-area" role="complementary">
<div id="atatags-518628053-60ca372a76b8e"></div>
<script>
__ATA.cmd.push(function() {
__ATA.initDynamicSlot({
id: 'atatags-518628053-60ca372a76b8e',
location: 140,
formFactor: '003',
label: {
text: 'Advertisements',
},
creative: {
reportAd: {
text: 'Report this ad',
},
privacySettings: {
text: 'Privacy',

}
}
});
});
</script>
<aside id="blog_subscription-2" class="widget widget_blog_subscription jetpack_subscription_widget">
<h1 class="widget-title"><label for="subscribe-field">Follow me via email!</label></h1>
<form action="https://subscribe.wordpress.com" method="post" accept-charset="utf-8" id="" name="">
<p>Enter your email address to follow this blog and receive notifications of new posts by email.</p>
<p id="subscribe-email"><label id="subscribe-field-label" for="subscribe-field" class="screen-reader-text">Email Address:</label> </p>
<p id="subscribe-submit"> <button type="submit">Follow</button></p>
</form>
</aside>
<aside id="archives-3" class="widget widget_archive">
<h1 class="widget-title">Archives</h1>
<ul>
<li>
<a href='/2018/09/'>September 2018</a>
</li>
<li>
<a href='/2018/04/'>April 2018</a>
</li>
<li>
<a href='/2018/01/'>January 2018</a>
</li>
<li>
<a href='/2017/11/'>November 2017</a>
</li>
<li>
<a href='/2017/10/'>October 2017</a>
</li>
<li>
<a href='/2017/08/'>August 2017</a>
</li>
<li>
<a href='/2017/06/'>June 2017</a>
</li>
<li>
<a href='/2017/04/'>April 2017</a>
</li>
<li>
<a href='/2017/03/'>March 2017</a>
</li>
<li>
<a href='/2017/02/'>February 2017</a>
</li>
<li>
<a href='/2017/01/'>January 2017</a>
</li>
<li>
<a href='/2016/11/'>November 2016</a>
</li>
<li>
<a href='/2016/10/'>October 2016</a>
</li>
<li>
<a href='/2016/07/'>July 2016</a>
</li>
<li>
<a href='/2016/06/'>June 2016</a>
</li>
<li>
<a href='/2016/04/'>April 2016</a>
</li>
<li>
<a href='/2016/03/'>March 2016</a>
</li>
<li>
<a href='/2016/02/'>February 2016</a>
</li>
<li>
<a href='/2016/01/'>January 2016</a>
</li>
<li>
<a href='/2015/12/'>December 2015</a>
</li>
<li>
<a href='/2015/11/'>November 2015</a>
</li>
<li>
<a href='/2015/10/'>October 2015</a>
</li>
<li>
<a href='/2015/09/'>September 2015</a>
</li>
<li>
<a href='/2015/08/'>August 2015</a>
</li>
<li>
<a href='/2015/07/'>July 2015</a>
</li>
<li>
<a href='/2015/06/'>June 2015</a>
</li>
<li>
<a href='/2015/05/'>May 2015</a>
</li>
<li>
<a href='/2015/04/'>April 2015</a>
</li>
<li>
<a href='/2015/03/'>March 2015</a>
</li>
<li>
<a href='/2015/02/'>February 2015</a>
</li>
<li>
<a href='/2015/01/'>January 2015</a>
</li>
<li>
<a href='/2014/12/'>December 2014</a>
</li>
<li>
<a href='/2014/11/'>November 2014</a>
</li>
<li>
<a href='/2014/10/'>October 2014</a>
</li>
<li>
<a href='/2014/09/'>September 2014</a>
</li>
<li>
<a href='/2014/08/'>August 2014</a>
</li>
<li>
<a href='/2014/07/'>July 2014</a>
</li>
<li>
<a href='/2014/06/'>June 2014</a>
</li>
<li>
<a href='/2014/05/'>May 2014</a>
</li>
<li>
<a href='/2014/04/'>April 2014</a>
</li>
<li>
<a href='/2014/03/'>March 2014</a>
</li>
<li>
<a href='/2014/02/'>February 2014</a>
</li>
<li>
<a href='/2014/01/'>January 2014</a>
</li>
<li>
<a href='/2013/12/'>December 2013</a>
</li>
<li>
<a href='/2013/11/'>November 2013</a>
</li>
<li>
<a href='/2013/10/'>October 2013</a>
</li>
<li>
<a href='/2013/09/'>September 2013</a>
</li>
<li>
<a href='/2013/08/'>August 2013</a>
</li>
<li>
<a href='/2013/07/'>July 2013</a>
</li>
<li>
<a href='/2013/06/'>June 2013</a>
</li>
<li>
<a href='/2013/05/'>May 2013</a>
</li>
</ul>
</aside>
<aside id="media_image-3" class="widget widget_media_image">
<h1 class="widget-title">Shameless Whoredom.</h1>
</aside>
<aside id="media_image-2" class="widget widget_media_image">
<h1 class="widget-title">More Shameless Whoredom.</h1><a href="http://www.zazzle.com/ohheyimadeastore*"><img width="600" height="200" src="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/02/buy-stuff-button.jpg" class="image wp-image-2744 alignnone attachment-full size-full" alt="" loading="lazy" style="max-width: 100%; height: auto;" srcset="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/02/buy-stuff-button.jpg 600w, https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/02/buy-stuff-button.jpg?w=150&amp;h=50 150w, https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/02/buy-stuff-button.jpg?w=300&amp;h=100 300w" sizes="(max-width: 600px) 100vw, 600px" data-attachment-id="2744" data-permalink="/buy-stuff-button/" data-orig-file="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/02/buy-stuff-button.jpg" data-orig-size="600,200" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="buy stuff button" data-image-description="" data-medium-file="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/02/buy-stuff-button.jpg?w=300" data-large-file="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/02/buy-stuff-button.jpg?w=600"></a>
</aside>
<aside id="media_image-5" class="widget widget_media_image">
<h1 class="widget-title">TOP POSTS</h1><a href="/2013/06/24/twelve-habits-of-happy-healthy-people-who-dont-give-a-shit-about-your-inner-peace/"><img width="600" height="200" src="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/twelvehabits2.jpg" class="image wp-image-3404 alignnone attachment-full size-full" alt="" loading="lazy" style="max-width: 100%; height: auto;" srcset="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/twelvehabits2.jpg 600w, https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/twelvehabits2.jpg?w=150&amp;h=50 150w, https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/twelvehabits2.jpg?w=300&amp;h=100 300w" sizes="(max-width: 600px) 100vw, 600px" data-attachment-id="3404" data-permalink="/twelvehabits2/" data-orig-file="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/twelvehabits2.jpg" data-orig-size="600,200" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="twelvehabits2" data-image-description="" data-medium-file="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/twelvehabits2.jpg?w=300" data-large-file="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/twelvehabits2.jpg?w=600"></a>
</aside>
<aside id="media_image-4" class="widget widget_media_image">
<a href="/2013/10/09/why-thank-you-sir-i-do-have-great-tits/"><img width="600" height="200" src="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/tits.jpg" class="image wp-image-3396 alignnone attachment-full size-full" alt="" loading="lazy" style="max-width: 100%; height: auto;" srcset="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/tits.jpg 600w, https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/tits.jpg?w=150&amp;h=50 150w, https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/tits.jpg?w=300&amp;h=100 300w" sizes="(max-width: 600px) 100vw, 600px" data-attachment-id="3396" data-permalink="/tits/" data-orig-file="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/tits.jpg" data-orig-size="600,200" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="tits" data-image-description="" data-medium-file="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/tits.jpg?w=300" data-large-file="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/tits.jpg?w=600"></a>
</aside>
<aside id="media_image-9" class="widget widget_media_image">
<a href="/2013/10/11/the-world-doesnt-need-any-more-costume-designers/"><img width="600" height="200" src="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/costumedesigner1.jpg" class="image wp-image-3401 alignnone attachment-full size-full" alt="" loading="lazy" style="max-width: 100%; height: auto;" srcset="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/costumedesigner1.jpg 600w, https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/costumedesigner1.jpg?w=150&amp;h=50 150w, https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/costumedesigner1.jpg?w=300&amp;h=100 300w" sizes="(max-width: 600px) 100vw, 600px" data-attachment-id="3401" data-permalink="/costumedesigner1/" data-orig-file="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/costumedesigner1.jpg" data-orig-size="600,200" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="costumedesigner1" data-image-description="" data-medium-file="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/costumedesigner1.jpg?w=300" data-large-file="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/costumedesigner1.jpg?w=600"></a>
</aside>
<aside id="media_image-6" class="widget widget_media_image">
<a href="/2013/08/01/a-pictures-worth-a-thousand-words-that-i-didnt-feel-like-writing/"><img width="600" height="200" src="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/thousandwords1.jpg" class="image wp-image-3403 alignnone attachment-full size-full" alt="" loading="lazy" style="max-width: 100%; height: auto;" srcset="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/thousandwords1.jpg 600w, https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/thousandwords1.jpg?w=150&amp;h=50 150w, https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/thousandwords1.jpg?w=300&amp;h=100 300w" sizes="(max-width: 600px) 100vw, 600px" data-attachment-id="3403" data-permalink="/thousandwords1/" data-orig-file="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/thousandwords1.jpg" data-orig-size="600,200" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="thousandwords1" data-image-description="" data-medium-file="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/thousandwords1.jpg?w=300" data-large-file="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/thousandwords1.jpg?w=600"></a>
</aside>
<aside id="media_image-7" class="widget widget_media_image">
<a href="/2013/09/18/im-a-millenial-please-stop-being-a-douche-to-me/"><img width="600" height="200" src="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/millennial1.jpg" class="image wp-image-3405 alignnone attachment-full size-full" alt="" loading="lazy" style="max-width: 100%; height: auto;" srcset="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/millennial1.jpg 600w, https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/millennial1.jpg?w=150&amp;h=50 150w, https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/millennial1.jpg?w=300&amp;h=100 300w" sizes="(max-width: 600px) 100vw, 600px" data-attachment-id="3405" data-permalink="/millennial1/" data-orig-file="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/millennial1.jpg" data-orig-size="600,200" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="millennial1" data-image-description="" data-medium-file="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/millennial1.jpg?w=300" data-large-file="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/millennial1.jpg?w=600"></a>
</aside>
<aside id="media_image-8" class="widget widget_media_image">
<a href="/2013/09/22/dating-is-the-worst-and-other-scientific-facts/"><img width="600" height="200" src="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/datingistheworst.jpg" class="image wp-image-3399 alignnone attachment-full size-full" alt="" loading="lazy" style="max-width: 100%; height: auto;" srcset="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/datingistheworst.jpg 600w, https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/datingistheworst.jpg?w=150&amp;h=50 150w, https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/datingistheworst.jpg?w=300&amp;h=100 300w" sizes="(max-width: 600px) 100vw, 600px" data-attachment-id="3399" data-permalink="/datingistheworst/" data-orig-file="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/datingistheworst.jpg" data-orig-size="600,200" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="datingistheworst" data-image-description="" data-medium-file="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/datingistheworst.jpg?w=300" data-large-file="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/datingistheworst.jpg?w=600"></a>
</aside>
<aside id="media_image-10" class="widget widget_media_image">
<a href="/2014/02/18/anxiety/"><img width="600" height="200" src="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/anxiety.jpg" class="image wp-image-3406 alignnone attachment-full size-full" alt="" loading="lazy" style="max-width: 100%; height: auto;" srcset="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/anxiety.jpg 600w, https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/anxiety.jpg?w=150&amp;h=50 150w, https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/anxiety.jpg?w=300&amp;h=100 300w" sizes="(max-width: 600px) 100vw, 600px" data-attachment-id="3406" data-permalink="/anxiety-2/" data-orig-file="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/anxiety.jpg" data-orig-size="600,200" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}" data-image-title="anxiety" data-image-description="" data-medium-file="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/anxiety.jpg?w=300" data-large-file="https://iambeggingmymothernottoreadthisblog.files.wordpress.com/2014/05/anxiety.jpg?w=600"></a>
</aside>
<aside id="freshly_pressed-2" class="widget widget_freshly_pressed">
<a href="http://discover.wordpress.com/" title="Featured on Freshly Pressed"></a>
</aside>
<aside id="recent-comments-3" class="widget widget_recent_comments">
<h1 class="widget-title">Recent Comments</h1>
<table class="recentcommentsavatar" cellspacing="0" cellpadding="0" border="0">
<tr>
<td title="Kevin" class="recentcommentsavatartop" style="height:48px; width:48px;">
<a href="http://kevin.mcclear.net" rel="nofollow"><img alt='' src='https://0.gravatar.com/avatar/c86cf120f336ca6b60f1dbacb70e11ee?s=48&#038;d=identicon&#038;r=G' class='avatar avatar-48' height='48' width='48'></a>
</td>
<td class="recentcommentstexttop" style="">
<a href="http://kevin.mcclear.net" rel="nofollow">Kevin</a> on <a href="/2018/09/30/on-sons-and-daughters/comment-page-1/#comment-51644">On Sons and&nbsp;Daughters.</a>
</td>
</tr>
<tr>
<td title="clare ulitsch" class="recentcommentsavatarend" style="height:48px; width:48px;"><img alt='' src='https://2.gravatar.com/avatar/887f05ac9cc8d22a31fd2056e6fba226?s=48&#038;d=identicon&#038;r=G' class='avatar avatar-48' height='48' width='48'></td>
<td class="recentcommentstextend" style="">
clare ulitsch on <a href="/2018/04/08/101-fun-games-to-play-with-depression/comment-page-1/#comment-34534">101 Fun Games To Play With&hellip;</a>
</td>
</tr>
<tr>
<td title="sarah9188" class="recentcommentsavatarend" style="height:48px; width:48px;">
<a href="http://singularsarah.com" rel="nofollow"><img alt='' src='https://0.gravatar.com/avatar/978a07a2ff31db771be41f87640ab3f8?s=48&#038;d=identicon&#038;r=G' class='avatar avatar-48' height='48' width='48'></a>
</td>
<td class="recentcommentstextend" style="">
<a href="http://singularsarah.com" rel="nofollow">sarah9188</a> on <a href="/2018/09/30/on-sons-and-daughters/comment-page-1/#comment-34061">On Sons and&nbsp;Daughters.</a>
</td>
</tr>
<tr>
<td title="Andrea McDowell" class="recentcommentsavatarend" style="height:48px; width:48px;">
<a href="http://zoopolis.wordpress.com" rel="nofollow"><img alt='' src='https://1.gravatar.com/avatar/730fadada00b45c3f713b9d8d7995393?s=48&#038;d=identicon&#038;r=G' class='avatar avatar-48' height='48' width='48'></a>
</td>
<td class="recentcommentstextend" style="">
<a href="http://zoopolis.wordpress.com" rel="nofollow">Andrea McDowell</a> on <a href="/2018/09/30/on-sons-and-daughters/comment-page-1/#comment-34004">On Sons and&nbsp;Daughters.</a>
</td>
</tr>
<tr>
<td title="CassandraToday" class="recentcommentsavatarend" style="height:48px; width:48px;">
<a href="http://cassandratoday.wordpress.com" rel="nofollow"><img alt='' src='https://2.gravatar.com/avatar/57c6d0d6da0e5acda79f6b50b923d704?s=48&#038;d=identicon&#038;r=G' class='avatar avatar-48' height='48' width='48'></a>
</td>
<td class="recentcommentstextend" style="">
<a href="http://cassandratoday.wordpress.com" rel="nofollow">CassandraToday</a> on <a href="/2018/09/30/on-sons-and-daughters/comment-page-1/#comment-34002">On Sons and&nbsp;Daughters.</a>
</td>
</tr>
</table>
</aside>
<div id="atatags-518628053-60ca372a7e5df"></div>
<script>
__ATA.cmd.push(function() {
__ATA.initDynamicSlot({
id: 'atatags-518628053-60ca372a7e5df',
location: 140,
formFactor: '003',
label: {
text: 'Advertisements',
},
creative: {
reportAd: {
text: 'Report this ad',
},
privacySettings: {
text: 'Privacy',

}
}
});
});
</script>
</div>
<div class="container-bottom"></div>
</div>
<footer id="colophon" role="contentinfo">
<div class="site-info">
<a href="https://wordpress.com/?ref=footer_blog" rel="nofollow">Blog at WordPress.com.</a>
</div>
</footer>
</div>
<script src='//0.gravatar.com/js/gprofiles.js?ver=202124y' id='grofiles-cards-js'></script>
<script id='wpgroho-js-extra'>


var WPGroHo = {"my_hash":""};
</script>
<script>


// Initialize and attach hovercards to all gravatars
( function() {
function init() {
if ( typeof Gravatar === 'undefined' ) {
return;
}

if ( typeof Gravatar.init !== 'function' ) {
return;
}

Gravatar.profile_cb = function ( hash, id ) {
WPGroHo.syncProfileData( hash, id );
};

Gravatar.my_hash = WPGroHo.my_hash;
Gravatar.init( 'body', '#wp-admin-bar-my-account' );
}

if ( document.readyState !== 'loading' ) {
init();
} else {
document.addEventListener( 'DOMContentLoaded', init );
}
} )();
</script>
<div style="display:none">
<div class="grofile-hash-map-c65f4b13a5721430bf0f0c83182b73f0"></div>
<div class="grofile-hash-map-c2da64e63ba68d1435f586482bcfaed4"></div>
<div class="grofile-hash-map-75334950c9f34c644ec03ab239a759e7"></div>
<div class="grofile-hash-map-f0bedae5f865c72ea4ba90d005c65e16"></div>
<div class="grofile-hash-map-a16b581da050d6e4132785cebdb7b589"></div>
<div class="grofile-hash-map-48800a46517b72257169d1d7d153e869"></div>
<div class="grofile-hash-map-580ff2a7874e1882291627d59ee65623"></div>
<div class="grofile-hash-map-3451cfc653b658b65108edca0d3ef4b9"></div>
<div class="grofile-hash-map-3c737a9ff2246d46a5be4d26be1ab2e0"></div>
<div class="grofile-hash-map-545489772b279da0ec30509561bb131d"></div>
<div class="grofile-hash-map-bb72e859b204cb3dac0c9673e522cbb3"></div>
<div class="grofile-hash-map-436f65bdf97872441f599d73b8834e3a"></div>
<div class="grofile-hash-map-dd11cbf333b821a7dc529116c58c1543"></div>
<div class="grofile-hash-map-943cf1645663f71c59127a48544699ec"></div>
<div class="grofile-hash-map-12de1fe15073a52a6d302884ce2875bc"></div>
<div class="grofile-hash-map-1846c16fa4f9ed48a9841096eee4c483"></div>
<div class="grofile-hash-map-351914d3399a8dabfceb48f6fd632099"></div>
<div class="grofile-hash-map-234e0e64b92da1e285be9f25a0da2518"></div>
<div class="grofile-hash-map-e1ab4c62ce49b1a19b2b152f30c5f1cc"></div>
<div class="grofile-hash-map-9bd9f506416017d09880e7b42943c2c5"></div>
<div class="grofile-hash-map-181966c3b4ee9bebc32a21b652444d7d"></div>
<div class="grofile-hash-map-dc6a702d1172ce44de00edca9762cbd3"></div>
<div class="grofile-hash-map-7f78fd72fd4e0aca1cfcdcba87ab30c0"></div>
<div class="grofile-hash-map-d04fe59d8a261bca4c40cdf826bb60e9"></div>
<div class="grofile-hash-map-35aa708e6b868d50b1817b2ac45eade1"></div>
<div class="grofile-hash-map-41998426c8f46c830d73b3a928b918db"></div>
<div class="grofile-hash-map-f7326b873b15e7ae51a30edd280c9ba5"></div>
<div class="grofile-hash-map-ad222bdc7c08f23e9ffba119e0b632e9"></div>
<div class="grofile-hash-map-2af91eca5ba5fd9337137e302490da29"></div>
<div class="grofile-hash-map-bbefd150d1dd86b07db6a621f77913be"></div>
<div class="grofile-hash-map-07ab5ca3255442884b56c4274aabbb08"></div>
<div class="grofile-hash-map-5dc9257cfc2bb37563be000ae675e695"></div>
<div class="grofile-hash-map-858aac49faed60d5176314ea49d76ac7"></div>
<div class="grofile-hash-map-3d3e68f4b83fa75d340b13f26e911adf"></div>
<div class="grofile-hash-map-c86cf120f336ca6b60f1dbacb70e11ee"></div>
<div class="grofile-hash-map-887f05ac9cc8d22a31fd2056e6fba226"></div>
<div class="grofile-hash-map-978a07a2ff31db771be41f87640ab3f8"></div>
<div class="grofile-hash-map-730fadada00b45c3f713b9d8d7995393"></div>
<div class="grofile-hash-map-57c6d0d6da0e5acda79f6b50b923d704"></div>
</div>
<script id='highlander-comments-js-extra'>
</script>
<script crossorigin='anonymous' type='text/javascript' src='https://s0.wp.com/_static/??/wp-content/js/jquery/jquery.autoresize.js,/wp-content/mu-plugins/highlander-comments/script.js?m=1573483029j'></script>
<script type="text/javascript">


( function( $ ) {
$( document.body ).on( 'post-load', function () {
if ( typeof __ATA.insertInlineAds === 'function' ) {
__ATA.insertInlineAds();
}
} );
} )( jQuery );
</script>
<script>


window.addEventListener( "load", function( event ) {
var link = document.createElement( "link" );
link.href = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.css?v=20201002";
link.type = "text/css";
link.rel = "stylesheet";
document.head.appendChild( link );

var script = document.createElement( "script" );
script.src = "https://s0.wp.com/wp-content/mu-plugins/actionbar/actionbar.js?v=20201002";
script.defer = true;
document.body.appendChild( script );
} );
</script>
<script type="text/javascript">


window.WPCOM_sharing_counts = {"https:\/\/iambeggingmymothernottoreadthisblog.com\/about\/":1};
</script>
<div id="sharing_email" style="display: none;">
<form action="/about/" method="post">
<label for="target_email">Send to Email Address</label> <label for="source_name">Your Name</label> <label for="source_email">Your Email Address</label>
<img style="float: right; display: none" class="loading" src="https://s2.wp.com/wp-content/mu-plugins/post-flair/sharing/images/loading.gif" alt="loading" width="16" height="16"> <a rel="nofollow" href="#cancel" class="sharing_cancel" role="button">Cancel</a>
<div class="errors errors-1" style="display: none;">
Post was not sent - check your email addresses!
</div>
<div class="errors errors-2" style="display: none;">
Email check failed, please try again
</div>
<div class="errors errors-3" style="display: none;">
Sorry, your blog cannot share posts by email.
</div>
</form>
</div>
<script id='sharing-js-js-extra'>
var sharing_js_options = {"lang":"en","counts":"1","is_stats_active":"1"};
</script>
<script type='text/javascript'>


</script>
<script type="text/javascript">


// <![CDATA[
(function() {
try{
if ( window.external &&'msIsSiteMode' in window.external) {
if (window.external.msIsSiteMode()) {
var jl = document.createElement('script');
jl.type='text/javascript';
jl.async=true;
jl.src='/wp-content/plugins/ie-sitemode/custom-jumplist.php';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(jl, s);
}
}
}catch(e){}
})();
// ]]>
</script> <iframe src='https://widgets.wp.com/likes/master.html?ver=20210413#ver=20210413&amp;origin=https://iambeggingmymothernottoreadthisblog.com' scrolling='no' id='likes-master' name='likes-master' style='display:none;'></iframe>
<div id='likes-other-gravatars'>
<div class="likes-text">
<span>%d</span> bloggers like this:
</div>
<ul class="wpl-avatars sd-like-gravatars"></ul>
</div>
<noscript></noscript>
</body>
</html>

Ads.Txt Alerts - A trading name of Red Volcano Limited

Waterloo Buildings, Second Floor Rear, 53 London Road, Southampton, Hampshire, United Kingdom, SO15 2AD

© Red Volcano 2020. All Rights Reserved.