
<!DOCTYPE html>
<html lang="en">
  <head>
  <meta charset="utf-8">
  <meta content="width=300, initial-scale=1" name="viewport">
  <meta name="description" content="With Google&#39;s free online calendar, it’s easy to keep track of life’s important events all in one place.">
  <meta name="google-site-verification" content="LrdTUW9psUAMbh4Ia074-BPEVmcpBxF6Gwf0MSgQXZs">
  <title>Google Calendar</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>
  .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>
  .need-help-reverse {
  float: right;
  }
  .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 {
  position: absolute;
  left: 50%;
  top: 380px;
  margin-left: 150px;
  }
  .dasher-tooltip .tooltip-pointer {
  margin-top: 15px;
  }
  .dasher-tooltip p {
  margin-top: 0;
  }
  .dasher-tooltip p span {
  display: block;
  }
</style>
<style media="screen and (max-width: 800px), screen and (max-height: 800px)">
  .dasher-tooltip {
  top: 340px;
  }
</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 Google Calendar
  </h2>
</div>
<div class="card signin-card clearfix">
<img class="profile-img" src="//ssl.gstatic.com/accounts/ui/avatar_2x.png" alt="">
<p class="profile-name"></p>
  <form novalidate method="post" action="https://accounts.google.com/ServiceLoginAuth" id="gaia_loginform">
  <input name="GALX" type="hidden"
           value="I7hQx6Z14qI">
  <input name="continue" type="hidden" value="https://www.google.com/calendar/feeds/jennifer%40maws.mb.ca/public/basic">
  <input name="followup" type="hidden" value="https://www.google.com/calendar/feeds/jennifer%40maws.mb.ca/public/basic">
  <input name="service" type="hidden" value="cl">
  <input name="scc" type="hidden" value="1">
  <input type="hidden" id="_utf8" name="_utf8" value="&#9731;"/>
  <input type="hidden" name="bgresponse" id="bgresponse" value="js_disabled">
<label class="hidden-label" for="Email">Email</label>
<input id="Email" name="Email" type="email"
       placeholder="Email"
       value=""
       spellcheck="false"
       class="">
<label class="hidden-label" for="Passwd">Password</label>
<input id="Passwd" name="Passwd" type="password"
       placeholder="Password"
       class="">
<input id="signIn" name="signIn" class="rc-button rc-button-submit" type="submit" value="Sign in">
  <input type="hidden" name="PersistentCookie" value="yes">
  <a id="link-forgot-passwd" href="https://accounts.google.com/RecoverAccount?service=cl&amp;continue=https%3A%2F%2Fwww.google.com%2Fcalendar%2Ffeeds%2Fjennifer%2540maws.mb.ca%2Fpublic%2Fbasic"
       
       >
  Need help?
  </a>
  </form>
</div>
<div class="one-google">
  <p class="create-account">
  <a id="link-signup" href="https://accounts.google.com/SignUp?service=cl&amp;continue=https%3A%2F%2Fwww.google.com%2Fcalendar%2Ffeeds%2Fjennifer%2540maws.mb.ca%2Fpublic%2Fbasic">
  Create an account
  </a>
  </p>
<p class="tagline">
  One Google Account for everything Google
</p>
<div class="logo-strip"></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 g=this,k,l=function(a,b,c){if(b=typeof a,"object"==b)if(a){if(a instanceof Array)return"array";if(a instanceof Object)return b;if(c=Object.prototype.toString.call(a),"[object Window]"==c)return"object";if("[object Array]"==c||"number"==typeof a.length&&"undefined"!=typeof a.splice&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("splice"))return"array";if("[object Function]"==c||"undefined"!=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumerable("call"))return"function"}else return"null";else if("function"==b&&"undefined"==typeof a.call)return"object";return b},t=function(a,b,c,d,e){c=a.split("."),d=g,c[0]in d||!d.execScript||d.execScript("var "+c[0]);for(;c.length&&(e=c.shift());)c.length||void 0===b?d=d[e]?d[e]:d[e]={}:d[e]=b},u=function(a,b){return a<b?-1:a>b?1:0},v;a:{var w=g.navigator;if(w){var aa=w.userAgent;if(aa){k=aa;break a}}k=""}var x="",ba=function(a){return(a=g.document)?a.documentMode:void 0},y=/\\b(?:MSIE|rv)[: ]([^\\);]+)(\\)|;)/.exec(k),ca=(y&&(x=y?y[1]:""),ba()),da=ca>parseFloat(x)?String(ca):x,z=function(a,b,c,d,e,f,h,m,n,r,q,p){if(!(b=ea[a])){for(b=0,c=String(da).replace(/^[\\s\\xa0]+|[\\s\\xa0]+$/g,"").split("."),d=String(a).replace(/^[\\s\\xa0]+|[\\s\\xa0]+$/g,"").split("."),e=Math.max(c.length,d.length),f=0;0==b&&f<e;f++){m=d[f]||"",h=c[f]||"",n=RegExp("(\\\\d*)(\\\\D*)","g"),r=RegExp("(\\\\d*)(\\\\D*)","g");do{if(q=n.exec(h)||["","",""],p=r.exec(m)||["","",""],0==q[0].length&&0==p[0].length)break;b=u(0==q[1].length?0:parseInt(q[1],10),0==p[1].length?0:parseInt(p[1],10))||u(0==q[2].length,0==p[2].length)||u(q[2],p[2])}while(0==b)}b=ea[a]=0<=b}return b},fa=g.document,ea={},ga=fa?ba()||("CSS1Compat"==fa.compatMode?parseInt(da,10):5):void 0,A=(z("9"),new function(){},9<=ga),ha=function(a,b,c,d,e){for(b=[],d=c=0;d<a.length;d++)e=a.charCodeAt(d),128>e?b[c++]=e:(2048>e?b[c++]=e>>6|192:(b[c++]=e>>12|224,b[c++]=e>>6&63|128),b[c++]=e&63|128);return b},ia=!z("9"),D=(z("8"),z("9"),function(a,b,c,d,e){C.call(this,a?a.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.L=this.state=null,a&&(c=this.type=a.type,this.target=a.target||a.srcElement,this.currentTarget=b,e=a.relatedTarget,d=a.changedTouches?a.changedTouches[0]:null,e||("mouseover"==c?e=a.fromElement:"mouseout"==c&&(e=a.toElement)),this.relatedTarget=e,null===d?(this.clientX=void 0!==a.clientX?a.clientX:a.pageX,this.offsetY=void 0!==a.offsetY?a.offsetY:a.layerY,this.clientY=void 0!==a.clientY?a.clientY:a.pageY,this.screenY=a.screenY||0,this.screenX=a.screenX||0,this.offsetX=void 0!==a.offsetX?a.offsetX:a.layerX):(this.clientY=void 0!==d.clientY?d.clientY:d.pageY,this.screenX=d.screenX||0,this.screenY=d.screenY||0,this.clientX=void 0!==d.clientX?d.clientX:d.pageX),this.L=a,this.metaKey=a.metaKey,this.altKey=a.altKey,this.state=a.state,this.ctrlKey=a.ctrlKey,this.keyCode=a.keyCode||0,this.charCode=a.charCode||("keypress"==c?a.keyCode:0),this.shiftKey=a.shiftKey,this.button=a.button,a.defaultPrevented&&this.preventDefault())}),C=function(a,b){this.type=a,this.currentTarget=this.target=b,this.defaultPrevented=false},ja=(C.prototype.preventDefault=function(){this.defaultPrevented=true},function(){function a(){}a.prototype=C.prototype,D.ua=C.prototype,D.prototype=new a,D.Ea=function(a,c,d,e,f){for(e=Array(arguments.length-2),f=2;f<arguments.length;f++)e[f-2]=arguments[f];return C.prototype[c].apply(a,e)}}(),D.prototype.preventDefault=function(a){if(D.ua.preventDefault.call(this),a=this.L,a.preventDefault)a.preventDefault();else if(a.returnValue=false,ia)try{if(a.ctrlKey||112<=a.keyCode&&123>=a.keyCode)a.keyCode=-1}catch(b){}},"closure_listenable_"+(1E6*Math.random()|0)),ka=function(a){a.listener=null,a.N=null,a.A=null,a.src=null,a.B=true},E=function(a){this.o={},this.S=0,this.src=a},ma=function(a,b,c,d,e){this.type=c,this.src=b,this.Z=!!d,this.N=e,this.A=null,this.listener=a,this.key=++la,this.B=this.H=false},la=(E.prototype.add=function(a,b,c,d,e,f,h,m){f=a.toString(),a=this.o[f],a||(a=this.o[f]=[],this.S++);a:{for(h=0;h<a.length;++h)if(m=a[h],!m.B&&m.listener==b&&m.Z==!!d&&m.N==e)break a;h=-1}return-1<h?(b=a[h],c||(b.H=false)):(b=new ma(b,this.src,f,!!d,e),b.H=c,a.push(b)),b},0),F="closure_lm_"+(1E6*Math.random()|0),oa=function(a,b,c,d,e){if(a.B)returntrue;if(!A){if(!(c=b))a:{for(d=g,c=["window","event"];e=c.shift();)if(null!=d[e])d=d[e];else{c=null;break a}c=d}return c=new D(c,this),d=true,d=na(a,c)}return na(a,new D(b,this))},pa=function(a){return a in G?G[a]:G[a]="on"+a},H=function(a,b,c,d,e,f,h){if("array"==l(b))for(f=0;f<b.length;f++)H(a,b[f],c,d,e);else if(c=qa(c),a&&a[ja])a.Fa(b,c,d,e);else{if(!b)throw Error("Invalid event type");if(f=!!d,!f||A)if((h=ta(a))||(a[F]=h=new E(a)),c=h.add(b,c,false,d,e),!c.A){if(d=ua(),d.listener=c,d.src=a,c.A=d,a.addEventListener)a.addEventListener(b.toString(),d,f);else if(a.attachEvent)a.attachEvent(pa(b.toString()),d);else throw Error("addEventListener and attachEvent are unavailable.");va++}}},ua=function(a,b){return a=oa,b=A?function(c){return a.call(b.src,b.listener,c)}:function(c){if(c=a.call(b.src,b.listener,c),!c)return c}},va=0,na=function(a,b,c,d,e,f,h,m,n,r){if(d=a.N||a.src,c=a.listener,a.H&&"number"!=typeof a&&a&&!a.B)if((e=a.src)&&e[ja])e.Ga(a);else if(h=a.A,f=a.type,e.removeEventListener?e.removeEventListener(f,h,a.Z):e.detachEvent&&e.detachEvent(pa(f),h),va--,f=ta(e)){if(h=a.type,m=h in f.o){m=f.o[h];b:if("string"==typeof m)n="string"==typeof a&&1==a.length?m.indexOf(a,0):-1;else{for(n=0;n<m.length;n++)if(n in m&&m[n]===a)break b;n=-1}(r=0<=n)&&Array.prototype.splice.call(m,n,1),m=r}m&&(ka(a),0==f.o[h].length&&(delete f.o[h],f.S--)),0==f.S&&(f.src=null,e[F]=null)}else ka(a);return c.call(d,b)},ta=function(a){return a=a[F],a instanceof E?a:null},G={},I="__closure_events_fn_"+(1E9*Math.random()>>>0),wa=function(a,b){a.aa.push(a.c.slice()),a.c[a.b]=void 0,J(a,a.b,b)},L=function(a,b,c,d,e,f){for(e=a.a(b),b=b==a.j?function(b,c,d,f){if(c=e.length,d=c-4>>3,e.sa!=d){e.sa=d,d=(d<<3)-4,f=[0,0,0,a.a(a.V)];try{e.qa=xa(K(e,d),K(e,d+4),f)}catch(q){throw q;}}e.push(e.qa[c&7]^b)}:function(a){e.push(a)},d&&b(d&255),f=0,d=c.length;f<d;f++)b(c[f])},M={},Q=function(a,b,c,d,e,f,h){try{for(this.c=[],J(this,this.b,0),J(this,this.v,0),J(this,this.h,[]),J(this,this.i,[]),J(this,this.j,N(4)),J(this,this.U,0),J(this,this.ia,"object"==typeof window?window:g),J(this,this.ka,this),J(this,this.F,{}),J(this,this.G,0),J(this,this.ha,[]),J(this,this.V,0),J(this,this.s,2048),J(this,this.l,this.l),b=0,this.K=true;64>b;++b)O[b]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(b),M["ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_".charAt(b)]=b;if(O[64]="",M["+"]=62,M["/"]=63,M["="]=64,a&&"!"==a.charAt(0))this.w=a;else{for(c=0,b=[];c<a.length;){if(d=M[a.charAt(c++)],e=c<a.length?M[a.charAt(c)]:0,++c,f=c<a.length?M[a.charAt(c)]:64,++c,h=c<a.length?M[a.charAt(c)]:64,++c,null==d||null==e||null==f||null==h)throw Error();b.push(d<<2|e>>4),64!=f&&(b.push(e<<4&240|f>>2),64!=h&&b.push(f<<6&192|h))}(this.g=b)&&this.g.length?(this.aa=[],this.R()):this.f(this.ca)}}catch(m){P(this,m)}},O={},ya=(v=Q.prototype,v.i=207,v.na=10,function(a,b,c,d,e,f,h,m,n){return e=Q.prototype,d=function(){return c()},m=Q,f=e.R,n=e.f,h=e.Y,c=function(a,q,p){for(a=d[e.C],q=a===b,p=0,a=a&&a[e.C];a&&a!=f&&a!=h&&a!=m&&a!=n&&20>p;)p++,a=a[e.C];return c[e.pa+q+!(!a+(p+3>>3))]},d[e.X]=e,c[e.ga]=a,a=void 0,d}),za=(v.j=124,function(a,b,c){return c=function(){return a},b=function(){return c()},b.va=function(b){a=b},b}),R=(v.l=169,Q.prototype.Aa=function(a,b,c,d){try{d=a[(b+2)%3],a[b]=a[b]-a[(b+1)%3]-d^(1==b?d<<c:d>>>c)}catch(e){throw e;}},v.D={},v.X="toString",v.U=193,function(a,b,c,d){for(d=b-1,c=[];0<=d;d--)c[b-1-d]=a>>8*d&255;return c}),J=(v.oa=42,v.h=102,Q.prototype.f=function(a,b,c,d){d=this.a(this.v),a=[a,d>>8&255,d&255],void 0!=c&&a.push(c),0==this.a(this.i).length&&(this.c[this.i]=void 0,J(this,this.i,a)),c="",b&&(b.message&&(c+=b.message),b.stack&&(c+=":"+b.stack)),b=this.a(this.s),3<b&&(c=c.slice(0,b-3),b-=c.length+3,c=ha(c.replace(/\\r\\n/g,"\\n")),L(this,this.j,R(c.length,2).concat(c),this.ma)),J(this,this.s,b)},function(a,b,c){if(b==a.b||b==a.v)a.c[b]?a.c[b].va(c):a.c[b]=za(c);else if(b!=a.h&&b!=a.j&&b!=a.i||!a.c[b])a.c[b]=ya(c,a.a);b==a.G&&(a.J=void 0,J(a,a.b,a.a(a.b)+4))}),P=function(a,b){a.w=("E:"+b.message+":"+b.stack).slice(0,2048)},xa=(v.ha=177,v.da=31,v.T=147,v.ea=33,function(a,b,c,d){try{for(d=0;84941944608!=d;)a+=(b<<4^b>>>5)+b^d+c[d&3],d+=2654435769,b+=(a<<4^a>>>5)+a^d+c[d>>>11&3];return[a>>>24,a>>16&255,a>>8&255,a&255,b>>>24,b>>16&255,b>>8&255,b&255]}catch(e){throw e;}}),T=(v.b=228,v.ba=21,function(a,b,c,d,e,f){for(b={},c=S(a),b.P=S(a),b.m=[],d=S(a)-1,e=S(a),f=0;f<d;f++)b.m.push(S(a));for(b.M=a.a(c),b.O=a.a(e);d--;)b.m[d]=a.a(b.m[d]);return b}),S=function(a,b,c){if(b=a.a(a.b),!(b in a.g))throw a.f(a.da),a.D;return void 0==a.J&&(a.J=K(a.g,b-4),a.I=void 0),a.I!=b>>3&&(a.I=b>>3,c=[0,0,0,a.a(a.G)],a.ra=xa(a.J,a.I,c)),J(a,a.b,b+1),a.g[b]^a.ra[b%8]},Ba=function(a,b,c,d){return function(){if(!d||a.K)return J(a,a.ja,d?[arguments[0].L]:arguments),J(a,a.F,c),Aa(a,b)}},Aa=(v.ka=56,v.u=22,function(a,b,c,d){return c=a.a(a.b),a.g&&c<a.g.length?(J(a,a.b,a.g.length),wa(a,b)):J(a,a.b,b),d=a.R(),J(a,a.b,c),d}),N=(v.ja=51,v.C="caller",v.W=246,v.V=47,v.F=164,function(a,b){for(b=Array(a);a--;)b[a]=255*Math.random()|0;return b}),K=(v.fa=30,Q.prototype.a=function(a,b){if(b=this.c[a],void 0===b)throw this.f(this.fa,0,a),this.D;return b()},v.ga=36,v.pa=34,Q.prototype.za=function(a,b,c,d){if(3==a.length){for(c=0;3>c;c++)b[c]+=a[c];for(c=0,d=[13,8,13,12,16,5,3,10,15];9>c;c++)b[3](b,c%3,d[c])}},v.ca=17,v.ia=190,v.la=15,v.v=189,Q.prototype.Ba=function(a,b){b.push(a[0]<<24|a[1]<<16|a[2]<<8|a[3]),b.push(a[4]<<24|a[5]<<16|a[6]<<8|a[7]),b.push(a[8]<<24|a[9]<<16|a[10]<<8|a[11])},function(a,b){return a[b]<<24|a[b+1]<<16|a[b+2]<<8|a[b+3]}),qa=(v.G=119,v.s=75,v.$=[function(a){U(a,4)},function(a){Y(a,4)},function(a,b,c){b=S(a),c=S(a),0!=a.a(b)&&J(a,a.b,a.a(c))},function(a){Z(a,4)},function(a,b,c){b=S(a),c=S(a),b=a.a(b),J(a,c,b)},function(a,b,c,d,e,f,h,m,n){if(b=S(a),c=S(a)<<8|S(a),d="",void 0!=a.c[a.T])for(e=a.a(a.T);c--;)f=e[S(a)<<8|S(a)],d+=f;else{for(d=Array(c),e=0;e<c;e++)d[e]=S(a);for(c=[],f=e=0;e<d.length;)h=d[e++],128>h?c[f++]=String.fromCharCode(h):191<h&&224>h?(m=d[e++],c[f++]=String.fromCharCode((h&31)<<6|m&63)):(m=d[e++],n=d[e++],c[f++]=String.fromCharCode((h&15)<<12|(m&63)<<6|n&63));d=c.join("")}J(a,b,d)},function(a,b,c,d){b=S(a),c=S(a),d=S(a),c=a.a(c),b=a.a(b),J(a,d,b[c])},function(a,b,c,d){b=S(a),c=S(a),d=a.a(S(a)),c=a.a(c),J(a,b,Ba(a,c,d))},function(a,b,c,d){b=S(a),c=S(a),d=S(a),J(a,d,a.a(b)<<c)},function(a,b){b=a.a(S(a)),wa(a,b)},function(a){Y(a,1)},function(a,b,c){b=S(a),c=S(a),J(a,c,function(a){return eval(a)}(a.a(b)))},function(a,b,c,d){b=S(a),c=S(a),d=S(a),J(a,d,(a.a(b)in a.a(c))+0)},function(a){U(a,0)},function(a,b,c,d){if(b=a.aa.pop()){for(c=S(a);0<c;c--)d=S(a),b[d]=a.c[d];b[a.i]=a.c[a.i],a.c=b}else J(a,a.b,a.g.length)},function(a,b,c,d,e){for(b=S(a),c=S(a)<<8|S(a),d=Array(c),e=0;e<c;e++)d[e]=S(a);J(a,b,d)},function(a){U(a,7)},function(a,b,c,d){b=S(a),c=S(a),d=S(a),J(a,d,a.a(b)|a.a(c))},function(a,b,c){b=S(a),c=S(a),J(a,c,a.a(c)-a.a(b))},function(a,b){b=T(a),J(a,b.P,b.M.apply(b.O,b.m))},function(a){Y(a,2)},function(a){U(a,3)},function(a,b,c){b=S(a),c=S(a),J(a,c,a.a(c)*a.a(b))},function(){},function(a,b,c){b=S(a),c=S(a),J(a,c,a.a(c)%a.a(b))},function(a){Z(a,2)},function(a,b,c,d,e,f,h){b=T(a),d=b.O,e=b.M,c=b.m,h=c.length,0==h?f=new d[e]:1==h?f=new d[e](c[0]):2==h?f=new d[e](c[0],c[1]):3==h?f=new d[e](c[0],c[1],c[2]):4==h?f=new d[e](c[0],c[1],c[2],c[3]):a.f(a.u),J(a,b.P,f)},function(a,b,c,d,e,f,h){b=T(a),d=b.O,e=b.M,c=b.m,h=c.length,0==h?f=d[e]():1==h?f=d[e](c[0]):2==h?f=d[e](c[0],c[1]):3==h?f=d[e](c[0],c[1],c[2]):a.f(a.u),J(a,b.P,f)},function(a,b,c){b=S(a),c=S(a),b=a.a(b),J(a,c,l(b))},function(a,b,c,d){b=S(a),c=S(a),d=S(a),J(a,d,a.a(b)||a.a(c))},function(a,b,c,d,e){b=S(a),c=S(a),d=S(a),b=a.a(b),e=a.a(S(a)),c=a.a(c),d=a.a(d),0!==b&&H(b,c,Ba(a,d,e,true))},function(a,b,c){b=S(a),c=S(a),J(a,c,""+a.a(b))},function(a){Z(a,1)},function(a,b,c,d){b=S(a),c=S(a),d=S(a),a.a(b)[a.a(c)]=a.a(d)},function(a,b,c){b=S(a),c=S(a),J(a,c,a.a(c)+a.a(b))},function(a,b,c,d,e,f){if(b=S(a),c=S(a),d=S(a),e=S(a),b=a.a(b),c=a.a(c),d=a.a(d),a=a.a(e),"object"==l(b)){for(f in e=[],b)e.push(f);b=e}for(e=0,f=b.length;e<f;e+=d)c(b.slice(e,e+d),a)},function(){},function(a,b,c,d){b=S(a),c=S(a),d=S(a),a.a(b)>a.a(c)&&J(a,d,a.a(d)+1)},function(a,b,c,d){b=S(a),c=S(a),d=S(a),J(a,d,a.a(b)>>c)},function(a,b,c,d){b=S(a),c=S(a),d=S(a),a.a(b)==a.a(c)&&J(a,d,a.a(d)+1)}],v.ma=12,v=Q.prototype,function(a){if("function"==l(a))return a;return a[I]||(a[I]=function(b){return a.handleEvent(b)}),a[I]}),Z=(v.ya=function(a){return(a=window.performance)&&a.now?function(){return a.now()|0}:function(){return+new Date}}(),function(a,b,c,d){c=S(a),d=S(a),L(a,d,R(a.a(c),b))}),Y=(v.Da=function(a,b,c,d,e,f){for(c=[],f=d=0;f<a.length;f++)for(e=e<<b|a[f],d+=b;7<d;)d-=8,c.push(e>>d&255);return c},function(a,b,c,d){for(c=S(a),d=0;0<b;b--)d=d<<8|S(a);J(a,c,d)}),U=(v.ta=function(a,b){return b=this.Y(),a&&a(b),b},v.R=function(a,b,c,d,e,f){try{for(d=0,c=void 0,b=5001,a=this.g.length;--b&&(d=this.a(this.b))<a;)try{J(this,this.v,d),e=S(this)%this.$.length,(c=this.$[e])?c(this):this.f(this.ba,0,e)}catch(h){h!=this.D&&(f=this.a(this.l),f!=this.l?(J(this,f,h),J(this,this.l,this.l)):this.f(this.u,h))}b||this.f(this.ea)}catch(h){try{this.f(this.u,h)}catch(m){P(this,m)}}return this.a(this.F)},v.Y=function(a,b,c,d,e,f,h,m,n,r,q,p,ra,V,sa,W,X,B){if(this.w)return this.w;try{for(this.K=false,b=this.a(this.h).length,c=this.a(this.j).length,d=this.a(this.s),this.c[this.W]&&Aa(this,this.a(this.W)),e=this.a(this.i),0<e.length&&L(this,this.h,R(e.length,2).concat(e),this.la),f=this.a(this.U)&255,f-=this.a(this.h).length+5,h=this.a(this.j),4<h.length&&(f-=h.length+3),0<f&&L(this,this.h,R(f,2).concat(N(f)),this.na),4<h.length&&L(this,this.h,R(h.length,2).concat(h),this.oa),m=N(2).concat(this.a(this.h)),m[1]=m[0]^3,f=0,e=[];f<m.length;f+=3)r=m[f],p=(q=f+1<m.length)?m[f+1]:0,V=(ra=f+2<m.length)?m[f+2]:0,X=V&63,W=(p&15)<<2|V>>6,sa=(r&3)<<4|p>>4,h=r>>2,ra||(X=64,q||(W=64)),e.push(O[h],O[sa],O[W],O[X]);if(n=e.join(""))n="!"+n;else for(r=0,n="";r<m.length;r++)B=m[r][this.X](16),1==B.length&&(B="0"+B),n+=B;this.a(this.h).length=b,this.a(this.j).length=c,J(this,this.s,d),a=n,this.K=true}catch(Ca){P(this,Ca),a=this.w}return a},v.Ca=function(a,b,c,d){for(d=c=0;d<a.length;d++)c+=a.charCodeAt(d),c+=c<<10,c^=c>>6;return c+=c<<3,c^=c>>11,(c+(c<<15)>>>0)%b},v.wa=function(a,b,c){return b^=b<<13,b^=b>>17,(b=(b^b<<5)&c)||(b=1),a^b},function(a,b,c,d,e,f){d=b&3,c=b&4,e=S(a),f=S(a),e=a.a(e),c&&(e=ha((""+e).replace(/\\r\\n/g,"\\n"))),d&&L(a,f,R(e.length,2)),L(a,f,e)});v.xa=function(a,b,c,d){for(d=0,c=2166136261;d<a.length;d++)c^=a.charCodeAt(d),c+=(c<<1)+(c<<4)+(c<<7)+(c<<8)+(c<<24);return c&b};try{H(window,"unload",function(){})}catch(a){}t("botguard.bg",Q),t("botguard.bg.prototype.invoke",Q.prototype.ta);')})()</script>
  <script type="text/javascript">
  document.bg = new botguard.bg('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');
  </script>
<script>
  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 form = null;
    if (document.getElementById) {
      form = document.getElementById('gaia_loginform');
    }

    if (form && form.Email &&
        (form.Email.value == null || form.Email.value == '')
        && (form.Email.type != 'hidden')) {
      hashParams = gaia_parseFragment();
      if (hashParams['Email'] && hashParams['Email'] != '') {
        form.Email.value = hashParams['Email'];
      }
    }
  }

  
  try {
    gaia_prefillEmail();
  } catch (e) {
  }
  
</script>
<script>
  function gaia_setFocus() {
  var form = null;
  var isFocusableField = function(inputElement) {
  if (!inputElement) {
  return false;
  }
  if (inputElement.type != 'hidden' && inputElement.focus &&
  inputElement.style.display != 'none') {
  return true;
  }
  return false;
  };
  var isFocusableErrorField = function(inputElement) {
  if (!inputElement) {
  return false;
  }
  var hasError = inputElement.className.indexOf('form-error') > -1;
  if (hasError && isFocusableField(inputElement)) {
  return true;
  }
  return false;
  };
  var isFocusableEmptyField = function(inputElement) {
  if (!inputElement) {
  return false;
  }
  var isEmpty = inputElement.value == null || inputElement.value == '';
  if (isEmpty && isFocusableField(inputElement)) {
  return true;
  }
  return false;
  };
  if (document.getElementById) {
  form = document.getElementById('gaia_loginform');
  }
  if (form) {
  var userAgent = navigator.userAgent.toLowerCase();
  var formFields = form.getElementsByTagName('input');
  for (var i = 0; i < formFields.length; i++) {
        var currentField = formFields[i];
        if (isFocusableErrorField(currentField)) {
          currentField.focus();
          
          var currentValue = currentField.value;
          currentField.value = '';
          currentField.value = currentValue;
          return;
        }
      }
      
      
      
        for (var j = 0; j < formFields.length; j++) {
          var currentField = formFields[j];
          if (isFocusableEmptyField(currentField)) {
            currentField.focus();
            return;
          }
        }
      
    }
  }

  
  
  
</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>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.c=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.c;k.prototype.b=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.b;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).b(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.google.com%2Fcalendar%2Ffeeds%2Fjennifer%2540maws.mb.ca%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fwww.google.com%2Fcalendar%2Ffeeds%2Fjennifer%2540maws.mb.ca%2Fpublic%2Fbasic\x26service=cl\x26passive=1209600\x26noautologin=true',
  'https:\x2F\x2Faccounts.google.com\x2FPassiveLoginProber?continue=https%3A%2F%2Fwww.google.com%2Fcalendar%2Ffeeds%2Fjennifer%2540maws.mb.ca%2Fpublic%2Fbasic\x26followup=https%3A%2F%2Fwww.google.com%2Fcalendar%2Ffeeds%2Fjennifer%2540maws.mb.ca%2Fpublic%2Fbasic\x26service=cl\x26passive=1209600');
  </script>
<script>
  (function(){
  var signinInput = document.getElementById('signIn');
  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 = document.getElementById('signIn');
  gaia_attachEvent(window, 'load', function(){
  gaia_scrollToElement(signinButton);
  });
  })();
</script>
  </body>
</html>
