
<!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/v13/DXI1ORHCpsQm3Vp6mXoaTYnF5uFdDttMLvmWuJdhhgs.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/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.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="GALX" value="KEDrBJ9ocAg">
  <input type="hidden" name="gxf" value="AFoagUVQLQBFVoUTwpsOC67LM7vp_dGM5Q:1486247560047">
  <input type="hidden" name="continue" value="https://www.blogger.com/blogin.g?blogspotURL=http://francois-lebon.blogspot.fr/&amp;zx=1sjn0nirrn9l2">
  <input type="hidden" name="service" value="blogger">
  <input type="hidden" name="ltmpl" value="private">
  <input type="hidden" name="hl" value="en">
  <input id="profile-information" name="ProfileInformation" type="hidden" value="">
  <input id="session-state" name="SessionState" type="hidden" value="">
  <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="Enter your email"
                   
                   
                   
                   >
  <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%2Ffrancois-lebon.blogspot.fr%2F%26zx%3D1sjn0nirrn9l2&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%2Ffrancois-lebon.blogspot.fr%2F%26zx%3D1sjn0nirrn9l2&amp;hl=en&amp;service=blogger">
  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%2Ffrancois-lebon.blogspot.fr%2F%26zx%3D1sjn0nirrn9l2&amp;ltmpl=private&amp;hl=en">
  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">
  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">/* Anti-spam. Want to say hello? Contact (base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */Function('var D=function(F,T,w){if("object"==(T=typeof F,T))if(F){if(F instanceof Array)return"array";if(F instanceof Object)return T;if("[object Window]"==(w=Object.prototype.toString.call(F),w))return"object";if("[object Array]"==w||"number"==typeof F.length&&"undefined"!=typeof F.splice&&"undefined"!=typeof F.propertyIsEnumerable&&!F.propertyIsEnumerable("splice"))return"array";if("[object Function]"==w||"undefined"!=typeof F.call&&"undefined"!=typeof F.propertyIsEnumerable&&!F.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==T&&"undefined"==typeof F.call)return"object";return T},B=function(F,T){return F<T?-1:F>T?1:0},x,V=this;a:{var FD=V.navigator;if(FD){var T6=FD.userAgent;if(T6){x=T6;break a}}x=""}var wm=function(F){return(F=V.document)?F.documentMode:void 0},a="",PL=function(F,T,w){return(w=WL,Object.prototype.hasOwnProperty).call(w,F)?w[F]:w[F]=T(F)},e=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(x),l=(e&&(a=e?e[1]:""),wm()),$P=null!=l&&l>parseFloat(a)?String(l):a,K=function(F){return PL(F,function(T,w,W,P,O,y,b){for(O=(P=(w=(T=0,String($P).replace(/^[\\s\\xa0]+|[\\s\\xa0]+$/g,"").split(".")),W=String(F).replace(/^[\\s\\xa0]+|[\\s\\xa0]+$/g,"").split("."),Math.max(w.length,W.length)),0);0==T&&O<P;O++){b=W[y=w[O]||"",O]||"";do{if(0==(y=/(\\d*)(\\D*)(.*)/.exec(y)||["","","",""],b=/(\\d*)(\\D*)(.*)/.exec(b)||["","","",""],y[0]).length&&0==b[0].length)break;y=(b=(T=B(0==y[1].length?0:parseInt(y[1],10),0==b[1].length?0:parseInt(b[1],10))||B(0==y[2].length,0==b[2].length)||B(y[2],b[2]),b)[3],y)[3]}while(0==T)}return 0<=T})},O4,WL={},Dx=V.document,Zx=(O4=Dx?wm()||("CSS1Compat"==Dx.compatMode?parseInt($P,10):5):void 0,K("9"),new function(){},function(F,T,w,W,P){for(W=w=(T=[],0);W<F.length;W++)P=F.charCodeAt(W),128>P?T[w++]=P:(2048>P?T[w++]=P>>6|192:(55296==(P&64512)&&W+1<F.length&&56320==(F.charCodeAt(W+1)&64512)?(P=65536+((P&1023)<<10)+(F.charCodeAt(++W)&1023),T[w++]=P>>18|240,T[w++]=P>>12&63|128):T[w++]=P>>12|224,T[w++]=P>>6&63|128),T[w++]=P&63|128);return T}),m=9<=Number(O4),BL=!K("9"),t=((K("8"),K)("9"),function(F,T,w,W){((H.call(this,F?F.type:""),this).relatedTarget=this.currentTarget=this.target=null,this.charCode=this.keyCode=this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.offsetY=this.offsetX=0,this).metaKey=this.shiftKey=this.altKey=this.ctrlKey=false,this.a=this.state=null,F&&(w=this.type=F.type,this.currentTarget=T,this.target=F.target||F.srcElement,T=F.relatedTarget,W=F.changedTouches?F.changedTouches[0]:null,T||("mouseover"==w?T=F.fromElement:"mouseout"==w&&(T=F.toElement)),this.relatedTarget=T,null===W?(this.clientY=void 0!==F.clientY?F.clientY:F.pageY,this.clientX=void 0!==F.clientX?F.clientX:F.pageX,this.screenY=F.screenY||0,this.offsetY=void 0!==F.offsetY?F.offsetY:F.layerY,this.screenX=F.screenX||0,this.offsetX=void 0!==F.offsetX?F.offsetX:F.layerX):(this.screenX=W.screenX||0,this.screenY=W.screenY||0,this.clientY=void 0!==W.clientY?W.clientY:W.pageY,this.clientX=void 0!==W.clientX?W.clientX:W.pageX),this.metaKey=F.metaKey,this.a=F,this.keyCode=F.keyCode||0,this.charCode=F.charCode||("keypress"==w?F.keyCode:0),this.ctrlKey=F.ctrlKey,this.shiftKey=F.shiftKey,this.state=F.state,this.altKey=F.altKey,this.button=F.button,F.defaultPrevented&&this.preventDefault())}),H=function(F,T){this.defaultPrevented=(this.currentTarget=(this.type=F,this).target=T,false)},g="closure_listenable_"+(1E6*(H.prototype.preventDefault=function(){this.defaultPrevented=true},function(){function F(){}(F.prototype=H.prototype,t.v=H.prototype,t).prototype=new F,t.IW=function(F,w,W){for(var P=Array(arguments.length-2),T=2;T<arguments.length;T++)P[T-2]=arguments[T];return H.prototype[w].apply(F,P)}}(),t.prototype.preventDefault=function(F){if(F=(t.v.preventDefault.call(this),this.a),F.preventDefault)F.preventDefault();else if(F.returnValue=false,BL)try{if(F.ctrlKey||112<=F.keyCode&&123>=F.keyCode)F.keyCode=-1}catch(T){}},Math).random()|0),yN=function(F){F.g=(((F.u=null,F).P=null,F).src=null,F.listener=null,true)},J=function(F){(this.B={},this.src=F,this).J=0},Ah=function(F,T,w,W,P){((this.key=++z6,this).type=w,this.src=(this.g=this.s=false,T),(this.capture=!!W,this).u=(this.listener=F,P),this).P=null},by=function(F,T,w,W,P,O){for(P=0;P<F.length;++P)if(O=F[P],!O.g&&O.listener==T&&O.capture==!!w&&O.u==W)return P;return-1},z6=(J.prototype.add=function(F,T,w,W,P,O,y){return-1<(y=by(((F=(O=F.toString(),this).B[O],F)||(F=this.B[O]=[],this.J++),F),T,W,P),y)?(T=F[y],w||(T.s=false)):(T=new Ah(T,this.src,O,!!W,P),T.s=w,F.push(T)),T},0),U="closure_lm_"+(1E6*Math.random()|0),VN=function(F,T,w,W){if(F.g)return true;if(!m){if(!T)a:{for(T=["window",(w=V,"event")];W=T.shift();)if(null!=w[W])w=w[W];else{T=null;break a}T=w}return(T=new t(T,this),xP)(F,T)}return xP(F,new t(T,this))},ly=function(F,T,w,W,P,O,y){if("number"!=typeof F&&F&&!F.g)if((T=F.src)&&T[g])T.it(F);else if(W=F.P,w=F.type,T.removeEventListener?T.removeEventListener(w,W,F.capture):T.detachEvent&&T.detachEvent(aU(w),W),eg--,w=p(T)){if(P=(W=F.type,W)in w.B){P=w.B[W];b:if("string"==typeof P)O="string"==typeof F&&1==F.length?P.indexOf(F,0):-1;else{for(O=0;O<P.length;O++)if(O in P&&P[O]===F)break b;O=-1}(y=0<=O)&&Array.prototype.splice.call(P,O,1),P=y}0==(P&&(yN(F),0==w.B[W].length&&(delete w.B[W],w.J--)),w.J)&&(w.src=null,T[U]=null)}else yN(F)},p=function(F){return(F=F[U],F instanceof J)?F:null},KT=function(F,T){return T=(F=VN,m?function(w){return F.call(T.src,T.listener,w)}:function(w){if(!(w=F.call(T.src,T.listener,w),w))return w})},eg=0,C=function(F,T,w,W,P,O,y){if("array"==D(T))for(O=0;O<T.length;O++)C(F,T[O],w,W,P);else if(w=m4(w),F&&F[g])F.RW(T,w,W,P);else{if(!T)throw Error("Invalid event type");if(!(O=!!W,O)||m)if((y=p(F))||(F[U]=y=new J(F)),w=y.add(T,w,false,W,P),!w.P){if((W=KT(),W.src=F,W).listener=w,w.P=W,F.addEventListener)F.addEventListener(T.toString(),W,O);else if(F.attachEvent)F.attachEvent(aU(T.toString()),W);else throw Error("addEventListener and attachEvent are unavailable.");eg++}}},HL=function(F,T,w,W,P,O){if("array"==D(T))for(O=0;O<T.length;O++)HL(F,T[O],w,W,P);else(w=m4(w),F&&F[g])?F.NO(T,w,W,P):F&&(F=p(F))&&(T=F.B[T.toString()],F=-1,T&&(F=by(T,w,!!W,P)),(w=-1<F?T[F]:null)&&ly(w))},aU=function(F){return F in M?M[F]:M[F]="on"+F},xP=function(F,T,w,W){return(w=(W=F.u||F.src,F.listener),F.s&&ly(F),w).call(W,T)},M={},v="__closure_events_fn_"+(1E9*Math.random()>>>0),L={},k=function(F,T){try{Sg(this,F,T)}catch(w){Y(this,w)}},Sg=((k.prototype.fe=function(F,T,w){if(3==F.length){for(w=0;3>w;w++)T[w]+=F[w];for(F=[13,8,13,12,(w=0,16),5,3,10,15];9>w;w++)T[3](T,w%3,F[w])}},k).prototype.lt=function(F,T,w,W){try{W=F[(T+2)%3],F[T]=F[T]-F[(T+1)%3]-W^(1==T?W<<w:W>>>w)}catch(P){throw P;}},function(F,T,w,W){(((((((((((((((((((((((((((((((F.l=[],F).V=F.F(),F.O=function(F,T,w,W,Z,z){return F=(((z=(W=(Z=function(){return W()},function(){return W[w.H+(Z[w.W]===T)-!z[w.W]]}),w=this,w.G),Z)[w.I]=function(F){W[w.L]=F},Z)[w.I](F),Z)},F.S=function(F,T,w){return w=function(){return F},T=function(){return w()},T[this.I]=function(P){F=P},T},u(F,207,0),u)(F,56,0),u)(F,103,function(F,T,w){0!=(w=(T=I(F),I)(F),F).f(T)&&u(F,207,F.f(w))}),u(F,51,function(F){gm(F,1)}),u(F,85,function(F){gm(F,4)}),u)(F,161,function(F,T,w,W,Z){for(w=(T=[],I)(F),W=0;W<w;W++)Z=I(F),T.push(F.f(Z));(w=I(F),u)(F,w,function(F,P){for(P=0;P<T.length;P++)(0,T[P])(F)})}),u)(F,49,function(F,T,w,W){if(T=F.T.pop()){for(w=I(F);0<w;w--)W=I(F),T[W]=F.l[W];F.l=((T[133]=F.l[133],T)[203]=F.l[203],T)}else u(F,207,F.$.length)}),u)(F,2,function(F,T,w,W,Z){(w=(Z=(W=(w=(T=I(F),I)(F),F.f(I(F))),F).f(I(F)),F).f(w),u)(F,T,Jh(F,w,W,Z))}),u)(F,177,177),u)(F,214,function(F,T,w){(w=(T=I(F),I(F)),T=F.l[T]&&F.f(T),u)(F,w,T)}),u(F,94,F),u(F,59,function(F){X(F,4)}),u)(F,223,function(F,T,w,W){W=(w=(T=I(F),I(F)),I)(F),u(F,W,(F.f(T)in F.f(w))+0)}),u)(F,171,function(F,T,w,W,Z,z,A,S,r,th){if(void 0!=(w=(T=I(F),Q(F)),W="",F).l[175])for(Z=F.f(175),A=Z.length,z=0;w--;)z=(z+Q(F))%A,W+=Z[z];else{for(W=(Z=0,[]);Z<w;Z++)W.push(I(F));for(z=(w=[],Z=0);Z<W.length;)A=W[Z++],128>A?w[z++]=String.fromCharCode(A):191<A&&224>A?(S=W[Z++],w[z++]=String.fromCharCode((A&31)<<6|S&63)):239<A&&365>A?(S=W[Z++],r=W[Z++],th=W[Z++],A=((A&7)<<18|(S&63)<<12|(r&63)<<6|th&63)-65536,w[z++]=String.fromCharCode(55296+(A>>10)),w[z++]=String.fromCharCode(56320+(A&1023))):(S=W[Z++],r=W[Z++],w[z++]=String.fromCharCode((A&15)<<12|(S&63)<<6|r&63));W=w.join("")}u(F,T,W)}),u)(F,196,0),u)(F,192,[165,0,0]),u(F,188,function(F){X(F,2)}),u)(F,227,function(F,T,w,W,Z,z){if(F=(W=(Z=(w=(T=I(F),I(F)),W=I(F),I(F)),T=F.f(T),w=F.f(w),F.f(W)),F.f(Z)),"object"==D(T)){for(z in Z=[],T)Z.push(z);T=Z}for(Z=0,z=T.length;Z<z;Z+=W)w(T.slice(Z,Z+W),F)}),F.$V=function(F,T){(T.push(F[0]<<24|F[1]<<16|F[2]<<8|F[3]),T.push(F[4]<<24|F[5]<<16|F[6]<<8|F[7]),T).push(F[8]<<24|F[9]<<16|F[10]<<8|F[11])},u)(F,80,function(F,T,w){(w=(T=I(F),I)(F),u)(F,w,""+F.f(T))}),u(F,248,function(F,T,w){T=(T=I(F),w=I(F),F).f(T),u(F,w,D(T))}),u)(F,48,function(F,T,w,W,Z){for(Z=(T=I(F),w=Q(F),0),W=[];Z<w;Z++)W.push(I(F));u(F,T,W)}),u)(F,3,function(F,T){T=I(F),F=F.f(T),HL(F[0],F[1],F[2])}),u(F,199,function(F,T){T=F.f(I(F)),U4(F,T)}),u)(F,115,pT(4)),u)(F,153,V),u(F,137,0),u(F,21,function(F,T,w,W){(W=(T=I(F),w=I(F),I(F)),u)(F,W,F.f(T)>>w)}),oU)(),F).R=[],u)(F,11,0),u(F,142,{}),u(F,39,[]),u)(F,127,function(F,T){F.N&&(T=F.f(207),u(F,207,F.$.length),F.R.push([3,T]))}),u(F,239,function(F,T,w,W){(W=(T=I(F),w=I(F),I)(F),F.f(T))==F.f(w)&&u(F,W,F.f(W)+1)}),u)(F,190,function(F,T,w){(T=I(F),w=I(F),u)(F,w,function(F){return eval(F)}(F.f(T)))}),u(F,96,function(F){F.Z(4)}),u)(F,58,function(F,T,w,W,Z){(w=(Z=(T=(T=I(F),w=I(F),W=I(F),F).f(T),F.f(I(F))),F.f(w)),W=F.f(W),0!==T)&&(W=Jh(F,W,Z,1,T,w),C(T,w,W),u(F,196,[T,w,W]))}),u)(F,157,function(F,T,w,W){(W=(T=I(F),w=I(F),I(F)),F.f(T))[F.f(w)]=F.f(W)}),u)(F,162,function(F,T,w,W,Z,z,A){w=(W=(T=CT(F),T).w,Z=T.C,T).Y,A=w.length,0==A?z=W[Z]():1==A?z=W[Z](w[0]):2==A?z=W[Z](w[0],w[1]):3==A?z=W[Z](w[0],w[1],w[2]):d(F,22),u(F,T.c,z)}),u)(F,133,[]),u(F,131,function(F,T,w,W){W=(T=I(F),w=I(F),I(F)),u(F,W,F.f(T)||F.f(w))}),u(F,35,0),u(F,120,function(){}),u(F,78,function(F,T,w,W){T=(w=(W=(T=I(F),w=I(F),I(F)),F).f(w),F.f(T)),u(F,W,T[w])}),W=w.U||function(){},u(F,251,function(F,T,w,W,Z,z,A){A=(w=(W=(Z=(T=CT(F),T.C),T).w,T.Y),w).length,0==A?z=new W[Z]:1==A?z=new W[Z](w[0]):2==A?z=new W[Z](w[0],w[1]):3==A?z=new W[Z](w[0],w[1],w[2]):4==A?z=new W[Z](w[0],w[1],w[2],w[3]):d(F,22),u(F,T.c,z)}),u(F,229,function(F,T,w){w=(T=I(F),I(F)),u(F,w,F.f(w)+F.f(T))}),u)(F,123,function(F,T){T=CT(F),u(F,T.c,T.C.apply(T.w,T.Y))}),u)(F,203,2048),F.N=false,u)(F,9,function(F){X(F,1)}),F.T=[],T&&"!"==T.charAt(0))?(F.i=T,W()):(w=!!w.U,F.N=w,F.$=[],f(F,[4,T]),f(F,[5,W]),N(F,w))}),q=function(F,T,w,W,P,O){for(F=(W=((P=F.f(T),115)==T?(T=function(F,T,w,W){if((T=P.length,w=T-4>>3,P.j)!=w){w=(w<<3)-(W=[(P.j=w,0),0,0,O],4);try{P.m=Mx(rm(P,w),rm(P,w+4),W)}catch(A){throw A;}}P.push(P.m[T&7]^F)},O=F.f(137)):T=function(F){P.push(F)},W&&T(W&255),0),w).length;W<F;W++)T(w[W])},U4=function(F,T){(F.T.push(F.l.slice()),F.l[207]=void 0,u)(F,207,T)},Y=(k.prototype.YV=function(F,T,w,W){for(;w--;)207!=w&&56!=w&&T.l[w]&&(T.l[w]=T[W](T[F](w),this));T[F]=this},function(F,T){F.i=("E:"+T.message+":"+T.stack).slice(0,2048)}),oU=((k.prototype.H=35,k).prototype.A=(k.prototype.I="toString",function(F,T,w){return F^((T=(T^=T<<13,T^=T>>17,(T^T<<5)&w))||(T=1),T)}),function(F){for(F=0;64>F;++F)L[F]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(F),h["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(F)]=F;h[h[(L[64]="",h)["+"]=62,"/"]=63,"="]=64}),N=(k.prototype.G=function(F,T,w,W,P,O,y,b,Z,z){if(4==(T=F[0],T)){F=F[1];try{for(T=(w=0,[]);w<F.length;){if(P=(W=h[F.charAt(w++)],w)<F.length?h[F.charAt(w)]:0,++w,O=w<F.length?h[F.charAt(w)]:64,++w,y=w<F.length?h[F.charAt(w)]:64,++w,null==W||null==P||null==O||null==y)throw Error();(T.push(W<<2|P>>4),64!=O)&&(T.push(P<<4&240|O>>2),64!=y&&T.push(O<<6&192|y))}this.$=T}catch(A){d(this,17,A)}jg(this)}else if(1==T)W=F[2],P=F[1],W.push(this.f(192).length,this.f(115).length,this.f(39).length,this.f(203)),this.N=P,u(this,142,F[3]),this.l[139]&&vL(this,this.f(139));else{if(2==T){for(O=(((P=((4<(y=(P=(0<(P=(W=F[2],O=n(this.f(192).length+2,2),this.f(133)),P).length&&q(this,192,n(P.length,2).concat(P),15),this.f(35))&511,P-=this.f(192).length+5,this).f(115),y).length&&(P-=y.length+3),0<P&&q(this,192,n(P,2).concat(pT(P)),10),4<y.length)&&q(this,192,n(y.length,2).concat(y),153),pT)(2).concat(this.f(192)),P[1]=P[0]^3,P)[3]=P[1]^O[0],P)[4]=P[1]^O[1],y=0,[]);y<P.length;y+=3)b=P[y],Z=(F=y+1<P.length)?P[y+1]:0,z=(T=y+2<P.length)?P[y+2]:0,w=b>>2,b=(b&3)<<4|Z>>4,Z=(Z&15)<<2|z>>6,z&=63,T||(z=64,F||(Z=64)),O.push(L[w],L[b],L[Z],L[z]);if(O=O.join(""))O="!"+O;else for(y=0,O="";y<P.length;y++)F=P[y][this.I](16),1==F.length&&(F="0"+F),O+=F;return P=(((this.f(192).length=W[0],this.f(115)).length=W[1],this).f(39).length=W[2],O),u(this,203,W[3]),P}if(3==T)vL(this,F[1]);else if(6==T)return vL(this,F[1])}},function(F,T){0!=F.R.length&&(T&&(10>F.F()-F.V||0!=document.hidden)?LT(F,T):T?F.b(function(){LT((F.V=F.F(),F),T)}):LT(F,T))}),CT=function(F,T,w,W,P,O){for(O=(W=(((w=I((T={},F)),T).c=I(F),T).Y=[],I)(F)-1,P=I(F),0);O<W;O++)T.Y.push(I(F));for(T.C=F.f(w),T.w=F.f(P);W--;)T.Y[W]=F.f(T.Y[W]);return T},gm=function(F,T,w,W){(W=(w=I(F),I)(F),q)(F,W,n(F.f(w),T))},iy=function(F,T,w,W,P){if((w=T[0],1)==w)F.G(T);else if(2==w){W=T[3],w=T[1];try{F.N=false,P=F.G(T)}catch(O){Y(F,O),P=F.i}w&&w(P),W.push(P)}else if(3==w)F.G(T);else if(4==w)F.G(T);else if(5==w)F.N=false,T=T[1],T();else if(6==w)return w=T[6],P=T[2],u(F,90,T[4]?[w[0].a]:w),u(F,142,P),F.G(T)},LT=(k.prototype.W="caller",function(F,T,w){if(w=F.R.pop())iy(F,w),N(F,T)}),jg=((k.prototype.o={},k).prototype.X=function(F,T,w,W,P,O){if(this.i)return this.i;try{P=[],O=[],W=!!F,f(this,[1,W,P,T]),f(this,[2,F,P,O]),N(this,W),w=O[0]}catch(y){Y(this,y),w=this.i,F&&F(w)}return w},function(F,T,w,W,P,O,y,b){try{for(w=(W=(P=void 0,O=0,5001),F.$.length);(--W||F.D)&&(O=F.f(207))<w;)try{u(F,56,O),y=I(F),(P=F.f(y))&&P.call?P(F):d(F,21,0,y)}catch(Z){Z!=F.o&&(b=F.f(177),177!=b?(u(F,b,Z),u(F,177,177)):d(F,22,Z))}W||d(F,33)}catch(Z){try{d(F,22,Z)}catch(z){Y(F,z)}}return(w=F.f(142),T)&&u(F,207,T),w}),h={},u=function(F,T,w){if(207==T||56==T)if(F.l[T])F.l[T][F.I](w);else F.l[T]=F.S(w);else if(192!=T&&115!=T&&39!=T&&133!=T||!F.l[T])F.l[T]=F.O(w,F.f);11==T&&(F.M=void 0,u(F,207,F.f(207)+4))},d=function(F,T,w,W,P){((w=(W=(((T=(P=F.f(56),[T,P>>8&255,P&255]),void 0)!=W&&T.push(W),0==F.f(133).length)&&(F.l[133]=void 0,u(F,133,T)),""),w&&(w.message&&(W+=w.message),w.stack&&(W+=":"+w.stack)),F.f(203)),3)<w&&(W=W.slice(0,w-3),w-=W.length+3,W=Zx(W.replace(/\\r\\n/g,"\\n")),q(F,115,n(W.length,2).concat(W),12)),u)(F,203,w)},X=function(F,T,w,W){for(W=(w=I(F),0);0<T;T--)W=W<<8|I(F);u(F,w,W)},n=function(F,T,w,W){for(W=T-1,w=[];0<=W;W--)w[T-1-W]=F>>8*W&255;return w},Jh=(((k.prototype.Z=function(F,T,w,W){w=(W=(w=(T=F&4,F&=3,I)(this),I(this)),this).f(w),T&&(w=Zx((""+w).replace(/\\r\\n/g,"\\n"))),F&&q(this,W,n(w.length,2)),q(this,W,w)},k.prototype).D=false,k).prototype.F=(window.performance||{}).now?function(){return window.performance.now()|0}:function(){return+new Date},function(F,T,w,W,P,O){return function(){var y=W&1,b=[6,T,w,void 0,P,O,arguments];if(W&2&&N(F,false),y&&F.R.length)f(F,b);else return iy(F,b)}}),I=function(F,T,w){if(T=F.f(207),!(T in F.$))throw d(F,31),F.o;return(void 0==F.M&&(F.M=rm(F.$,T-4),F.h=void 0),F.h!=T>>3&&(F.h=T>>3,w=[0,0,0,F.f(11)],F.K=Mx(F.M,F.h,w)),u)(F,207,T+1),F.$[T]^F.K[T%8]},rm=(k.prototype.f=function(F,T){if(T=this.l[F],void 0===T)throw d(this,30,0,F),this.o;return T()},function(F,T){return F[T]<<24|F[T+1]<<16|F[T+2]<<8|F[T+3]}),pT=(k.prototype.L=36,function(F,T){for(T=[];F--;)T.push(255*Math.random()|0);return T}),Q=function(F,T){return(T=I(F),T)&128&&(T=T&127|I(F)<<7),T},Mx=(k.prototype.GY=(k.prototype.B5=function(F,T,w,W,P){for(P=W=0;P<F.length;P++)W+=F.charCodeAt(P),W+=W<<10,W^=W>>6;return(W=new Number((F=(W+=W<<3,W^=W>>11,W)+(W<<15)>>>0,F&(1<<T)-1)),W)[0]=(F>>>T)%w,W},function(F,T,w,W,P,O){for(w=[],O=W=0;O<F.length;O++)for(P=P<<T|F[O],W+=T;7<W;)W-=8,w.push(P>>W&255);return w}),function(F,T,w,W){try{for(W=0;79669387488!=W;)F+=(T<<4^T>>>5)+T^W+w[W&3],W+=2489668359,T+=(F<<4^F>>>5)+F^W+w[W>>>11&3];return[F>>>24,F>>16&255,F>>8&255,F&255,T>>>24,T>>16&255,T>>8&255,T&255]}catch(P){throw P;}}),f=function(F,T){F.R.splice(0,0,T)},vL=(k.prototype.b=V.requestIdleCallback?function(F){requestIdleCallback(F,{timeout:4})}:V.setImmediate?function(F){setImmediate(F)}:function(F){setTimeout(F,0)},function(F,T,w){return(w=F.f(207),F.$)&&w<F.$.length?(u(F,207,F.$.length),U4(F,T)):u(F,207,T),jg(F,w)}),m4=function(F){if("function"==D(F))return F;return(F[v]||(F[v]=function(T){return F.handleEvent(T)}),F)[v]};try{C(window,"unload",function(){})}catch(F){}var G=V,E=["botguard"];E[0]in G||!G.execScript||G.execScript("var "+E[0]);for(var c;E.length&&(c=E.shift());)G=G[c]&&Object.prototype.hasOwnProperty.call(G,c)?G[c]:G[c]={};var R=V.botguard;(R.tKU=function(F,T,w){(w=new k(F,{U:T}),this).invoke=function(F,T,O){return(O=w.X(T&&F,O),F)&&!T&&F(O),O}},R).bg=function(F,T,w){return F&&F.substring&&(w=R[F.substring(0,3)])?new w(F.substring(3),T):new R.tKU(F,T)};')();</script>
  <script type="text/javascript">
  document.bg = new botguard.bg('tKUwcpzFiN9LrazfqsXPJ0/Oqq0PdSCIHUrwEcB2xIOjXTu7JhInk5P25vdBF+CUHAfRnWTJV9mJvMhg0VuCBctQ/evJeEwacpeUhPjxouCTjBql64bPyNLgaquSQcPmjWxusGuIbPtrj2GR+ltZVkLW8K7gI/ExtTPBchG9B/owmksfljMYnBV4sZ2gBZBms8AeZ2InMBI7K3MDVa9hXA1K+AeGozPAS5SwlhetZcjNdhfdDmQseaK0aHhXC8u9BG5vlaIO34xVlj7A6OV3GksNYLywnjDMI0e24h5NcHW+Bo4LdY9cpovx+QnF6yXEy1WwkmUmW7O7S0jvQfNdeQ1gFovDTs2ukYm+HbIb4M/hvy2eJ2syHK564MILst0FsLpsu6NHEdf4+Pa4bIsM9TuDgv6tD5DK5J8ZOVszy7KyIxyB4uCR1zrAx1+UMjUwcCgll597GZ+yPoH8XSWKqOTxJMMRHxipsz6u5310uTwbMcIS2c7SThRwpqx+8z0m4BlczWgr5usvoUgQIBmDvoYF8QZkAj0tRIeSyaMNmRqzYxpMeIMUFIwiwWlaqD4AsIQX94WvCnyIOj/nJ+TR7CY+603reRpzn5Zda9wM1f2ZKKyF/tBGLmZLqhhefCTJA6SG69gWwQ1UcGxfkFKcamAJldsIYhSUS82vcrV+sNg4g9qnSm4oPAhnM2Eiwa2GdT+ZcndF2wlxTHeTV/vieBsb8hPQWlm+4uhYyDjBSTWoxscyqPSYjL1ElNqbj2lruGTPIxVczqWWStr79/Gh7GLDZw/zS/CDtoAQfgYI03lGZi0x/oJeEbbbMgvKOLxkE2yDbvu+PnNEdUDPaLBfCJgg/5+786NTa5gOi7Or16OhNVnw/hb72Demv2jor7OtbgPEBqF2W3pa4bGoJd/nNyLltzK0s7fms/0LrNeelO+ZZvc7nXKa6utZZDmB7QcnFcgAnBoCYiQWB70pTo1ca6LNoFiRC/KxsP/oYj9Uew+UtgKdq70xeQoRHI4OSdXoTSGclNnEIzJeSnaH77LXkd1PBtKtKfYDEctCHVxTodLrmet5j4sNlV4F4alOE0qBy/ibSB2gNpD7vlj/LgdkIwYW6S1cxWlg5l8rb0ENkTXdydTy/vV54gQMY4lHDd6MqI6yczwCIwr8fJHN3FWCemcEcTU/WDa2fxjSgJnMtqShq5Rrf3fJ2TpMTExgk6442TWVLqNFGP9abzeLpzQZiCS4+3F9GkTCgu9pthpH7JpMvyMfOMRtA8q3lThtumWI39EhwaoAnDW74xk4GOk9qUcQGRaB9zqZGYfNARQma47vP863RUOznp1hEeLfLbpD5KCokzC6x0M3sooL2OIB5nlwfki2Ccf6Lk+xxM28B94IT1JFOGAG3m/KgfyP6zZfi8IQuJP75Ktpz9TJZMNfiDBe1kQA3liNXNSHLwnL0H+gtQXAJF0bFzTN1zKvrusrp2zTr35QAfNaipMO17v1j+lHQ2annojW36Nhp4Unz2g0Dp2Lj+sO8zYDmk+rFy8AfS6i1M8DrOy17UgQzxECTeG9e+lasABj1EX63c9my48aAhPKOx1Rlehs7v5bjvQBRGNQ/Lln8ZWJgbBUhEJUWwGaWQCCxNSw5H94ZDgiXk1G1kRK36M3V5PTeQiZHM3KiAKsFE0NiINIntRw9BW115Z5hb+LctHNU4STHEzPVprrTQBeIuzToIUM1+SA2Id/oPoXRwrSXLVVduoAV77kXaLRIu8LUAJtdx8I9M9DuvAQMQQnEHaHYXhzPqDUbUqmQJkvEWdf/HazCUjKdulR1HXT6ln7R1mXUqw9+VNcMaylcFzyuDcWHIwZZBSE+szRoJwcfo6obnRfcBdX/ZQZo53eVYxt8ZCB0qvEB36FYO3/SvcUiHhWIzd3RXvo5UzSfi8dUvA7wGnU8rHcT7u6xM063FFPhOdWOzZuXGM506H2VQP9rK8DjGnB6dA/p2xWiLxEgfSB9qSOIeruQyLJnJ7SyYAmMppyK5rH5ntBTtjvSeiNTBEHwB4gn74vezlsudHCHX8asuPDLtW1whqC8++NjrtwKYymt+CVLlucMLZaVIdZ51ojyFdCkelj/Xcf6RUoV1HWiW1h8Cxn0NuNk8zjTRN+Ab2RqQQMwtKc9x1B4Rlml+uaUBFDjntn7NIiD3CrxAz3H/8e3YY6gAnuTtsbkpzWPgKmUIGI3C2mLTJAGiklmi4BwfQasmrCaNQXjFphin32sK9Tpwh/LEPd/MKLRHi+EG/BpzLTRmaCWhJFXnlimMFGJt2cBLtZP1APNwdQ3DD6/+KXrDGo9lz+NVyiwaJBqgW9x7ZJqfMKtFPwSL9qwGeHX196id9HNdX0kil8dkB0+yLPjMDxwLEIk0VqhoyiNGx1dr7pTW2euc4Ic8QzNeD+fqOuQEZKPGY03TEvvCev6KuW/A8HcXSn3Bp3naNcfIwXGJ9jbIGCsuMbGFzSIwydPLKXpPnK5EdyPRtTgcFHYSydZIEoeUHTG5vGtgmq6FLS6GJEV+Mh2sm8YAsmOA726CgACs+cMEu+8OwVfZgva9sz12WsQxSrkC2CrM+wNCVs4eokr//ooQjrYnAHwMhsDVK9tysVTZPekFs+TwwU4pySUI75QQ2nAdVaFym9lqdfhid41CaravBtgnr/jm1qx6YqE5ILKTFtUU6M33ZXZlT/sWm0gW3bIK6gZKo4FzknWpc4CMTZHzXtWnUnrTRs/EOiVnE+JOKenMCKQn1fj76sBPP91ibtpmRF5BORvYYL17Aif6teggsDG6B8U+XE2OkJzcYXjPBjmQ+6Pic3zZcZZ3XWhNgCTc03cPCaXwQVnDV5H6vy2GqQud+oE3gXxY6LWEMkW3pVMQDOJTtfdOHrS1D89WRb5DTocgqrb1F3wXVXkpY0jiGpljjRGJr8hFobNMQDFaC7dBrmVaqJgY/+KwDSWm1Uv3gx9AUATL9VO8RF0UaiNukQU4eNtjBJXCy5UIP/k61H9IAiHKYnCYLigMOkKt0BYCCpr5JnRfXWFu8t4avysPKBoFA8xaby11AuCEZXEkJ4H634iqQcHvBK6LV6qBAq4aSb+1756eE9zTt2dEyx78j1KfTWtGslGLSYjdaPcms2vf8XADf38sjlKcCq5VM+Km+ZpBNSIKmnLtG4Eq+6GSuE4dI5apOXnrXiy68kEpfYoG3KqQwhvwtfwcfggC0IJmwhrzx8Pgdh/nHsGI4HNcMUFjsCinPY62iLzuyCJowg9udqr08xED9YqE7tanAp5AEZ7LcaG7yWXfCi8gJaiHAdaCm2zQUFjB/QB+HaG1jFQt+RB4JfXzW4rFlJuE6Ewfx69FCWyOxLoVGE3z70JNXUXxHki5HtSu5LqNuTXWTkoe1YkbpfmDA051M4MKuj8LKsll/ZShWpEBfullrakAbralxDSrtSpMe9hNydaqm7ZNN9n+9CJr8EQtWbsfcHl1YECSegiuWA1dYsMbP/qd7Odow0M+zAy2PRRc+Hk72N0ZkJDOJD5x6z3SDPrXCfZ3Hmkn41Q5RVh2HPuDQ+l5VSrIc4HIIrhVVVt8BETmcTuxxjYFz3FAg0jEcWZeMfxPfLbYYeS5UbAtpTLVySVJ+Pwk52Fv8NvpdG7hpuL53btegPvtvoyHRzs11TW8Zh3gci8DcRVoIIsfCxI3TGoG0FxeS2be/fK5Sif5TZy2vRHZ8vN+cidK1jB5cHuH6ixkRLg9JZweehztvQglxRTzRjPwfHDwM+AZHCojNWJO/idb1hDbi/uuNyjA4z4rqqDkLKVqHc950NlKBpeJdhjcnS3tY8U44LvReUezoIpNeZBGcdmP8BCYAcbTRmxA17MSWN+4uDhfWJI1HIyUMK1JgfyTM2S6yLIJxpc3p2K9YXhWkcx1wyT8I5tIqiUgUcvc6DQ8Sc3MFXPdOArABymcW40f//HRuUJaR6AtaTv6D/4FEHdc+07b0N+AWGMEkSwjlCrOXtEaw9nKcnbc4C9aeHujk3ewVz89t3D3ytttGge1vMNtIzVOVhfEVz2rL507F2/bB8VX1Vs8756B5/+2WZ+uHSOLQIHe+BWTpC/XpRG6TNmR+zXF+wIU5vkLUxo2VlI6Liagh+RzyxXi2/FKUr2Pp1tF+okxxvP34mDvERUjd3vGXgrl+IRP0ugKUbWaFG8nHMkP/w7vnw53LYTEUEY9sb1Owwyiotnbfx/ZDAoKO2fRGnmaqvR1z+jNB9ag39VwLdqkLvoYwmVUia/GxhzF0BSEDI0awbJUn/eNwYz9NpbyYX/EPH8kSAGawyfPu7n5OkNBWl499pmyval/j3GKwmf4OGSN9FOADaZR1ANJFjQx8tpVFv9FyWjOI5o973CSspm5a38Q9irTucuhKApxGRX7TbCBmd+aonhI68JmgXrgQ94nrh35Vcxu/IdQwzakIfho63vgKTwGtF/oBLVoOQ/yPAMuHnS2gTOHVSkRB0V+Y00FJDey+zJaNozlMg/btRLZ4phzHDG6CITztxERQaGwn3laUEnwxtFAkXzgXgFun+cJl0hsjIyTFlQg4RNkPNJHKJt7z0TjnNTMlGG5mHNe/OC4VQoucdvGhXNH5LVySAWTmD+qrDf9PdLvEMj8Zr7bBbI53TOK1Oghc5foX1kSNizaMLfmwPXWnrBilXlVDgRJnVhvKcyXWdEzHYZ9x9VER8iFBFpP+FJmXdct0u9S4FeZ2WLP3fmjg3KjDUZGgdROLdl2IWukS3ThSKMjMKQVi6gIiA2Y+mE3lOLGae2Po14lZr4rBY2E4+2lkJVcX4WFjyxp7bgWRupQ17VG+SwPYr9Qj819os0kXufZNoWG8W7DiJCe66OZ9usoTQlO4tb/KWt87NzXzLW0foB0kwR+bzkDV4rQIjaENwP8bPU3aVvIg6opao6ovK+NGfUtfD9qPIs/WLGYSYDbK6V7rMN5LO/zXx8s8L1d3JlwRMnnzY5laQAs66DqfEN5xMLKND/xGpq1jxC3M5AYKAPo/6TWMoUNw6iLppuHvxnw5Zb5NWFPsAiiJmO4u+OuCIUr/u3ZPtSO3V2bxwDMYF86xcnvh+x84n6EM/KOI5+E7oR9iGoaI7pCPfBnhuWDqSLYmWXo65DUl++M3sY7jELb/ITlGpzh4QK1Y2M2BThdABZeTzOpr7DDbRSC53Ty+0288iBb1+8VF3wQ8rczOc1lVciRIud2HkXhyAZkpGK6Sga4rhBLuBry9Gn89znkEoUeEbFlhs9p1ykXq8DlQmbWfdYTni+dHXP+hLJr1XV/3MH05qn6IsC7SUIcZstOVCeB0eyNVccyy/cdQKTR+3gS/c7c9WWpsO/LGPhN/5rHJtbM0ABGfbBt91/g0QWvtEF0zgE0rRAHy7bKjg9qgLRqrarpF8g8K04Nz7w8/FnRjUs/7uzthyY3aggV4sFZnjabmTaQWdM2PPHBiPoZyeRYNn/U4hMI6pltApPixey5fckmVRG1zOa7BHTvi9j2Zw1NQ7rgmmqjQKO0UosQFURqk/8at9O+RWXwCBldHcbQycjBlkDsYGH6iE5pncxrWxFo7sh6PcGh/Sr36jzhnRbLEs5i8S0Q0/OS5GqoTTlPrWm4G2o+A07YB2OAo4+BfDwKa1OFgBHETF+IXoDz6ToaNql2+YXm527csk2nYNRiUR81TTA3A4JZ4olhw5mQmXwFjbZwq');
  </script>
<script>
  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>
  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>
  if (gaia.ps.hasPrefilledIdentifier) {
  var form = document.getElementById('gaia_loginform');
  if (form) {
  form.submit();
  }
  }
  </script>
<script>
  (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>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]));var b=b.join("&"),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">
  gaia.loginAutoRedirect.start(5000,
  'https:\x2F\x2Faccounts.google.com\x2FServiceLogin?continue=https%3A%2F%2Fwww.blogger.com%2Fblogin.g%3FblogspotURL%3Dhttp%3A%2F%2Ffrancois-lebon.blogspot.fr%2F%26zx%3D1sjn0nirrn9l2\x26hl=en\x26service=blogger\x26ltmpl=private\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fwww.blogger.com%2Fblogin.g%3FblogspotURL%3Dhttp%3A%2F%2Ffrancois-lebon.blogspot.fr%2F%26zx%3D1sjn0nirrn9l2\x26hl=en\x26service=blogger\x26ltmpl=private\x26passive=1209600');
  </script>
  </body>
</html>
