
<!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;
}
#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/AccountLoginInfo" id="gaia_loginform">
  <input name="Page" type="hidden" value="PasswordSeparationSignIn">
  <input type="hidden" name="GALX" value="a34Vy7oRBqU">
  <input type="hidden" name="gxf" value="AFoagUXRfrRm6KUxIMEMsuPIQjLWS_CfEg:1461305238188">
  <input type="hidden" name="continue" value="https://www.blogger.com/blogin.g?blogspotURL=http://www.vidul.com/feed/&amp;zx=g8bdn0t1r7s1">
  <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 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" name="Email" placeholder="Enter your email" type="email" value="" spellcheck="false"
            
            
            >
  <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/RecoverAccount?service=blogger&amp;continue=https%3A%2F%2Fwww.blogger.com%2Fblogin.g%3FblogspotURL%3Dhttp%3A%2F%2Fwww.vidul.com%2Ffeed%2F%26zx%3Dg8bdn0t1r7s1&amp;ignoreShadow=0&amp;hl=en"
        >
  Need help?
  </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%2Fwww.vidul.com%2Ffeed%2F%26zx%3Dg8bdn0t1r7s1&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%2Fwww.vidul.com%2Ffeed%2F%26zx%3Dg8bdn0t1r7s1&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.addEventListener) {
  element.addEventListener(event, callback, false);
  } else if (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(){eval('var Z=this,A,sF=function(L,Y,q,d,Q){q=L.split("."),d=Z,q[0]in d||!d.execScript||d.execScript("var "+q[0]);for(;q.length&&(Q=q.shift());)q.length||void 0===Y?d=d[Q]?d[Q]:d[Q]={}:d[Q]=Y},b=function(L,Y,q){if(Y=typeof L,"object"==Y)if(L){if(L instanceof Array)return"array";if(L instanceof Object)return Y;if(q=Object.prototype.toString.call(L),"[object Window]"==q)return"object";if("[object Array]"==q||"number"==typeof L.length&&"undefined"!=typeof L.splice&&"undefined"!=typeof L.propertyIsEnumerable&&!L.propertyIsEnumerable("splice"))return"array";if("[object Function]"==q||"undefined"!=typeof L.call&&"undefined"!=typeof L.propertyIsEnumerable&&!L.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==Y&&"undefined"==typeof L.call)return"object";return Y},u=function(L,Y){return L<Y?-1:L>Y?1:0},g;a:{var dT=Z.navigator;if(dT){var Q$=dT.userAgent;if(Q$){A=Q$;break a}}A=""}var D="",qC=function(L){return(L=Z.document)?L.documentMode:void 0},k=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(A),W=(k&&(D=k?k[1]:""),qC()),eM=null!=W&&W>parseFloat(D)?String(W):D,B=function(L,Y,q,d,Q,e,I,l,M,v,J,f){if(!(Y=ZI[L])){for(Y=0,q=String(eM).replace(/^[\\s\\xa0]+|[\\s\\xa0]+$/g,"").split("."),d=String(L).replace(/^[\\s\\xa0]+|[\\s\\xa0]+$/g,"").split("."),Q=Math.max(q.length,d.length),e=0;0==Y&&e<Q;e++){l=d[e]||"",I=q[e]||"",M=RegExp("(\\\\d*)(\\\\D*)","g"),v=RegExp("(\\\\d*)(\\\\D*)","g");do{if(J=M.exec(I)||["","",""],f=v.exec(l)||["","",""],0==J[0].length&&0==f[0].length)break;Y=u(0==J[1].length?0:parseInt(J[1],10),0==f[1].length?0:parseInt(f[1],10))||u(0==J[2].length,0==f[2].length)||u(J[2],f[2])}while(0==Y)}Y=ZI[L]=0<=Y}return Y},jM=Z.document,ZI={},Ig=jM?qC()||("CSS1Compat"==jM.compatMode?parseInt(eM,10):5):void 0,AJ=(B("9"),new function(){},function(L,Y,q,d,Q){for(Y=[],d=q=0;d<L.length;d++)Q=L.charCodeAt(d),128>Q?Y[q++]=Q:(2048>Q?Y[q++]=Q>>6|192:(55296==(Q&64512)&&d+1<L.length&&56320==(L.charCodeAt(d+1)&64512)?(Q=65536+((Q&1023)<<10)+(L.charCodeAt(++d)&1023),Y[q++]=Q>>18|240,Y[q++]=Q>>12&63|128):Y[q++]=Q>>12|224,Y[q++]=Q>>6&63|128),Y[q++]=Q&63|128);return Y}),w=9<=Number(Ig),iu=!B("9"),G=(B("8"),B("9"),function(L,Y){this.type=L,this.currentTarget=this.target=Y,this.defaultPrevented=false}),p=function(L,Y,q,d,Q){G.call(this,L?L.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.f=this.state=null,L&&(q=this.type=L.type,this.currentTarget=Y,Q=L.relatedTarget,this.target=L.target||L.srcElement,d=L.changedTouches?L.changedTouches[0]:null,Q||("mouseover"==q?Q=L.fromElement:"mouseout"==q&&(Q=L.toElement)),this.relatedTarget=Q,null===d?(this.screenY=L.screenY||0,this.clientY=void 0!==L.clientY?L.clientY:L.pageY,this.clientX=void 0!==L.clientX?L.clientX:L.pageX,this.screenX=L.screenX||0,this.offsetY=void 0!==L.offsetY?L.offsetY:L.layerY,this.offsetX=void 0!==L.offsetX?L.offsetX:L.layerX):(this.screenY=d.screenY||0,this.screenX=d.screenX||0,this.clientY=void 0!==d.clientY?d.clientY:d.pageY,this.clientX=void 0!==d.clientX?d.clientX:d.pageX),this.shiftKey=L.shiftKey,this.state=L.state,this.altKey=L.altKey,this.ctrlKey=L.ctrlKey,this.f=L,this.metaKey=L.metaKey,this.keyCode=L.keyCode||0,this.charCode=L.charCode||("keypress"==q?L.keyCode:0),this.button=L.button,L.defaultPrevented&&this.preventDefault())},lu=function(){},n=(G.prototype.preventDefault=function(){this.defaultPrevented=true},lu.prototype=G.prototype,p.ZT=G.prototype,p.prototype=new lu,p.prototype.preventDefault=function(L){if(p.ZT.preventDefault.call(this),L=this.f,L.preventDefault)L.preventDefault();else if(L.returnValue=false,iu)try{if(L.ctrlKey||112<=L.keyCode&&123>=L.keyCode)L.keyCode=-1}catch(Y){}},p.I4=function(L,Y,q){for(var d=Array(arguments.length-2),Q=2;Q<arguments.length;Q++)d[Q-2]=arguments[Q];return G.prototype[Y].apply(L,d)},"closure_listenable_"+(1E6*Math.random()|0)),H=function(L){this.P=0,this.a={},this.src=L},og=function(L,Y,q,d,Q){this.src=Y,this.b=null,this.i=!!d,this.type=q,this.h=Q,this.listener=L,this.key=++bu,this.D=this.W=false},JJ=(H.prototype.add=function(L,Y,q,d,Q,e,I){return e=L.toString(),L=this.a[e],L||(L=this.a[e]=[],this.P++),I=MC(L,Y,d,Q),-1<I?(Y=L[I],q||(Y.W=false)):(Y=new og(Y,this.src,e,!!d,Q),Y.W=q,L.push(Y)),Y},function(L){L.h=null,L.b=null,L.src=null,L.listener=null,L.D=true}),MC=function(L,Y,q,d,Q,e){for(Q=0;Q<L.length;++Q)if(e=L[Q],!e.D&&e.listener==Y&&e.i==!!q&&e.h==d)return Q;return-1},bu=0,c="closure_lm_"+(1E6*Math.random()|0),vh=function(L,Y){return L=fk,Y=w?function(q){return L.call(Y.src,Y.listener,q)}:function(q){if(q=L.call(Y.src,Y.listener,q),!q)return q}},DI=function(L,Y,q,d,Q,e,I){if("number"!=typeof L&&L&&!L.D)if((Y=L.src)&&Y[n])Y.fj(L);else if(d=L.b,q=L.type,Y.removeEventListener?Y.removeEventListener(q,d,L.i):Y.detachEvent&&Y.detachEvent(uu(q),d),gT--,q=T(Y)){if(d=L.type,Q=d in q.a){Q=q.a[d];b:if("string"==typeof Q)e="string"==typeof L&&1==L.length?Q.indexOf(L,0):-1;else{for(e=0;e<Q.length;e++)if(e in Q&&Q[e]===L)break b;e=-1}(I=0<=e)&&Array.prototype.splice.call(Q,e,1),Q=I}Q&&(JJ(L),0==q.a[d].length&&(delete q.a[d],q.P--)),0==q.P&&(q.src=null,Y[c]=null)}else JJ(L)},gT=0,fk=function(L,Y,q,d,Q){if(L.D)return true;if(!w){if(!(q=Y))a:{for(d=Z,q=["window","event"];Q=q.shift();)if(null!=d[Q])d=d[Q];else{q=null;break a}q=d}return q=new p(q,this),d=true,d=kN(L,q)}return kN(L,new p(Y,this))},wT=function(L,Y,q,d,Q,e){if("array"==b(Y))for(e=0;e<Y.length;e++)wT(L,Y[e],q,d,Q);else(q=GQ(q),L&&L[n])?L.OY(Y,q,d,Q):L&&(L=T(L))&&(Y=L.a[Y.toString()],L=-1,Y&&(L=MC(Y,q,!!d,Q)),(q=-1<L?Y[L]:null)&&DI(q))},kN=function(L,Y,q,d){return d=L.h||L.src,q=L.listener,L.W&&DI(L),q.call(d,Y)},uu=function(L){return L in X?X[L]:X[L]="on"+L},T=function(L){return L=L[c],L instanceof H?L:null},E=function(L,Y,q,d,Q,e,I){if("array"==b(Y))for(e=0;e<Y.length;e++)E(L,Y[e],q,d,Q);else if(q=GQ(q),L&&L[n])L.yL(Y,q,d,Q);else{if(!Y)throw Error("Invalid event type");if(e=!!d,!e||w)if((I=T(L))||(L[c]=I=new H(L)),q=I.add(Y,q,false,d,Q),!q.b){if(d=vh(),d.src=L,d.listener=q,q.b=d,L.addEventListener)L.addEventListener(Y.toString(),d,e);else if(L.attachEvent)L.attachEvent(uu(Y.toString()),d);else throw Error("addEventListener and attachEvent are unavailable.");gT++}}},X={},P="__closure_events_fn_"+(1E9*Math.random()>>>0),z=function(L,Y){L.G=("E:"+Y.message+":"+Y.stack).slice(0,2048)},Hh=function(L,Y){L.K=[],r(L,L.u,0),r(L,L.T,0),r(L,L.UY,"object"==typeof window?window:Z),r(L,L.$h,L),r(L,L.V,0),L.O=true,r(L,L.F,0),r(L,L.U,U(4)),r(L,L.N,[]),r(L,L.l,[]),r(L,L.v,0),r(L,L.Y,2048),r(L,L.H,{}),r(L,L.j,0),r(L,L.lT,[]),r(L,L.$,L.$),r(L,91,function(L,d,Q,Y){d=V(L),Q=V(L),Y=V(L),r(L,Y,L.J(d)<<Q)}),r(L,101,function(L,d,Y,e){d=V(L),Y=V(L),e=V(L),L.J(d)==L.J(Y)&&r(L,e,L.J(e)+1)}),r(L,123,function(L,d,Y,e,I,l,M,v,J,f){if(d=V(L),Y=m(L),e="",void 0!=L.K[L.X])for(I=L.J(L.X),M=I.length,l=0;Y--;)l=(l+m(L))%M,e+=I[l];else{for(e=Array(Y),I=0;I<Y;I++)e[I]=V(L);for(Y=[],l=I=0;I<e.length;)M=e[I++],128>M?Y[l++]=String.fromCharCode(M):191<M&&224>M?(v=e[I++],Y[l++]=String.fromCharCode((M&31)<<6|v&63)):239<M&&365>M?(v=e[I++],J=e[I++],f=e[I++],M=((M&7)<<18|(v&63)<<12|(J&63)<<6|f&63)-65536,Y[l++]=String.fromCharCode(55296+(M>>10)),Y[l++]=String.fromCharCode(56320+(M&1023))):(v=e[I++],J=e[I++],Y[l++]=String.fromCharCode((M&15)<<12|(v&63)<<6|J&63));e=Y.join("")}r(L,d,e)}),r(L,43,function(L,d,Y){d=V(L),Y=V(L),0!=L.J(d)&&r(L,L.u,L.J(Y))}),r(L,11,function(L,d,Y,e){d=V(L),Y=V(L),e=V(L),Y=L.J(Y),d=L.J(d),r(L,e,d[Y])}),r(L,64,function(L,d,Y){d=V(L),Y=V(L),d=L.J(d),r(L,Y,b(d))}),r(L,85,function(L){t(L,1)}),r(L,54,function(L,d){d=L.J(V(L)),$N(L,d)}),r(L,6,function(L){S(L,3)}),r(L,90,function(L,d,Y){d=V(L),Y=V(L),r(L,Y,L.J(Y)%L.J(d))}),r(L,113,function(L){S(L,4)}),r(L,5,function(L){S(L,7)}),r(L,79,function(L){t(L,2)}),r(L,60,function(L){h(L,2)}),r(L,31,function(L,d,Y,e,I){for(d=V(L),Y=m(L),e=Array(Y),I=0;I<Y;I++)e[I]=V(L);r(L,d,e)}),r(L,120,function(L,d,Y){d=V(L),Y=V(L),d=L.K[d]&&L.J(d),r(L,Y,d)}),r(L,9,function(L,Y,Q,e){Y=V(L),Q=V(L),e=L.J(V(L)),Q=L.J(Q),r(L,Y,pk(L,Q,e))}),r(L,24,function(L,Y,Q,e,I){Y=V(L),Q=V(L),e=V(L),Y=L.J(Y),I=L.J(V(L)),Q=L.J(Q),e=L.J(e),0!==Y&&(e=pk(L,e,I,Y),E(Y,Q,e),r(L,L.F,[Y,Q,e]))}),r(L,30,function(L,Y,Q,e,I,l,M){Y=a(L),I=Y.C,e=Y.m,Q=Y.s,M=Q.length,0==M?l=e[I]():1==M?l=e[I](Q[0]):2==M?l=e[I](Q[0],Q[1]):3==M?l=e[I](Q[0],Q[1],Q[2]):L.w(L.A),r(L,Y.R,l)}),r(L,59,function(L,Y,Q,e){Y=V(L),Q=V(L),e=V(L),r(L,e,(L.J(Y)in L.J(Q))+0)}),r(L,82,function(L){h(L,1)}),r(L,111,function(L,Y,Q){Y=V(L),Q=V(L),r(L,Q,function(L){return eval(L)}(L.J(Y)))}),r(L,116,function(L,Y,Q,e){Y=V(L),Q=V(L),e=V(L),L.J(Y)>L.J(Q)&&r(L,e,L.J(e)+1)}),r(L,8,function(L,Y,Q){Y=V(L),Q=V(L),r(L,Q,L.J(Q)-L.J(Y))}),r(L,51,function(L){h(L,4)}),r(L,83,function(L,Y,Q,e){Y=V(L),Q=V(L),e=V(L),r(L,e,L.J(Y)|L.J(Q))}),r(L,100,function(L,Y,Q,e,I,l){if(Y=V(L),Q=V(L),e=V(L),I=V(L),Y=L.J(Y),Q=L.J(Q),e=L.J(e),L=L.J(I),"object"==b(Y)){for(l in I=[],Y)I.push(l);Y=I}for(I=0,l=Y.length;I<l;I+=e)Q(Y.slice(I,I+e),L)}),r(L,57,function(L,Y,Q,e){Y=V(L),Q=V(L),e=V(L),L.J(Y)[L.J(Q)]=L.J(e)}),r(L,71,function(L,Y,Q,e,I,l,M){Y=a(L),I=Y.C,e=Y.m,Q=Y.s,M=Q.length,0==M?l=new e[I]:1==M?l=new e[I](Q[0]):2==M?l=new e[I](Q[0],Q[1]):3==M?l=new e[I](Q[0],Q[1],Q[2]):4==M?l=new e[I](Q[0],Q[1],Q[2],Q[3]):L.w(L.A),r(L,Y.R,l)}),r(L,97,function(L,Y,Q){Y=V(L),Q=V(L),r(L,Q,L.J(Q)+L.J(Y))}),r(L,61,function(L,Y,Q,e){if(Y=L.Jx.pop()){for(Q=V(L);0<Q;Q--)e=V(L),Y[e]=L.K[e];Y[L.l]=L.K[L.l],L.K=Y}else r(L,L.u,L.o.length)}),r(L,48,function(L,Y){Y=V(L),L=L.J(Y),wT(L[0],L[1],L[2])}),r(L,78,function(L,Y,Q,e){Y=V(L),Q=V(L),e=V(L),r(L,e,L.J(Y)||L.J(Q))}),r(L,115,function(L,Y,Q){Y=V(L),Q=V(L),r(L,Q,L.J(Q)*L.J(Y))}),r(L,50,function(L,Y){Y=a(L),r(L,Y.R,Y.C.apply(Y.m,Y.s))}),r(L,0,function(){}),r(L,95,function(L){t(L,4)}),r(L,93,function(){}),r(L,32,function(L,Y,Q,e){Y=V(L),Q=V(L),e=V(L),r(L,e,L.J(Y)>>Q)}),r(L,21,function(L){S(L,0)}),r(L,55,function(L,Y,Q){Y=V(L),Q=V(L),r(L,Q,""+L.J(Y))}),Fb(),Y&&"!"==Y.charAt(0)?L.G=Y:(L.o=nk(Y),L.o&&L.o.length?(L.Jx=[],L.B()):L.w(L.Kj))},Fb=function(L){for(L=0;64>L;++L)K[L]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(L),N["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(L)]=L;K[64]="",N["+"]=62,N["/"]=63,N["="]=64},K={},C=function(L){try{Hh(this,L)}catch(Y){z(this,Y)}},N={},nk=function(L,Y,q,d,Q,e,I){for(q=0,Y=[];q<L.length;){if(d=N[L.charAt(q++)],Q=q<L.length?N[L.charAt(q)]:0,++q,e=q<L.length?N[L.charAt(q)]:64,++q,I=q<L.length?N[L.charAt(q)]:64,++q,null==d||null==Q||null==e||null==I)throw Error();Y.push(d<<2|Q>>4),64!=e&&(Y.push(Q<<4&240|e>>2),64!=I&&Y.push(e<<6&192|I))}return Y},$N=(g=C.prototype,g.Y=211,g.N=235,function(L,Y){L.Jx.push(L.K.slice()),L.K[L.u]=void 0,r(L,L.u,Y)}),ch=function(L,Y,q,d){try{for(d=0;79669387488!=d;)L+=(Y<<4^Y>>>5)+Y^d+q[d&3],d+=2489668359,Y+=(L<<4^L>>>5)+L^d+q[d>>>11&3];return[L>>>24,L>>16&255,L>>8&255,L&255,Y>>>24,Y>>16&255,Y>>8&255,Y&255]}catch(Q){throw Q;}},x=(C.prototype.v2=function(L,Y,q,d){if(3==L.length){for(q=0;3>q;q++)Y[q]+=L[q];for(q=0,d=[13,8,13,12,16,5,3,10,15];9>q;q++)Y[3](Y,q%3,d[q])}},g.u=222,g.kh=36,g.uT=21,C.prototype.W2=function(L,Y,q,d){try{d=L[(Y+2)%3],L[Y]=L[Y]-L[(Y+1)%3]-d^(1==Y?d<<q:d>>>q)}catch(Q){throw Q;}},g.S=224,g.UY=174,C.prototype.J=function(L,Y){if(Y=this.K[L],void 0===Y)throw this.w(this.NM,0,L),this.g;return Y()},function(L,Y,q,d,Q,e){for(Q=L.J(Y),Y=Y==L.U?function(Y,d,q,e){if(d=Q.length,q=d-4>>3,Q.bT!=q){Q.bT=q,q=(q<<3)-4,e=[0,0,0,L.J(L.V)];try{Q.d2=ch(y(Q,q),y(Q,q+4),e)}catch(J){throw J;}}Q.push(Q.d2[d&7]^Y)}:function(L){Q.push(L)},d&&Y(d&255),e=0,d=q.length;e<d;e++)Y(q[e])}),V=(g.L="toString",g.Z="caller",g.X=219,function(L,Y,q){if(Y=L.J(L.u),!(Y in L.o))throw L.w(L.w2),L.g;return void 0==L.I&&(L.I=y(L.o,Y-4),L.c=void 0),L.c!=Y>>3&&(L.c=Y>>3,q=[0,0,0,L.J(L.v)],L.G0=ch(L.I,L.c,q)),r(L,L.u,Y+1),L.o[Y]^L.G0[Y%8]}),O=(g.xh=10,function(L,Y,q,d){for(d=Y-1,q=[];0<=d;d--)q[Y-1-d]=L>>8*d&255;return q}),TQ=(g.o4=33,function(L,Y,q,d,Q,e,I,l,M){return Q=C.prototype,e=Q.B,M=Q.w,d=function(){return q()},l=C,I=Q.M,q=function(L,J,f){for(f=0,L=d[Q.Z],J=L===Y,L=L&&L[Q.Z];L&&L!=e&&L!=I&&L!=l&&L!=M&&20>f;)f++,L=L[Q.Z];return q[Q.Ax+J+!(!L+(f+3>>3))]},d[Q.L]=function(L){q[Q.kh]=L},d[Q.L](L),L=d}),m=(g.a4=157,C.prototype.w=function(L,Y,q,d){d=this.J(this.T),L=[L,d>>8&255,d&255],void 0!=q&&L.push(q),0==this.J(this.l).length&&(this.K[this.l]=void 0,r(this,this.l,L)),q="",Y&&(Y.message&&(q+=Y.message),Y.stack&&(q+=":"+Y.stack)),Y=this.J(this.Y),3<Y&&(q=q.slice(0,Y-3),Y-=q.length+3,q=AJ(q.replace(/\\r\\n/g,"\\n")),x(this,this.U,O(q.length,2).concat(q),this.Yh)),r(this,this.Y,Y)},g.U=138,g.T0=false,g.g={},g.$=177,g.T=139,g.Lj=153,g.V=181,g.j=142,g.w2=31,g.sY=15,function(L,Y){return Y=V(L),Y&128&&(Y=Y&127|V(L)<<7),Y}),Xb=function(L,Y,q,d){return q=L.J(L.u),L.o&&q<L.o.length?(r(L,L.u,L.o.length),$N(L,Y)):r(L,L.u,Y),d=L.B(),r(L,L.u,q),d},pk=(g.$h=196,g.F=240,function(L,Y,q,d){return function(){if(!d||L.O)return r(L,L.a4,d?[arguments[0].f]:arguments),r(L,L.H,q),Xb(L,Y)}}),U=(C.prototype.QL=function(L,Y){Y.push(L[0]<<24|L[1]<<16|L[2]<<8|L[3]),Y.push(L[4]<<24|L[5]<<16|L[6]<<8|L[7]),Y.push(L[8]<<24|L[9]<<16|L[10]<<8|L[11])},function(L,Y){for(Y=Array(L);L--;)Y[L]=255*Math.random()|0;return Y}),y=function(L,Y){return L[Y]<<24|L[Y+1]<<16|L[Y+2]<<8|L[Y+3]},a=(g.Yh=12,g.NM=30,g.Ax=34,g.l=156,g.A=22,g.v=202,function(L,Y,q,d,Q,e){for(Y={},q=V(L),Y.R=V(L),Y.s=[],d=V(L)-1,Q=V(L),e=0;e<d;e++)Y.s.push(V(L));for(Y.C=L.J(q),Y.m=L.J(Q);d--;)Y.s[d]=L.J(Y.s[d]);return Y}),r=(g.H=249,g.Kj=17,g.lT=151,function(L,Y,q){if(Y==L.u||Y==L.T)if(L.K[Y])L.K[Y][L.L](q);else L.K[Y]=EF(L,q);else if(Y!=L.N&&Y!=L.U&&Y!=L.l||!L.K[Y])L.K[Y]=TQ(q,L.J);Y==L.v&&(L.I=void 0,r(L,L.u,L.J(L.u)+4))}),EF=(g=C.prototype,function(L,Y,q,d){return d=function(){return Y},q=function(){return d()},q[L.L]=function(L){Y=L},q}),GQ=function(L){if("function"==b(L))return L;return L[P]||(L[P]=function(Y){return L.handleEvent(Y)}),L[P]},t=(g.H2=function(L){return(L=window.performance)&&L.now?function(){return L.now()|0}:function(){return+new Date}}(),function(L,Y,q,d){q=V(L),d=V(L),x(L,d,O(L.J(q),Y))}),h=(g.M=function(L,Y,q,d,Q,e,I,l,M,v,J,f,Wh,R,Bh,Lk,YN,F){if(this.G)return this.G;try{for(this.O=false,Y=this.J(this.N).length,q=this.J(this.U).length,d=this.J(this.Y),this.K[this.S]&&Xb(this,this.J(this.S)),Q=this.J(this.l),0<Q.length&&x(this,this.N,O(Q.length,2).concat(Q),this.sY),e=this.J(this.j)&511,e-=this.J(this.N).length+5,I=this.J(this.U),4<I.length&&(e-=I.length+3),0<e&&x(this,this.N,O(e,2).concat(U(e)),this.xh),4<I.length&&x(this,this.N,O(I.length,2).concat(I),this.Lj),l=U(2).concat(this.J(this.N)),l[1]=l[0]^3,e=0,Q=[];e<l.length;e+=3)v=l[e],f=(J=e+1<l.length)?l[e+1]:0,R=(Wh=e+2<l.length)?l[e+2]:0,Bh=(v&3)<<4|f>>4,YN=R&63,Lk=(f&15)<<2|R>>6,I=v>>2,Wh||(YN=64,J||(Lk=64)),Q.push(K[I],K[Bh],K[Lk],K[YN]);if(M=Q.join(""))M="!"+M;else for(v=0,M="";v<l.length;v++)F=l[v][this.L](16),1==F.length&&(F="0"+F),M+=F;this.J(this.N).length=Y,this.J(this.U).length=q,r(this,this.Y,d),L=M,this.O=true}catch(Ph){z(this,Ph),L=this.G}return L},g.DT=function(L,Y){return Y=this.M(),L&&L(Y),Y},function(L,Y,q,d){for(q=V(L),d=0;0<Y;Y--)d=d<<8|V(L);r(L,q,d)}),S=(g.c2=function(L,Y,q,d,Q,e){for(q=[],e=d=0;e<L.length;e++)for(Q=Q<<Y|L[e],d+=Y;7<d;)d-=8,q.push(Q>>d&255);return q},g.B=function(L,Y,q,d,Q,e){try{for(d=0,q=void 0,Y=5001,L=this.o.length;(--Y||this.T0)&&(d=this.J(this.u))<L;)try{r(this,this.T,d),Q=V(this),(q=this.J(Q))&&q.call?q(this):this.w(this.uT,0,Q)}catch(I){I!=this.g&&(e=this.J(this.$),e!=this.$?(r(this,e,I),r(this,this.$,this.$)):this.w(this.A,I))}Y||this.w(this.o4)}catch(I){try{this.w(this.A,I)}catch(l){z(this,l)}}return this.J(this.H)},function(L,Y,q,d,Q,e){d=Y&3,q=Y&4,Q=V(L),e=V(L),Q=L.J(Q),q&&(Q=AJ((""+Q).replace(/\\r\\n/g,"\\n"))),d&&x(L,e,O(Q.length,2)),x(L,e,Q)});g.g2=function(L,Y,q){return Y^=Y<<13,Y^=Y>>17,(Y=(Y^Y<<5)&q)||(Y=1),L^Y},g.qM=function(L,Y,q,d,Q){for(Q=d=0;Q<L.length;Q++)d+=L.charCodeAt(Q),d+=d<<10,d^=d>>6;return d+=d<<3,d^=d>>11,L=d+(d<<15)>>>0,d=new Number(L&(1<<Y)-1),d[0]=(L>>>Y)%q,d};try{E(window,"unload",function(){})}catch(L){}sF("botguard.bg",C),sF("botguard.bg.prototype.invoke",C.prototype.DT);')})()</script>
  <script type="text/javascript">
  document.bg = new botguard.bg('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');
  </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 f=this,g=function(a,c){var b=a.split("."),d=f;b[0]in d||!d.execScript||d.execScript("var "+b[0]);for(var e;b.length&&(e=b.shift());)b.length||void 0===c?d[e]?d=d[e]:d=d[e]={}:d[e]=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("&"),e=this.a;e.open("POST",a,!0);e.setRequestHeader("Content-type","application/x-www-form-urlencoded");e.onreadystatechange=function(){4==e.readyState&&c({status:e.status,text:e.responseText})};e.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))}))},r=function(a){var c=n;if(c.a)return!1;c.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 r(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%2Fwww.vidul.com%2Ffeed%2F%26zx%3Dg8bdn0t1r7s1\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%2Fwww.vidul.com%2Ffeed%2F%26zx%3Dg8bdn0t1r7s1\x26hl=en\x26service=blogger\x26ltmpl=private\x26passive=1209600');
  </script>
  </body>
</html>
