
<!DOCTYPE html>
<html lang="en">
  <head>
  <meta charset="utf-8">
  <meta content="width=300, initial-scale=1" name="viewport">
  <meta name="description" content="Free weblog publishing tool from Google, for sharing text, photos and video.">
  <meta name="google-site-verification" content="LrdTUW9psUAMbh4Ia074-BPEVmcpBxF6Gwf0MSgQXZs">
  <title>Blogger</title>
  <style>
  @font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(//fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN_r8OUuhs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(//fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0e.ttf) format('truetype');
}
  </style>
  <style>
  h1, h2 {
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0;
  }
  @-webkit-keyframes fontfix {
  from {
  opacity: 1;
  }
  to {
  opacity: 1;
  }
  }
  </style>
<style>
  html, body {
  font-family: Arial, sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute;
  height: 100%;
  min-width: 100%;
  font-size: 13px;
  color: #404040;
  direction: ltr;
  -webkit-text-size-adjust: none;
  }
  button,
  input[type=button],
  input[type=submit] {
  font-family: Arial, sans-serif;
  font-size: 13px;
  }
  a,
  a:hover,
  a:visited {
  color: #427fed;
  cursor: pointer;
  text-decoration: none;
  }
  a:hover {
  text-decoration: underline;
  }
  h1 {
  font-size: 20px;
  color: #262626;
  margin: 0 0 15px;
  font-weight: normal;
  }
  h2 {
  font-size: 14px;
  color: #262626;
  margin: 0 0 15px;
  font-weight: bold;
  }
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  input[type=url] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  height: 36px;
  padding: 0 8px;
  margin: 0;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  font-size: 15px;
  color: #404040;
  }
  input[type=email]:hover,
  input[type=number]:hover,
  input[type=password]:hover,
  input[type=tel]:hover,
  input[type=text]:hover,
  input[type=url]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  }
  input[type=email]:focus,
  input[type=number]:focus,
  input[type=password]:focus,
  input[type=tel]:focus,
  input[type=text]:focus,
  input[type=url]:focus {
  outline: none;
  border: 1px solid #4d90fe;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  }
  input[type=checkbox],
  input[type=radio] {
  -webkit-appearance: none;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 0;
  cursor: pointer;
  vertical-align: bottom;
  background: #fff;
  border: 1px solid #c6c6c6;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  }
  input[type=checkbox]:active,
  input[type=radio]:active {
  background: #ebebeb;
  }
  input[type=checkbox]:hover {
  border-color: #c6c6c6;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  }
  input[type=radio] {
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  width: 15px;
  height: 15px;
  }
  input[type=checkbox]:checked,
  input[type=radio]:checked {
  background: #fff;
  }
  input[type=radio]:checked::after {
  content: '';
  display: block;
  position: relative;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  background: #666;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  }
  input[type=checkbox]:checked::after {
  content: url(https://ssl.gstatic.com/ui/v1/menu/checkmark.png);
  display: block;
  position: absolute;
  top: -6px;
  left: -5px;
  }
  input[type=checkbox]:focus {
  outline: none;
  border-color: #4d90fe;
  }
  .stacked-label {
  display: block;
  font-weight: bold;
  margin: .5em 0;
  }
  .hidden-label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 0px;
  width: 0px;
  overflow: hidden;
  visibility: hidden;
  }
  input[type=checkbox].form-error,
  input[type=email].form-error,
  input[type=number].form-error,
  input[type=password].form-error,
  input[type=text].form-error,
  input[type=tel].form-error,
  input[type=url].form-error {
  border: 1px solid #dd4b39;
  }
  .error-msg {
  margin: .5em 0;
  display: block;
  color: #dd4b39;
  line-height: 17px;
  }
  .help-link {
  background: #dd4b39;
  padding: 0 5px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  text-decoration: none;
  position: relative;
  top: 0px;
  }
  .help-link:visited {
  color: #fff;
  }
  .help-link:hover {
  color: #fff;
  background: #c03523;
  text-decoration: none;
  }
  .help-link:active {
  opacity: 1;
  background: #ae2817;
  }
  .wrapper {
  position: relative;
  min-height: 100%;
  }
  .content {
  padding: 0 44px;
  }
  .main {
  padding-bottom: 100px;
  }
  /* For modern browsers */
  .clearfix:before,
  .clearfix:after {
  content: "";
  display: table;
  }
  .clearfix:after {
  clear: both;
  }
  /* For IE 6/7 (trigger hasLayout) */
  .clearfix {
  zoom:1;
  }
  .google-header-bar {
  height: 71px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  }
  .header .logo {
  background-image: url(https://ssl.gstatic.com/accounts/ui/logo_1x.png);
  background-size: 116px 38px;
  background-repeat: no-repeat;
  margin: 17px 0 0;
  float: left;
  height: 38px;
  width: 116px;
  }
  .header .logo-w {
  background-image: url(https://ssl.gstatic.com/images/branding/googlelogo/1x/googlelogo_color_112x36dp.png);
  background-size: 112px 36px;
  margin: 21px 0 0;
  }
  .header .secondary-link {
  margin: 28px 0 0;
  float: right;
  }
  .header .secondary-link a {
  font-weight: normal;
  }
  .google-header-bar.centered {
  border: 0;
  height: 108px;
  }
  .google-header-bar.centered .header .logo {
  float: none;
  margin: 40px auto 30px;
  display: block;
  }
  .google-header-bar.centered .header .secondary-link {
  display: none
  }
  .google-footer-bar {
  position: absolute;
  bottom: 0;
  height: 35px;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  overflow: hidden;
  }
  .footer {
  padding-top: 7px;
  font-size: .85em;
  white-space: nowrap;
  line-height: 0;
  }
  .footer ul {
  float: left;
  max-width: 80%;
  min-height: 16px;
  padding: 0;
  }
  .footer ul li {
  color: #737373;
  display: inline;
  padding: 0;
  padding-right: 1.5em;
  }
  .footer a {
  color: #737373;
  }
  .lang-chooser-wrap {
  float: right;
  display: inline;
  }
  .lang-chooser-wrap img {
  vertical-align: top;
  }
  .lang-chooser {
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  }
  .lang-chooser option {
  font-size: 13px;
  line-height: 24px;
  }
  .hidden {
  height: 0px;
  width: 0px;
  overflow: hidden;
  visibility: hidden;
  display: none !important;
  }
  .banner {
  text-align: center;
  }
  .card {
  background-color: #f7f7f7;
  padding: 20px 25px 30px;
  margin: 0 auto 25px;
  width: 304px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  }
  .card > *:first-child {
  margin-top: 0;
  }
  .rc-button,
  .rc-button:visited {
  display: inline-block;
  min-width: 46px;
  text-align: center;
  color: #444;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
  line-height: 36px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -o-transition: all 0.218s;
  -moz-transition: all 0.218s;
  -webkit-transition: all 0.218s;
  transition: all 0.218s;
  border: 1px solid #dcdcdc;
  background-color: #f5f5f5;
  background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: -o-linear-gradient(top,#f5f5f5,#f1f1f1);
  background-image: linear-gradient(top,#f5f5f5,#f1f1f1);
  -o-transition: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: default;
  }
  .card .rc-button {
  width: 100%;
  padding: 0;
  }
  .rc-button.disabled,
  .rc-button[disabled] {
  opacity: .5;
  filter: alpha(opacity=50);
  cursor: default;
  pointer-events: none;
  }
  .rc-button:hover {
  border: 1px solid #c6c6c6;
  color: #333;
  text-decoration: none;
  -o-transition: all 0.0s;
  -moz-transition: all 0.0s;
  -webkit-transition: all 0.0s;
  transition: all 0.0s;
  background-color: #f8f8f8;
  background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
  background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
  -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  }
  .rc-button:active {
  background-color: #f6f6f6;
  background-image: -webkit-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -moz-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -ms-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: -o-linear-gradient(top,#f6f6f6,#f1f1f1);
  background-image: linear-gradient(top,#f6f6f6,#f1f1f1);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  }
  .rc-button-submit,
  .rc-button-submit:visited {
  border: 1px solid #3079ed;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #4d90fe;
  background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
  background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
  background-image: linear-gradient(top,#4d90fe,#4787ed);
  }
  .rc-button-submit:hover {
  border: 1px solid #2f5bb7;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  background-image: linear-gradient(top,#4d90fe,#357ae8);
  }
  .rc-button-submit:active {
  background-color: #357ae8;
  background-image: -webkit-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -moz-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -ms-linear-gradient(top,#4d90fe,#357ae8);
  background-image: -o-linear-gradient(top,#4d90fe,#357ae8);
  background-image: linear-gradient(top,#4d90fe,#357ae8);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  }
  .rc-button-red,
  .rc-button-red:visited {
  border: 1px solid transparent;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1);
  background-color: #d14836;
  background-image: -webkit-linear-gradient(top,#dd4b39,#d14836);
  background-image: -moz-linear-gradient(top,#dd4b39,#d14836);
  background-image: -ms-linear-gradient(top,#dd4b39,#d14836);
  background-image: -o-linear-gradient(top,#dd4b39,#d14836);
  background-image: linear-gradient(top,#dd4b39,#d14836);
  }
  .rc-button-red:hover {
  border: 1px solid #b0281a;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #c53727;
  background-image: -webkit-linear-gradient(top,#dd4b39,#c53727);
  background-image: -moz-linear-gradient(top,#dd4b39,#c53727);
  background-image: -ms-linear-gradient(top,#dd4b39,#c53727);
  background-image: -o-linear-gradient(top,#dd4b39,#c53727);
  background-image: linear-gradient(top,#dd4b39,#c53727);
  }
  .rc-button-red:active {
  border: 1px solid #992a1b;
  background-color: #b0281a;
  background-image: -webkit-linear-gradient(top,#dd4b39,#b0281a);
  background-image: -moz-linear-gradient(top,#dd4b39,#b0281a);
  background-image: -ms-linear-gradient(top,#dd4b39,#b0281a);
  background-image: -o-linear-gradient(top,#dd4b39,#b0281a);
  background-image: linear-gradient(top,#dd4b39,#b0281a);
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
  }
  .secondary-actions {
  text-align: center;
  }
</style>
<style media="screen and (max-width: 800px), screen and (max-height: 800px)">
  .google-header-bar.centered {
  height: 83px;
  }
  .google-header-bar.centered .header .logo {
  margin: 25px auto 20px;
  }
  .card {
  margin-bottom: 20px;
  }
</style>
<style media="screen and (max-width: 580px)">
  html, body {
  font-size: 14px;
  }
  .google-header-bar.centered {
  height: 73px;
  }
  .google-header-bar.centered .header .logo {
  margin: 20px auto 15px;
  }
  .content {
  padding-left: 10px;
  padding-right: 10px;
  }
  .hidden-small {
  display: none;
  }
  .card {
  padding: 20px 15px 30px;
  width: 270px;
  }
  .footer ul li {
  padding-right: 1em;
  }
  .lang-chooser-wrap {
  display: none;
  }
</style>
<style media="screen and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5)">
  .header .logo {
  background-image: url(https://ssl.gstatic.com/accounts/ui/logo_2x.png);
  }
  .header .logo-w {
  background-image: url(https://ssl.gstatic.com/images/branding/googlelogo/2x/googlelogo_color_112x36dp.png);
  }
</style>
<style>
  pre.debug {
  font-family: monospace;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 1.5em;
  font-size: 13px;
  background: #f1f1f1;
  border-top: 1px solid #e5e5e5;
  direction: ltr;
  white-space: pre-wrap;
  width: 90%;
  overflow: hidden;
  }
</style>
<style>
  .banner h1 {
  font-family: 'Open Sans', arial;
  -webkit-font-smoothing: antialiased;
  color: #555;
  font-size: 42px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 20px;
  }
  .banner h2 {
  font-family: 'Open Sans', arial;
  -webkit-font-smoothing: antialiased;
  color: #555;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
  }
  .signin-card {
  width: 274px;
  padding: 40px 40px;
  }
  .signin-card .profile-img {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  }
  .signin-card .profile-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
  min-height: 1em;
  }
  .signin-card .profile-email {
  font-size: 16px;
  text-align: center;
  margin: 10px 0 20px 0;
  min-height: 1em;
  }
  .signin-card input[type=email],
  .signin-card input[type=password],
  .signin-card input[type=text],
  .signin-card input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
  .signin-card #Email,
  .signin-card #Passwd,
  .signin-card .captcha {
  direction: ltr;
  height: 44px;
  font-size: 16px;
  }
  .signin-card #Email + .stacked-label {
  margin-top: 15px;
  }
  .signin-card #reauthEmail {
  display: block;
  margin-bottom: 10px;
  line-height: 36px;
  padding: 0 8px;
  font-size: 15px;
  color: #404040;
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  }
  .one-google p {
  margin: 0 0 10px;
  color: #555;
  font-size: 14px;
  text-align: center;
  }
  .one-google p.create-account,
  .one-google p.switch-account {
  margin-bottom: 60px;
  }
  .one-google .logo-strip {
  background-repeat: no-repeat;
  display: block;
  margin: 10px auto;
  background-image: url(https://ssl.gstatic.com/accounts/ui/wlogostrip_230x17_1x.png);
  background-size: 230px 17px;
  width: 230px;
  height: 17px;
  }
</style>
<style media="screen and (max-width: 800px), screen and (max-height: 800px)">
  .banner h1 {
  font-size: 38px;
  margin-bottom: 15px;
  }
  .banner h2 {
  margin-bottom: 15px;
  }
  .one-google p.create-account,
  .one-google p.switch-account {
  margin-bottom: 30px;
  }
  .signin-card #Email {
  margin-bottom: 0;
  }
  .signin-card #Passwd {
  margin-top: -1px;
  }
  .signin-card #Email.form-error,
  .signin-card #Passwd.form-error {
  z-index: 2;
  }
  .signin-card #Email:hover,
  .signin-card #Email:focus,
  .signin-card #Passwd:hover,
  .signin-card #Passwd:focus {
  z-index: 3;
  }
</style>
<style media="screen and (max-width: 580px)">
  .banner h1 {
  font-size: 22px;
  margin-bottom: 15px;
  }
  .signin-card {
  width: 260px;
  padding: 20px 20px;
  margin: 0 auto 20px;
  }
  .signin-card .profile-img {
  width: 72px;
  height: 72px;
  -moz-border-radius: 72px;
  -webkit-border-radius: 72px;
  border-radius: 72px;
  }
</style>
<style media="screen and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 1.5)">
  .one-google .logo-strip {
  background-image: url(https://ssl.gstatic.com/accounts/ui/wlogostrip_230x17_2x.png);
  }
</style>
<style>
  .remember .bubble-wrap {
  position: absolute;
  padding-top: 3px;
  -o-transition: opacity .218s ease-in .218s;
  -moz-transition: opacity .218s ease-in .218s;
  -webkit-transition: opacity .218s ease-in .218s;
  transition: opacity .218s ease-in .218s;
  left: -999em;
  opacity: 0;
  width: 314px;
  margin-left: -20px;
  }
  .remember:hover .bubble-wrap,
  .remember input:focus ~ .bubble-wrap,
  .remember .bubble-wrap:hover,
  .remember .bubble-wrap:focus {
  opacity: 1;
  left: inherit;
  }
  .bubble-pointer {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  width: 0;
  height: 0;
  margin-left: 17px;
  }
  .bubble {
  background-color: #fff;
  padding: 15px;
  margin-top: -1px;
  font-size: 11px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  }
  #stay-signed-in {
  float: left;
  }
  #stay-signed-in-tooltip {
  left: auto;
  margin-left: -20px;
  padding-top: 3px;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 314px;
  z-index: 1;
  }
  .dasher-tooltip {
  top: 380px;
  }
</style>
<style media="screen and (max-width: 800px), screen and (max-height: 800px)">
  .dasher-tooltip {
  top: 340px;
  }
</style>
<style>
  .jfk-tooltip {
  background-color: #fff;
  border: 1px solid;
  color: #737373;
  font-size: 12px;
  position: absolute;
  z-index: 800 !important;
  border-color: #bbb #bbb #a8a8a8;
  padding: 16px;
  width: 250px;
  }
 .jfk-tooltip h3 {
  color: #555;
  font-size: 12px;
  margin: 0 0 .5em;
  }
 .jfk-tooltip-content p:last-child {
  margin-bottom: 0;
  }
  .jfk-tooltip-arrow {
  position: absolute;
  }
  .jfk-tooltip-arrow .jfk-tooltip-arrowimplbefore,
  .jfk-tooltip-arrow .jfk-tooltip-arrowimplafter {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  }
  .jfk-tooltip-arrow .jfk-tooltip-arrowimplbefore {
  border: 9px solid;
  }
  .jfk-tooltip-arrow .jfk-tooltip-arrowimplafter {
  border: 8px solid;
  }
  .jfk-tooltip-arrowdown {
  bottom: 0;
  }
  .jfk-tooltip-arrowup {
  top: -9px;
  }
  .jfk-tooltip-arrowleft {
  left: -9px;
  top: 30px;
  }
  .jfk-tooltip-arrowright {
  right: 0;
  top: 30px;
  }
  .jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore,.jfk-tooltip-arrowup .jfk-tooltip-arrowimplbefore {
  border-color: #bbb transparent;
  left: -9px;
  }
  .jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore {
  border-color: #a8a8a8 transparent;
  }
  .jfk-tooltip-arrowdown .jfk-tooltip-arrowimplafter,.jfk-tooltip-arrowup .jfk-tooltip-arrowimplafter {
  border-color: #fff transparent;
  left: -8px;
  }
  .jfk-tooltip-arrowdown .jfk-tooltip-arrowimplbefore {
  border-bottom-width: 0;
  }
  .jfk-tooltip-arrowdown .jfk-tooltip-arrowimplafter {
  border-bottom-width: 0;
  }
  .jfk-tooltip-arrowup .jfk-tooltip-arrowimplbefore {
  border-top-width: 0;
  }
  .jfk-tooltip-arrowup .jfk-tooltip-arrowimplafter {
  border-top-width: 0;
  top: 1px;
  }
  .jfk-tooltip-arrowleft .jfk-tooltip-arrowimplbefore,
  .jfk-tooltip-arrowright .jfk-tooltip-arrowimplbefore {
  border-color: transparent #bbb;
  top: -9px;
  }
  .jfk-tooltip-arrowleft .jfk-tooltip-arrowimplafter,
  .jfk-tooltip-arrowright .jfk-tooltip-arrowimplafter {
  border-color:transparent #fff;
  top:-8px;
  }
  .jfk-tooltip-arrowleft .jfk-tooltip-arrowimplbefore {
  border-left-width: 0;
  }
  .jfk-tooltip-arrowleft .jfk-tooltip-arrowimplafter {
  border-left-width: 0;
  left: 1px;
  }
  .jfk-tooltip-arrowright .jfk-tooltip-arrowimplbefore {
  border-right-width: 0;
  }
  .jfk-tooltip-arrowright .jfk-tooltip-arrowimplafter {
  border-right-width: 0;
  }
  .jfk-tooltip-closebtn {
  background: url("//ssl.gstatic.com/ui/v1/icons/common/x_8px.png") no-repeat;
  border: 1px solid transparent;
  height: 21px;
  opacity: .4;
  outline: 0;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 21px;
  }
  .jfk-tooltip-closebtn:focus,
  .jfk-tooltip-closebtn:hover {
  opacity: .8;
  cursor: pointer;
  }
  .jfk-tooltip-closebtn:focus {
  border-color: #4d90fe;
  }
</style>
<style media="screen and (max-width: 580px)">
  .jfk-tooltip {
  display: none;
  }
</style>
<style type="text/css">
.captcha-box {
  background: #fff;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 10px;
}
.captcha-box .captcha-img {
  text-align: center;
}
.captcha-box .captcha-label {
  font-weight: bold;
  display: block;
  margin: .5em 0;
}
.captcha-box .captcha-msg {
  color: #999;
  display: block;
  position: relative;
}
.captcha-box .captcha-msg .accessibility-logo {
  float: right;
  border: 0;
}
.captcha-box .audio-box {
  position: absolute;
  top: 0;
}
</style>
<style>
.chromiumsync-custom-content {
  padding-top: 20px;
  margin-bottom: 0;
}
.form-panel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
}
.form-panel.first {
  z-index: 2;
}
.form-panel.second {
  z-index: 1;
}
.shift-form .form-panel.first {
  z-index: 1;
}
.shift-form .form-panel.second {
  z-index: 2;
}
.slide-in,
.slide-out {
  display: block;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -ms-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.slide-out {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.shift-form .slide-out {
  opacity: 0;
  -webkit-transform: translate3d(-120%, 0, 0);
  -moz-transform: translate3d(-120%, 0, 0);
  -ms-transform: translate3d(-120%, 0, 0);
  -o-transform: translate3d(-120%, 0, 0);
  transform: translate3d(-120%, 0, 0);
}
.slide-in {
  -webkit-transform: translate3d(120%, 0, 0);
  -moz-transform: translate3d(120%, 0, 0);
  -ms-transform: translate3d(120%, 0, 0);
  -o-transform: translate3d(120%, 0, 0);
  transform: translate3d(120%, 0, 0);
}
.shift-form .slide-in {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.error-msg {
  -webkit-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
  -moz-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
  -ms-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
  -o-transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
  transition: max-height 0.3s, opacity 0.3s 0s steps(10, end);
  height: auto;
  max-height: 0;
  opacity: 0;
}
.has-error .error-msg {
  max-height: 3.5em;
  margin-top: 10px;
  margin-bottom: 10px;
  opacity: 1;
  visibility: visible;
}
.back-arrow {
  position: absolute;
  top: 37px;
  width: 24px;
  height: 24px;
  display: none;
  cursor: pointer;
}
.back-arrow {
  border-style: none;
}
.shift-form.back-arrow {
  display: block;
}
.back-arrow img {
  display: block;
}
#link-signup {
  text-align: center;
  font-size: 14px;
}
.shift-form #link-signup{
  display: none;
}
#link-signin-different {
  display: none;
  text-align: center;
  font-size: 14px;
}
.shift-form #link-signin-different {
  display: block;
}
.signin-card #profile-name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  min-height: 1em;
}
.signin-card.no-name #profile-name {
  display: none;
}
.signin-card.no-name #email-display {
  line-height: initial;
  margin-bottom: 16px;
}
.signin-card #email-display {
  display: block;
  padding: 0px 8px;
  color: rgb(64, 64, 64);
  line-height: 2;
  margin-bottom: 10px;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.signin-card #Email {
  margin-top: 16px;
}
.need-help {
  float: right;
  text-align: right;
}
.form-panel {
  width: 274px;
}
#gaia_firstform {
  z-index: 2;
}
.signin-card {
  position: relative;
  overflow: hidden;
}
.signin-card #profile-name {
  color: #000;
}
.circle-mask {
  display: block;
  height: 96px;
  width: 96px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  z-index: 100;
  margin-bottom: 10px;
}
.circle {
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -ms-transition-property: -ms-transform;
  -o-transition-property: -o-transform;
  transition-property: transform;
  -webkit-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  -moz-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  -ms-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  -o-transition-timing-function: cubic-bezier(.645,.045,.355,1);
  transition-timing-function: cubic-bezier(.645,.045,.355,1);
}
.circle {
  position: absolute;
  z-index: 101;
  height: 96px;
  width: 96px;
  border-radius: 50%;
  opacity: 0.99;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
}
.main {
  overflow: hidden;
}
.card-mask-wrap {
  position: relative;
  width: 360px;
  margin: 0 auto;
  z-index: 1;
}
.dasher-tooltip {
  position: absolute;
  left: 50%;
  margin-left: 150px;
}
.dasher-tooltip .tooltip-pointer {
  margin-top: 15px;
}
.dasher-tooltip p {
  margin-top: 0;
}
.dasher-tooltip p span {
  display: block;
}
.card {
  margin-bottom: 0;
}
.one-google {
  padding-top: 27px;
}
#canvas {
  -webkit-transition: opacity 0.075s;
  -moz-transition: opacity 0.075s;
  -ms-transition: opacity 0.075s;
  -o-transition: opacity 0.075s;
  transition: opacity 0.075s;
  opacity: 0.01;
}
.shift-form #canvas {
  opacity: 0.99;
}
.label {
  color: #404040;
}
#account-chooser-link {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.input-wrapper {
  position: relative;
}
.google-footer-bar {
  z-index: 2;
}
</style>
<style media="screen and (max-width: 580px)">
.back-arrow {
  top: 17px;
}
.circle-mask {
  height: 72px;
  width: 72px;
  background-size: 72px;
}
.circle {
  height: 72px;
  width: 72px;
}
#canvas {
  height: 72px;
  width: 72px;
}
.form-panel {
  width: 256px;
}
.card-mask-wrap {
  width: 300px;
}
.signin-card {
  width: 256px;
}
.signin-card #EmailFirst {
  margin-top: 15px;
}
.one-google {
  padding-top: 22px;
}
</style>
  </head>
  <body>
  <div class="wrapper">
  <div class="google-header-bar  centered">
  <div class="header content clearfix">
  <div class="logo logo-w" aria-label="Google"></div>
  </div>
  </div>
  <div class="main content clearfix">
<div class="banner">
<h1>
  One account. All of Google.
</h1>
  <h2 class="hidden-small">
  Sign in to continue to Blogger
  </h2>
</div>
<div class="main-content 
  
  
    no-name
  
  
  
">
<div class="card signin-card
  
    pre-shift
  
  
  
   no-name">
  <img class="circle-mask"
      
        
          src="https://ssl.gstatic.com/accounts/ui/avatar_2x.png"
        
      >
  <form novalidate method="post" action="https://accounts.google.com/signin/v1/lookup" id="gaia_loginform">
  <input name="Page" type="hidden" value="PasswordSeparationSignIn">
  <input type="hidden" name="" value="">
  <input type="hidden" name="gxf" value="AFoagUVtPXxGO8wDsQi62oqqdEKWL40crw:1587636641992">
  <input type="hidden" name="continue" value="https://www.blogger.com/blogin.g?blogspotURL=https://www.cobbsblog.com/blog/?feed%3Drss2&amp;zx=gu7qngyn5x2m">
  <input type="hidden" name="service" value="blogger">
  <input type="hidden" name="hl" value="en-US">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="AEThLlxLhxRuLkW754oYMwsQEg8Qx7-RUKGkYXEGQrw7d_EER-Hm403kKqt7HDoI403GDK-f57FdxuOhqudirK6C7cDA3nTzlT3l9AaZR1aNgiaOaFhQtCaqFhYP6gq01GpdlpZnpYa7KdxTPujAdOEZK4FlDf4ecZbtwWCRzz-2EK4NVe72u6UI0F8kWAjdB_Xufmlz0MXC">
  <input name="flowName" type="hidden" value="GlifWebSignIn">
  <input type="hidden" id="_utf8" name="_utf8" value="&#9731;"/>
  <input type="hidden" name="bgresponse" id="bgresponse" value="js_disabled">
  <div class="form-panel first valid" id="gaia_firstform">
  <div class="slide-out ">
  <div class="input-wrapper focused">
  <div id="identifier-shown">
  <div>
  <label class="hidden-label" for="Email">
  Enter your email</label>
  <input id="Email" type="email" value="" spellcheck="false"
                   name="Email"
                   
                     placeholder="Email or phone"
                   
                   
                   
                   >
  <input id="Passwd-hidden" type="password" spellcheck="false" class="hidden">
  </div>
  </div>
  <span role="alert" class="error-msg" id="errormsg_0_Email"></span>
  </div>
<input id="next" name="signIn" class="rc-button rc-button-submit" type="submit" value="Next">
  <a class="need-help"
          href="https://accounts.google.com/signin/usernamerecovery?continue=https%3A%2F%2Fwww.blogger.com%2Fblogin.g%3FblogspotURL%3Dhttps%3A%2F%2Fwww.cobbsblog.com%2Fblog%2F%3Ffeed%253Drss2%26zx%3Dgu7qngyn5x2m&amp;service=blogger&amp;hl=en">
  Find my account
  </a>
  </div>
  </div>
  </form>
</div>
  <div class="card-mask-wrap
    
        
     no-name">
  <div class="card-mask">
  <div class="one-google">
  <p class="create-account">
  <span id="link-signin-different">
  <a href="https://accounts.google.com/AccountChooser?continue=https%3A%2F%2Fwww.blogger.com%2Fblogin.g%3FblogspotURL%3Dhttps%3A%2F%2Fwww.cobbsblog.com%2Fblog%2F%3Ffeed%253Drss2%26zx%3Dgu7qngyn5x2m&amp;service=blogger&amp;hl=en-US">
  Sign in with a different account
  </a>
  </span>
  <span id="link-signup">
  <a href="https://accounts.google.com/SignUp?service=blogger&amp;continue=https%3A%2F%2Fwww.blogger.com%2Fblogin.g%3FblogspotURL%3Dhttps%3A%2F%2Fwww.cobbsblog.com%2Fblog%2F%3Ffeed%253Drss2%26zx%3Dgu7qngyn5x2m&amp;hl=en-US">
  Create account
  </a>
  </span>
  </p>
<p class="tagline">
  One Google Account for everything Google
</p>
<div class="logo-strip"></div>
  </div>
  </div>
  </div>
</div>
  </div>
  <div class="google-footer-bar">
  <div class="footer content clearfix">
  <ul id="footer-list">
  <li>
  <a href="https://www.google.com/intl/en/about" target="_blank">
  About Google
  </a>
  </li>
  <li>
  <a href="https://accounts.google.com/TOS?loc=US&hl=en&privacy=true" target="_blank">
  Privacy
  </a>
  </li>
  <li>
  <a href="https://accounts.google.com/TOS?loc=US&hl=en" target="_blank">
  Terms
  </a>
  </li>
  <li>
  <a href="http://www.google.com/support/accounts?hl=en" target="_blank">
  Help
  </a>
  </li>
  </ul>
  </div>
</div>
  </div>
<script type="text/javascript" nonce="8yfp+z12glbQlqHyQZWROQ">
  var gaia_attachEvent = function(element, event, callback) {
  if (element && element.addEventListener) {
  element.addEventListener(event, callback, false);
  } else if (element && element.attachEvent) {
  element.attachEvent('on' + event, callback);
  }
  };
  (function() {
  var gaia_hideNavBar = function() {
  setTimeout(function() {
  window.scrollTo(0, 1);
  }, 0);
  };
  gaia_attachEvent(window, 'load', gaia_hideNavBar);
  })();
</script>
  <script type="text/javascript" nonce="8yfp+z12glbQlqHyQZWROQ">/* Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */Function('var F=function(G,m,n){if((m=typeof G,"object")==m)if(G){if(G instanceof Array)return"array";if(G instanceof Object)return m;if("[object Window]"==(n=Object.prototype.toString.call(G),n))return"object";if("[object Array]"==n||"number"==typeof G.length&&"undefined"!=typeof G.splice&&"undefined"!=typeof G.propertyIsEnumerable&&!G.propertyIsEnumerable("splice"))return"array";if("[object Function]"==n||"undefined"!=typeof G.call&&"undefined"!=typeof G.propertyIsEnumerable&&!G.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==m&&"undefined"==typeof G.call)return"object";return m},q=function(G,m){return G<m?-1:G>m?1:0},Gm=function(G,m){function n(){}G.prototype=new (n.prototype=m.prototype,G.H=m.prototype,n),G.prototype.constructor=G},A,i7=function(G){return/^[\\s\\xa0]*([\\s\\S]*?)[\\s\\xa0]*$/.exec(G)[1]},v={},ma=function(){},B={},u=this||self,gi=function(G){for(G=0;64>G;++G)v[G]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(G),B["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(G)]=G;(B[v[64]="","+"]=62,B["/"]=63,B)["="]=64},M,U=function(G,m){return(m=typeof G,"object")==m&&null!=G||"function"==m},nN=function(G,m,n,a,H){for(a=n=(m=[],0);a<G.length;a++)H=G.charCodeAt(a),128>H?m[n++]=H:(2048>H?m[n++]=H>>6|192:(55296==(H&64512)&&a+1<G.length&&56320==(G.charCodeAt(a+1)&64512)?(H=65536+((H&1023)<<10)+(G.charCodeAt(++a)&1023),m[n++]=H>>18|240,m[n++]=H>>12&63|128):m[n++]=H>>12|224,m[n++]=H>>6&63|128),m[n++]=H&63|128);return m};a:{var aQ=u.navigator;if(aQ){var Hu=aQ.userAgent;if(Hu){M=Hu;break a}}M=""}var XX=function(G){return(G=u.document)?G.documentMode:void 0},V="",RQ=function(G,m,n){return Object.prototype.hasOwnProperty.call((n=Z8,n),m)?n[m]:n[m]=G(m)},so=function(G,m,n){for(n in m)if(G.call(void 0,m[n],n,m))return true;return false},T=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(M),pN=(T&&(V=T?T[1]:""),XX()),FX=null!=pN&&pN>parseFloat(V)?String(pN):V,qM,Z8={};if(u.document){var eb=XX();qM=eb?eb:parseInt(FX,10)||void 0}else qM=void 0;var KN=9<=Number(qM),b7=!function(G){return RQ(function(m,n,a,H,R,g,X){for(H=(a=i7(String(G)).split("."),n=(m=0,i7)(String(FX)).split("."),Math).max(n.length,a.length),R=0;0==m&&R<H;R++){X=(g=n[R]||"",a[R]||"");do{if((X=(g=/(\\d*)(\\D*)(.*)/.exec(g)||["","","",""],/(\\d*)(\\D*)(.*)/.exec(X))||["","","",""],0==g[0].length)&&0==X[0].length)break;g=g[X=(m=q(0==g[1].length?0:parseInt(g[1],10),0==X[1].length?0:parseInt(X[1],10))||q(0==g[2].length,0==X[2].length)||q(g[2],X[2]),X[3]),3]}while(0==m)}return 0<=m},G)}("9"),A7=function(G,m){if(!u.addEventListener||!Object.defineProperty)return false;m=(G=false,Object.defineProperty({},"passive",{get:function(){G=true}}));try{u.addEventListener("test",ma,m),u.removeEventListener("test",ma,m)}catch(n){}return G}(),d=function(G,m){this.currentTarget=(this.type=(this.defaultPrevented=false,G),this.target=m)},x=(d.prototype.stopPropagation=function(){},d.prototype.preventDefault=function(){this.defaultPrevented=true},function(G,m,n,a){this.V=((((this.metaKey=this.shiftKey=this.altKey=(this.charCode=((this.button=this.screenY=this.screenX=this.clientY=this.clientX=(this.relatedTarget=this.currentTarget=(d.call(this,G?G.type:""),this.target=null),this.offsetY=this.offsetX=0),this).key="",this).keyCode=0,this.ctrlKey=false),this).state=null,this).pointerId=0,this).pointerType="",null),G&&(n=this.type=G.type,a=G.changedTouches&&G.changedTouches.length?G.changedTouches[0]:null,this.target=G.target||G.srcElement,this.currentTarget=m,m=G.relatedTarget,m||("mouseover"==n?m=G.fromElement:"mouseout"==n&&(m=G.toElement)),this.relatedTarget=m,a?(this.clientX=void 0!==a.clientX?a.clientX:a.pageX,this.clientY=void 0!==a.clientY?a.clientY:a.pageY,this.screenX=a.screenX||0,this.screenY=a.screenY||0):(this.offsetX=void 0!==G.offsetX?G.offsetX:G.layerX,this.offsetY=void 0!==G.offsetY?G.offsetY:G.layerY,this.clientX=void 0!==G.clientX?G.clientX:G.pageX,this.clientY=void 0!==G.clientY?G.clientY:G.pageY,this.screenX=G.screenX||0,this.screenY=G.screenY||0),this.button=G.button,this.keyCode=G.keyCode||0,this.key=G.key||"",this.charCode=G.charCode||("keypress"==n?G.keyCode:0),this.ctrlKey=G.ctrlKey,this.altKey=G.altKey,this.shiftKey=G.shiftKey,this.metaKey=G.metaKey,this.pointerId=G.pointerId||0,this.pointerType="string"===typeof G.pointerType?G.pointerType:fN[G.pointerType]||"",this.state=G.state,this.V=G,G.defaultPrevented&&this.preventDefault())}),fN=(Gm(x,d),{2:"touch",3:"pen",4:"mouse"}),D="closure_listenable_"+((x.prototype.stopPropagation=function(){(x.H.stopPropagation.call(this),this).V.stopPropagation?this.V.stopPropagation():this.V.cancelBubble=true},x).prototype.preventDefault=function(G){if(G=(x.H.preventDefault.call(this),this).V,G.preventDefault)G.preventDefault();else if(G.returnValue=false,b7)try{if(G.ctrlKey||112<=G.keyCode&&123>=G.keyCode)G.keyCode=-1}catch(m){}},1E6*Math.random()|0),oQ=function(G,m,n,a,H){this.key=++vu,this.src=(this.G=(this.listener=(this.capture=((this.m=this.O=false,this).L=H,!!m),this.type=a,G),null),n)},I=function(G){this.S=(this.src=(this.P={},G),0)},vu=0,$t=function(G){G.src=null,G.m=(G.listener=(G.G=null,null),G.L=null,true)},MM=((I.prototype.add=function(G,m,n,a,H,R,g){return-1<(g=((G=this.P[R=G.toString(),R],G)||(G=this.P[R]=[],this.S++),MM(G,H,a,m)),g)?(m=G[g],n||(m.O=false)):(m=new oQ(m,!!a,this.src,R,H),m.O=n,G.push(m)),m},I).prototype.remove=(I.prototype.hasListener=function(G,m,n,a,H){return so(function(R,g){for(g=0;g<R.length;++g)if(!(n&&R[g].type!=a||H&&R[g].capture!=m))return true;return false},(a=(n=void 0!==G)?G.toString():"",H=void 0!==m,this.P))},function(G,m,n,a,H){if(G=G.toString(),!(G in this.P))return false;return(m=(H=this.P[G],MM)(H,a,n,m),-1<m)?($t(H[m]),Array.prototype.splice.call(H,m,1),0==H.length&&(delete this.P[G],this.S--),true):false}),function(G,m,n,a,H,R){for(H=0;H<G.length;++H)if(R=G[H],!R.m&&R.listener==a&&R.capture==!!n&&R.L==m)return H;return-1}),Uo="closure_lm_"+(1E6*Math.random()|0),Tm=function(G,m,n,a){return((a=(n=G.listener,G.L||G.src),G).O&&Vg(G),n).call(a,m)},di=function(G,m,n,a){if(G.m)return true;if(!KN){if(!m)a:{for(a=(n=u,0),m=["window","event"];a<m.length;a++)if(n=n[m[a]],null==n){m=null;break a}m=n}return m=new x(m,this),Tm(G,m)}return Tm(G,new x(m,this))},xt=function(G){return G=G[Uo],G instanceof I?G:null},h7={},IQ=function(G,m,n,a,H,R){if(a&&a.once)D8(n,m,G,H,a);else if(Array.isArray(n))for(R=0;R<n.length;R++)IQ(G,m,n[R],a,H);else G=Qg(G),m&&m[D]?m.ls(n,G,U(a)?!!a.capture:!!a,H):Eo(false,n,G,H,m,a)},Eo=function(G,m,n,a,H,R,g,X){if(!m)throw Error("Invalid event type");if(g=U(R)?!!R.capture:!!R,!g||KN)if((X=xt(H))||(H[Uo]=X=new I(H)),G=X.add(m,n,G,g,a),!G.G){if(((G.G=(n=Oo(),n),n).src=H,n.listener=G,H).addEventListener)A7||(R=g),void 0===R&&(R=false),H.addEventListener(m.toString(),n,R);else if(H.attachEvent)H.attachEvent(yg(m.toString()),n);else if(H.addListener&&H.removeListener)H.addListener(n);else throw Error("addEventListener and attachEvent are unavailable.");CN++}},Oo=function(G,m){return m=(G=di,KN)?function(n){return G.call(m.src,m.listener,n)}:function(n){if(!(n=G.call(m.src,m.listener,n),n))return n}},Vg=function(G,m,n,a,H,R,g){if("number"!==typeof G&&G&&!G.m)if((m=G.src)&&m[D])m.Ss(G);else if(n=G.type,a=G.G,m.removeEventListener?m.removeEventListener(n,a,G.capture):m.detachEvent?m.detachEvent(yg(n),a):m.addListener&&m.removeListener&&m.removeListener(a),CN--,n=xt(m)){if(a=G.type,a in n.P){H=n.P[a];b:if("string"===typeof H)R="string"!==typeof G||1!=G.length?-1:H.indexOf(G,0);else{for(R=0;R<H.length;R++)if(R in H&&H[R]===G)break b;R=-1}(g=0<=R)&&Array.prototype.splice.call(H,R,1),g&&($t(G),0==n.P[a].length&&(delete n.P[a],n.S--))}0==n.S&&(n.src=null,m[Uo]=null)}else $t(G)},D8=function(G,m,n,a,H,R){if(Array.isArray(G))for(R=0;R<G.length;R++)D8(G[R],m,n,a,H);else n=Qg(n),m&&m[D]?m.Gx(G,n,U(H)?!!H.capture:!!H,a):Eo(true,G,n,a,m,H)},J7=function(G,m,n,a,H,R){if(Array.isArray(G))for(R=0;R<G.length;R++)J7(G[R],m,n,a,H);else(a=U(a)?!!a.capture:!!a,n=Qg(n),m&&m[D])?m.me(G,n,a,H):m&&(m=xt(m))&&(G=m.P[G.toString()],m=-1,G&&(m=MM(G,H,a,n)),(n=-1<m?G[m]:null)&&Vg(n))},CN=0,yg=function(G){return G in h7?h7[G]:h7[G]="on"+G},Wu="__closure_events_fn_"+(1E9*Math.random()>>>0),LN={},ri=function(G,m,n,a,H,R){for(R=(a=(n=(m={},Q)(G),m.D=Q(G),m.g=[],G.C==G?Q(G)-1:1),H=Q(G),0);R<a;R++)m.g.push(Q(G));for(m.A=G.b(n),m.W=G.b(H);a--;)m.g[a]=G.b(m.g[a]);return m},Qg=function(G){if("function"==F(G))return G;return G[G[Wu]||(G[Wu]=function(m){return G.handleEvent(m)}),Wu]},kt=function(G,m,n){return((n=G.b(142),G.N)&&n<G.K?(E(142,G,G.K),Sb(m,G)):E(142,G,m),Yt)(G,n)},cu={},Pu={},zm={},t7=function(G,m){for(m=[];G--;)m.push(255*Math.random()|0);return m},wi=function(G,m,n,a){try{for(a=0;79669387488!=a;)m+=(G<<4^G>>>5)+G^a+n[a&3],a+=2489668359,G+=(m<<4^m>>>5)+m^a+n[a>>>11&3];return[m>>>24,m>>16&255,m>>8&255,m&255,G>>>24,G>>16&255,G>>8&255,G&255]}catch(H){throw H;}},L=function(G,m){try{jb(this,G,m)}catch(n){O(this,n)}},l7=(L.prototype.wD=function(G,m,n){return G^((m=(m^=m<<13,m^=m>>17,(m^m<<5)&n))||(m=1),m)},L.prototype.bs=36,function(G,m){return G[m]<<24|G[m+1]<<16|G[m+2]<<8|G[m+3]}),r=(L.prototype.C$=function(G,m,n,a,H,R){if(this.T)return this.T;try{H=[],R=[],a=!!G,S(this,[Pu,H,m]),S(this,[GF,G,H,R]),Y(false,this,a,true),n=R[0]}catch(g){O(this,g),n=this.T,G&&G(n)}return n},L.prototype.Tx=function(G,m,n,a){try{a=G[(m+2)%3],G[m]=G[m]-G[(m+1)%3]-a^(1==m?a<<n:a>>>n)}catch(H){throw H;}},function(G,m,n){if(0>=G.R||1<G.w||!G.J&&n||0!=document.hidden||G.Y()-G.f<G.R-m)return false;return((m=(G.U=true,G).b(n?151:142),E)(142,G,G.K),G).o.push([cu,m]),true}),m5=((L.prototype.If=false,L).prototype.i=function(G,m,n,a,H,R,g,X,Z,p){if((m=G[0],m)==LN){n=G[1];try{for(H=0,a=[];H<n.length;){if((Z=(X=(g=(R=B[n.charAt(H++)],H)<n.length?B[n.charAt(H)]:0,++H,H)<n.length?B[n.charAt(H)]:64,++H,H<n.length?B[n.charAt(H)]:64),++H,null==R||null==g||null==X)||null==Z)throw Error();(a.push(R<<2|g>>4),64)!=X&&(a.push(g<<4&240|X>>2),64!=Z&&a.push(X<<6&192|Z))}this.K=(this.N=a,this.N).length<<3}catch(e){k(this,17,e)}Yt(this)}else if(m==Pu)R=G[1],R.push(this.b(212).length,this.b(189).length,this.b(5).length,this.b(110)),E(209,this,G[2]),this.$[180]&&kt(this,this.b(180));else{if(m==GF){this.C=(g=(X=P(this.b((R=G[2],212)).length+2,2),this.C),this);try{n=this.b(1),0<n.length&&z(212,this,P(n.length,2).concat(n),15),a=this.b(63)&511,a-=this.b(212).length+5,H=this.b(189),4<H.length&&(a-=H.length+3),0<a&&z(212,this,P(a,2).concat(t7(a)),10),4<H.length&&z(212,this,P(H.length,2).concat(H),153)}finally{this.C=g}for(Z=(X=((((g=t7(2).concat(this.b(212)),g)[1]=g[0]^3,g)[3]=g[1]^X[0],g)[4]=g[1]^X[1],[]),0);Z<g.length;Z+=3)m=g[Z],p=(n=Z+1<g.length)?g[Z+1]:0,G=(a=Z+2<g.length)?g[Z+2]:0,H=m>>2,m=(m&3)<<4|p>>4,p=(p&15)<<2|G>>6,G&=63,a||(G=64,n||(p=64)),X.push(v[H],v[m],v[p],v[G]);if(X=X.join(""))X="!"+X;else for(Z=0,X="";Z<g.length;Z++)n=g[Z][this.a](16),1==n.length&&(n="0"+n),X+=n;return(((this.b((g=X,212)).length=R[0],this.b(189)).length=R[1],this).b(5).length=R[2],E)(110,this,R[3]),g}if(m==cu)kt(this,G[1]);else if(m==zm)return kt(this,G[1])}},function(G,m,n,a,H){for(;n.o.length;){if(G=G&&m)n.R&&n.U?(G=0!=document.hidden?false:true,n.U=false):G=false;if(G){(H=n,n).E0(function(){Y(false,H,m,false)});break}a=it((a=(G=true,n.o.pop()),n),a)}return a}),Q=(L.prototype.us=function(G,m,n,a){for(;n--;)142!=n&&151!=n&&m.$[n]&&(m.$[n]=m[a](m[G](n),this));m[G]=this},function(G,m,n,a){if(G.I)return G.M(G.j);if(n=(m=G.b(142),m>>3),m>=G.K)throw k(G,31),G.X;return((void 0==G.l&&(G.l=l7(G.N,n-4),G.B=void 0),G.B!=n>>3&&(G.B=n>>3,a=G.b(72),G.tr=wi(G.B,G.l,[0,0,a[1],a[2]])),E)(142,G,m+8),G.N)[n]^G.tr[n%8]}),gR=(L.prototype.b=function(G,m){if(m=this.$[G],void 0===m)throw k(this,30,0,G),this.X;return m()},function(G,m,n,a,H,R){return function(){if(G.C==G){var g=[zm,m,n,void 0,H,R,arguments],X=a&1;if(a&2)var Z=Y(true,G,false,(S(G,g),false));else X&&G.o.length?S(G,g):X?(S(G,g),Y(true,G,false,false)):Z=it(G,g);return Z}}}),ns=function(G,m,n,a){z((a=(n=Q(m),Q)(m),a),m,P(m.b(n),G))},z=function(G,m,n,a,H,R){if(m.C==m)for(H=m.b(G),189==G?(G=function(g,X,Z,p){if((Z=(X=H.length,X-4>>3),H.K$)!=Z){p=(Z=(Z<<(H.K$=Z,3))-4,[0,0,R[1],R[2]]);try{H.qa=wi(l7(H,Z+4),l7(H,Z),p)}catch(e){throw e;}}H.push(H.qa[X&7]^g)},R=m.b(161)):G=function(g){H.push(g)},a&&G(a&255),m=n.length,a=0;a<m;a++)G(n[a])},E=function(G,m,n){if(142==G||151==G)if(m.$[G])m.$[G][m.a](n);else m.$[G]=m.gD(n);else if(212!=G&&189!=G&&5!=G&&1!=G&&161!=G||!m.$[G])m.$[G]=m.s(n,m.b);72==G&&(m.l=void 0,E(142,m,m.b(142)+32))},Yt=(L.prototype.F="caller",L.prototype.Bh=function(G,m,n,a,H,R){for(R=(n=[],a=0);R<G.length;R++)for(H=H<<m|G[R],a+=m;7<a;)a-=8,n.push(H>>a&255);return n},function(G,m,n,a,H,R,g){G.w++;try{for(R=(n=G.K,a=5001,0),H=void 0;(G.If||--a)&&(G.I||(R=G.b(142))<n);)try{G.I?H=G.M(G.I):(E(151,G,R),g=Q(G),H=G.b(g)),H&&H.call?H(G):k(G,21,0,g),G.J=true,r(G,2,false)}catch(X){X!=G.X&&(G.b(128)?k(G,22,X):E(128,G,X))}a||k(G,33)}catch(X){try{k(G,22,X)}catch(Z){O(G,Z)}}return n=G.b(209),m&&E(142,G,m),G.w--,n}),a8=function(G,m){return(m=Q(G),m&128)&&(m=m&127|Q(G)<<7),m},H2=function(G,m,n,a){for(a=(n=Q(G),0);0<m;m--)a=a<<8|Q(G);E(n,G,a)},Xo=((L.prototype.a="toString",L.prototype).M=function(G){return(G=G().shift(),this).I().length||this.j().length||(this.j=this.I=void 0,this.w--),G},L.prototype.$w=35,{}),k=function(G,m,n,a,H){if((n=(a=(void 0!=(m=[(H=G.b(151)>>3,m),H>>8&255,H&255],a)&&m.push(a),0==G.b(1).length&&(G.$[1]=void 0,E(1,G,m)),""),n&&(n.message&&(a+=n.message),n.stack&&(a+=":"+n.stack)),G.b(110)),3)<n){G.C=(m=(a=(a=a.slice(0,n-3),n-=a.length+3,nN(a.replace(/\\r\\n/g,"\\n"))),G.C),G);try{z(189,G,P(a.length,2).concat(a),12)}finally{G.C=m}}E(110,G,n)},Y=function(G,m,n,a,H){if(0!=m.o.length){if(H=0==m.w)m.f=m.Y();return n=m5(a,n,m),H&&(H=m.Y()-m.f,H<(G?10:0)||0>=m.h--||m.kw.push(254>=H?H:254)),n}},t=u,it=function(G,m,n,a,H){if(n=m[0],G.J=false,n==Pu)G.h=25,G.i(m);else if(n==GF){n=m[3],a=m[1];try{H=G.i(m)}catch(R){O(G,R),H=G.T}a&&a(H),n.push(H)}else if(n==cu)G.i(m);else if(n==LN)G.i(m);else if(n==Xo){try{for(H=0;H<G.v.length;H++)try{a=G.v[H],a[0][a[1]](a[2])}catch(R){}}catch(R){}(0,(G.v=[],m)[1])()}else if(n==zm)return H=m[2],a=m[6],E(2,G,m[4]?[a[0].V]:a),E(209,G,H),G.i(m)},S=(L.prototype.af=function(G,m,n){if(3==G.length){for(n=0;3>n;n++)m[n]+=G[n];for(G=[13,(n=0,8),13,12,16,5,3,10,15];9>n;n++)m[3](m,n%3,G[n])}},L.prototype.E0=(L.prototype.Ph=function(G,m,n,a){(n=(a=(n=(G&=(m=G&4,3),Q(this)),Q)(this),this.b(n)),m)&&(n=nN((""+n).replace(/\\r\\n/g,"\\n"))),G&&z(a,this,P(n.length,2)),z(a,this,n)},u.requestIdleCallback?function(G){requestIdleCallback(G,{timeout:4})}:u.setImmediate?function(G){setImmediate(G)}:function(G){setTimeout(G,0)}),function(G,m){G.o.splice(0,0,m)}),w=["botguard"],jb=function(G,m,n,a,H,R){for(G.I=(a=(G.kw=[],H=0,G.U=false,G.w=0,G.s=function(g,X,Z,p,e,K){return g=((K=(e=(p=function(){return p[Z.$w+(e[Z.F]===X)-!K[Z.F]]},Z=this,function(){return p()}),Z.i),e)[Z.a]=function(b){p[Z.bs]=b},e[Z.a](g),e)},G.R=0,G.j=void 0,G.h=(G.gD=(G.J=false,function(g,X,Z){return Z=(X=function(){return Z()},function(){return g}),X[this.a]=function(p){g=p},X}),25),[]),void 0);128>H;H++)a[H]=String.fromCharCode(H);(((G.Vz=(R=((((((((((((((((((((((E(142,G,((G.v=[],G.js=function(g){this.C=g},G.$=[],G).C=G,0)),E(151,G,0),E)(161,G,[0,0,0]),E(22,G,function(g){ns(1,g)}),E)(209,G,{}),E)(17,G,0),E(4,G,function(g){H2(g,4)}),E)(110,G,2048),E)(189,G,t7(4)),E)(219,G,function(g,X,Z,p){(p=(X=Q(g),Z=Q(g),Q(g)),E)(p,g,g.b(X)>>Z)}),G.Z=[],E(130,G,function(g){ns(4,g)}),G.o=[],E)(128,G,270),E)(133,G,function(g,X){(g=(X=Q(g),g.b(X)),J7)(g[1],g[0],g[2])}),H=n.c||function(){},gi)(),E)(169,G,G),E(250,G,function(g,X,Z,p,e,K){if(!r(g,255,true)){if("object"==(g=(p=(Z=(X=(e=(p=(Z=(X=Q(g),Q(g)),Q(g)),Q(g)),g.b(X)),g.b(Z)),g.b(p)),g.b(e)),F)(X)){for(K in e=[],X)e.push(K);X=e}for(p=(e=(K=X.length,0),0<p?p:1);e<K;e+=p)Z(X.slice(e,e+p),g)}}),E(157,G,function(g,X,Z,p,e){for(e=(Z=(X=Q(g),a8(g)),0),p=[];e<Z;e++)p.push(Q(g));E(X,g,p)}),E(159,G,function(g,X,Z,p,e,K,b){r(g,5,true)||(X=ri(g),e=X.A,p=X.W,Z=X.g,b=Z.length,0==b?K=p[e]():1==b?K=p[e](Z[0]):2==b?K=p[e](Z[0],Z[1]):3==b?K=p[e](Z[0],Z[1],Z[2]):k(g,22),E(X.D,g,K))}),E(72,G,[0,0,0]),E(245,G,function(g,X,Z,p,e){(Z=(e=(p=(X=Q(g),Z=Q(g),g.b(Q(g))),g.b(Q(g))),g.b(Z)),E)(X,g,gR(g,Z,p,e))}),E(212,G,[165,0,0]),E)(80,G,function(g,X,Z){X=Q(g),Z=Q(g),0!=g.b(X)&&E(142,g,g.b(Z))}),E)(113,G,function(g,X,Z,p){X=Q(g),Z=Q(g),p=Q(g),E(p,g,g.b(X)||g.b(Z))}),G).Na=function(g,X){X.push(g[0]<<24|g[1]<<16|g[2]<<8|g[3]),X.push(g[4]<<24|g[5]<<16|g[6]<<8|g[7]),X.push(g[8]<<24|g[9]<<16|g[10]<<8|g[11])},E(1,G,[]),E)(14,G,function(g,X,Z){Z=(X=Q(g),Q(g)),E(Z,g,""+g.b(X))}),E(146,G,function(){}),E)(68,G,function(g,X,Z,p){(p=(Z=(X=Q(g),Q(g)),Q(g)),E)(p,g,(g.b(X)in g.b(Z))+0)}),E(90,G,function(g,X,Z,p){(X=(Z=(p=(X=Q(g),Z=Q(g),Q(g)),g).b(Z),g.b(X)),E)(p,g,X[Z])}),E(95,G,function(g,X,Z){r(g,5,true)||(X=Q(g),Z=Q(g),E(Z,g,function(p){return eval(p)}(g.b(X))))}),E(240,G,function(g){H2(g,2)}),E(120,G,function(g,X,Z,p){Z=(X=Q(g),Q(g)),p=Q(g),g.C==g&&(g.b(X)[g.b(Z)]=g.b(p),72==X&&(g.B=void 0,2==g.b(Z)&&(g.l=void 0,E(142,g,g.b(142)+32))))}),E(253,G,function(g){g.Ph(4)}),E)(144,G,function(g,X,Z,p,e,K,b,y,C,f,NM,c,Bu){for(f=C=(y=(b=(K=(e=(p=Z=(X=Q(g),0),function(N,h){for(;p<N;)Z|=Q(g)<<p,p+=8;return Z>>=(h=Z&(1<<(p-=N,N))-1,N),h}),e)(3)+1,e(5)),[]),0);f<b;f++)NM=e(1),y.push(NM),C+=NM?0:1;for(f=(c=(C=(C-1).toString(2).length,[]),0);f<b;f++)y[f]||(c[f]=e(C));for(f=0;f<b;f++)y[f]&&(c[f]=Q(g));for(f=(Bu=[],K);f--;)Bu.push(g.b(Q(g)));E(X,g,function(N,h,u7,J,W){for(u7=(J=(N.w++,0),[]),h=[];J<b;J++){if(!(W=c[J],y)[J]){for(;W>=h.length;)h.push(Q(N));W=h[W]}u7.push(W)}(N.I=N.s(Bu.slice(),N.M),N).j=N.s(u7,N.M)})}),E)(185,G,function(g,X){(X=g.b(Q(g)),Sb)(X,g)}),E)(69,G,function(g,X,Z){Z=(X=Q(g),Q)(g),E(Z,g,g.b(Z)+g.b(X))}),E)(231,G,function(g,X,Z){X=(Z=(X=Q(g),Q)(g),g.b(X)),E(Z,g,F(X))}),E(233,G,function(g,X,Z){(X=(Z=(X=Q(g),Q(g)),g.$[X]&&g.b(X)),E)(Z,g,X)}),E(114,G,function(g,X,Z,p,e){p=(Z=(e=(X=(p=(Z=(X=Q(g),Q(g)),Q(g)),g.b(X)),g.b(Q(g))),g).b(Z),g.b(p)),0!==X&&(p=gR(g,p,e,1,X,Z),IQ(p,X,Z),E(17,g,[X,Z,p]))}),E)(124,G,function(g){H2(g,1)}),E)(67,G,function(g,X,Z,p,e,K,b){if(Z=a8((X=Q(g),g)),p="",g.$[138])for(e=g.b(138),K=0,b=e.length;Z--;)K=(K+a8(g))%b,p+=a[e[K]];else for(;Z--;)p+=a[Q(g)];E(X,g,p)}),E(13,G,function(g,X){r(g,5,true)||(X=ri(g),E(X.D,g,X.A.apply(X.W,X.g)))}),window.performance)||{},R.timeOrigin||(R.timing||{}).navigationStart)||0,E(5,G,[]),E)(19,G,function(g,X,Z,p){if(X=g.Z.pop()){for(Z=Q(g);0<Z;Z--)p=Q(g),X[p]=g.$[p];g.$=(X[110]=(X[1]=g.$[1],g.$[110]),X)}else E(142,g,g.K)}),E(175,G,function(g,X,Z,p){X=(p=(Z=(X=Q(g),Q(g)),Q(g)),g.b(X)==g.b(Z)),E(p,g,+X)}),E(170,G,function(g,X,Z,p,e,K,b){r(g,5,true)||(X=ri(g),Z=X.g,b=Z.length,e=X.A,p=X.W,0==b?K=new p[e]:1==b?K=new p[e](Z[0]):2==b?K=new p[e](Z[0],Z[1]):3==b?K=new p[e](Z[0],Z[1],Z[2]):4==b?K=new p[e](Z[0],Z[1],Z[2],Z[3]):k(g,22),E(X.D,g,K))}),E(63,G,0),E)(166,G,u),m)&&"!"==m.charAt(0)?(G.T=m,H()):(G.N=[],n=!!n.c,G.K=0,S(G,[LN,m]),S(G,[Xo,H]),Y(false,G,n,true))},GF=(L.prototype.X={},{}),O=(L.prototype.Ma=function(G,m,n,a,H){for(H=a=0;H<G.length;H++)a+=G.charCodeAt(H),a+=a<<10,a^=a>>6;return a=new Number((G=(a+=a<<3,a^=a>>11,a+(a<<15)>>>0),G&(1<<m)-1)),a[0]=(G>>>m)%n,a},function(G,m){G.T=("E:"+m.message+":"+m.stack).slice(0,2048)}),P=(L.prototype.Y=(window.performance||{}).now?function(){return Math.floor(this.Vz+window.performance.now())}:function(){return+new Date},function(G,m,n,a){for(a=m-(n=[],1);0<=a;a--)n[m-1-a]=G>>8*a&255;return n}),Sb=function(G,m){((m.Z.push(m.$.slice()),m).$[142]=void 0,E)(142,m,G)};w[0]in t||"undefined"==typeof t.execScript||t.execScript("var "+w[0]);for(var l;w.length&&(l=w.shift());)t=t[l]&&t[l]!==Object.prototype[l]?t[l]:t[l]={};((A=u.botguard,A).cLz=function(G,m,n){(n=new L(G,{c:m}),this).invoke=function(a,H,R){return(R=n.C$(H&&a,R),a)&&!H&&a(R),R}},A).bg=function(G,m,n){return G&&G.substring&&(n=A[G.substring(0,3)])?new n(G.substring(3),m):new A.cLz(G,m)};try{A.u||(IQ(function(){},u,"unload"),A.u=1)}catch(G){};')();</script>
  <script type="text/javascript" nonce="8yfp+z12glbQlqHyQZWROQ">
  document.bg = new botguard.bg('cLz8WEtrjUVYALhpee5glv5VjDkk/v6qprpCcfEYaf6XW84DJbrZXXI2i4I1/y+R7Ig5j+TLTuFdrroQoJJmRJEoPPCjsmdEA87rJDs0uT/rBRXIt2bH/jriowaD+jCpd648ACLXnJfaBnG6wM/aKRRkbpoWNAsegcrdnG1V3OuAuGhHBx2M2fwS81+klkslwueYaCjb8rIC9+Bt+8gydDm7lB5OcZjqfbuhrI7osj73nUQKpI8dGlrm1CM8RKpPJgcY1+jQp7PaMZH+qexrLcK17F9Xem7n9j2cMGTVc+IKQdNvWR1I9AW6+ovHlvKxL2OMv/v9/oA8FhMmFdqcPE8rHtDGBFAUAThDJdJ8ZQ9BD45MC7FyUWt7gZNAX5FyAGRncetbqhbXWKGSwEpTDZC/JqB8pW8oZWadzHlTZbP68woZDARdPxQxk9bnHscdqPTXBmXXCCGA1FbEPJ8SLfCeAjIG3DYRqO97J+H5Xy0LZkyejoMt3wH3+miMnUHP+AX0bBmkvQ+lnTkzvN55RZY8ZpWp4t5MP96VelKgYM85VBASVMjxQqH24MHoyb5hPSOF9qxoCa2P7FpSRefBy6A2zSapbzR2tnFxU4XBOinPgMML9ZzUcXpRi3jY7mBu2FthtVa3G1q/KzQxmUIFPHIZsDd+RP82ajYfrT8SxiJgAdZWCbKTD+p348dA/yODCYMna2ZqPfHYBCwhGFdqtROv0lqadTefsp//rqzK99hMP2cf7p4hvm8VtJCXZVdARhDuBoRZsig/k1O80fu+fFRClbMcXgtMkx4MNr3rcjZ828UwbCCHmiOWU/kTWk6pYeDZJO20pTK8kXmtMnS5BxBNZ37m+Z8Q/jYirnih/8vf39+R63FvqqMYFPh06s8k0RxcxkCUfD7PXfOokwAi0BcYd0Ks2FpS5OPQL+ySbiP9Sc+ZtKDnm16iPvDSCfgf98APedFB5Glu7osJIOd6DJ0K2Lm7Fen/3uS6R/tJ5pUOxtPDCmOFPKGNKOxRv9wCEDpE5nkHPC8nU+TwpWDzFZ52otSQxnt/BpBD0yqfyGm1DKyPlz2PtISCmSMT+4R07hVrHJA+AHSBFbjpXhsIyUxQSTihpo36GiVyysHkx3vF6Yl/UBadZCGIgdCbU4sl2JwhLMelQzSaLXxeNL6nf4d9QhBd9VFm4ZCh328qEFrvAlNFHdQShl70wJoxHD7/t25WaKrI4pG8jYXrnebdJRovsYEs//cC28AOfPZm/IxOo6zUatKJAJHwxIY8/DE3QGMWX5peOlw1XUeDDrG4yiMNdDiKl1SZ3KUVY8RIrTpuAA2FtOOmYJWV70ipUXzAL4C+MJBCelLHnA9iGZ8rn5B/Q9XLJAhNlDei44Opho77Shc1JTfoJw2S+D0imSDQuzmzez5+T59QkUlo4dgCTMsSH27A1mLQY3uKrodGAOlmejXUEt6Au17sLOx+BXBnBiBnkDiJVm2rmELCX7ZT/CG9jUI+vRYPL2afueVNNJPhBKJvH+0jYhqoqLQ2+AjAtmM/cDpq2DofT634lgIXMVGZULScVvs0ANkUia58x1GTxkQlgvllT3q385oaazh48XVOSyj1ar1LGr7XsYNLt3jmBqCXzMwo8S+dOHOgmLEZ+JgvCxr85FV6oQdHS7qXvmMIk7QxIMrPf+9VISBpzCb0Hq+z3tWTkL0EF6LZ+YOFNH8HJmG5Glar5FKyFNqwUoC4m9yk4SKhsRWvcaGTJEWltEAMiNUGQn7T9/YyTtL/CVtkIs1PNtj7fQ3GO9onTCwc/fQrNca76+AgMz3iLtO/sYI4cmkzzkbKiR6YHdhGS8eTt+lpDvh6dVQw7d1UXsMDRh9HBLHNlnLP7NSH9N+cl3oMorQ/hGZSARDCbQ1DUq+fdqxv59wJpGmtmNmdbpeRyFRrDwWgOiSk9FQrv+fDlojhG/4yUWE4MEiH6nM3jQ4toNevj1mlOVTWU3fJy0OQbC0B4YMHrV5ZdJoQ4vnt1gtGoabCDoKm+RbCdBFavfow5kODZ0P2NGI3YpIjVVB8Cg2FzehR1FIxDkpA45qmYwkV8AgOSW6jpQEZWHxgFZK/eZMcAXaNc63QPWY8GuPLQ94e/edi64XqGtWBBvP21vYp7QEs+PLiD8joSXgI3Ad0UKHPk82VoeEGF5jHB+JefnMG88LIPS9CrnA8rDgC36DCO8Q02IrrnrhsMB+HnCaayBIP28O3lhUUa92f4U/l7S0lBJiFnqbM36pxco6Zsfv1DvhjwOtTkJwlSL1T+cDDKFNCgE8R2hsl0rjXmMIubwviV65r7+lwbvsjjak3EX43AqsTfB+rQynRgPA/luFXYavmodJZNNQa43Z20NbGJDukywmzUXZvaD18ahKjvfleZzlLuzhpKIw04l3pWFcqorTfNXUV8Y2oP5uTbWJ3yaAcSbgkCnXBofayzoVmJDeQTPCWE6mbMud+vllQkvAqac34EIwjrak7HD/q2dXzcho2FJkI0fP8n6rYMlzHszNEvR8UkLbTzACcOGYpAG2ahfSrJN1Vf7j5t2+9Te2PLF6LUOE+FAyWZtlj+X/9zyANsRHd7c0McxBTu0qqnjeJwr3qABD5mUzlc8Slcr4nx1yGICJlwhcb7sGgoJCvSCcDtFWmzp4h65iF+klAk4njDYGE8M6sPlF7/56PTbN96jpjJyTqNiKfoNOWUClWR57Divc7xc8xGb8Nz46mFsf7GJwYDxdUHDguWoPvp6VJrZybf3aY77xgpACDfFF00CYWxFeFqIcKCuHhK9zcYABPPzER3yPUi4TeXqK/LzUH5CDJUWJinyuaAtIDwU+tBHdUsH0NTpfk4C7XnHAp4VHIk8g/sF91+NJK8mlDjljdiedssMc2iRqPAepr122jyPo+dHcUS8B2Sxf1Wx/RrYS9kFh/FKWtE9TSVASB6bEtGo3cnBey35ytFxLVf6x502Qb2uNA0six430FrdBrco/TTux/fStlt9FMF32HrAxYbVd1v7td2T9Z8/lsCZgL5TAqQ80bn+HgmZvN0pY+RfHNerzu6lNUuxu3gCTWyJjqBs7EXO0LiINgvvuZP1ETn+7m5dov3YTPOcANtyQPBdm5kVaCiQN1bjPGM0lxAN2t7pBbMk6Ie07bPdghFUu/ZAfT5R46Kwn4UARoIJ+2uF+XoZuwB2NLEuSBmV1qoy9Pao0fWCg2mm71/oEjxftuvGadwExSXgAQcguDFF+JSLmHECjalDEuP51KhWDkufwceQjnSs/6Q7QNtWbc5i7DR2XL2nkBQmKRuGfC/75BuRDNXL5+WCW/bWNdUGWMvwZ58b2+KPz1Bo0ZJxPlGBN6kq3aSB8prz+fXeFofUO6wx0LFcwv18itrL3aNVxZoXuvYb/QW05dIVgpo/wxzqBzWhgVVF5wsguz2Ujg+vVjCGjmixmTwxIoJs5DRLRCWqonje2D1AoENNAo55wUusLn5RwQRnHhI4oCPvZOLhU0FOs0RqO8uB9Gh6vu2VssGTlrNbMua2RAsDQ+wSy92YackkpBZLMuvDDxjqPnXNuO0lW6H8wJFYCxGAzRHMELxLMuizVrFwNCxFouQKJeDPcVHGnrYHwlrbg1qOxk+rqMLv+sxBUaStQG1bJsOt43+otcTTAKVT5b9w4PkujKlrGdLCQr9UW0Qil5gFwm0XogfcIYalTL1dh2kBLaR/aHPR7Fg6dHc8dhVhCjbkX2T/QqvuEq31mAmo/7+zwo8Tqq2lB0CKT/a3kubyWq7KY5wFhJwKDzvlENpbxWHxJYsm8BFeqmnXofFnWcwqObTqXFQl4oZqmWn3BIrM1w7URVFNt5ATuldf5nT10wUkOF+H5FXY9I4sLomC3W8fHiYb7UX+jKxqU59bpAiGO0zeOv5Ns0GCD3ba/a60o88ZLFZPD7njl71iwMDL4pSXtu62igEPAsi0C/mUEjqseBMmw7xy0dqtm9blLTG+uxjij487sU9nXeuDVHghlMFDGkm7SyWOchpGblnwC2b9T2RxLlY3lhgU2NN4oQshj2BtskjBU3n65rFy01xcW8iybCoeZHRCTv+LPyOTR4hM+lzS3qI5f/QGwPNPyuzt5scE81E4GmNyFvhiU2sG38d/dv8U5jwkW7jU8MziQiXGcqVItM+9QXIhJlx99Cf5GacxGEmmMFnWc9UW8v6qBDdYVaA7MjNZNjJn1ke3e+rNvn9OP2Az51kIIHr8wT2SWcF+id296NEOXev9wB7DNfsz2O5Tj77p/oqZlR2QwjytNBFc9FC44Qjw1Zia8JcLb6edXD+wx7/Bd4OnOHorsLBz6+EnVIfEDn/mIHv09+bCYCyPWkJtMtemTNeLa1DLYpkT3lfBDEFVLfo3cBfA6sBKiFTnKt45p/qnoYSoMg/6fQV1WDuq6AMuLRa9ynlvYoF8dpOER8riIui5OnuueD3flASt8f7WJ+k2DTaTaS1o0lHNRE/pG89ni2Dn24QuE6lRDFUNaXPxPbzjlfHTsSvB6cVlEWKyW6JPDilGLlWWHD/Ds0cn++Ge43kbruaTJGYs2tSoJUtUcwIE3+Q/WXuQ1qh7A+6TIj2H4Gm2KbZM3/Sd8GcE97Y7WMMMSgG10PsoisccRouPR7ttp5ZMB0p1LhlFDzZLuSY5ElOzMjaM2WSFyxezEktPPLl7FDJlRXDRzGU5ib8msLaGZCrLZQ+wGNmz3aqhYDktofA31VMzwRL0gO/Q1V8zmI69da9LIEFssJphZwAg4y6IIEakPO26PyaDuG/rr5my1s9Qm9wcV94oy/s2q83MfYNRVE6Lmw8k8nx7iiwu2B7LoI3Zq/zCeBk0XtNTqm+WH2FN4s8SGUYVRKPW40D3ryo9YUfKOx8TSHxl70yU8f9fjr8mG0FcmJb/TDQtzyZDhjDKjPxLHmT2CpHzTdInxSSN6KFBfa13moY77fXdhaGlvOgd0GCrps6VbC+G+vQhbL/3WGegNaUQOWyRvE+LRia1bxnnp5Cs4IOsP+BuLyTEm58i1a731txqMaVL7EJ3rJC45AVIPr7255yYEZQUQa6b0ACy7GxFc7Hl+NFFrn8jJIkG/Y7wCHsZ5A94bwzRcqVXC4tmYyd0cCh6mqyOwjaMEZWHxyEwIJXk1LTFD5axlEKmuu3wICHDE5TQaugILnZmhR4l+fNKYDELqqD0QUCQ6wWZzCxEofC0BeXGG3NnXlnYpLIB9JZ9O7A==');
  </script>
<script nonce="8yfp+z12glbQlqHyQZWROQ">
  gaia = window.gaia || {};
  gaia.ps = gaia.ps || {};
  gaia.ps.hasPrefilledIdentifier = false;
  function gaia_parseFragment() {
  var hash = location.hash;
  var params = {};
  if (!hash) {
  return params;
  }
  var paramStrs = decodeURIComponent(hash.substring(1)).split('&');
  for (var i = 0; i < paramStrs.length; i++) {
      var param = paramStrs[i].split('=');
      params[param[0]] = param[1];
    }
    return params;
  }

  function gaia_prefillEmail() {
    var email = null;
    var form = null;
    if (document.getElementById) {
      email = document.getElementById('Email');
      form = document.getElementById('gaia_loginform');
    }
    if (form && email && (email.value == null || email.value == '')
        && (email.type != 'hidden')) {
      hashParams = gaia_parseFragment();
      if (hashParams['Email'] && hashParams['Email'] != '') {
        email.value = hashParams['Email'];
      }
    }
  }

  
  try {
    gaia_prefillEmail();
  } catch (e) {
  }
  
</script>
<script nonce="8yfp+z12glbQlqHyQZWROQ">
  var gaia_scrollToElement = function(element) {
  var calculateOffsetHeight = function(element) {
  var curtop = 0;
  if (element.offsetParent) {
  while (element) {
  curtop += element.offsetTop;
  element = element.offsetParent;
  }
  }
  return curtop;
  }
  var siginOffsetHeight = calculateOffsetHeight(element);
  var scrollHeight = siginOffsetHeight - window.innerHeight +
  element.clientHeight + 0.02 * window.innerHeight;
  window.scroll(0, scrollHeight);
  }
</script>
  <script nonce="8yfp+z12glbQlqHyQZWROQ">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
  </script>
<script nonce="8yfp+z12glbQlqHyQZWROQ">
  (function(){
  gaia_onLoginSubmit = function() {
  try {
  gaia.loginAutoRedirect.stop();
  } catch (err) {
  // do not prevent form from being submitted
  }
  try {
  document.bg.invoke(function(response) {
  document.getElementById('bgresponse').value = response;
  });
  } catch (err) {
  document.getElementById('bgresponse').value = '';
  }
  return true;
  }
  document.getElementById('gaia_loginform').onsubmit = gaia_onLoginSubmit;
  var signinButton;
  signinButton = document.getElementById('next');
  gaia_attachEvent(window, 'load', function(){
  gaia_scrollToElement(signinButton);
  });
  })();
</script>
  <script nonce="8yfp+z12glbQlqHyQZWROQ">var e=this,g=function(b,c){b=b.split(".");var a=e;b[0]in a||!a.execScript||a.execScript("var "+b[0]);for(var d;b.length&&(d=b.shift());)b.length||void 0===c?a[d]?a=a[d]:a=a[d]={}:a[d]=c};var h=function(){try{return new XMLHttpRequest}catch(a){for(var b=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"],c=0;c<b.length;c++)try{return new ActiveXObject(b[c])}catch(d){}}return null};g("gaia.ajax.newXmlHttpRequest",h);var k=function(){this.a=h();this.parameters={}};g("gaia.ajax.XmlHttpFormRequest",k);
k.prototype.send=function(b,c){var a=[],d;for(d in this.parameters)a.push(d+"="+encodeURIComponent(this.parameters[d]));a=a.join("&");var f=this.a;f.open("POST",b,!0);f.setRequestHeader("Content-type","application/x-www-form-urlencoded");f.onreadystatechange=function(){4==f.readyState&&c({status:f.status,text:f.responseText})};f.send(a)};k.prototype.send=k.prototype.send;
k.prototype.h=function(b,c,a){var d=this.a;d.open("POST",b,!0);d.setRequestHeader("Content-type","application/json");d.onreadystatechange=function(){4==d.readyState&&a({status:d.status,text:d.responseText})};d.send(c)};k.prototype.sendJson=k.prototype.h;k.prototype.get=function(b,c){var a=this.a;a.open("GET",b,!0);a.onreadystatechange=function(){4==a.readyState&&c({status:a.status,text:a.responseText})};a.send()};k.prototype.get=k.prototype.get;var l=/\s*;\s*/,m=function(){if(!document.cookie)return"";for(var b=document.cookie.split(l),c=0;c<b.length;c++){var a=b[c];a=a.replace(/^\s+/,"");a=a.replace(/\s+$/,"");if(0==a.indexOf("APISID="))return a.substr(7)}return""};var n=null,p=function(b,c){this.g=b;this.f=c;this.c=m();this.b=!1},q=function(){var b=n,c=m();c==b.c||b.b||(b.c=c,(new k).get(b.f,function(a){var d=n;a&&a.status&&200==a.status&&"OK"==a.text&&(d.a&&clearInterval(d.a),d.b||(window.location=d.g))}))};p.prototype.start=function(b){if(this.a)return!1;this.a=setInterval(function(){q()},b);return!0};g("gaia.loginAutoRedirect.start",function(b,c,a){if(n||!a||!c||0>=b)return!1;n=new p(c,a);return n.start(b)});
g("gaia.loginAutoRedirect.stop",function(){var b=n;b.b=!0;b.a&&(clearInterval(b.a),b.a=null)});
</script>
  <script type="text/javascript" nonce="8yfp+z12glbQlqHyQZWROQ">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fwww.blogger.com%2Fblogin.g%3FblogspotURL%3Dhttps%3A%2F%2Fwww.cobbsblog.com%2Fblog%2F%3Ffeed%253Drss2%26zx%3Dgu7qngyn5x2m\x26hl=en-US\x26service=blogger\x26passive=true\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fwww.blogger.com%2Fblogin.g%3FblogspotURL%3Dhttps%3A%2F%2Fwww.cobbsblog.com%2Fblog%2F%3Ffeed%253Drss2%26zx%3Dgu7qngyn5x2m\x26hl=en-US\x26service=blogger\x26passive=true');
  </script>
  </body>
</html>
