
<!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="AFoagUVLvcOHgpRsMzBS1pWYa3n5L0gtQA:1589002582804">
  <input type="hidden" name="continue" value="https://www.blogger.com/blogin.g?blogspotURL=https://www.chunmin.com/feed/&amp;zx=1me64ma3es5c1">
  <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="AEThLlwhDUENzR8lb1ayJed-F1_5ZKPtksA5Vx8EvTJQHmZOhkdBFW2HmI4JJoYEWWrPs4tN_iZWFrxPm_hnlGgUDFKJZ7Z8QRhOFfiykytKDOKX0-tSkz1dOSncR_sZyVtBcgs1bcQlnD8sjSW10ioCYFQsIrdAGPINUeH1-KcoVe9ySoYhaQ_pdHXP-6zC1hPKYy6AzbIS">
  <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.chunmin.com%2Ffeed%2F%26zx%3D1me64ma3es5c1&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.chunmin.com%2Ffeed%2F%26zx%3D1me64ma3es5c1&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.chunmin.com%2Ffeed%2F%26zx%3D1me64ma3es5c1&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="hL6nuLLJrYPikCahNplyfw">
  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="hL6nuLLJrYPikCahNplyfw">/* Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */Function('var z={},SZ=function(S){return/^[\\s\\xa0]*([\\s\\S]*?)[\\s\\xa0]*$/.exec(S)[1]},P=function(S,v,N){if("object"==(v=typeof S,v))if(S){if(S instanceof Array)return"array";if(S instanceof Object)return v;if("[object Window]"==(N=Object.prototype.toString.call(S),N))return"object";if("[object Array]"==N||"number"==typeof S.length&&"undefined"!=typeof S.splice&&"undefined"!=typeof S.propertyIsEnumerable&&!S.propertyIsEnumerable("splice"))return"array";if("[object Function]"==N||"undefined"!=typeof S.call&&"undefined"!=typeof S.propertyIsEnumerable&&!S.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==v&&"undefined"==typeof S.call)return"object";return v},eZ=function(S,v){function N(){}((N.prototype=v.prototype,S).J=v.prototype,S.prototype=new N,S).prototype.constructor=S},vS=function(){},w={},NH=function(S,v,N,b,L){for(b=[],N=L=0;N<S.length;N++)v=S.charCodeAt(N),128>v?b[L++]=v:(2048>v?b[L++]=v>>6|192:(55296==(v&64512)&&N+1<S.length&&56320==(S.charCodeAt(N+1)&64512)?(v=65536+((v&1023)<<10)+(S.charCodeAt(++N)&1023),b[L++]=v>>18|240,b[L++]=v>>12&63|128):b[L++]=v>>12|224,b[L++]=v>>6&63|128),b[L++]=v&63|128);return b},h,D=function(S,v){return(v=typeof S,"object"==v)&&null!=S||"function"==v},g=function(S,v){return v<S?-1:v>S?1:0},d=this||self,os=function(S){for(S=0;64>S;++S)w[S]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(S),z["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(S)]=S;z[z["/"]=(w[64]="",z["+"]=62,63),"="]=64},V;a:{var b2=d.navigator;if(b2){var Q$=b2.userAgent;if(Q$){h=Q$;break a}}h=""}var p="",Ly=function(S){return(S=d.document)?S.documentMode:void 0},as=function(S,v,N){for(N in S)if(v.call(void 0,S[N],N,S))return true;return false},zE=function(S,v,N){return(N=l2,Object.prototype.hasOwnProperty).call(N,S)?N[S]:N[S]=v(S)},m=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(h),Cy=(m&&(p=m?m[1]:""),Ly()),jZ=null!=Cy&&Cy>parseFloat(p)?String(Cy):p,l2={},PS;if(d.document){var cS=Ly();PS=cS?cS:parseInt(jZ,10)||void 0}else PS=void 0;var HS=9<=Number(PS),wc=!function(S){return zE(S,function(v,N,b,L,e,Q,a){for(e=(v=(N=SZ((L=0,String)(jZ)).split("."),b=SZ(String(S)).split("."),Math.max(N.length,b.length)),0);0==L&&e<v;e++){Q=b[a=N[e]||"",e]||"";do{if(0==(Q=(a=/(\\d*)(\\D*)(.*)/.exec(a)||["","","",""],/(\\d*)(\\D*)(.*)/.exec(Q)||["","","",""]),a[0]).length&&0==Q[0].length)break;a=(L=g(0==Q[1].length?0:parseInt(Q[1],10),0==a[1].length?0:parseInt(a[1],10))||g(0==Q[2].length,0==a[2].length)||g(Q[2],a[2]),a[3]),Q=Q[3]}while(0==L)}return 0<=L})}("9"),hh=function(S,v){if(!d.addEventListener||!Object.defineProperty)return false;S=Object.defineProperty({},"passive",(v=false,{get:function(){v=true}}));try{d.addEventListener("test",vS,S),d.removeEventListener("test",vS,S)}catch(N){}return v}(),Z=function(S,v){this.currentTarget=this.target=(this.defaultPrevented=false,this.type=S,v)},I=((Z.prototype.stopPropagation=function(){},Z.prototype).preventDefault=function(){this.defaultPrevented=true},function(S,v,N,b){((this.pointerType=(this.pointerId=(this.metaKey=(this.charCode=((this.button=this.screenY=(this.relatedTarget=this.currentTarget=this.target=(Z.call(this,S?S.type:""),null),this).screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0,this).key="",this.keyCode=0),this.shiftKey=this.altKey=this.ctrlKey=false),this.state=null,0),""),this).B=null,S)&&(N=this.type=S.type,b=S.changedTouches&&S.changedTouches.length?S.changedTouches[0]:null,this.target=S.target||S.srcElement,this.currentTarget=v,v=S.relatedTarget,v||("mouseover"==N?v=S.fromElement:"mouseout"==N&&(v=S.toElement)),this.relatedTarget=v,b?(this.clientX=void 0!==b.clientX?b.clientX:b.pageX,this.clientY=void 0!==b.clientY?b.clientY:b.pageY,this.screenX=b.screenX||0,this.screenY=b.screenY||0):(this.offsetX=void 0!==S.offsetX?S.offsetX:S.layerX,this.offsetY=void 0!==S.offsetY?S.offsetY:S.layerY,this.clientX=void 0!==S.clientX?S.clientX:S.pageX,this.clientY=void 0!==S.clientY?S.clientY:S.pageY,this.screenX=S.screenX||0,this.screenY=S.screenY||0),this.button=S.button,this.keyCode=S.keyCode||0,this.key=S.key||"",this.charCode=S.charCode||("keypress"==N?S.keyCode:0),this.ctrlKey=S.ctrlKey,this.altKey=S.altKey,this.shiftKey=S.shiftKey,this.metaKey=S.metaKey,this.pointerId=S.pointerId||0,this.pointerType="string"===typeof S.pointerType?S.pointerType:fy[S.pointerType]||"",this.state=S.state,this.B=S,S.defaultPrevented&&this.preventDefault())}),fy=(eZ(I,Z),{2:"touch",3:"pen",4:"mouse"}),O="closure_listenable_"+(1E6*((I.prototype.stopPropagation=function(){(I.J.stopPropagation.call(this),this).B.stopPropagation?this.B.stopPropagation():this.B.cancelBubble=true},I.prototype).preventDefault=function(S){if(S=(I.J.preventDefault.call(this),this).B,S.preventDefault)S.preventDefault();else if(S.returnValue=false,wc)try{if(S.ctrlKey||112<=S.keyCode&&123>=S.keyCode)S.keyCode=-1}catch(v){}},Math.random())|0),A=function(S){this.src=(this.m=0,S),this.Z={}},DQ=function(S){S.G=(S.listener=null,true),S.K=null,S.src=null,S.l=null},kM=function(S,v,N,b,L){this.G=(this.K=v,this.key=++dc,this.listener=(this.capture=!!L,this.src=N,this.l=null,S),this.type=b,this).H=false},dc=0,V$=(A.prototype.remove=(A.prototype.add=(A.prototype.hasListener=function(S,v,N,b,L){return as((b=(L=(N=void 0!==v,void 0!==S))?S.toString():"",this.Z),function(e,Q){for(Q=0;Q<e.length;++Q)if(!(L&&e[Q].type!=b||N&&e[Q].capture!=v))return true;return false})},function(S,v,N,b,L,e,Q){return(S=this.Z[e=S.toString(),e],S)||(S=this.Z[e]=[],this.m++),Q=V$(L,S,v,b),-1<Q?(v=S[Q],N||(v.H=false)):(v=new kM(v,L,this.src,e,!!b),v.H=N,S.push(v)),v}),function(S,v,N,b,L){if(!((S=S.toString(),S)in this.Z))return false;return-1<(v=(L=this.Z[S],V$(b,L,v,N)),v)?(DQ(L[v]),Array.prototype.splice.call(L,v,1),0==L.length&&(delete this.Z[S],this.m--),true):false}),function(S,v,N,b,L,e){for(L=0;L<v.length;++L)if(e=v[L],!e.G&&e.listener==N&&e.capture==!!b&&e.K==S)return L;return-1}),py="closure_lm_"+(1E6*Math.random()|0),ZQ=function(S,v,N,b){return((b=(N=S.K||S.src,S.listener),S).H&&mt(S),b).call(N,v)},MH=function(S,v,N,b,L,e,Q,a){if(!e)throw Error("Invalid event type");if(!(a=D(N)?!!N.capture:!!N,a)||HS)if((Q=i2(L))||(L[py]=Q=new A(L)),S=Q.add(e,v,b,a,S),!S.l){if((S.l=(v=Is(),v),v).src=L,v.listener=S,L.addEventListener)hh||(N=a),void 0===N&&(N=false),L.addEventListener(e.toString(),v,N);else if(L.attachEvent)L.attachEvent(OI(e.toString()),v);else if(L.addListener&&L.removeListener)L.addListener(v);else throw Error("addEventListener and attachEvent are unavailable.");Ah++}},Ah=0,OI=function(S){return S in Jh?Jh[S]:Jh[S]="on"+S},Jh={},BS=function(S,v,N,b,L,e){if(b&&b.once)Ky(v,b,N,S,L);else if(Array.isArray(v))for(e=0;e<v.length;e++)BS(S,v[e],N,b,L);else N=YM(N),S&&S[O]?S.UR(v,N,D(b)?!!b.capture:!!b,L):MH(L,N,b,false,S,v)},UI=function(S,v,N,b){if(S.G)return true;if(!HS){if(!v)a:{for(N=(v=(b=d,["window","event"]),0);N<v.length;N++)if(b=b[v[N]],null==b){v=null;break a}v=b}return(v=new I(v,this),ZQ)(S,v)}return ZQ(S,new I(v,this))},Is=function(S,v){return v=(S=UI,HS?function(N){return S.call(v.src,v.listener,N)}:function(N){if(!(N=S.call(v.src,v.listener,N),N))return N})},Ky=function(S,v,N,b,L,e){if(Array.isArray(S))for(e=0;e<S.length;e++)Ky(S[e],v,N,b,L);else N=YM(N),b&&b[O]?b.Ld(S,N,D(v)?!!v.capture:!!v,L):MH(L,N,v,true,b,S)},mt=function(S,v,N,b,L,e,Q){if("number"!==typeof S&&S&&!S.G)if((b=S.src)&&b[O])b.ep(S);else if(Q=S.l,L=S.type,b.removeEventListener?b.removeEventListener(L,Q,S.capture):b.detachEvent?b.detachEvent(OI(L),Q):b.addListener&&b.removeListener&&b.removeListener(Q),Ah--,L=i2(b)){if(Q=S.type,Q in L.Z){v=L.Z[Q];b:if("string"===typeof v)N="string"!==typeof S||1!=S.length?-1:v.indexOf(S,0);else{for(N=0;N<v.length;N++)if(N in v&&v[N]===S)break b;N=-1}((e=0<=N)&&Array.prototype.splice.call(v,N,1),e)&&(DQ(S),0==L.Z[Q].length&&(delete L.Z[Q],L.m--))}0==L.m&&(L.src=null,b[py]=null)}else DQ(S)},i2=function(S){return S=S[py],S instanceof A?S:null},ny=function(S,v,N,b,L,e){if(Array.isArray(v))for(e=0;e<v.length;e++)ny(S,v[e],N,b,L);else(b=D(b)?!!b.capture:!!b,S=YM(S),N&&N[O])?N.vJ(v,S,b,L):N&&(N=i2(N))&&(v=N.Z[v.toString()],N=-1,v&&(N=V$(L,v,S,b)),(S=-1<N?v[N]:null)&&mt(S))},Fx="__closure_events_fn_"+(1E9*Math.random()>>>0),Xx={},$M=function(S,v){(S.W.push(S.M.slice()),S.M)[23]=void 0,M(S,23,v)},th={},Rs=function(S,v,N,b,L,e){return function(){if(b.X==b){var Q=S&1,a=[u2,v,N,void 0,L,e,arguments];if(S&2)var l=(J(a,b),K)(false,false,b,true);else Q&&b.f.length?J(a,b):Q?(J(a,b),K(false,false,b,true)):l=y$(a,b);return l}}},M=function(S,v,N){if(23==v||13==v)if(S.M[v])S.M[v][S.C](N);else S.M[v]=S.ql(N);else if(239!=v&&243!=v&&70!=v&&83!=v&&69!=v||!S.M[v])S.M[v]=S.D(N,S.S);25==v&&(S.$=void 0,M(S,23,S.S(23)+32))},X=function(S,v){try{WS(this,S,v)}catch(N){F(this,N)}},K=((X.prototype.X6=function(S,v,N,b,L,e){if(this.U)return this.U;try{L=[],N=[],e=!!S,J([th,L,v],this),J([EI,S,L,N],this),K(e,true,this,false),b=N[0]}catch(Q){F(this,Q),b=this.U,S&&S(b)}return b},X).prototype.c=(X.prototype.kP=function(S,v,N,b){(N=(N=E((v=S&4,S&=3,this)),b=E(this),this.S(N)),v&&(N=NH((""+N).replace(/\\r\\n/g,"\\n"))),S&&y(b,this,u(N.length,2)),y)(b,this,N)},X.prototype.Y={},function(S,v,N,b,L,e,Q,a,l,C){if(L=S[0],L==sI){e=S[1];try{for(Q=[],S=0;S<e.length;){if((N=(b=(C=z[e.charAt(S++)],S)<e.length?z[e.charAt(S)]:0,++S,S<e.length?z[e.charAt(S)]:64),++S,l=S<e.length?z[e.charAt(S)]:64,++S,null==C||null==b||null==N)||null==l)throw Error();64!=(Q.push(C<<2|b>>4),N)&&(Q.push(b<<4&240|N>>2),64!=l&&Q.push(N<<6&192|l))}this.j=(this.L=Q,this.L).length<<3}catch(c){t(17,this,c)}rc(this)}else if(L==th)C=S[1],C.push(this.S(239).length,this.S(121),this.S(243).length,this.S(70).length),M(this,219,S[2]),this.M[142]&&GE(this,this.S(142));else{if(L==EI){(N=(b=u(this.S((C=S[2],239)).length+2,2),this.X),this).X=this;try{Q=this.S(83),0<Q.length&&y(239,this,u(Q.length,2).concat(Q),15),l=0,l+=this.S(125)&511,l-=this.S(239).length+5,e=this.S(243),4<e.length&&(l-=e.length+3),0<l&&y(239,this,u(l,2).concat(TE(l)),10),4<e.length&&y(239,this,u(e.length,2).concat(e),153)}finally{this.X=N}for(((e=TE(2).concat(this.S(239)),e)[1]=e[0]^3,e[3]=e[1]^b[0],e)[4]=e[1]^b[1],N=0,b=[];N<e.length;N+=3)a=e[N],v=(l=N+1<e.length)?e[N+1]:0,L=(Q=N+2<e.length)?e[N+2]:0,S=a>>2,a=(a&3)<<4|v>>4,v=(v&15)<<2|L>>6,L&=63,Q||(L=64,l||(v=64)),b.push(w[S],w[a],w[v],w[L]);if(b=b.join(""))b="!"+b;else for(N=0,b="";N<e.length;N++)l=e[N][this.C](16),1==l.length&&(l="0"+l),b+=l;return(((e=b,this.S(239)).length=C.shift(),M(this,121,C.shift()),this).S(243).length=C.shift(),this.S(70)).length=C.shift(),e}if(L==Xx)GE(this,S[1]);else if(L==u2)return GE(this,S[1])}}),function(S,v,N,b,L){if(0!=N.f.length){if(L=0==N.F)N.w=N.s();return S=xM(v,N,S),L&&(L=N.s()-N.w,L<(b?10:0)||0>=N.b--||N.Z4.push(254>=L?L:254)),S}}),E=function(S,v,N,b){if(S.O)return S.I(S.v);if((v=S.S(23),N=v>>3,v)>=S.j)throw t(31,S),S.Y;return(((void 0==S.$&&(S.$=SI(S.L,N-4),S.i=void 0),S).i!=N>>3&&(S.i=N>>3,b=S.S(25),S.yY=eI([0,0,b[1],b[2]],S.i,S.$)),M)(S,23,v+8),S.L)[N]^S.yY[N%8]},TE=((X.prototype.fd=function(S,v,N){if(3==S.length){for(N=0;3>N;N++)v[N]+=S[N];for(N=(S=[13,8,13,12,16,5,3,10,15],0);9>N;N++)v[3](v,N%3,S[N])}},X.prototype).zJ=((X.prototype.s=(window.performance||{}).now?function(){return Math.floor(this.Nl+window.performance.now())}:function(){return+new Date},X).prototype.Cd=function(S,v,N,b,L,e){for(e=(N=[],b=0);e<S.length;e++)for(L=L<<v|S[e],b+=v;7<b;)b-=8,N.push(L>>b&255);return N},!(X.prototype.I=function(S){return(S=S().shift(),this.O().length||this.v().length)||(this.v=this.O=void 0,this.F--),S},1)),function(S,v){for(v=[];S--;)v.push(255*Math.random()|0);return v}),r=function(S,v,N){if(0>=N.a||1<N.F||!N.h&&S||0!=document.hidden||N.s()-N.w<N.a-v)return false;return!(((S=(N.V=true,N.S(S?13:23)),M)(N,23,N.j),N.f).push([Xx,S]),0)},F=function(S,v){S.U=("E:"+v.message+":"+v.stack).slice(0,2048)},EI=(X.prototype.C="toString",{}),v1=(X.prototype.BJ=function(S,v,N,b){try{b=S[(v+2)%3],S[v]=S[v]-S[(v+1)%3]-b^(1==v?b<<N:b>>>N)}catch(L){throw L;}},function(S,v,N,b){for(N=E(S),b=0;0<v;v--)b=b<<8|E(S);M(S,N,b)}),SI=function(S,v){return S[v]<<24|S[v+1]<<16|S[v+2]<<8|S[v+3]},G=(X.prototype.QY=function(S,v,N){return((v=(v^=v<<13,v^=v>>17,(v^v<<5)&N))||(v=1),S)^v},d),YM=function(S){if("function"==P(S))return S;return S[Fx]||(S[Fx]=function(v){return S.handleEvent(v)}),S[Fx]},J=function(S,v){v.f.splice(0,0,S)},GE=function(S,v,N){return rc(S,((N=S.S(23),S.L&&N<S.j)?(M(S,23,S.j),$M(S,v)):M(S,23,v),N))},eI=function(S,v,N,b){try{for(b=0;79669387488!=b;)N+=(v<<4^v>>>5)+v^b+S[b&3],b+=2489668359,v+=(N<<4^N>>>5)+N^b+S[b>>>11&3];return[N>>>24,N>>16&255,N>>8&255,N&255,v>>>24,v>>16&255,v>>8&255,v&255]}catch(L){throw L;}},y$=function(S,v,N,b,L){if(v.h=false,L=S[0],L==th)v.b=25,v.c(S);else if(L==EI){L=S[N=S[1],3];try{b=v.c(S)}catch(e){F(v,e),b=v.U}N&&N(b),L.push(b)}else if(L==Xx)v.c(S);else if(L==sI)v.c(S);else if(L==Ns){try{for(b=0;b<v.P.length;b++)try{N=v.P[b],N[0][N[1]](N[2])}catch(e){}}catch(e){}(0,S[v.P=[],1])()}else if(L==u2)return b=S[2],N=S[6],M(v,140,S[4]?[N[0].B]:N),M(v,219,b),v.c(S)},y=(X.prototype.T="caller",function(S,v,N,b,L,e){if(v.X==v)for(L=v.S(S),243==S?(S=function(Q,a,l,C){if((C=(a=L.length,a-4)>>3,L).jp!=C){l=[0,0,(L.jp=C,C=(C<<3)-4,e[1]),e[2]];try{L.OR=eI(l,SI(L,C+4),SI(L,C))}catch(c){throw c;}}L.push(L.OR[a&7]^Q)},e=v.S(69)):S=function(Q){L.push(Q)},b&&S(b&255),b=0,v=N.length;b<v;b++)S(N[b])}),T=["botguard"],WS=function(S,v,N,b,L){for((L=[],S.O=void 0,S.a=0,(b=0,S).Z4=(S.v=void 0,S.F=0,[]),S.ql=(S.b=25,function(e,Q,a){return(a=(Q=function(){return a()},function(){return e}),Q)[this.C]=function(l){e=l},Q}),S.V=false,S).h=false,S.D=function(e,Q,a,l,C,c){return e=((a=(C=function(){return l()},l=(c=this,function(){return l[c.Ml+(C[c.T]===Q)-!a[c.T]]}),c).c,C)[c.C]=function(H){l[c.Sp]=H},C[c.C](e),C)};128>b;b++)L[b]=String.fromCharCode(b);(((b=(((((((S.cJ=(((((((S.Nl=(b=(((((((S.W=(((M(S,(S.nd=function(e){this.X=e},(S.P=[],S).M=(S.X=S,[]),23),0),M)(S,13,0),M(S,185,function(e,Q){e=(Q=E(e),e.S(Q)),ny(e[2],e[1],e[0])}),M)(S,22,function(e,Q,a){r(true,5,e)||(Q=E(e),a=E(e),M(e,a,function(l){return eval(l)}(e.S(Q))))}),M(S,83,[]),[]),M(S,130,function(e){ou(e,1)}),M(S,239,[165,0,0]),M)(S,90,0),M)(S,69,[0,0,0]),M(S,254,function(e,Q,a,l){l=(Q=(a=(Q=E(e),E(e)),e).S(Q),e.S(a)),M(e,a,l+Q)}),M(S,56,function(e,Q,a,l,C,c,H,B,R,Y,qH,U,q){for(l=(C=(c=(B=(qH=E(e),R=0),function(f,k){for(;B<f;)R|=E(e)<<B,B+=8;return k=(B-=f,R&(1<<f)-1),R>>=f,k}),H=c(3)+1,c(5)),U=[],Y=0);l<C;l++)a=c(1),U.push(a),Y+=a?0:1;for(q=(Y=(Y-(l=0,1)).toString(2).length,[]);l<C;l++)U[l]||(q[l]=c(Y));for(l=0;l<C;l++)U[l]&&(q[l]=E(e));for(l=(Q=[],H);l--;)Q.push(e.S(E(e)));M(e,qH,function(f,k,W,n,gc){for(f.F++,W=[],gc=[],k=0;k<C;k++){if(n=q[k],!U[k]){for(;n>=W.length;)W.push(E(f));n=W[n]}gc.push(n)}(f.O=f.D(Q.slice(),f.I),f).v=f.D(gc,f.I)})}),M)(S,246,function(e){v1(e,1)}),M)(S,236,function(e){v1(e,4)}),M)(S,84,function(e,Q,a){a=(a=E(e),Q=E(e),e.S(a)),M(e,Q,P(a))}),M)(S,7,function(e,Q,a,l,C,c,H){r(true,5,e)||(l=bU(e),a=l.A,c=l.N,Q=c.length,C=l.o,0==Q?H=a[C]():1==Q?H=a[C](c[0]):2==Q?H=a[C](c[0],c[1]):3==Q?H=a[C](c[0],c[1],c[2]):t(22,e),M(e,l.R,H))}),window).performance||{},b.timeOrigin)||(b.timing||{}).navigationStart||0,M(S,249,function(){}),M(S,148,function(e){v1(e,2)}),M)(S,17,function(e,Q,a,l){Q=(a=E(e),Q=E(e),l=E(e),e.S(Q)),a=e.S(a),M(e,l,a[Q])}),M(S,161,function(e,Q,a,l,C){(a=(l=(Q=E(e),E(e)),E(e)),e).X==e&&(a=e.S(a),C=e.S(Q),l=e.S(l),C[l]=a,25==Q&&(e.i=void 0,2==l&&(e.$=void 0,M(e,23,e.S(23)+32))))}),S).f=[],M(S,40,function(e,Q,a,l,C,c,H){r(true,5,e)||(C=bU(e),a=C.o,l=C.A,c=C.N,Q=c.length,0==Q?H=new l[a]:1==Q?H=new l[a](c[0]):2==Q?H=new l[a](c[0],c[1]):3==Q?H=new l[a](c[0],c[1],c[2]):4==Q?H=new l[a](c[0],c[1],c[2],c[3]):t(22,e),M(e,C.R,H))}),M(S,96,S),M(S,125,0),M)(S,70,[]),M)(S,25,[0,0,0]),os)(),M)(S,45,function(e,Q,a,l){(l=(Q=(a=E((l=E(e),Q=E(e),e)),e).S(Q),e.S(l)),M)(e,a,(l in Q)+0)}),M(S,14,function(e,Q,a,l,C,c,H){if((Q=Qp((a=E(e),e)),H="",e).M[187])for(l=e.S(187),C=0,c=l.length;Q--;)C=(C+Qp(e))%c,H+=L[l[C]];else for(;Q--;)H+=L[E(e)];M(e,a,H)}),function(e,Q){((Q.push(e[0]<<24|e[1]<<16|e[2]<<8|e[3]),Q).push(e[4]<<24|e[5]<<16|e[6]<<8|e[7]),Q).push(e[8]<<24|e[9]<<16|e[10]<<8|e[11])}),M(S,155,function(e){e.kP(4)}),M(S,171,function(e,Q,a,l,C){l=(C=(l=E((a=(C=E((Q=E(e),e)),E)(e),e)),e).S(C),e).S(l),a=e.S(a),M(e,Q,Rs(l,C,a,e))}),M)(S,209,function(e,Q){r(true,5,e)||(Q=bU(e),M(e,Q.R,Q.o.apply(Q.A,Q.N)))}),M(S,134,function(e,Q,a,l,C,c){if(!r(true,255,e)){if("object"==(e=(C=(a=(Q=(a=E((C=E((Q=E((c=E(e),e)),e)),e)),e.S(Q)),e).S(a),e.S(C)),e).S(c),P)(e)){for(l in c=[],e)c.push(l);e=c}for(c=(l=e.length,0),C=0<C?C:1;c<l;c+=C)Q(e.slice(c,c+C),a)}}),M)(S,65,function(e,Q,a){Q=E((a=E(e),e)),M(e,Q,""+e.S(a))}),M(S,167,function(e,Q,a,l){(a=(l=(Q=E(e),E)(e),E(e)),M)(e,a,e.S(Q)>>l)}),M(S,121,2048),M(S,226,function(e,Q,a,l){a=(l=(Q=(a=E(e),E)(e),E(e)),e.S(a)),Q=e.S(Q),M(e,l,+(a==Q))}),M(S,243,TE(4)),M)(S,68,function(e,Q){$M(e,(Q=e.S(E(e)),Q))}),M(S,189,function(e,Q,a,l,C){for(a=(C=Qp((l=E(e),e)),[]),Q=0;Q<C;Q++)a.push(E(e));M(e,l,a)}),M)(S,211,function(e,Q,a,l){(Q=E(e),l=E(e),a=E(e),M)(e,a,e.S(Q)||e.S(l))}),M)(S,64,function(e,Q,a,l,C){(Q=(a=(C=(l=(Q=(C=(a=E(e),E(e)),E(e)),E(e)),l=e.S(l),e.S(C)),e).S(a),e.S(Q)),0)!==a&&(Q=Rs(1,Q,l,e,a,C),BS(a,C,Q),M(e,90,[a,C,Q]))}),M(S,126,function(e,Q,a){Q=(Q=E(e),a=E(e),e.M)[Q]&&e.S(Q),M(e,a,Q)}),M)(S,136,159),v.g||function(){}),M(S,109,d),M)(S,1,function(e,Q,a,l){if(l=e.W.pop()){for(a=E(e);0<a;a--)Q=E(e),l[Q]=e.M[Q];e.M=(l[121]=(l[83]=e.M[83],e.M[121]),l)}else M(e,23,e.j)}),M(S,242,function(e){ou(e,4)}),M(S,26,function(e,Q,a){0!=(a=(a=E((Q=E(e),e)),e.S(a)),e.S(Q))&&M(e,23,a)}),M)(S,219,{}),N&&"!"==N.charAt(0))?(S.U=N,b()):(S.L=[],S.j=0,v=!!v.g,J([sI,N],S),J([Ns,b],S),K(v,true,S,false))},ou=function(S,v,N,b){y((b=(N=E(S),E)(S),b),S,u(S.S(N),v))},u2={},rc=((X.prototype.F6=function(S,v,N,b,L){for(L=b=0;L<S.length;L++)b+=S.charCodeAt(L),b+=b<<10,b^=b>>6;return(S=(b+=b<<3,b^=b>>11,b+(b<<15)>>>0),b=new Number(S&(1<<v)-1),b)[0]=(S>>>v)%N,b},X).prototype.S=function(S,v){if(void 0===(v=this.M[S],v))throw t(30,this,0,S),this.Y;return v()},function(S,v,N,b,L,e,Q){S.F++;try{for(N=(b=(Q=5001,e=S.j,0),void 0);(S.zJ||--Q)&&(S.O||(b=S.S(23))<e);)try{S.O?N=S.I(S.O):(M(S,13,b),L=E(S),N=S.S(L)),N&&N.call?N(S):t(21,S,0,L),S.h=true,r(false,2,S)}catch(a){a!=S.Y&&(S.S(136)?t(22,S,a):M(S,136,a))}Q||t(33,S)}catch(a){try{t(22,S,a)}catch(l){F(S,l)}}return(e=S.S(219),v)&&M(S,23,v),S.F--,e}),u=(X.prototype.xP=function(S,v,N,b){for(;N--;)23!=N&&13!=N&&v.M[N]&&(v.M[N]=v[b](v[S](N),this));v[S]=this},X.prototype.ro=d.requestIdleCallback?function(S){requestIdleCallback(S,{timeout:4})}:d.setImmediate?function(S){setImmediate(S)}:function(S){setTimeout(S,0)},function(S,v,N,b){for(b=v-1,N=[];0<=b;b--)N[v-1-b]=S>>8*b&255;return N}),t=(X.prototype.Sp=36,function(S,v,N,b,L){if(3<(N=(b=(0==((S=(L=v.S(13)>>3,[S,L>>8&255,L&255]),void 0!=b)&&S.push(b),v.S(83)).length&&(v.M[83]=void 0,M(v,83,S)),""),N&&(N.message&&(b+=N.message),N.stack&&(b+=":"+N.stack)),v.S(121)),N)){S=(b=NH((b=b.slice(0,N-3),N-=b.length+3,b.replace(/\\r\\n/g,"\\n"))),v).X,v.X=v;try{y(243,v,u(b.length,2).concat(b),12)}finally{v.X=S}}M(v,121,N)}),Qp=(X.prototype.Ml=35,function(S,v){return v=E(S),v&128&&(v=v&127|E(S)<<7),v}),bU=function(S,v,N,b,L,e){for(e=(v=(N=(((b=E((L={},S)),L).R=E(S),L).N=[],S).X==S?E(S)-1:1,E(S)),0);e<N;e++)L.N.push(E(S));for((L.A=S.S(v),L).o=S.S(b);N--;)L.N[N]=S.S(L.N[N]);return L},Ns={},xM=function(S,v,N,b,L){for(;v.f.length;){if(S=S&&N)v.a&&v.V?(S=0!=document.hidden?false:true,v.V=false):S=false;if(S){v.ro((b=v,function(){K(N,false,b,false)}));break}L=(L=(S=true,v.f.pop()),y$(L,v))}return L},sI={};T[0]in G||"undefined"==typeof G.execScript||G.execScript("var "+T[0]);for(var x;T.length&&(x=T.shift());)G=G[x]&&G[x]!==Object.prototype[x]?G[x]:G[x]={};(V=d.botguard,V).ELX=function(S,v,N){(N=new X({g:v},S),this).invoke=function(b,L,e){return(e=N.X6(L&&b,e),b&&!L)&&b(e),e}},V.bg=function(S,v,N){return S&&S.substring&&(N=V[S.substring(0,3)])?new N(S.substring(3),v):new V.ELX(S,v)};try{V.u||(BS(d,"unload",function(){}),V.u=1)}catch(S){};')();</script>
  <script type="text/javascript" nonce="hL6nuLLJrYPikCahNplyfw">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="hL6nuLLJrYPikCahNplyfw">
  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="hL6nuLLJrYPikCahNplyfw">
  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="hL6nuLLJrYPikCahNplyfw">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
  </script>
<script nonce="hL6nuLLJrYPikCahNplyfw">
  (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="hL6nuLLJrYPikCahNplyfw">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="hL6nuLLJrYPikCahNplyfw">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fwww.blogger.com%2Fblogin.g%3FblogspotURL%3Dhttps%3A%2F%2Fwww.chunmin.com%2Ffeed%2F%26zx%3D1me64ma3es5c1\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.chunmin.com%2Ffeed%2F%26zx%3D1me64ma3es5c1\x26hl=en-US\x26service=blogger\x26passive=true');
  </script>
  </body>
</html>
