
<!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="rnFa4Hl6skk">
  <input type="hidden" name="gxf" value="AFoagUWJdmkiZjMcayHmEBvKFkCfeP1aaA:1460187808595">
  <input type="hidden" name="continue" value="https://www.blogger.com/blogin.g?blogspotURL=http://www.exegeek.com/blog/?feed%3Drss2&amp;zx=1so97tr2d3q06">
  <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.exegeek.com%2Fblog%2F%3Ffeed%253Drss2%26zx%3D1so97tr2d3q06&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.exegeek.com%2Fblog%2F%3Ffeed%253Drss2%26zx%3D1so97tr2d3q06&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.exegeek.com%2Fblog%2F%3Ffeed%253Drss2%26zx%3D1so97tr2d3q06&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 R=this,mP=function(e,a,f,I,m){f=e.split("."),I=R,f[0]in I||!I.execScript||I.execScript("var "+f[0]);for(;f.length&&(m=f.shift());)f.length||void 0===a?I=I[m]?I[m]:I[m]={}:I[m]=a},q,N=function(e,a,f){if(a=typeof e,"object"==a)if(e){if(e instanceof Array)return"array";if(e instanceof Object)return a;if(f=Object.prototype.toString.call(e),"[object Window]"==f)return"object";if("[object Array]"==f||"number"==typeof e.length&&"undefined"!=typeof e.splice&&"undefined"!=typeof e.propertyIsEnumerable&&!e.propertyIsEnumerable("splice"))return"array";if("[object Function]"==f||"undefined"!=typeof e.call&&"undefined"!=typeof e.propertyIsEnumerable&&!e.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==a&&"undefined"==typeof e.call)return"object";return a},Y=function(e,a){return e<a?-1:e>a?1:0},d;a:{var oV=R.navigator;if(oV){var IV=oV.userAgent;if(IV){q=IV;break a}}q=""}var K="",fv=function(e){return(e=R.document)?e.documentMode:void 0},g=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(q),v=(g&&(K=g?g[1]:""),fv()),r1=null!=v&&v>parseFloat(K)?String(v):K,RV=R.document,n=function(e,a,f,I,m,r,p,A,D,X,x,C){if(!(a=pv[e])){for(a=0,f=String(r1).replace(/^[\\s\\xa0]+|[\\s\\xa0]+$/g,"").split("."),I=String(e).replace(/^[\\s\\xa0]+|[\\s\\xa0]+$/g,"").split("."),m=Math.max(f.length,I.length),r=0;0==a&&r<m;r++){A=I[r]||"",p=f[r]||"",D=RegExp("(\\\\d*)(\\\\D*)","g"),X=RegExp("(\\\\d*)(\\\\D*)","g");do{if(x=D.exec(p)||["","",""],C=X.exec(A)||["","",""],0==x[0].length&&0==C[0].length)break;a=Y(0==x[1].length?0:parseInt(x[1],10),0==C[1].length?0:parseInt(C[1],10))||Y(0==x[2].length,0==C[2].length)||Y(x[2],C[2])}while(0==a)}a=pv[e]=0<=a}return a},pv={},qc=RV?fv()||("CSS1Compat"==RV.compatMode?parseInt(r1,10):5):void 0,Aw=(n("9"),new function(){},function(e,a,f,I,m){for(a=[],I=f=0;I<e.length;I++)m=e.charCodeAt(I),128>m?a[f++]=m:(2048>m?a[f++]=m>>6|192:(55296==(m&64512)&&I+1<e.length&&56320==(e.charCodeAt(I+1)&64512)?(m=65536+((m&1023)<<10)+(e.charCodeAt(++I)&1023),a[f++]=m>>18|240,a[f++]=m>>12&63|128):a[f++]=m>>12|224,a[f++]=m>>6&63|128),a[f++]=m&63|128);return a}),Z=9<=Number(qc),Nc=!n("9"),l=(n("8"),n("9"),function(e,a,f,I,m){J.call(this,e?e.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.P=this.state=null,e&&(f=this.type=e.type,m=e.relatedTarget,this.currentTarget=a,this.target=e.target||e.srcElement,I=e.changedTouches?e.changedTouches[0]:null,m||("mouseover"==f?m=e.fromElement:"mouseout"==f&&(m=e.toElement)),this.relatedTarget=m,null===I?(this.offsetY=void 0!==e.offsetY?e.offsetY:e.layerY,this.screenY=e.screenY||0,this.screenX=e.screenX||0,this.clientX=void 0!==e.clientX?e.clientX:e.pageX,this.clientY=void 0!==e.clientY?e.clientY:e.pageY,this.offsetX=void 0!==e.offsetX?e.offsetX:e.layerX):(this.clientY=void 0!==I.clientY?I.clientY:I.pageY,this.screenY=I.screenY||0,this.screenX=I.screenX||0,this.clientX=void 0!==I.clientX?I.clientX:I.pageX),this.shiftKey=e.shiftKey,this.keyCode=e.keyCode||0,this.charCode=e.charCode||("keypress"==f?e.keyCode:0),this.ctrlKey=e.ctrlKey,this.P=e,this.metaKey=e.metaKey,this.state=e.state,this.altKey=e.altKey,this.button=e.button,e.defaultPrevented&&this.preventDefault())}),J=function(e,a){this.type=e,this.currentTarget=this.target=a,this.defaultPrevented=false},w=(J.prototype.preventDefault=function(){this.defaultPrevented=true},function(){function e(){}e.prototype=J.prototype,l.Z1=J.prototype,l.prototype=new e,l.dQ=function(e,f,I){for(var m=Array(arguments.length-2),r=2;r<arguments.length;r++)m[r-2]=arguments[r];return J.prototype[f].apply(e,m)}}(),l.prototype.preventDefault=function(e){if(l.Z1.preventDefault.call(this),e=this.P,e.preventDefault)e.preventDefault();else if(e.returnValue=false,Nc)try{if(e.ctrlKey||112<=e.keyCode&&123>=e.keyCode)e.keyCode=-1}catch(a){}},"closure_listenable_"+(1E6*Math.random()|0)),y=function(e){this.a=0,this.K={},this.src=e},xt=function(e,a,f,I,m){this.g=m,this.src=a,this.type=f,this.V=null,this.h=!!I,this.listener=e,this.key=++Dv,this.Z=this.X=false},Cv=(y.prototype.add=function(e,a,f,I,m,r,p){return r=e.toString(),e=this.K[r],e||(e=this.K[r]=[],this.a++),p=Cv(e,a,I,m),-1<p?(a=e[p],f||(a.X=false)):(a=new xt(a,this.src,r,!!I,m),a.X=f,e.push(a)),a},function(e,a,f,I,m,r){for(m=0;m<e.length;++m)if(r=e[m],!r.Z&&r.listener==a&&r.h==!!f&&r.g==I)return m;return-1}),iT=function(e){e.listener=null,e.V=null,e.src=null,e.g=null,e.Z=true},Dv=0,T="closure_lm_"+(1E6*Math.random()|0),Yt=function(e,a,f,I){return I=e.g||e.src,f=e.listener,e.X&&Xe(e),f.call(I,a)},d1=function(e,a,f,I,m,r){if("array"==N(a))for(r=0;r<a.length;r++)d1(e,a[r],f,I,m);else(f=Kv(f),e&&e[w])?e.wQ(a,f,I,m):e&&(e=u(e))&&(a=e.K[a.toString()],e=-1,a&&(e=Cv(a,f,!!I,m)),(f=-1<e?a[e]:null)&&Xe(f))},vv=function(e,a){return e=g1,a=Z?function(f){return e.call(a.src,a.listener,f)}:function(f){if(f=e.call(a.src,a.listener,f),!f)return f}},u=function(e){return e=e[T],e instanceof y?e:null},t=function(e,a,f,I,m,r,p){if("array"==N(a))for(r=0;r<a.length;r++)t(e,a[r],f,I,m);else if(f=Kv(f),e&&e[w])e.Xf(a,f,I,m);else{if(!a)throw Error("Invalid event type");if(r=!!I,!r||Z)if((p=u(e))||(e[T]=p=new y(e)),f=p.add(a,f,false,I,m),!f.V){if(I=vv(),I.src=e,I.listener=f,f.V=I,e.addEventListener)e.addEventListener(a.toString(),I,r);else if(e.attachEvent)e.attachEvent(Jw(a.toString()),I);else throw Error("addEventListener and attachEvent are unavailable.");lT++}}},Xe=function(e,a,f,I,m,r,p){if("number"!=typeof e&&e&&!e.Z)if((a=e.src)&&a[w])a.HS(e);else if(I=e.V,f=e.type,a.removeEventListener?a.removeEventListener(f,I,e.h):a.detachEvent&&a.detachEvent(Jw(f),I),lT--,f=u(a)){if(I=e.type,m=I in f.K){m=f.K[I];b:if("string"==typeof m)r="string"==typeof e&&1==e.length?m.indexOf(e,0):-1;else{for(r=0;r<m.length;r++)if(r in m&&m[r]===e)break b;r=-1}(p=0<=r)&&Array.prototype.splice.call(m,r,1),m=p}m&&(iT(e),0==f.K[I].length&&(delete f.K[I],f.a--)),0==f.a&&(f.src=null,a[T]=null)}else iT(e)},Jw=function(e){return e in h?h[e]:h[e]="on"+e},g1=function(e,a,f,I,m){if(e.Z)returntrue;if(!Z){if(!(f=a))a:{for(I=R,f=["window","event"];m=f.shift();)if(null!=I[m])I=I[m];else{f=null;break a}f=I}return f=new l(f,this),I=true,I=Yt(e,f)}return Yt(e,new l(a,this))},lT=0,h={},Q="__closure_events_fn_"+(1E9*Math.random()>>>0),Hv=function(e,a,f,I,m,r,p){for(f=0,a=[];f<e.length;){if(I=G[e.charAt(f++)],m=f<e.length?G[e.charAt(f)]:0,++f,r=f<e.length?G[e.charAt(f)]:64,++f,p=f<e.length?G[e.charAt(f)]:64,++f,null==I||null==m||null==r||null==p)throw Error();a.push(I<<2|m>>4),64!=r&&(a.push(m<<4&240|r>>2),64!=p&&a.push(r<<6&192|p))}return a},G={},sg=function(e,a){e.c=[],W(e,e.S,0),W(e,e.m,0),W(e,e.M,e.M),W(e,e.vS,[]),e.L=true,W(e,e.i,[]),W(e,e.v,[]),W(e,e.s,0),W(e,e.D,2048),W(e,e.l,{}),W(e,e.j,0),W(e,e.Nh,e),W(e,e.f,0),W(e,e.N,S(4)),W(e,e.Qd,"object"==typeof window?window:R),W(e,125,function(e){M(e,0)}),W(e,80,function(e,I,m,a){I=P(e),m=P(e),a=P(e),W(e,a,e.A(I)||e.A(m))}),W(e,83,function(e,I,m,a){I=P(e),m=P(e),a=P(e),e.A(I)>e.A(m)&&W(e,a,e.A(a)+1)}),W(e,106,function(e,I,a,r){I=P(e),a=P(e),r=P(e),e.A(I)==e.A(a)&&W(e,r,e.A(r)+1)}),W(e,57,function(e,I,a){I=P(e),a=P(e),W(e,a,e.A(a)*e.A(I))}),W(e,51,function(e,I){I=e.A(P(e)),jV(e,I)}),W(e,21,function(e,I,a){I=P(e),a=P(e),I=e.A(I),W(e,a,N(I))}),W(e,68,function(e,I,a,r,p,A,D,X,x,C){if(I=P(e),a=B(e),r="",void 0!=e.c[e.u])for(p=e.A(e.u),D=p.length,A=0;a--;)A=(A+B(e))%D,r+=p[A];else{for(r=Array(a),p=0;p<a;p++)r[p]=P(e);for(a=[],A=p=0;p<r.length;)D=r[p++],128>D?a[A++]=String.fromCharCode(D):191<D&&224>D?(X=r[p++],a[A++]=String.fromCharCode((D&31)<<6|X&63)):239<D&&365>D?(X=r[p++],x=r[p++],C=r[p++],D=((D&7)<<18|(X&63)<<12|(x&63)<<6|C&63)-65536,a[A++]=String.fromCharCode(55296+(D>>10)),a[A++]=String.fromCharCode(56320+(D&1023))):(X=r[p++],x=r[p++],a[A++]=String.fromCharCode((D&15)<<12|(X&63)<<6|x&63));r=a.join("")}W(e,I,r)}),W(e,1,function(e,I,a,r,p,A,D){I=z(e),p=I.B,r=I.J,a=I.b,D=a.length,0==D?A=new r[p]:1==D?A=new r[p](a[0]):2==D?A=new r[p](a[0],a[1]):3==D?A=new r[p](a[0],a[1],a[2]):4==D?A=new r[p](a[0],a[1],a[2],a[3]):e.R(e.U),W(e,I.C,A)}),W(e,116,function(e){c(e,2)}),W(e,16,function(e,a,m,r){if(a=e.O.pop()){for(m=P(e);0<m;m--)r=P(e),a[r]=e.c[r];a[e.i]=e.c[e.i],e.c=a}else W(e,e.S,e.I.length)}),W(e,84,function(e,a,m){a=P(e),m=P(e),0!=e.A(a)&&W(e,e.S,e.A(m))}),W(e,88,function(e){M(e,4)}),W(e,26,function(e,a,m,r,p){for(a=P(e),m=B(e),r=Array(m),p=0;p<m;p++)r[p]=P(e);W(e,a,r)}),W(e,36,function(e){M(e,7)}),W(e,118,function(e,a,m){a=P(e),m=P(e),W(e,m,function(e){return eval(e)}(e.A(a)))}),W(e,63,function(){}),W(e,96,function(e,a,m,r,p,A,D){a=z(e),r=a.J,p=a.B,m=a.b,D=m.length,0==D?A=r[p]():1==D?A=r[p](m[0]):2==D?A=r[p](m[0],m[1]):3==D?A=r[p](m[0],m[1],m[2]):e.R(e.U),W(e,a.C,A)}),W(e,46,function(e,a,m,r,p,A){if(a=P(e),m=P(e),r=P(e),p=P(e),a=e.A(a),m=e.A(m),r=e.A(r),e=e.A(p),"object"==N(a)){for(A in p=[],a)p.push(A);a=p}for(p=0,A=a.length;p<A;p+=r)m(a.slice(p,p+r),e)}),W(e,48,function(e,a,m,r){a=P(e),m=P(e),r=e.A(P(e)),m=e.A(m),W(e,a,w1(e,m,r))}),W(e,50,function(e,a,m){a=P(e),m=P(e),W(e,m,e.A(m)%e.A(a))}),W(e,25,function(e,a,m,r){a=P(e),m=P(e),r=P(e),W(e,r,e.A(a)<<m)}),W(e,67,function(e,a){a=z(e),W(e,a.C,a.B.apply(a.J,a.b))}),W(e,10,function(e,a,m){a=P(e),m=P(e),W(e,m,""+e.A(a))}),W(e,103,function(e,a,m,r){a=P(e),m=P(e),r=P(e),W(e,r,e.A(a)>>m)}),W(e,40,function(e){M(e,3)}),W(e,7,function(e,a,m,r){a=P(e),m=P(e),r=P(e),W(e,r,(e.A(a)in e.A(m))+0)}),W(e,119,function(e,a,m,r){a=P(e),m=P(e),r=P(e),e.A(a)[e.A(m)]=e.A(r)}),W(e,95,function(e,a,m,r){a=P(e),m=P(e),r=P(e),m=e.A(m),a=e.A(a),W(e,r,a[m])}),W(e,42,function(e,a,m){a=P(e),m=P(e),a=e.c[a]&&e.A(a),W(e,m,a)}),W(e,90,function(e,a,m,r){a=P(e),m=P(e),r=P(e),W(e,r,e.A(a)|e.A(m))}),W(e,3,function(e){c(e,4)}),W(e,78,function(e){b(e,1)}),W(e,104,function(e){b(e,2)}),W(e,38,function(e){b(e,4)}),W(e,15,function(e){c(e,1)}),W(e,66,function(e,a,m){a=P(e),m=P(e),W(e,m,e.A(m)+e.A(a))}),W(e,55,function(e){e=e.Yo,d1(e[0],e[1],e[2])}),W(e,12,function(){}),W(e,110,function(e,a,m){a=P(e),m=P(e),W(e,m,e.A(m)-e.A(a))}),W(e,5,function(e,a,m,r,p){a=P(e),m=P(e),r=P(e),a=e.A(a),p=e.A(P(e)),m=e.A(m),r=e.A(r),0!==a&&t(a,m,w1(e,r,p,a,m))}),yk(),a&&"!"==a.charAt(0)?e.Y=a:(e.I=Hv(a),e.I&&e.I.length?(e.O=[],e.o()):e.R(e.S_))},k=function(e,a,f,I,m,r){for(m=e.A(a),a=a==e.N?function(a,I,f,r){if(I=m.length,f=I-4>>3,m.zR!=f){m.zR=f,f=(f<<3)-4,r=[0,0,0,e.A(e.s)];try{m.U2=Tc(F(m,f),F(m,f+4),r)}catch(x){throw x;}}m.push(m.U2[I&7]^a)}:function(e){m.push(e)},I&&a(I&255),r=0,I=f.length;r<I;r++)a(f[r])},yk=function(e){for(e=0;64>e;++e)E[e]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(e),G["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(e)]=e;E[64]="",G["+"]=62,G["/"]=63,G["="]=64},uT=function(e,a,f,I){return I=function(){return a},f=function(){return I()},f[e.G]=function(e){a=e},f},W=function(e,a,f){if(a==e.S||a==e.m)if(e.c[a])e.c[a][e.G](f);else e.c[a]=uT(e,f);else if(a!=e.v&&a!=e.N&&a!=e.i||!e.c[a])e.c[a]=tw(f,e.A);a==e.f&&(e.H=void 0,W(e,e.S,e.A(e.S)+4))},L=function(e){try{sg(this,e)}catch(a){U(this,a)}},hw=(d=L.prototype,d.An=21,d.M=200,function(e,a,f,I){return f=e.A(e.S),e.I&&f<e.I.length?(W(e,e.S,e.I.length),jV(e,a)):W(e,e.S,a),I=e.o(),W(e,e.S,f),I}),jV=function(e,a){e.O.push(e.c.slice()),e.c[e.S]=void 0,W(e,e.S,a)},U=(d.bI=153,d.S_=17,d.N=161,function(e,a){e.Y=("E:"+a.message+":"+a.stack).slice(0,2048)}),E=(L.prototype.lI=function(e,a){a.push(e[0]<<24|e[1]<<16|e[2]<<8|e[3]),a.push(e[4]<<24|e[5]<<16|e[6]<<8|e[7]),a.push(e[8]<<24|e[9]<<16|e[10]<<8|e[11])},{}),w1=(L.prototype.yd=function(e,a,f,I){try{I=e[(a+2)%3],e[a]=e[a]-e[(a+1)%3]-I^(1==a?I<<f:I>>>f)}catch(m){throw m;}},d.tn=15,d.Qd=252,d.ko=31,function(e,a,f,I,m,r){return r=function(){if(!I||e.L)return I&&(e.Yo=[I,m,r]),W(e,e.iI,I?[arguments[0].P]:arguments),W(e,e.l,f),hw(e,a)}}),Tc=(d.D1=34,d.Rb=30,d.v=215,L.prototype.A=function(e,a){if(a=this.c[e],void 0===a)throw this.R(this.Rb,0,e),this.W;return a()},function(e,a,f,I){try{for(I=0;79669387488!=I;)e+=(a<<4^a>>>5)+a^I+f[I&3],I+=2489668359,a+=(e<<4^e>>>5)+e^I+f[I>>>11&3];return[e>>>24,e>>16&255,e>>8&255,e&255,a>>>24,a>>16&255,a>>8&255,a&255]}catch(m){throw m;}}),O=function(e,a,f,I){for(I=a-1,f=[];0<=I;I--)f[a-1-I]=e>>8*I&255;return f},P=(d.f=188,d.l=135,d.$=137,d.Ib=36,d.Mh=10,d.G="toString",function(e,a,f){if(a=e.A(e.S),!(a in e.I))throw e.R(e.ko),e.W;return void 0==e.H&&(e.H=F(e.I,a-4),e.w=void 0),e.w!=a>>3&&(e.w=a>>3,f=[0,0,0,e.A(e.f)],e.mn=Tc(e.H,e.w,f)),W(e,e.S,a+1),e.I[a]^e.mn[a%8]}),F=(d.U=22,d.j=217,d.W={},d.u=192,L.prototype.nB=function(e,a,f,I){if(3==e.length){for(f=0;3>f;f++)a[f]+=e[f];for(f=0,I=[13,8,13,12,16,5,3,10,15];9>f;f++)a[3](a,f%3,I[f])}},d.i=160,d.cS=33,function(e,a){return e[a]<<24|e[a+1]<<16|e[a+2]<<8|e[a+3]}),z=function(e,a,f,I,m,r){for(a={},f=P(e),a.C=P(e),a.b=[],I=P(e)-1,m=P(e),r=0;r<I;r++)a.b.push(P(e));for(a.B=e.A(f),a.J=e.A(m);I--;)a.b[I]=e.A(a.b[I]);return a},S=function(e,a){for(a=Array(e);e--;)a[e]=255*Math.random()|0;return a},tw=(d.S=139,d.iI=197,d.D=159,function(e,a,f,I,m,r,p,A,D){return A=L,I=function(){return f()},m=L.prototype,r=m.o,p=m.F,D=m.R,f=function(e,x,C){for(e=I[m.T],C=0,x=e===a,e=e&&e[m.T];e&&e!=r&&e!=p&&e!=A&&e!=D&&20>C;)C++,e=e[m.T];return f[m.D1+x+!(!e+(C+3>>3))]},I[m.G]=function(e){f[m.Ib]=e},I[m.G](e),e=I}),B=(d.T="caller",d.GR=false,L.prototype.R=function(e,a,f,I){I=this.A(this.m),e=[e,I>>8&255,I&255],void 0!=f&&e.push(f),0==this.A(this.i).length&&(this.c[this.i]=void 0,W(this,this.i,e)),f="",a&&(a.message&&(f+=a.message),a.stack&&(f+=":"+a.stack)),a=this.A(this.D),3<a&&(f=f.slice(0,a-3),a-=f.length+3,f=Aw(f.replace(/\\r\\n/g,"\\n")),k(this,this.N,O(f.length,2).concat(f),this.KB)),W(this,this.D,a)},d.Nh=148,d.m=179,d.KB=12,d.vS=231,function(e,a){return a=P(e),a&128&&(a=a&127|P(e)<<7),a}),Kv=(d.s=131,d=L.prototype,function(e){if("function"==N(e))return e;return e[Q]||(e[Q]=function(a){return e.handleEvent(a)}),e[Q]}),c=(d.WS=function(e){return(e=window.performance)&&e.now?function(){return e.now()|0}:function(){return+new Date}}(),d.E2=function(e,a,f,I,m,r){for(f=[],r=I=0;r<e.length;r++)for(m=m<<a|e[r],I+=a;7<I;)I-=8,f.push(m>>I&255);return f},function(e,a,f,I){f=P(e),I=P(e),k(e,I,O(e.A(f),a))}),M=function(e,a,f,I,m,r){I=a&3,f=a&4,m=P(e),r=P(e),m=e.A(m),f&&(m=Aw((""+m).replace(/\\r\\n/g,"\\n"))),I&&k(e,r,O(m.length,2)),k(e,r,m)},b=(d.TR=function(e,a,f){return a^=a<<13,a^=a>>17,(a=(a^a<<5)&f)||(a=1),e^a},d.F=function(e,a,f,I,m,r,p,A,D,X,x,C,nv,V,Zv,eV,aV,H){if(this.Y)return this.Y;try{for(this.L=false,a=this.A(this.v).length,f=this.A(this.N).length,I=this.A(this.D),this.c[this.$]&&hw(this,this.A(this.$)),m=this.A(this.i),0<m.length&&k(this,this.v,O(m.length,2).concat(m),this.tn),r=this.A(this.j)&511,r-=this.A(this.v).length+5,p=this.A(this.N),4<p.length&&(r-=p.length+3),0<r&&k(this,this.v,O(r,2).concat(S(r)),this.Mh),4<p.length&&k(this,this.v,O(p.length,2).concat(p),this.bI),A=S(2).concat(this.A(this.v)),A[1]=A[0]^3,r=0,m=[];r<A.length;r+=3)X=A[r],C=(x=r+1<A.length)?A[r+1]:0,V=(nv=r+2<A.length)?A[r+2]:0,eV=(C&15)<<2|V>>6,Zv=(X&3)<<4|C>>4,aV=V&63,p=X>>2,nv||(aV=64,x||(eV=64)),m.push(E[p],E[Zv],E[eV],E[aV]);if(D=m.join(""))D="!"+D;else for(X=0,D="";X<A.length;X++)H=A[X][this.G](16),1==H.length&&(H="0"+H),D+=H;this.A(this.v).length=a,this.A(this.N).length=f,W(this,this.D,I),e=D,this.L=true}catch($t){U(this,$t),e=this.Y}return e},d.Vd=function(e,a){return a=this.F(),e&&e(a),a},d.o=function(e,a,f,I,m,r){try{for(I=0,a=5001,f=void 0,e=this.I.length;(--a||this.GR)&&(I=this.A(this.S))<e;)try{W(this,this.m,I),m=P(this),(f=this.A(m))&&f.call?f(this):this.R(this.An,0,m)}catch(p){p!=this.W&&(r=this.A(this.M),r!=this.M?(W(this,r,p),W(this,this.M,this.M)):this.R(this.U,p))}a||this.R(this.cS)}catch(p){try{this.R(this.U,p)}catch(A){U(this,A)}}return this.A(this.l)},function(e,a,f,I){for(f=P(e),I=0;0<a;a--)I=I<<8|P(e);W(e,f,I)});d.fB=function(e,a,f,I,m){for(m=I=0;m<e.length;m++)I+=e.charCodeAt(m),I+=I<<10,I^=I>>6;return I+=I<<3,I^=I>>11,e=I+(I<<15)>>>0,I=new Number(e&(1<<a)-1),I[0]=(e>>>a)%f,I};try{t(window,"unload",function(){})}catch(e){}mP("botguard.bg",L),mP("botguard.bg.prototype.invoke",L.prototype.Vd);')})()</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.exegeek.com%2Fblog%2F%3Ffeed%253Drss2%26zx%3D1so97tr2d3q06\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.exegeek.com%2Fblog%2F%3Ffeed%253Drss2%26zx%3D1so97tr2d3q06\x26hl=en\x26service=blogger\x26ltmpl=private\x26passive=1209600');
  </script>
  </body>
</html>
