
<!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="AFoagUWHWBM41y_5E2zBwQ3L1IAaiDrSGg:1547080560749">
  <input type="hidden" name="continue" value="https://www.blogger.com/blogin.g?blogspotURL=http://daniellesgardenblog.blogspot.com/OcieZ/feeds/posts/default&amp;zx=1uj2z5u0s09ls">
  <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="AEThLlzomrx3QZIvuTj1vpLst1nPBY21tFjFGaoWOuRGwngQGuh2xiIW1Xf9Avn3p2qLr02Csexr8e7ReWwuK3U_oBPK_4ytkmkqKPHmsuySGrXQVkQlzD_RdLjtP39qMK-AC_lk4Q9pKU0k6skWNJe4s-kUE7eKj35Wu7WT6ITEDzJpxmZI0eo">
  <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%3Dhttp%3A%2F%2Fdaniellesgardenblog.blogspot.com%2FOcieZ%2Ffeeds%2Fposts%2Fdefault%26zx%3D1uj2z5u0s09ls&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%3Dhttp%3A%2F%2Fdaniellesgardenblog.blogspot.com%2FOcieZ%2Ffeeds%2Fposts%2Fdefault%26zx%3D1uj2z5u0s09ls&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%3Dhttp%3A%2F%2Fdaniellesgardenblog.blogspot.com%2FOcieZ%2Ffeeds%2Fposts%2Fdefault%26zx%3D1uj2z5u0s09ls&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="2UdmYFtWl2urJxJwroIh9w">
  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="2UdmYFtWl2urJxJwroIh9w">/* Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */Function('var Rj=function(){},li=function(R){for(R=0;64>R;++R)Z[R]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(R),B["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(R)]=R;B["="]=((Z[64]="",B)["+"]=62,B["/"]=63,64)},B={},X=function(R,l,L){if(l=typeof R,"object"==l)if(R){if(R instanceof Array)return"array";if(R instanceof Object)return l;if("[object Window]"==(L=Object.prototype.toString.call(R),L))return"object";if("[object Array]"==L||"number"==typeof R.length&&"undefined"!=typeof R.splice&&"undefined"!=typeof R.propertyIsEnumerable&&!R.propertyIsEnumerable("splice"))return"array";if("[object Function]"==L||"undefined"!=typeof R.call&&"undefined"!=typeof R.propertyIsEnumerable&&!R.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==l&&"undefined"==typeof R.call)return"object";return l},q,L2=function(R,l){function L(){}R.L1=(R.H=(L.prototype=l.prototype,l).prototype,R.prototype=new L,R.prototype.constructor=R,function(R,L,P){for(var W=Array(arguments.length-2),b=2;b<arguments.length;b++)W[b-2]=arguments[b];return l.prototype[L].apply(R,W)})},I=function(R,l){return(l=typeof R,"object")==l&&null!=R||"function"==l},T,H=function(R,l){return R<l?-1:R>l?1:0},WT=function(R){return/^[\\s\\xa0]*([\\s\\S]*?)[\\s\\xa0]*$/.exec(R)[1]},Z={},bi=function(R,l,L,W,b){for(l=[],W=L=0;W<R.length;W++)b=R.charCodeAt(W),128>b?l[L++]=b:(2048>b?l[L++]=b>>6|192:(55296==(b&64512)&&W+1<R.length&&56320==(R.charCodeAt(W+1)&64512)?(b=65536+((b&1023)<<10)+(R.charCodeAt(++W)&1023),l[L++]=b>>18|240,l[L++]=b>>12&63|128):l[L++]=b>>12|224,l[L++]=b>>6&63|128),l[L++]=b&63|128);return l},U=this;a:{var PT=U.navigator;if(PT){var ZT=PT.userAgent;if(ZT){q=ZT;break a}}q=""}var yX=function(R,l,L){return(L=tZ,Object.prototype).hasOwnProperty.call(L,R)?L[R]:L[R]=l(R)},VX=function(R,l,L){for(L in R)if(l.call(void 0,R[L],L,R))return true;return false},DT=function(R){return(R=U.document)?R.documentMode:void 0},d="",O=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(q),h=(O&&(d=O?O[1]:""),DT()),X9=null!=h&&h>parseFloat(d)?String(h):d,n2,tZ={},zY=U.document,v=9<=(n2=zY?DT()||("CSS1Compat"==zY.compatMode?parseInt(X9,10):5):void 0,Number)(n2),qO=!function(R){return yX(R,function(l,L,W,b,P,t,V){for(P=(b=(L=(l=0,WT(String(X9)).split(".")),W=WT(String(R)).split("."),Math.max(L.length,W.length)),0);0==l&&P<b;P++){V=(t=L[P]||"",W[P]||"");do{if((V=(t=/(\\d*)(\\D*)(.*)/.exec(t)||["","","",""],/(\\d*)(\\D*)(.*)/.exec(V))||["","","",""],0)==t[0].length&&0==V[0].length)break;t=(l=H(0==t[1].length?0:parseInt(t[1],10),0==V[1].length?0:parseInt(V[1],10))||H(0==t[2].length,0==V[2].length)||H(t[2],V[2]),t[3]),V=V[3]}while(0==l)}return 0<=l})}("9"),Ij=function(R,l){if(!U.addEventListener||!Object.defineProperty)return false;R=false,l=Object.defineProperty({},"passive",{get:function(){R=true}});try{U.addEventListener("test",Rj,l),U.removeEventListener("test",Rj,l)}catch(L){}return R}(),C=function(R,l){this.type=(this.currentTarget=(this.defaultPrevented=false,this.target=l),R)},c=(C.prototype.stopPropagation=function(){},C.prototype.preventDefault=function(){this.defaultPrevented=true},function(R,l,L,W){(this.J=(((this.state=(this.metaKey=this.shiftKey=(((this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=(this.relatedTarget=this.currentTarget=this.target=(C.call(this,R?R.type:""),null),this.offsetX=0),this).key="",this).charCode=this.keyCode=0,this).altKey=this.ctrlKey=false,null),this).pointerId=0,this).pointerType="",null),R)&&(L=this.type=R.type,W=R.changedTouches&&R.changedTouches.length?R.changedTouches[0]:null,this.target=R.target||R.srcElement,this.currentTarget=l,l=R.relatedTarget,l||("mouseover"==L?l=R.fromElement:"mouseout"==L&&(l=R.toElement)),this.relatedTarget=l,W?(this.clientX=void 0!==W.clientX?W.clientX:W.pageX,this.clientY=void 0!==W.clientY?W.clientY:W.pageY,this.screenX=W.screenX||0,this.screenY=W.screenY||0):(this.offsetX=void 0!==R.offsetX?R.offsetX:R.layerX,this.offsetY=void 0!==R.offsetY?R.offsetY:R.layerY,this.clientX=void 0!==R.clientX?R.clientX:R.pageX,this.clientY=void 0!==R.clientY?R.clientY:R.pageY,this.screenX=R.screenX||0,this.screenY=R.screenY||0),this.button=R.button,this.keyCode=R.keyCode||0,this.key=R.key||"",this.charCode=R.charCode||("keypress"==L?R.keyCode:0),this.ctrlKey=R.ctrlKey,this.altKey=R.altKey,this.shiftKey=R.shiftKey,this.metaKey=R.metaKey,this.pointerId=R.pointerId||0,this.pointerType="string"==typeof R.pointerType?R.pointerType:TY[R.pointerType]||"",this.state=R.state,this.J=R,R.defaultPrevented&&this.preventDefault())}),TY=(L2(c,C),{2:"touch",3:"pen",4:"mouse"}),f="closure_listenable_"+(c.prototype.preventDefault=function(R){if((R=(c.H.preventDefault.call(this),this.J),R).preventDefault)R.preventDefault();else if(R.returnValue=false,qO)try{if(R.ctrlKey||112<=R.keyCode&&123>=R.keyCode)R.keyCode=-1}catch(l){}},c.prototype.stopPropagation=function(){(c.H.stopPropagation.call(this),this).J.stopPropagation?this.J.stopPropagation():this.J.cancelBubble=true},1E6*Math.random()|0),UL=function(R,l,L,W,b){this.R=this.Z=false,this.listener=(this.g=b,(this.capture=!(this.key=++HT,!W),this).src=(this.type=L,l),this.S=null,R)},HT=0,K=function(R){this.K={},(this.U=0,this).src=R},Q=function(R){R.R=!(R.g=null,R.src=null,R.S=null,R.listener=null,0)},w=(K.prototype.add=(K.prototype.hasListener=function(R,l,L,W,b){return VX((b=void 0!==l,W=(L=void 0!==R)?R.toString():"",this.K),function(R,t){for(t=0;t<R.length;++t)if(!(L&&R[t].type!=W||b&&R[t].capture!=l))return true;return false})},K.prototype.remove=function(R,l,L,W,b){if(!((R=R.toString(),R)in this.K))return false;return l=(b=this.K[R],w)(b,l,L,W),-1<l?(Q(b[l]),Array.prototype.splice.call(b,l,1),0==b.length&&(delete this.K[R],this.U--),true):false},function(R,l,L,W,b,P,t){return(R=(P=R.toString(),this.K)[P],R||(R=this.K[P]=[],this.U++),t=w(R,l,W,b),-1)<t?(l=R[t],L||(l.Z=false)):(l=new UL(l,this.src,P,!!W,b),l.Z=L,R.push(l)),l}),function(R,l,L,W,b,P){for(b=0;b<R.length;++b)if(P=R[b],!P.R&&P.listener==l&&P.capture==!!L&&P.g==W)return b;return-1}),r="closure_lm_"+(1E6*Math.random()|0),$8=function(R,l,L,W,b,P){if("array"==X(l))for(P=0;P<l.length;P++)$8(R,l[P],L,W,b);else(W=I(W)?!!W.capture:!!W,L=x(L),R&&R[f])?R.Fz(l,L,W,b):R&&(R=ds(R))&&(l=R.K[l.toString()],R=-1,l&&(R=w(l,L,W,b)),(L=-1<R?l[R]:null)&&ii(L))},OL={},ii=function(R,l,L,W,b,P,t){if("number"!=typeof R&&R&&!R.R)if((l=R.src)&&l[f])l.S9(R);else if(W=R.S,L=R.type,l.removeEventListener?l.removeEventListener(L,W,R.capture):l.detachEvent?l.detachEvent(hZ(L),W):l.addListener&&l.removeListener&&l.removeListener(W),vT--,L=ds(l)){if(W=R.type,W in L.K){b=L.K[W];b:if("string"==typeof b)P="string"==typeof R&&1==R.length?b.indexOf(R,0):-1;else{for(P=0;P<b.length;P++)if(P in b&&b[P]===R)break b;P=-1}((t=0<=P)&&Array.prototype.splice.call(b,P,1),t)&&(Q(R),0==L.K[W].length&&(delete L.K[W],L.U--))}0==L.U&&(L.src=null,l[r]=null)}else Q(R)},cT=function(R,l,L,W){if(R.R)return true;if(!v){if(!l)a:{for(l=[(L=(W=0,U),"window"),"event"];W<l.length;W++)if(L=L[l[W]],null==L){l=null;break a}l=L}return(l=new c(l,this),C2)(R,l)}return C2(R,new c(l,this))},C2=function(R,l,L,W){return(W=(L=R.listener,R).g||R.src,R).Z&&ii(R),L.call(W,l)},ds=function(R){return(R=R[r],R instanceof K)?R:null},vT=0,K2=function(R,l,L,W,b,P,t,V){if(!l)throw Error("Invalid event type");if((t=I(b)?!!b.capture:!!b,!t)||v)if((V=ds(R))||(R[r]=V=new K(R)),L=V.add(l,L,W,t,P),!L.S){if((L.S=(W=f2(),W),W.src=R,W.listener=L,R).addEventListener)Ij||(b=t),void 0===b&&(b=false),R.addEventListener(l.toString(),W,b);else if(R.attachEvent)R.attachEvent(hZ(l.toString()),W);else if(R.addListener&&R.removeListener)R.addListener(W);else throw Error("addEventListener and attachEvent are unavailable.");vT++}},QX=function(R,l,L,W,b,P){if("array"==X(l))for(P=0;P<l.length;P++)QX(R,l[P],L,W,b);else L=x(L),R&&R[f]?R.wl(l,L,I(W)?!!W.capture:!!W,b):K2(R,l,L,true,W,b)},f2=function(R,l){return l=(R=cT,v)?function(L){return R.call(l.src,l.listener,L)}:function(L){if(!(L=R.call(l.src,l.listener,L),L))return L}},hZ=function(R){return R in OL?OL[R]:OL[R]="on"+R},EL=function(R,l,L,W,b,P){if(W&&W.once)QX(R,l,L,W,b);else if("array"==X(l))for(P=0;P<l.length;P++)EL(R,l[P],L,W,b);else L=x(L),R&&R[f]?R.cV(l,L,I(W)?!!W.capture:!!W,b):K2(R,l,L,false,W,b)},SV="__closure_events_fn_"+(1E9*Math.random()>>>0),g=function(R,l,L,W,b,P){for(W=(R=((b=R.v(l),107==l?(l=function(R,l,L,W){if((l=b.length,L=l-4>>3,b.K1)!=L){W=[0,0,0,(L=(b.K1=L,L<<3)-4,P)];try{b.ar=ws(rs(b,L),rs(b,L+4),W)}catch(y){throw y;}}b.push(b.ar[l&7]^R)},P=R.v(154)):l=function(R){b.push(R)},W)&&l(W&255),L.length),0);W<R;W++)l(L[W])},p=function(R,l){try{x8(this,R,l)}catch(L){k(this,L)}},e=((p.prototype.Qf=function(R,l,L,W,b){for(b=W=0;b<R.length;b++)W+=R.charCodeAt(b),W+=W<<10,W^=W>>6;return W=(W+=W<<3,W^=W>>11,R=W+(W<<15)>>>0,new Number(R&(1<<l)-1)),W[0]=(R>>>l)%L,W},p.prototype).Jp=function(R,l,L,W){try{W=R[(l+2)%3],R[l]=R[l]-R[(l+1)%3]-W^(1==l?W<<L:W>>>L)}catch(b){throw b;}},["botguard"]),gs=function(R,l,L,W){for(L=R.A(),W=0;0<l;l--)W=W<<8|R.A();J(R,L,W)},F=(((p.prototype.Ew=function(R,l,L,W,b,P){for(P=(L=[],W=0);P<R.length;P++)for(b=b<<l|R[P],W+=l;7<W;)W-=8,L.push(b>>W&255);return L},p).prototype.v=function(R,l){if(void 0===(l=this.a[R],l))throw G(this,30,0,R),this.W;return l()},p.prototype).x0=U.requestIdleCallback?function(R){requestIdleCallback(R,{timeout:4})}:U.setImmediate?function(R){setImmediate(R)}:function(R){setTimeout(R,0)},function(R,l,L,W){for(W=l-1,L=[];0<=W;W--)L[l-1-W]=R>>8*W&255;return L}),mx=(p.prototype.M=function(R,l,L,W){g((((L=(W=(L=(R&=(l=R&4,3),this.A()),this.A()),this.v(L)),l)&&(L=bi((""+L).replace(/\\r\\n/g,"\\n"))),R)&&g(this,W,F(L.length,2)),this),W,L)},function(R,l,L,W,b,P){return function(){var t=[6,l,L,void 0,b,P,arguments],V=W&1;if(W&2)var n=M(R,!(u(R,t),0),false,false);else V&&R.P.length?u(R,t):V?(u(R,t),M(R,true,false,false)):n=k8(R,t);return n}}),x=(p.prototype.PV=function(R,l,L){return((l=(l^=l<<13,l^=l>>17,(l^l<<5)&L))||(l=1),R)^l},function(R){if("function"==X(R))return R;return R[R[SV]||(R[SV]=function(l){return R.handleEvent(l)}),SV]}),rs=(p.prototype.A=function(R,l){if(this.f)return R=R?this.f().shift():this.F().shift(),this.f().length||this.F().length||(this.F=this.f=void 0,this.L--),R;if(!(R=this.v(94),R in this.D))throw G(this,31),this.W;return((void 0==this.s&&(this.s=rs(this.D,R-4),this.I=void 0),this).I!=R>>3&&(this.I=R>>3,l=[0,0,0,this.v(125)],this.Da=ws(this.s,this.I,l)),J(this,94,R+1),this.D[R])^this.Da[R%8]},p.prototype.$=35,function(R,l){return R[l]<<24|R[l+1]<<16|R[l+2]<<8|R[l+3]}),oj=(p.prototype.k0=false,function(R,l){return l=R.A(),l&128&&(l=l&127|R.A()<<7),l}),k8=function(R,l,L,W,b){if((R.j=false,L=l[0],1)==L)R.O=25,R.Y(l);else if(2==L){W=(L=l[1],l[3]);try{b=R.Y(l)}catch(P){k(R,P),b=R.w}L&&L(b),W.push(b)}else if(3==L)R.Y(l);else if(4==L)R.Y(l);else if(5==L)(0,l[1])();else if(6==L)return b=l[2],L=l[6],J(R,78,l[4]?[L[0].J]:L),J(R,231,b),R.Y(l)},J=function(R,l,L){if(94==l||138==l)if(R.a[l])R.a[l][R.c](L);else R.a[l]=R.rl(L);else if(56!=l&&107!=l&&5!=l&&3!=l||!R.a[l])R.a[l]=R.G(L,R.v);125==l&&(R.s=void 0,J(R,94,R.v(94)+4))},p2=function(R,l,L,W){g(R,(L=R.A(),W=R.A(),W),F(R.v(L),l))},N=(p.prototype.n1=function(R,l,L,W){for(;L--;)94!=L&&138!=L&&l.a[L]&&(l.a[L]=l[W](l[R](L),this));l[R]=this},U),eV=(p.prototype.B="caller",p.prototype.X=(window.performance||{}).now?function(){return this.f1+(window.performance.now()|0)}:function(){return+new Date},function(R,l){J(R,94,((R.h.push(R.a.slice()),R).a[94]=void 0,l))}),F9=function(R,l,L){return JZ(((L=R.v(94),R.D&&L<R.D.length)?(J(R,94,R.D.length),eV(R,l)):J(R,94,l),R),L)},jV=function(R,l){for(l=[];R--;)l.push(255*Math.random()|0);return l},G=function(R,l,L,W,b){(L=(((b=R.v(138),l=[l,b>>8&255,b&255],void 0!=W&&l.push(W),0==R.v(3).length)&&(R.a[3]=void 0,J(R,3,l)),W="",L)&&(L.message&&(W+=L.message),L.stack&&(W+=":"+L.stack)),R.v(33)),3)<L&&(W=W.slice(0,L-3),L-=W.length+3,W=bi(W.replace(/\\r\\n/g,"\\n")),g(R,107,F(W.length,2).concat(W),12)),J(R,33,L)},x8=(p.prototype.T=36,p.prototype.Y=function(R,l,L,W,b,P,t,V,n,z){if((l=R[0],4)==l){R=R[1];try{for(l=(L=0,[]);L<R.length;){if((P=(b=(W=B[R.charAt(L++)],L<R.length)?B[R.charAt(L)]:0,++L,L<R.length)?B[R.charAt(L)]:64,++L,t=L<R.length?B[R.charAt(L)]:64,++L,null==W||null==b||null==P)||null==t)throw Error();(l.push(W<<2|b>>4),64)!=P&&(l.push(b<<4&240|P>>2),64!=t&&l.push(P<<6&192|t))}this.D=l}catch(y){G(this,17,y)}JZ(this)}else if(1==l)W=R[1],W.push(this.v(56).length,this.v(107).length,this.v(5).length,this.v(33)),J(this,231,R[2]),this.a[62]&&F9(this,this.v(62));else{if(2==l){for(P=(t=(((b=(4<(4<(t=((b=(P=F((W=R[2],this.v(56).length+2),2),this).v(3),0<b.length)&&g(this,56,F(b.length,2).concat(b),15),b=this.v(143)&511,b-=this.v(56).length+5,this.v(107)),t.length)&&(b-=t.length+3),0<b&&g(this,56,F(b,2).concat(jV(b)),10),t).length&&g(this,56,F(t.length,2).concat(t),153),jV(2).concat(this.v(56))),b[1]=b[0]^3,b)[3]=b[1]^P[0],b)[4]=b[1]^P[1],0),[]);t<b.length;t+=3)V=b[t],n=(R=t+1<b.length)?b[t+1]:0,z=(l=t+2<b.length)?b[t+2]:0,L=V>>2,V=(V&3)<<4|n>>4,n=(n&15)<<2|z>>6,z&=63,l||(z=64,R||(n=64)),P.push(Z[L],Z[V],Z[n],Z[z]);if(P=P.join(""))P="!"+P;else for(P="",t=0;t<b.length;t++)R=b[t][this.c](16),1==R.length&&(R="0"+R),P+=R;return J(this,33,(((b=P,this.v(56)).length=W[0],this).v(107).length=W[1],this.v(5).length=W[2],W)[3]),b}if(3==l)F9(this,R[1]);else if(6==l)return F9(this,R[1])}},function(R,l,L,W,b){for(R.Ap=(R.l=(((W=[],R).rl=function(R,l,L){return(l=(L=function(){return R},function(){return L()}),l)[this.c]=function(l){R=l},l},R.i=false,(R.j=false,(R.O=25,b=0,R).L=0,R).F=(R.G=function(R,l,L,W,b,y){return y=(b=function(){return W()},W=function(){return W[L.$+(b[L.B]===l)-!y[L.B]]},L=this,L).Y,b[L.c]=function(R){W[L.T]=R},b[L.c](R),R=b},void 0),R).f=void 0,0),[]);128>b;b++)W[b]=String.fromCharCode(b);(J(R,53,(J(R,246,(J(R,56,(J((J(R,(J(R,183,(((R.Y0=(J(R,(J(R,248,((J(R,178,(J(R,(J(R,(b=(J(R,(J((J(R,(J((J(R,(J((J((J(R,44,(J((J((J(R,37,(J(R,(J(R,(J((J(R,((((J(R,19,(J(R,(R.h=((J((((R.a=[],J)(R,94,0),J)(R,138,0),R),18,function(R,l,L){0!=(L=(l=R.A(),R.A()),R.v(l))&&J(R,94,R.v(L))}),J(R,5,[]),J)(R,42,function(R,l,L){L=(l=R.A(),R.A()),J(R,L,""+R.v(l))}),[]),J(R,163,257),143),0),function(R,l,L,W,b,y){if(!a(R,1,255)){if("object"==(L=(l=(b=(W=(L=(l=R.A(),R.A()),R.A()),R).A(),R.v(l)),R).v(L),W=R.v(W),R=R.v(b),X)(l)){for(y in b=[],l)b.push(y);l=b}for(y=(b=0,l).length;b<y;b+=W)L(l.slice(b,b+W),R)}})),J)(R,210,function(R,l,L,W,b,y,A){a(R,1,5)||(l=GY(R),b=l.N,W=l.C,L=l.o,A=L.length,0==A?y=W[b]():1==A?y=W[b](L[0]):2==A?y=W[b](L[0],L[1]):3==A?y=W[b](L[0],L[1],L[2]):G(R,22),J(R,l.m,y))}),R).f1=((window.performance||{}).timing||{}).navigationStart||0,li)(),33),2048),R),3,[]),189),R),215),function(R,l,L,W){J((W=(L=(l=R.A(),R).A(),R).A(),R),W,R.v(l)>>L)}),function(R,l,L){(L=(l=R.A(),R.A()),l=R.v(l),J)(R,L,X(l))})),R),76,function(R,l){a(R,1,5)||(l=GY(R),J(R,l.m,l.N.apply(l.C,l.o)))}),J(R,241,function(R){p2(R,1)}),R),203,function(R,l,L,W){L=(l=R.A(),R).A(),W=R.A(),R.v(l)[R.v(L)]=R.v(W)}),function(R){gs(R,2)})),R),231,{}),R),24,function(R){p2(R,4)}),184),function(R,l){eV((l=R.v(R.A()),R),l)}),R),47,function(R,l,L,W,b){for(l=R.A(),L=oj(R),W=[],b=0;b<L;b++)W.push(R.A());J(R,l,W)}),214),function(R){gs(R,1)}),J(R,13,U),R),129,function(R,l,L,W){J(R,(W=(l=R.A(),L=R.A(),R.A()),W),(R.v(l)in R.v(L))+0)}),242),function(R,l,L,W){J((W=(L=(l=R.A(),R).A(),R.A()),R),W,R.v(l)||R.v(L))}),L).b||function(){},49),function(R,l,L,b,z,y,A){if((L=(l=R.A(),oj)(R),b="",R).a[145])for(z=R.v(145),y=0,A=z.length;L--;)y=(y+oj(R))%A,b+=W[z[y]];else for(;L--;)b+=W[R.A()];J(R,l,b)}),J(R,175,function(R,l,L,W){J((l=(W=(L=(l=R.A(),R.A()),R).A(),R).v(l)==R.v(L),R),W,+l)}),154),0),function(R,l){(R=(l=R.A(),R).v(l),$8)(R[0],R[1],R[2])})),J)(R,207,function(R,l,L){a(R,1,5)||(l=R.A(),L=R.A(),J(R,L,function(R){return eval(R)}(R.v(l))))}),function(R){R.M(4)})),108),function(R,l,L,W){if(l=R.h.pop()){for(L=R.A();0<L;L--)W=R.A(),l[W]=R.a[W];(l[3]=R.a[3],l)[33]=R.a[33],R.a=l}else J(R,94,R.D.length)}),J(R,141,function(){}),function(R,l){l.push(R[0]<<24|R[1]<<16|R[2]<<8|R[3]),l.push(R[4]<<24|R[5]<<16|R[6]<<8|R[7]),l.push(R[8]<<24|R[9]<<16|R[10]<<8|R[11])}),J)(R,84,function(R,l,L){(l=(l=R.A(),L=R.A(),R).a[l]&&R.v(l),J)(R,L,l)}),R).P=[],J(R,45,0),function(R,l,L,W,b){(W=(L=(l=(W=(L=(l=R.A(),R).A(),R.A()),R.v(l)),b=R.v(R.A()),R.v(L)),R.v(W)),0)!==l&&(W=mx(R,W,b,1,l,L),EL(l,L,W),J(R,45,[l,L,W]))})),107),jV(4)),J(R,116,function(R,l,L,W,b,y,A,E,S,D,AZ,m,BT){for(y=(W=L=(l=R.A(),0),b=function(l,b){for(;W<l;)L|=R.A()<<W,W+=8;return L>>=(b=L&((W-=l,1)<<l)-1,l),b},b(3)+1),A=b(5),E=[],D=S=0;D<A;D++)AZ=b(1),E.push(AZ),S+=AZ?0:1;for(S=(S-(m=[],1)).toString(2).length,D=0;D<A;D++)E[D]||(m[D]=b(S));for(D=0;D<A;D++)E[D]&&(m[D]=R.A());for(BT=(D=y,[]);D--;)BT.push(R.v(R.A()));J(R,l,function(R,l,L,W,b){for(W=(l=[],L=[],R.L++,0);W<A;W++){if(!E[b=m[W],W]){for(;b>=l.length;)l.push(R.A());b=l[b]}L.push(b)}R.F=(R.f=R.G(BT.slice(),R.A),R).G(L,R.A)})}),J(R,160,function(R,l,L,W,b){J(R,(L=(W=(L=(l=R.A(),R.A()),R.v(R.A())),b=R.v(R.A()),R).v(L),l),mx(R,L,W,b))}),J(R,140,function(R,l,L){(L=(l=R.A(),R).A(),J)(R,L,R.v(L)+R.v(l))}),J(R,185,function(R){gs(R,4)}),R),125,0),[165,0,0])),function(R,l,L,W){(L=(l=R.A(),R.A()),W=R.A(),L=R.v(L),l=R.v(l),J)(R,W,l[L])})),function(R,l,L,W,b,y,A){a(R,1,5)||(l=GY(R),b=l.N,L=l.o,W=l.C,A=L.length,0==A?y=new W[b]:1==A?y=new W[b](L[0]):2==A?y=new W[b](L[0],L[1]):3==A?y=new W[b](L[0],L[1],L[2]):4==A?y=new W[b](L[0],L[1],L[2],L[3]):G(R,22),J(R,l.m,y))})),l)&&"!"==l.charAt(0)?(R.w=l,b()):(R.D=[],L=!!L.b,u(R,[4,l]),u(R,[5,b]),M(R,false,L,true))}),JZ=((p.prototype.q4=function(R,l,L){if(3==R.length){for(L=0;3>L;L++)l[L]+=R[L];for(L=(R=[13,8,13,12,16,5,3,10,15],0);9>L;L++)l[3](l,L%3,R[L])}},p.prototype).W={},function(R,l,L,W,b,P,t){R.L++;try{for(L=(b=void 0,W=5001,R).D.length,P=0;(R.k0||--W)&&(R.f||(P=R.v(94))<L);)try{R.f?b=R.A(true):(J(R,138,P),t=R.A(),b=R.v(t)),b&&b.call?b(R):G(R,21,0,t),R.j=true,a(R,0,2)}catch(V){V!=R.W&&(R.v(163)?G(R,22,V):J(R,163,V))}W||G(R,33)}catch(V){try{G(R,22,V)}catch(n){k(R,n)}}return(L=R.v(231),l)&&J(R,94,l),R.L--,L}),M=(p.prototype.vV=function(R,l,L,W,b,P){if(this.w)return this.w;try{W=!!R,P=[],b=[],u(this,[1,b,l]),u(this,[2,R,b,P]),M(this,false,W,true),L=P[0]}catch(t){k(this,t),L=this.w,R&&R(L)}return L},function(R,l,L,W,b){if(0!=R.P.length){if(b=0==R.L)R.V=R.X();return(L=sL(R,L,W),b)&&(b=R.X()-R.V,b<(l?10:0)||0>=R.O--||R.Ap.push(254>=b?b:254)),L}}),sL=function(R,l,L,W,b){for(;R.P.length;){if(L=L&&l)R.l&&R.i?(L=0!=document.hidden?false:true,R.i=false):L=false;if(L){(b=R,R).x0(function(){M(b,false,l,false)});break}W=(W=(L=true,R.P).pop(),k8(R,W))}return W},a=(p.prototype.c="toString",function(R,l,L){if(0>=R.l||1<R.L||!R.j&&0<l||0!=document.hidden||R.X()-R.V<R.l-L)return false;return!(J(R,94,(l=R.v((R.i=true,94))-l,R.D).length),R.P.push([3,l]),0)}),ws=function(R,l,L,W){try{for(W=0;79669387488!=W;)R+=(l<<4^l>>>5)+l^W+L[W&3],W+=2489668359,l+=(R<<4^R>>>5)+R^W+L[W>>>11&3];return[R>>>24,R>>16&255,R>>8&255,R&255,l>>>24,l>>16&255,l>>8&255,l&255]}catch(b){throw b;}},k=function(R,l){R.w=("E:"+l.message+":"+l.stack).slice(0,2048)},u=function(R,l){R.P.splice(0,0,l)},GY=function(R,l,L,W,b,P){for(b=(W=((l={},L=R.A(),l).m=R.A(),l.o=[],R.A()-1),R.A()),P=0;P<W;P++)l.o.push(R.A());for((l.N=R.v(L),l).C=R.v(b);W--;)l.o[W]=R.v(l.o[W]);return l};e[0]in N||"undefined"==typeof N.execScript||N.execScript("var "+e[0]);for(var Y;e.length&&(Y=e.shift());)N=N[Y]&&N[Y]!==Object.prototype[Y]?N[Y]:N[Y]={};T=U.botguard,T.oLj=function(R,l,L){L=new p(R,{b:l}),this.invoke=function(R,l,P){return(P=L.vV(l&&R,P),R)&&!l&&R(P),P}},T.bg=function(R,l,L){return R&&R.substring&&(L=T[R.substring(0,3)])?new L(R.substring(3),l):new T.oLj(R,l)};try{T.u||(EL(U,"unload",function(){}),T.u=1)}catch(R){};')();</script>
  <script type="text/javascript" nonce="2UdmYFtWl2urJxJwroIh9w">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="2UdmYFtWl2urJxJwroIh9w">
  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="2UdmYFtWl2urJxJwroIh9w">
  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="2UdmYFtWl2urJxJwroIh9w">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
  </script>
<script nonce="2UdmYFtWl2urJxJwroIh9w">
  (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="2UdmYFtWl2urJxJwroIh9w">var e=this,g=function(a,c){a=a.split(".");var b=e;a[0]in b||!b.execScript||b.execScript("var "+a[0]);for(var d;a.length&&(d=a.shift());)a.length||void 0===c?b[d]?b=b[d]:b=b[d]={}:b[d]=c};var h=function(){try{return new XMLHttpRequest}catch(b){for(var a=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP"],c=0;c<a.length;c++)try{return new ActiveXObject(a[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(a,c){var b=[],d;for(d in this.parameters)b.push(d+"="+encodeURIComponent(this.parameters[d]));b=b.join("&");var f=this.a;f.open("POST",a,!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(b)};k.prototype.send=k.prototype.send;
k.prototype.h=function(a,c,b){var d=this.a;d.open("POST",a,!0);d.setRequestHeader("Content-type","application/json");d.onreadystatechange=function(){4==d.readyState&&b({status:d.status,text:d.responseText})};d.send(c)};k.prototype.sendJson=k.prototype.h;k.prototype.get=function(a,c){var b=this.a;b.open("GET",a,!0);b.onreadystatechange=function(){4==b.readyState&&c({status:b.status,text:b.responseText})};b.send()};k.prototype.get=k.prototype.get;var l=/\s*;\s*/,m=function(){if(!document.cookie)return"";for(var a=document.cookie.split(l),c=0;c<a.length;c++){var b=a[c];b=b.replace(/^\s+/,"");b=b.replace(/\s+$/,"");if(0==b.indexOf("APISID="))return b.substr(7)}return""};var n=null,p=function(a,c){this.g=a;this.f=c;this.c=m();this.b=!1},q=function(){var a=n,c=m();c==a.c||a.b||(a.c=c,(new k).get(a.f,function(b){var a=n;b&&b.status&&200==b.status&&"OK"==b.text&&(a.a&&clearInterval(a.a),a.b||(window.location=a.g))}))};p.prototype.start=function(a){if(this.a)return!1;this.a=setInterval(function(){q()},a);return!0};g("gaia.loginAutoRedirect.start",function(a,c,b){if(n||!b||!c||0>=a)return!1;n=new p(c,b);return n.start(a)});
g("gaia.loginAutoRedirect.stop",function(){var a=n;a.b=!0;a.a&&(clearInterval(a.a),a.a=null)});
</script>
  <script type="text/javascript" nonce="2UdmYFtWl2urJxJwroIh9w">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fwww.blogger.com%2Fblogin.g%3FblogspotURL%3Dhttp%3A%2F%2Fdaniellesgardenblog.blogspot.com%2FOcieZ%2Ffeeds%2Fposts%2Fdefault%26zx%3D1uj2z5u0s09ls\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%3Dhttp%3A%2F%2Fdaniellesgardenblog.blogspot.com%2FOcieZ%2Ffeeds%2Fposts%2Fdefault%26zx%3D1uj2z5u0s09ls\x26hl=en-US\x26service=blogger\x26passive=true');
  </script>
  </body>
</html>
