
<!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="AFoagUW8zmHrz5-36kUUlj2ujTjeHS0qvA:1548632854338">
  <input type="hidden" name="continue" value="https://www.blogger.com/blogin.g?blogspotURL=https://www.tipsmakemoney.com/feed/&amp;zx=1rikuaay92f81">
  <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="AEThLlw5_NAv96a433JdSwaZR48MASbVCK9DVuw6_8_R2cnJJz6WlEVTRQ-LVJfK_fjG9H5ukMw2c1_37GqmFGlG9xvTHt2Z6tLcpZcF09fJmbFvHMPwaGqAMHMy-8B0qs2Snq_0QCqJkRAtcv_B1k5IqagfXfxunA">
  <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.tipsmakemoney.com%2Ffeed%2F%26zx%3D1rikuaay92f81&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.tipsmakemoney.com%2Ffeed%2F%26zx%3D1rikuaay92f81&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.tipsmakemoney.com%2Ffeed%2F%26zx%3D1rikuaay92f81&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="vkjuNKzTAArLbm9VIdOIBg">
  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="vkjuNKzTAArLbm9VIdOIBg">/* Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */Function('var b,l=function(L,h,g){if((h=typeof L,"object")==h)if(L){if(L instanceof Array)return"array";if(L instanceof Object)return h;if((g=Object.prototype.toString.call(L),"[object Window]")==g)return"object";if("[object Array]"==g||"number"==typeof L.length&&"undefined"!=typeof L.splice&&"undefined"!=typeof L.propertyIsEnumerable&&!L.propertyIsEnumerable("splice"))return"array";if("[object Function]"==g||"undefined"!=typeof L.call&&"undefined"!=typeof L.propertyIsEnumerable&&!L.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==h&&"undefined"==typeof L.call)return"object";return h},B,Q=function(L,h){return L<h?-1:L>h?1:0},Ld=function(L,h){function g(){}(L.prototype=new (L.g=(g.prototype=h.prototype,h).prototype,g),L).prototype.constructor=L,L.cx=function(L,g,t){for(var V=Array(arguments.length-2),K=2;K<arguments.length;K++)V[K-2]=arguments[K];return h.prototype[g].apply(L,V)}},x=function(L,h){return"object"==(h=typeof L,h)&&null!=L||"function"==h},hS=function(L){for(L=0;64>L;++L)P[L]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(L),G["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(L)]=L;G[G["/"]=((P[64]="",G)["+"]=62,63),"="]=64},gy=function(){},VF=function(L){return/^[\\s\\xa0]*([\\s\\S]*?)[\\s\\xa0]*$/.exec(L)[1]},E=this,P={},G={},Kd=function(L,h,g,V,K){for(V=(h=[],g=0);V<L.length;V++)K=L.charCodeAt(V),128>K?h[g++]=K:(2048>K?h[g++]=K>>6|192:(55296==(K&64512)&&V+1<L.length&&56320==(L.charCodeAt(V+1)&64512)?(K=65536+((K&1023)<<10)+(L.charCodeAt(++V)&1023),h[g++]=K>>18|240,h[g++]=K>>12&63|128):h[g++]=K>>12|224,h[g++]=K>>6&63|128),h[g++]=K&63|128);return h};a:{var tS=E.navigator;if(tS){var fd=tS.userAgent;if(fd){B=fd;break a}}B=""}var pd=function(L,h,g){for(g in L)if(h.call(void 0,L[g],g,L))return true;return false},UR=function(L){return(L=E.document)?L.documentMode:void 0},yF=function(L,h,g){return(g=lz,Object.prototype.hasOwnProperty).call(g,L)?g[L]:g[L]=h(L)},T="",k=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(B),c=(k&&(T=k?k[1]:""),UR)(),BQ=null!=c&&c>parseFloat(T)?String(c):T,Cd,lz={},HQ=E.document,S=9<=(Cd=HQ?UR()||("CSS1Compat"==HQ.compatMode?parseInt(BQ,10):5):void 0,Number)(Cd),jo=!function(L){return yF(L,function(h,g,V,K,t,z,p){for(K=(g=(V=VF(String(L)).split("."),(h=0,VF(String(BQ))).split(".")),Math.max(g.length,V.length)),t=0;0==h&&t<K;t++){z=(p=V[t]||"",g)[t]||"";do{if(0==(p=(z=/(\\d*)(\\D*)(.*)/.exec(z)||["","","",""],/(\\d*)(\\D*)(.*)/.exec(p))||["","","",""],z[0]).length&&0==p[0].length)break;z=(p=(h=Q(0==z[1].length?0:parseInt(z[1],10),0==p[1].length?0:parseInt(p[1],10))||Q(0==z[2].length,0==p[2].length)||Q(z[2],p[2]),p)[3],z)[3]}while(0==h)}return 0<=h})}("9"),QF=function(L,h){if(!E.addEventListener||!Object.defineProperty)return false;h=(L=false,Object.defineProperty({},"passive",{get:function(){L=true}}));try{E.addEventListener("test",gy,h),E.removeEventListener("test",gy,h)}catch(g){}return L}(),F=function(L,h){this.currentTarget=(this.type=L,this.defaultPrevented=false,this).target=h},Y=((F.prototype.preventDefault=function(){this.defaultPrevented=true},F.prototype).stopPropagation=function(){},function(L,h,g,V){((((((this.key=(this.button=this.screenY=(this.relatedTarget=this.currentTarget=this.target=(F.call(this,L?L.type:""),null),this).screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0,""),this).charCode=this.keyCode=0,this).metaKey=this.shiftKey=this.altKey=this.ctrlKey=false,this).state=null,this).pointerId=0,this).pointerType="",this).$=null,L&&(g=this.type=L.type,V=L.changedTouches&&L.changedTouches.length?L.changedTouches[0]:null,this.target=L.target||L.srcElement,this.currentTarget=h,h=L.relatedTarget,h||("mouseover"==g?h=L.fromElement:"mouseout"==g&&(h=L.toElement)),this.relatedTarget=h,V?(this.clientX=void 0!==V.clientX?V.clientX:V.pageX,this.clientY=void 0!==V.clientY?V.clientY:V.pageY,this.screenX=V.screenX||0,this.screenY=V.screenY||0):(this.offsetX=void 0!==L.offsetX?L.offsetX:L.layerX,this.offsetY=void 0!==L.offsetY?L.offsetY:L.layerY,this.clientX=void 0!==L.clientX?L.clientX:L.pageX,this.clientY=void 0!==L.clientY?L.clientY:L.pageY,this.screenX=L.screenX||0,this.screenY=L.screenY||0),this.button=L.button,this.keyCode=L.keyCode||0,this.key=L.key||"",this.charCode=L.charCode||("keypress"==g?L.keyCode:0),this.ctrlKey=L.ctrlKey,this.altKey=L.altKey,this.shiftKey=L.shiftKey,this.metaKey=L.metaKey,this.pointerId=L.pointerId||0,this.pointerType="string"==typeof L.pointerType?L.pointerType:xs[L.pointerType]||"",this.state=L.state,this.$=L,L.defaultPrevented&&this.preventDefault())}),xs=(Ld(Y,F),{2:"touch",3:"pen",4:"mouse"}),J="closure_listenable_"+(1E6*(Y.prototype.stopPropagation=function(){(Y.g.stopPropagation.call(this),this.$).stopPropagation?this.$.stopPropagation():this.$.cancelBubble=true},Y.prototype.preventDefault=function(L){if(L=(Y.g.preventDefault.call(this),this.$),L.preventDefault)L.preventDefault();else if(L.returnValue=false,jo)try{if(L.ctrlKey||112<=L.keyCode&&123>=L.keyCode)L.keyCode=-1}catch(h){}},Math.random())|0),PQ=0,w=function(L){this.f=(this.W=(this.src=L,0),{})},GO=function(L,h,g,V,K){this.c=this.F=false,(this.P=K,this.src=(this.capture=!!V,h),this.key=++PQ,this.type=g,this).listener=(this.M=null,L)},M=function(L){(L.P=null,L).listener=(L.src=null,L.M=null,L.c=true,null)},n=(((w.prototype.hasListener=function(L,h,g,V,K){return pd((V=(g=void 0!==(K=void 0!==h,L))?L.toString():"",this.f),function(L,z){for(z=0;z<L.length;++z)if(!(g&&L[z].type!=V||K&&L[z].capture!=h))return true;return false})},w).prototype.remove=function(L,h,g,V,K){if(!(L=L.toString(),L in this.f))return false;return(h=n((K=this.f[L],K),h,g,V),-1<h)?(M(K[h]),Array.prototype.splice.call(K,h,1),0==K.length&&(delete this.f[L],this.W--),true):false},w).prototype.add=function(L,h,g,V,K,t,z){return(z=(L=this.f[t=L.toString(),t],L||(L=this.f[t]=[],this.W++),n(L,h,V,K)),-1)<z?(h=L[z],g||(h.F=false)):(h=new GO(h,this.src,t,!!V,K),h.F=g,L.push(h)),h},function(L,h,g,V,K,t){for(K=0;K<L.length;++K)if(t=L[K],!t.c&&t.listener==h&&t.capture==!!g&&t.P==V)return K;return-1}),D="closure_lm_"+(1E6*Math.random()|0),TO=function(L,h){return h=(L=ER,S)?function(g){return L.call(h.src,h.listener,g)}:function(g){if(!(g=L.call(h.src,h.listener,g),g))return g}},W={},ks=function(L,h,g,V,K,t){if("array"==l(h))for(t=0;t<h.length;t++)ks(L,h[t],g,V,K);else(V=x(V)?!!V.capture:!!V,g=cQ(g),L&&L[J])?L.lI(h,g,V,K):L&&(L=So(L))&&(h=L.f[h.toString()],L=-1,h&&(L=n(h,g,V,K)),(g=-1<L?h[L]:null)&&FV(g))},ER=function(L,h,g,V){if(L.c)return true;if(!S){if(!h)a:{for(h=(g=(V=0,E),["window","event"]);V<h.length;V++)if(g=g[h[V]],null==g){h=null;break a}h=g}return h=new Y(h,this),Ys(L,h)}return Ys(L,new Y(h,this))},JS=function(L,h,g,V,K,t){if("array"==l(h))for(t=0;t<h.length;t++)JS(L,h[t],g,V,K);else g=cQ(g),L&&L[J]?L.Ik(h,g,x(V)?!!V.capture:!!V,K):wy(L,h,g,true,V,K)},vQ=0,Ys=function(L,h,g,V){return((V=(g=L.listener,L.P)||L.src,L.F)&&FV(L),g).call(V,h)},Rb=function(L,h,g,V,K,t){if(V&&V.once)JS(L,h,g,V,K);else if("array"==l(h))for(t=0;t<h.length;t++)Rb(L,h[t],g,V,K);else g=cQ(g),L&&L[J]?L.Wx(h,g,x(V)?!!V.capture:!!V,K):wy(L,h,g,false,V,K)},So=function(L){return(L=L[D],L)instanceof w?L:null},iz=function(L){return L in W?W[L]:W[L]="on"+L},wy=function(L,h,g,V,K,t,z,p){if(!h)throw Error("Invalid event type");if((z=x(K)?!!K.capture:!!K,!z)||S)if((p=So(L))||(L[D]=p=new w(L)),g=p.add(h,g,V,z,t),!g.M){if((g.M=(V=TO(),V),V).src=L,V.listener=g,L.addEventListener)QF||(K=z),void 0===K&&(K=false),L.addEventListener(h.toString(),V,K);else if(L.attachEvent)L.attachEvent(iz(h.toString()),V);else if(L.addListener&&L.removeListener)L.addListener(V);else throw Error("addEventListener and attachEvent are unavailable.");vQ++}},FV=function(L,h,g,V,K,t,z){if("number"!=typeof L&&L&&!L.c)if((h=L.src)&&h[J])h.ps(L);else if(g=L.type,V=L.M,h.removeEventListener?h.removeEventListener(g,V,L.capture):h.detachEvent?h.detachEvent(iz(g),V):h.addListener&&h.removeListener&&h.removeListener(V),vQ--,g=So(h)){if(V=L.type,V in g.f){K=g.f[V];b:if("string"==typeof K)t="string"==typeof L&&1==L.length?K.indexOf(L,0):-1;else{for(t=0;t<K.length;t++)if(t in K&&K[t]===L)break b;t=-1}((z=0<=t)&&Array.prototype.splice.call(K,t,1),z)&&(M(L),0==g.f[V].length&&(delete g.f[V],g.W--))}0==g.W&&(g.src=null,h[D]=null)}else M(L)},M2="__closure_events_fn_"+(1E9*Math.random()>>>0),nd=function(L,h,g,V,K,t){for(t=(K=(V=((g=(h={},L.h()),h.T=L.h(),h).X=[],L.h())-1,L.h()),0);t<V;t++)h.X.push(L.h());for(h.j=L.Y(g),h.O=L.Y(K);V--;)h.X[V]=L.Y(h.X[V]);return h},Dl=function(L,h,g,V){for(V=(g=L.h(),0);0<h;h--)V=V<<8|L.h();r(L,g,V)},dy=function(L,h,g,V,K){for(L.R=((L.J=false,L).o=!(V=[],(L.K=25,L.X7=function(L,h,g){return(g=(h=function(){return g()},function(){return L}),h)[this.w]=function(h){L=h},h},L).L=(L.H=void 0,K=0,L.B=0,L.v=function(L,h,g,V,K,f){return L=(((f=(V=(K=function(){return V()},g=this,function(){return V[g.A+(K[g.N]===h)-!f[g.N]]}),g).m,K)[g.w]=function(L){V[g.a]=L},K)[g.w](L),K)},L.hO=[],0),1),void 0);128>K;K++)V[K]=String.fromCharCode(K);((((((((L.G=(((((((((((K=((((((((r(L,(L.b=[],223),0),r(L,174,0),r)(L,221,function(L,h,g){(h=L.h(),g=L.h(),0!=L.Y(h))&&r(L,223,L.Y(g))}),r)(L,216,function(L,h,g,V,K,f,U,v,R,y,bz,Z,zO){for(v=(U=(f=(K=(V=g=(h=L.h(),0),function(h,t){for(;V<h;)g|=L.h()<<V,V+=8;return g>>=(t=g&(V-=h,1<<h)-1,h),t}),K(3))+1,K(5)),[]),y=R=0;y<U;y++)bz=K(1),v.push(bz),R+=bz?0:1;for(y=(R=(R-1).toString(2).length,Z=[],0);y<U;y++)v[y]||(Z[y]=K(R));for(y=0;y<U;y++)v[y]&&(Z[y]=L.h());for(zO=(y=f,[]);y--;)zO.push(L.Y(L.h()));r(L,h,function(L,h,t,g,V){for(h=[],g=(L.L++,0),t=[];g<U;g++){if(V=Z[g],!v[g]){for(;V>=h.length;)h.push(L.h());V=h[V]}t.push(V)}(L.H=L.v(zO.slice(),L.h),L).R=L.v(t,L.h)})}),r(L,10,function(L,h,g){h=(g=(h=L.h(),L).h(),L.Y(h)),r(L,g,l(h))}),r(L,25,0),r(L,58,function(L,h,g,V,K,f,U){m(L,1,5)||(h=nd(L),V=h.O,K=h.j,g=h.X,U=g.length,0==U?f=V[K]():1==U?f=V[K](g[0]):2==U?f=V[K](g[0],g[1]):3==U?f=V[K](g[0],g[1],g[2]):u(L,22),r(L,h.T,f))}),r)(L,181,function(L,h,g,V){(V=(g=(h=L.h(),L.h()),L.h()),r)(L,V,L.Y(h)>>g)}),r(L,6,function(L,h,g,V){(V=(g=(h=L.h(),L.h()),L).h(),L.Y(h))[L.Y(g)]=L.Y(V)}),r)(L,92,function(L,h,g,V){if(h=L.G.pop()){for(g=L.h();0<g;g--)V=L.h(),h[V]=L.b[V];(h[209]=(h[100]=L.b[100],L).b[209],L).b=h}else r(L,223,L.C.length)}),r(L,87,function(L,h,g){(h=L.h(),g=L.h(),r)(L,g,L.Y(g)+L.Y(h))}),r(L,175,function(L){Dl(L,2)}),r)(L,49,function(L,h,g){g=(h=L.h(),L).h(),r(L,g,""+L.Y(h))}),r(L,252,{}),r(L,246,0),r(L,13,0),r)(L,59,function(L){L.i(4)}),hS)(),g).s||function(){},r)(L,85,function(L,h,g,V,K,f){if(!m(L,1,255)){if("object"==l((L=(K=(V=(g=(h=L.h(),L.h()),L).h(),L.h()),h=L.Y(h),g=L.Y(g),V=L.Y(V),L.Y(K)),h))){for(f in K=[],h)K.push(f);h=K}for(f=(K=0,h).length;K<f;K+=V)g(h.slice(K,K+V),L)}}),r)(L,110,function(L,h,g,V,K,f,U){m(L,1,5)||(h=nd(L),K=h.j,V=h.O,g=h.X,U=g.length,0==U?f=new V[K]:1==U?f=new V[K](g[0]):2==U?f=new V[K](g[0],g[1]):3==U?f=new V[K](g[0],g[1],g[2]):4==U?f=new V[K](g[0],g[1],g[2],g[3]):u(L,22),r(L,h.T,f))}),r)(L,156,[165,0,0]),r(L,69,function(L,h,g,V,K){(g=(K=(h=(V=(g=(h=L.h(),L).h(),L).h(),L).Y(h),L).Y(L.h()),L).Y(g),V=L.Y(V),0)!==h&&(V=WQ(L,V,K,1,h,g),Rb(h,g,V),r(L,246,[h,g,V]))}),r(L,253,function(){}),r(L,202,L),r)(L,218,[]),r)(L,75,function(L,h){m(L,1,5)||(h=nd(L),r(L,h.T,h.j.apply(h.O,h.X)))}),r)(L,242,function(L,h,g,V){(V=(g=(h=L.h(),L.h()),L.h()),r)(L,V,L.Y(h)||L.Y(g))}),r(L,184,function(L,h,g,V){V=(g=(h=L.h(),L).h(),L).h(),h=L.Y(h)==L.Y(g),r(L,V,+h)}),r(L,191,function(L){Dl(L,4)}),r(L,212,function(L){Dl(L,1)}),r)(L,147,function(L,h,g,V,K){(g=(V=(h=L.h(),g=L.h(),L.Y(L.h())),K=L.Y(L.h()),L.Y(g)),r)(L,h,WQ(L,g,V,K))}),r(L,83,function(L,h){(h=L.Y(L.h()),Zl)(L,h)}),r)(L,227,function(L,h,g){m(L,1,5)||(h=L.h(),g=L.h(),r(L,g,function(L){return eval(L)}(L.Y(h))))}),r)(L,44,function(L){ry(L,4)}),r)(L,97,E),r(L,209,2048),r(L,56,function(L){ry(L,1)}),r(L,136,0),[]),r)(L,140,function(L,h,g){(h=(g=(h=L.h(),L).h(),L).b[h]&&L.Y(h),r)(L,g,h)}),r)(L,79,mL(4)),r(L,57,function(L,h,g,K,H,f,U){if(g=(h=L.h(),uz(L)),K="",L.b[132])for(H=L.Y(132),f=0,U=H.length;g--;)f=(f+uz(L))%U,K+=V[H[f]];else for(;g--;)K+=V[L.h()];r(L,h,K)}),r(L,205,428),L.V=[],r)(L,203,function(L,h,g,V){(V=(g=(h=L.h(),L.h()),L.h()),r)(L,V,(L.Y(h)in L.Y(g))+0)}),r)(L,123,function(L,h,g,V,K){for(K=(h=L.h(),g=uz(L),0),V=[];K<g;K++)V.push(L.h());r(L,h,V)}),r(L,230,function(L,h,g,V){(h=(g=(V=(g=(h=L.h(),L.h()),L).h(),L).Y(g),L.Y(h)),r)(L,V,h[g])}),L).wl=function(L,h){(h.push(L[0]<<24|L[1]<<16|L[2]<<8|L[3]),h).push(L[4]<<24|L[5]<<16|L[6]<<8|L[7]),h.push(L[8]<<24|L[9]<<16|L[10]<<8|L[11])},L).y$=((window.performance||{}).timing||{}).navigationStart||0,r(L,26,function(L,h){h=L.h(),L=L.Y(h),ks(L[0],L[1],L[2])}),r)(L,100,[]),h)&&"!"==h.charAt(0)?(L.U=h,K()):(L.C=[],g=!!g.s,d(L,[4,h]),d(L,[5,K]),A(L,false,g,true))},cQ=function(L){if("function"==l(L))return L;return L[L[M2]||(L[M2]=function(h){return L.handleEvent(h)}),M2]},N=function(L,h){try{dy(this,L,h)}catch(g){a(this,g)}},X=((N.prototype.Ls=function(L,h,g,V){try{V=L[(h+2)%3],L[h]=L[h]-L[(h+1)%3]-V^(1==h?V<<g:V>>>g)}catch(K){throw K;}},N.prototype).bI=(N.prototype.i=function(L,h,g,V){O((((g=(L&=(h=L&4,3),this).h(),V=this.h(),g=this.Y(g),h)&&(g=Kd((""+g).replace(/\\r\\n/g,"\\n"))),L)&&O(this,V,X(g.length,2)),this),V,g)},N.prototype.Yf=(N.prototype.l=(window.performance||{}).now?function(){return this.y$+(window.performance.now()|0)}:function(){return+new Date},function(L,h,g,V,K,t){if(this.U)return this.U;try{K=[],t=[],V=!!L,d(this,[1,K,h]),d(this,[2,L,K,t]),A(this,false,V,true),g=t[0]}catch(z){a(this,z),g=this.U,L&&L(g)}return g}),false),function(L,h,g,V){for(g=[],V=h-1;0<=V;V--)g[h-1-V]=L>>8*V&255;return g}),mL=(N.prototype.MI=function(L,h,g,V,K,t){for(t=V=(g=[],0);t<L.length;t++)for(V+=h,K=K<<h|L[t];7<V;)V-=8,g.push(K>>V&255);return g},function(L,h){for(h=[];L--;)h.push(255*Math.random()|0);return h}),AS=function(L,h){return L[h]<<24|L[h+1]<<16|L[h+2]<<8|L[h+3]},WQ=function(L,h,g,V,K,t){return function(){var z=V&1,p=[6,h,g,void 0,K,t,arguments];if(V&2)var C=(d(L,p),A(L,true,false,false));else z&&L.V.length?d(L,p):z?(d(L,p),A(L,true,false,false)):C=ab(L,p);return C}},d=function(L,h){L.V.splice(0,0,h)},A=((N.prototype.A=35,N.prototype).h=function(L,h){if(this.H)return L=L?this.H().shift():this.R().shift(),this.H().length||this.R().length||(this.R=this.H=void 0,this.L--),L;if(!(L=this.Y(223),L in this.C))throw u(this,31),this.I;return(void 0==this.D&&(this.D=AS(this.C,L-4),this.Z=void 0),this).Z!=L>>3&&(this.Z=L>>3,h=[0,0,0,this.Y(13)],this.Hx=XV(this.D,this.Z,h)),r(this,223,L+1),this.C[L]^this.Hx[L%8]},(N.prototype.mq=function(L,h,g){if(3==L.length){for(g=0;3>g;g++)h[g]+=L[g];for(L=[13,(g=0,8),13,12,16,5,3,10,15];9>g;g++)h[3](h,g%3,L[g])}},N.prototype).Rk=function(L,h,g,V){for(;g--;)223!=g&&174!=g&&h.b[g]&&(h.b[g]=h[V](h[L](g),this));h[L]=this},function(L,h,g,V,K){if(0!=L.V.length){if(K=0==L.L)L.S=L.l();return g=N2(L,g,V),K&&(K=L.l()-L.S,K<(h?10:0)||0>=L.K--||L.hO.push(254>=K?K:254)),g}}),OR=function(L,h,g,V,K,t,z){L.L++;try{for(K=(g=(t=0,(V=5001,L).C.length),void 0);(L.bI||--V)&&(L.H||(t=L.Y(223))<g);)try{L.H?K=L.h(true):(r(L,174,t),z=L.h(),K=L.Y(z)),K&&K.call?K(L):u(L,21,0,z),L.o=true,m(L,0,2)}catch(p){p!=L.I&&(L.Y(205)?u(L,22,p):r(L,205,p))}V||u(L,33)}catch(p){try{u(L,22,p)}catch(C){a(L,C)}}return(g=L.Y(252),h)&&r(L,223,h),L.L--,g},I=E,ab=function(L,h,g,V,K){if(L.o=false,g=h[0],1==g)L.K=25,L.m(h);else if(2==g){g=h[1],V=h[3];try{K=L.m(h)}catch(t){a(L,t),K=L.U}(g&&g(K),V).push(K)}else if(3==g)L.m(h);else if(4==g)L.m(h);else if(5==g)(0,h[1])();else if(6==g)return K=h[2],g=h[6],r(L,98,h[4]?[g[0].$]:g),r(L,252,K),L.m(h)},XV=function(L,h,g,V){try{for(V=0;79669387488!=V;)L+=(h<<4^h>>>5)+h^V+g[V&3],V+=2489668359,h+=(L<<4^L>>>5)+L^V+g[V>>>11&3];return[L>>>24,L>>16&255,L>>8&255,L&255,h>>>24,h>>16&255,h>>8&255,h&255]}catch(K){throw K;}},e=(N.prototype.V$=(N.prototype.m=function(L,h,g,V,K,t,z,p,C,H){if((h=L[0],4)==h){L=L[1];try{for(h=(g=0,[]);g<L.length;){if(z=(V=G[L.charAt(g++)],K=g<L.length?G[L.charAt(g)]:0,++g,t=g<L.length?G[L.charAt(g)]:64,++g,g)<L.length?G[L.charAt(g)]:64,++g,null==V||null==K||null==t||null==z)throw Error();64!=(h.push(V<<2|K>>4),t)&&(h.push(K<<4&240|t>>2),64!=z&&h.push(t<<6&192|z))}this.C=h}catch(f){u(this,17,f)}OR(this)}else if(1==h)V=L[1],V.push(this.Y(156).length,this.Y(79).length,this.Y(218).length,this.Y(209)),r(this,252,L[2]),this.b[91]&&$s(this,this.Y(91));else{if(2==h){for(t=(z=((((z=(K=(0<(t=(V=L[2],X(this.Y(156).length+2,2)),K=this.Y(100),K.length)&&O(this,156,X(K.length,2).concat(K),15),this.Y(25))&511,K-=this.Y(156).length+5,this).Y(79),4<z.length)&&(K-=z.length+3),0<K&&O(this,156,X(K,2).concat(mL(K)),10),4)<z.length&&O(this,156,X(z.length,2).concat(z),153),K=mL(2).concat(this.Y(156)),K)[1]=K[0]^3,K[3]=K[1]^t[0],K[4]=K[1]^t[1],0),[]);z<K.length;z+=3)p=K[z],C=(L=z+1<K.length)?K[z+1]:0,H=(h=z+2<K.length)?K[z+2]:0,g=p>>2,p=(p&3)<<4|C>>4,C=(C&15)<<2|H>>6,H&=63,h||(H=64,L||(C=64)),t.push(P[g],P[p],P[C],P[H]);if(t=t.join(""))t="!"+t;else for(z=0,t="";z<K.length;z++)L=K[z][this.w](16),1==L.length&&(L="0"+L),t+=L;return(this.Y((K=t,156)).length=V[0],this.Y(79).length=V[1],this.Y(218).length=V[2],r)(this,209,V[3]),K}if(3==h)$s(this,L[1]);else if(6==h)return $s(this,L[1])}},E).requestIdleCallback?function(L){requestIdleCallback(L,{timeout:4})}:E.setImmediate?function(L){setImmediate(L)}:function(L){setTimeout(L,0)},N.prototype.w="toString",["botguard"]),O=(N.prototype.N="caller",N.prototype.I={},function(L,h,g,V,K,t){for(L=(K=L.Y(h),79==h?(h=function(L,h,g,V){if(h=K.length,g=h-4>>3,K.Cs!=g){V=[0,0,0,(g=(g<<(K.Cs=g,3))-4,t)];try{K.fs=XV(AS(K,g),AS(K,g+4),V)}catch(f){throw f;}}K.push(K.fs[h&7]^L)},t=L.Y(136)):h=function(L){K.push(L)},V&&h(V&255),V=0,g.length);V<L;V++)h(g[V])}),m=function(L,h,g){if(0>=L.B||1<L.L||!L.o&&0<h||0!=document.hidden||L.l()-L.S<L.B-g)return false;return!((h=L.Y((L.J=true,223))-h,r(L,223,L.C.length),L).V.push([3,h]),0)},ry=(N.prototype.Y=function(L,h){if(h=this.b[L],void 0===h)throw u(this,30,0,L),this.I;return h()},function(L,h,g,V){O(L,(g=L.h(),V=L.h(),V),X(L.Y(g),h))}),$s=function(L,h,g){return OR(L,((g=L.Y(223),L.C)&&g<L.C.length?(r(L,223,L.C.length),Zl(L,h)):r(L,223,h),g))},a=(N.prototype.a=(N.prototype.UG=function(L,h,g,V,K){for(K=V=0;K<L.length;K++)V+=L.charCodeAt(K),V+=V<<10,V^=V>>6;return V=new Number((V+=V<<3,V^=V>>11,L=V+(V<<15)>>>0,L&(1<<h)-1)),V[0]=(L>>>h)%g,V},36),function(L,h){L.U=("E:"+h.message+":"+h.stack).slice(0,2048)}),u=function(L,h,g,V,K){g=((V=(0==(K=L.Y(174),h=[h,K>>8&255,K&255],void 0!=V&&h.push(V),L.Y(100)).length&&(L.b[100]=void 0,r(L,100,h)),""),g)&&(g.message&&(V+=g.message),g.stack&&(V+=":"+g.stack)),L).Y(209),3<g&&(V=V.slice(0,g-3),g-=V.length+3,V=Kd(V.replace(/\\r\\n/g,"\\n")),O(L,79,X(V.length,2).concat(V),12)),r(L,209,g)},Zl=(N.prototype.$f=function(L,h,g){return(h^=h<<13,h^=h>>17,h=(h^h<<5)&g)||(h=1),L^h},function(L,h){(L.G.push(L.b.slice()),L).b[223]=void 0,r(L,223,h)}),r=function(L,h,g){if(223==h||174==h)if(L.b[h])L.b[h][L.w](g);else L.b[h]=L.X7(g);else if(156!=h&&79!=h&&218!=h&&100!=h||!L.b[h])L.b[h]=L.v(g,L.Y);13==h&&(L.D=void 0,r(L,223,L.Y(223)+4))},N2=function(L,h,g,V,K){for(;L.V.length;){if(g=g&&h)L.B&&L.J?(L.J=false,g=0!=document.hidden?false:true):g=false;if(g){L.V$((K=L,function(){A(K,false,h,false)}));break}V=ab((V=(g=true,L.V).pop(),L),V)}return V},uz=function(L,h){return h=L.h(),h&128&&(h=h&127|L.h()<<7),h};e[0]in I||"undefined"==typeof I.execScript||I.execScript("var "+e[0]);for(var q;e.length&&(q=e.shift());)I=I[q]&&I[q]!==Object.prototype[q]?I[q]:I[q]={};(b=E.botguard,b.kLZ=function(L,h,g){g=new N(L,{s:h}),this.invoke=function(L,h,t){return t=g.Yf(h&&L,t),L&&!h&&L(t),t}},b).bg=function(L,h,g){return L&&L.substring&&(g=b[L.substring(0,3)])?new g(L.substring(3),h):new b.kLZ(L,h)};try{b.u||(Rb(E,"unload",function(){}),b.u=1)}catch(L){};')();</script>
  <script type="text/javascript" nonce="vkjuNKzTAArLbm9VIdOIBg">
  document.bg = new botguard.bg('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');
  </script>
<script nonce="vkjuNKzTAArLbm9VIdOIBg">
  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="vkjuNKzTAArLbm9VIdOIBg">
  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="vkjuNKzTAArLbm9VIdOIBg">
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
  </script>
<script nonce="vkjuNKzTAArLbm9VIdOIBg">
  (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="vkjuNKzTAArLbm9VIdOIBg">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="vkjuNKzTAArLbm9VIdOIBg">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fwww.blogger.com%2Fblogin.g%3FblogspotURL%3Dhttps%3A%2F%2Fwww.tipsmakemoney.com%2Ffeed%2F%26zx%3D1rikuaay92f81\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.tipsmakemoney.com%2Ffeed%2F%26zx%3D1rikuaay92f81\x26hl=en-US\x26service=blogger\x26passive=true');
  </script>
  </body>
</html>
