Вы находитесь на странице: 1из 39

<!

DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Gmail: Email from Google</title> <meta name="description" content="10+ GB of storage, less spam, and mobile acc ess. Gmail is email that&#39;s intuitive, efficient, and useful. And maybe even fun."> <link rel="icon" type="image/ico" href="//mail.google.com/favicon.ico"> <style type="text/css"> html, body, div, h1, h2, h3, h4, h5, h6, p, img, dl, dt, dd, ol, ul, li, table, tr, td, form, object, embed, article, aside, canvas, command, details, fieldset, figcaption, figure, footer, group, header, hgroup, legend, mark, menu, meter, nav, output, progress, section, summary, time, audio, video { margin: 0; padding: 0; border: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } html { font: 81.25% arial, helvetica, sans-serif; background: #fff; color: #333; line-height: 1; direction: ltr; } a { color: #15c; text-decoration: none; } a:active { color: #d14836; } a:hover { text-decoration: underline; } h1, h2, h3, h4, h5, h6 { color: #222; font-size: 1.54em; font-weight: normal; line-height: 24px; margin: 0 0 .46em; } p { line-height: 17px; margin: 0 0 1em; } ol, ul { list-style: none; line-height: 17px; margin: 0 0 1em; } li { margin: 0 0 .5em; }

table { border-collapse: collapse; border-spacing: 0; } strong { color: #222; } </style> <style type="text/css"> html, body { position: absolute; height: 100%; min-width: 100%; } .wrapper { position: relative; min-height: 100%; } .wrapper + style + iframe { display: none; } .content { padding: 0 44px; position: relative; } .google-header-bar { height: 71px; background: #f1f1f1; border-bottom: 1px solid #e5e5e5; overflow: hidden; } .header .logo { margin: 17px 0 0; float: left; } .header .signin, .header .signup { margin: 28px 0 0; float: right; font-weight: bold; } .header .signin-button, .header .signup-button { margin: 22px 0 0; float: right; } .header .signin-button a { font-size: 13px; font-weight: normal; } .header .signup-button a { position: relative; top: -1px; margin: 0 0 0 1em; } .main { margin: 0 auto; width: 650px; padding-top: 23px; padding-bottom: 100px;

} .main h1:first-child { margin: 0 0 .92em; } .google-footer-bar { position: absolute; bottom: 0; height: 35px; width: 100%; border-top: 1px solid #ebebeb; overflow: hidden; } .footer { padding-top: 9px; font-size: .85em; white-space: nowrap; line-height: 0; } .footer ul { color: #999; float: left; max-width: 80%; } .footer ul li { display: inline; padding: 0 1.5em 0 0; } .footer a { color: #333; } .footer form { text-align: right; } .footer form .lang-chooser { max-width: 20%; } .redtext { color: #dd4b39; } .greytext { color: #555; } .secondary { font-size: 11px; color: #666; } .source { color: #093; } .hidden { display: none; } .announce-bar { position: absolute; bottom: 35px; height: 33px; z-index: 2; width: 100%; background: #f9edbe; border-top: 1px solid #efe1ac;

border-bottom: 1px solid #efe1ac; overflow: hidden; } .announce-bar .message { font-size: .85em; line-height: 33px; margin: 0; } .announce-bar .message .separated { margin-left: 1.5em; } .announce-bar-ac { background: #eee; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; } .clearfix:after { visibility: hidden; display: block; font-size: 0; content: '.'; clear: both; height: 0; } * html .clearfix { zoom: 1; } *:first-child+html .clearfix { zoom: 1; } pre { font-family: monospace; position: absolute; left: 0; margin: 0; padding: 1.5em; font-size: 13px; background: #f1f1f1; border-top: 1px solid #e5e5e5; direction: ltr; } </style> <style type="text/css"> button, input, select, textarea { font-family: inherit; font-size: inherit; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; } input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url] { display: inline-block; height: 29px; line-height: 25px;

margin: 0; padding: 0 8px; background: #fff; border: 1px solid #d9d9d9; border-top: 1px solid #c0c0c0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; } 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; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); -moz-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; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); -moz-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=email][disabled=disabled], input[type=number][disabled=disabled], input[type=password][disabled=disabled], input[type=tel][disabled=disabled], input[type=text][disabled=disabled], input[type=url][disabled=disabled] { border: 1px solid #e5e5e5; background: #f1f1f1; } input[type=email][disabled=disabled]:hover, input[type=number][disabled=disabled]:hover, input[type=password][disabled=disabled]:hover, input[type=tel][disabled=disabled]:hover, input[type=text][disabled=disabled]:hover, input[type=url][disabled=disabled]:hover { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } input[type=email][readonly=readonly], input[type=number][readonly=readonly], input[type=password][readonly=readonly], input[type=text][readonly=readonly], input[type=url][readonly=readonly] {

border: 1px solid #d9d9d9; } input[type=email][readonly=readonly]:hover, input[type=number][readonly=readonly]:hover, input[type=password][readonly=readonly]:hover, input[type=text][readonly=readonly]:hover, input[type=url][readonly=readonly]:hover, input[type=email][readonly=readonly]:focus, input[type=number][readonly=readonly]:focus, input[type=password][readonly=readonly]:focus, input[type=text][readonly=readonly]:focus, input[type=url][readonly=readonly]:focus { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } 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=url].form-error { border: 1px solid #dd4b39; } input[type=checkbox], input[type=radio] { -webkit-appearance: none; appearance: none; width: 13px; height: 13px; margin: 0; cursor: pointer; vertical-align: bottom; background: #fff; border: 1px solid #dcdcdc; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-sizing: border-box; -moz-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 { border-color: #c6c6c6; background: #ebebeb; background: none; } input[type=checkbox]:hover { border-color: #c6c6c6; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }

input[type=radio] { -webkit-border-radius: 1em; -moz-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; -webkit-border-radius: 1em; -moz-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; } .g-button { display: inline-block; min-width: 46px; text-align: center; color: #444; font-size: 11px; font-weight: bold; height: 27px; padding: 0 8px; line-height: 27px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; -webkit-transition: all 0.218s; -moz-transition: all 0.218s; -ms-transition: all 0.218s; -o-transition: all 0.218s; transition: all 0.218s; border: 1px solid #dcdcdc; background-color: #f5f5f5; background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),t o(#f1f1f1)); 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); -webkit-user-select: none; -moz-user-select: none; user-select: none; cursor: default; } *+html .g-button { min-width: 70px; } button.g-button, input[type=submit].g-button { height: 29px; line-height: 29px; vertical-align: bottom; margin: 0; } *+html button.g-button, *+html input[type=submit].g-button { overflow: visible; } .g-button:hover { border: 1px solid #c6c6c6; color: #333; text-decoration: none; -webkit-transition: all 0.0s; -moz-transition: all 0.0s; -ms-transition: all 0.0s; -o-transition: all 0.0s; transition: all 0.0s; background-color: #f8f8f8; background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),t o(#f1f1f1)); 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); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1); -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1); box-shadow: 0 1px 1px rgba(0,0,0,0.1); } .g-button:active { background-color: #f6f6f6; background-image: -webkit-gradient(linear,left top,left bottom,from(#f6f6f6),t o(#f1f1f1)); 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); -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); } .g-button:visited { color: #666; } .g-button-submit { border: 1px solid #3079ed;

color: #fff; text-shadow: 0 1px rgba(0,0,0,0.1); background-color: #4d90fe; background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),t o(#4787ed)); 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); } .g-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-gradient(linear,left top,left bottom,from(#4d90fe),t o(#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); } .g-button-submit:active { -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); } .g-button-share { border: 1px solid #29691d; color: #fff; text-shadow: 0 1px rgba(0,0,0,0.1); background-color: #3d9400; background-image: -webkit-gradient(linear,left top,left bottom,from(#3d9400),t o(#398a00)); background-image: -webkit-linear-gradient(top,#3d9400,#398a00); background-image: -moz-linear-gradient(top,#3d9400,#398a00); background-image: -ms-linear-gradient(top,#3d9400,#398a00); background-image: -o-linear-gradient(top,#3d9400,#398a00); background-image: linear-gradient(top,#3d9400,#398a00); } .g-button-share:hover { border: 1px solid #2d6200; color: #fff; text-shadow: 0 1px rgba(0,0,0,0.3); background-color: #368200; background-image: -webkit-gradient(linear,left top,left bottom,from(#3d9400),t o(#368200)); background-image: -webkit-linear-gradient(top,#3d9400,#368200); background-image: -moz-linear-gradient(top,#3d9400,#368200); background-image: -ms-linear-gradient(top,#3d9400,#368200); background-image: -o-linear-gradient(top,#3d9400,#368200); background-image: linear-gradient(top,#3d9400,#368200); } .g-button-share:active { -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); }

.g-button-red { border: 1px solid transparent; color: #fff; text-shadow: 0 1px rgba(0,0,0,0.1); text-transform: uppercase; background-color: #d14836; background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),t o(#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); } .g-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-gradient(linear,left top,left bottom,from(#dd4b39),t o(#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); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2); -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2); -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.2); -o-box-shadow: 0 1px 1px rgba(0,0,0,0.2); box-shadow: 0 1px 1px rgba(0,0,0,0.2); } .g-button-red:active { border: 1px solid #992a1b; background-color: #b0281a; background-image: -webkit-gradient(linear,left top,left bottom,from(#dd4b39),t o(#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); -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); box-shadow: inset 0 1px 2px rgba(0,0,0,0.3); } .g-button-white { border: 1px solid #dcdcdc; color: #666; background: #fff; } .g-button-white:hover { border: 1px solid #c6c6c6; color: #333; background: #fff; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1); -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.1); box-shadow: 0 1px 1px rgba(0,0,0,0.1); } .g-button-white:active {

background: #fff; -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); } .g-button-red:visited, .g-button-share:visited, .g-button-submit:visited { color: #fff; } .g-button-submit:focus, .g-button-share:focus, .g-button-red:focus { -webkit-box-shadow: inset 0 0 0 1px #fff; -moz-box-shadow: inset 0 0 0 1px #fff; box-shadow: inset 0 0 0 1px #fff; } .g-button-share:focus { border-color: #29691d; } .g-button-red:focus { border-color: #d14836; } .g-button-submit:focus:hover, .g-button-share:focus:hover, .g-button-red:focus:hover { -webkit-box-shadow: inset 0 0 0 1px #fff, 0 1px 1px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 0 0 1px #fff, 0 1px 1px rgba(0,0,0,0.1); box-shadow: inset 0 0 0 1px #fff, 0 1px 1px rgba(0,0,0,0.1); } .g-button.selected { background-color: #eee; background-image: -webkit-gradient(linear,left top,left bottom,from(#eee),to(# e0e0e0)); background-image: -webkit-linear-gradient(top,#eee,#e0e0e0); background-image: -moz-linear-gradient(top,#eee,#e0e0e0); background-image: -ms-linear-gradient(top,#eee,#e0e0e0); background-image: -o-linear-gradient(top,#eee,#e0e0e0); background-image: linear-gradient(top,#eee,#e0e0e0); -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); box-shadow: inset 0 1px 2px rgba(0,0,0,0.1); border: 1px solid #ccc; color: #333; } .g-button img { display: inline-block; margin: -3px 0 0; opacity: .55; filter: alpha(opacity=55); vertical-align: middle; pointer-events: none; } *+html .g-button img { margin: 4px 0 0; } .g-button:hover img { opacity: .72; filter: alpha(opacity=72); }

.g-button:active img { opacity: 1; filter: alpha(opacity=100); } .g-button.disabled img { opacity: .5; filter: alpha(opacity=50); } .g-button.disabled, .g-button.disabled:hover, .g-button.disabled:active, .g-button-submit.disabled, .g-button-submit.disabled:hover, .g-button-submit.disabled:active, .g-button-share.disabled, .g-button-share.disabled:hover, .g-button-share.disabled:active, .g-button-red.disabled, .g-button-red.disabled:hover, .g-button-red.disabled:active, input[type=submit][disabled].g-button { background-color: none; opacity: .5; filter: alpha(opacity=50); cursor: default; pointer-events: none; } .goog-menu { -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2); -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.2); box-shadow: 0 2px 4px rgba(0,0,0,0.2); -webkit-transition: opacity 0.218s; -moz-transition: opacity 0.218s; -ms-transition: opacity 0.218s; -o-transition: opacity 0.218s; transition: opacity 0.218s; background: #fff; border: 1px solid #ccc; border: 1px solid rgba(0,0,0,.2); cursor: default; font-size: 13px; margin: 0; outline: none; padding: 0 0 6px; position: absolute; z-index: 2; overflow: auto; } .goog-menuitem, .goog-tristatemenuitem, .goog-filterobsmenuitem { position: relative; color: #333; cursor: pointer; list-style: none; margin: 0; padding: 6px 7em 6px 30px; white-space: nowrap; } .goog-menuitem-highlight,

.goog-menuitem-hover { background-color: #eee; border-color: #eee; border-style: dotted; border-width: 1px 0; padding-top: 5px; padding-bottom: 5px; } .goog-menuitem-highlight .goog-menuitem-content, .goog-menuitem-hover .goog-menuitem-content { color: #333; } .goog-menuseparator { border-top: 1px solid #ebebeb; margin-top: 9px; margin-bottom: 10px; } .goog-inline-block { position: relative; display: -moz-inline-box; display: inline-block; } * html .goog-inline-block { display: inline; } *:first-child+html .goog-inline-block { display: inline; } .dropdown-block { display: block; } .goog-flat-menu-button { -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background-color: #f5f5f5; background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),t o(#f1f1f1)); 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); border: 1px solid #dcdcdc; color: #444; font-size: 11px; font-weight: bold; line-height: 27px; list-style: none; margin: 0 2px; min-width: 46px; outline: none; padding: 0 18px 0 6px; text-decoration: none; vertical-align: middle; } .goog-flat-menu-button-disabled { background-color: #fff; border-color: #f3f3f3; color: #b8b8b8;

cursor: default; } .goog-flat-menu-button.goog-flat-menu-button-hover { 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); -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1); -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1); box-shadow: 0 1px 1px rgba(0,0,0,.1); border-color: #c6c6c6; color: #333; } .goog-flat-menu-button.goog-flat-menu-button-focused { border-color: #4d90fe; } .form-error .goog-flat-menu-button { border: 1px solid #dd4b39; } .form-error .goog-flat-menu-button-focused { border-color: #4d90fe; } .goog-flat-menu-button.goog-flat-menu-button-open, .goog-flat-menu-button.goog-flat-menu-button-active { -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1); -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1); box-shadow: inset 0 1px 2px rgba(0,0,0,.1); background-color: #eee; background-image: -webkit-linear-gradient(top,#eee,#e0e0e0); background-image: -moz-linear-gradient(top,#eee,#e0e0e0); background-image: -ms-linear-gradient(top,#eee,#e0e0e0); background-image: -o-linear-gradient(top,#eee,#e0e0e0); background-image: linear-gradient(top,#eee,#e0e0e0); border: 1px solid #ccc; color: #333; z-index: 2; } .goog-flat-menu-button-caption { vertical-align: top; white-space: nowrap; } .goog-flat-menu-button-dropdown { border-color: #777 transparent; border-style: solid; border-width: 4px 4px 0; height: 0; width: 0; position: absolute; right: 5px; top: 12px; } .jfk-select .goog-flat-menu-button-dropdown { background: url(//ssl.gstatic.com/ui/v1/disclosure/grey-disclosure-arrow-up-do wn.png) center no-repeat; border: none; height: 11px; margin-top: -4px; width: 7px;

} .goog-menu-nocheckbox .goog-menuitem, .goog-menu-noicon .goog-menuitem { padding-left: 16px; vertical-align: middle; } body ::-webkit-scrollbar { height: 16px; width: 16px; overflow: visible; } body ::-webkit-scrollbar-button { height: 0; width: 0; } body ::-webkit-scrollbar-track { background-clip: padding-box; border: solid transparent; border-width: 0 0 0 7px; } body ::-webkit-scrollbar-track:horizontal { border-width: 7px 0 0; } body ::-webkit-scrollbar-track:hover { background-color: rgba(0,0,0,.05); -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1); box-shadow: inset 1px 0 0 rgba(0,0,0,.1); } body ::-webkit-scrollbar-track:horizontal:hover { -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1); box-shadow: inset 0 1px 0 rgba(0,0,0,.1); } body ::-webkit-scrollbar-track:active { background-color: rgba(0,0,0,.05); -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.0 7); box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07); } body ::-webkit-scrollbar-track:horizontal:active { -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.0 7); box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07); } .jfk-scrollbar-dark::-webkit-scrollbar-track:hover { background-color: rgba(255,255,255,.1); -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.2); box-shadow: inset 1px 0 0 rgba(255,255,255,.2); } .jfk-scrollbar-dark::-webkit-scrollbar-track:horizontal:hover { -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2); box-shadow: inset 0 1px 0 rgba(255,255,255,.2); } .jfk-scrollbar-dark::-webkit-scrollbar-track:active { background-color: rgba(255,255,255,.1); -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.25),inset -1px 0 0 rgba(25 5,255,255,.15); box-shadow: inset 1px 0 0 rgba(255,255,255,.25),inset -1px 0 0 rgba(255,255,25 5,.15); } .jfk-scrollbar-dark::-webkit-scrollbar-track:horizontal:active {

-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),inset 0 -1px 0 rgba(25 5,255,255,.15); box-shadow: inset 0 1px 0 rgba(255,255,255,.25),inset 0 -1px 0 rgba(255,255,25 5,.15); } body ::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,.2); background-clip: padding-box; border: solid transparent; border-width: 0 0 0 7px; min-height: 28px; padding: 100px 0 0; -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,. 07); box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07); } body ::-webkit-scrollbar-thumb:horizontal { border-width: 7px 0 0; padding: 0 0 0 100px; -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,. 07); box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.07); } body ::-webkit-scrollbar-thumb:hover { background-color: rgba(0,0,0,.4); -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25); box-shadow: inset 1px 1px 1px rgba(0,0,0,.25); } body ::-webkit-scrollbar-thumb:active { background-color: rgba(0,0,0,.5); -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.35); box-shadow: inset 1px 1px 3px rgba(0,0,0,.35); } .jfk-scrollbar-dark::-webkit-scrollbar-thumb { background-color: rgba(255,255,255,.3); -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset 0 -1px 0 rgba( 255,255,255,.1); box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset 0 -1px 0 rgba(255,255, 255,.1); } .jfk-scrollbar-dark::-webkit-scrollbar-thumb:horizontal { -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset -1px 0 0 rgba( 255,255,255,.1); box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset -1px 0 0 rgba(255,255, 255,.1); } .jfk-scrollbar-dark::-webkit-scrollbar-thumb:hover { background-color: rgba(255,255,255,.6); -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,.37); box-shadow: inset 1px 1px 1px rgba(255,255,255,.37); } .jfk-scrollbar-dark::-webkit-scrollbar-thumb:active { background-color: rgba(255,255,255,.75); -webkit-box-shadow: inset 1px 1px 3px rgba(255,255,255,.5); box-shadow: inset 1px 1px 3px rgba(255,255,255,.5); } .jfk-scrollbar-borderless::-webkit-scrollbar-track { border-width: 0 1px 0 6px } .jfk-scrollbar-borderless::-webkit-scrollbar-track:horizontal {

border-width: 6px 0 1px } .jfk-scrollbar-borderless::-webkit-scrollbar-track:hover { background-color: rgba(0,0,0,.035); -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0 ,0,.07); box-shadow: inset 1px 1px 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0,0,.07); } .jfk-scrollbar-borderless.jfk-scrollbar-dark::-webkit-scrollbar-track:hover { background-color: rgba(255,255,255,.07); -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.25),inset -1px -1px 0 rg ba(255,255,255,.15); box-shadow: inset 1px 1px 0 rgba(255,255,255,.25),inset -1px -1px 0 rgba(255,2 55,255,.15); } .jfk-scrollbar-borderless::-webkit-scrollbar-thumb { border-width: 0 1px 0 6px; } .jfk-scrollbar-borderless::-webkit-scrollbar-thumb:horizontal { border-width: 6px 0 1px; } body ::-webkit-scrollbar-corner { background: transparent; } body::-webkit-scrollbar-track-piece { background-clip: padding-box; background-color: #f1f1f1; border: solid #fff; border-width: 0 0 0 3px; -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.0 7); box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07); } body::-webkit-scrollbar-track-piece:horizontal { border-width: 3px 0 0; -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.0 7); box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07); } body::-webkit-scrollbar-thumb { border-width: 1px 1px 1px 5px; } body::-webkit-scrollbar-thumb:horizontal { border-width: 5px 1px 1px; } body::-webkit-scrollbar-corner { background-clip: padding-box; background-color: #f1f1f1; border: solid #fff; border-width: 3px 0 0 3px; -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.14); box-shadow: inset 1px 1px 0 rgba(0,0,0,.14); } .jfk-scrollbar::-webkit-scrollbar { height: 16px; overflow: visible; width: 16px; } .jfk-scrollbar::-webkit-scrollbar-button { height: 0;

width: 0; } .jfk-scrollbar::-webkit-scrollbar-track { background-clip: padding-box; border: solid transparent; border-width: 0 0 0 7px; } .jfk-scrollbar::-webkit-scrollbar-track:horizontal { border-width: 7px 0 0; } .jfk-scrollbar::-webkit-scrollbar-track:hover { background-color: rgba(0,0,0,.05); -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1); box-shadow: inset 1px 0 0 rgba(0,0,0,.1); } .jfk-scrollbar::-webkit-scrollbar-track:horizontal:hover { -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.1); box-shadow: inset 0 1px 0 rgba(0,0,0,.1); } .jfk-scrollbar::-webkit-scrollbar-track:active { background-color: rgba(0,0,0,.05); -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.0 7); box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07); } .jfk-scrollbar::-webkit-scrollbar-track:horizontal:active { -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.0 7); box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07); } .jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-track:hover { background-color: rgba(255,255,255,.1); -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.2); box-shadow: inset 1px 0 0 rgba(255,255,255,.2); } .jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-track:horizontal:hover { -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2); box-shadow: inset 0 1px 0 rgba(255,255,255,.2); } .jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-track:active { background-color: rgba(255,255,255,.1); -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.25),inset -1px 0 0 rgba(25 5,255,255,.15); box-shadow: inset 1px 0 0 rgba(255,255,255,.25),inset -1px 0 0 rgba(255,255,25 5,.15); } .jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-track:horizontal:active { -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.25),inset 0 -1px 0 rgba(25 5,255,255,.15); box-shadow: inset 0 1px 0 rgba(255,255,255,.25),inset 0 -1px 0 rgba(255,255,25 5,.15); } .jfk-scrollbar::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,.2); background-clip: padding-box; border: solid transparent; border-width: 0 0 0 7px; min-height: 28px; padding: 100px 0 0; -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.

07); box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07); } .jfk-scrollbar::-webkit-scrollbar-thumb:horizontal { border-width: 7px 0 0; padding: 0 0 0 100px; -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,. 07); box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset -1px 0 0 rgba(0,0,0,.07); } .jfk-scrollbar::-webkit-scrollbar-thumb:hover { background-color: rgba(0,0,0,.4); -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25); box-shadow: inset 1px 1px 1px rgba(0,0,0,.25); } .jfk-scrollbar::-webkit-scrollbar-thumb:active { background-color: rgba(0,0,0,0.5); -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35); box-shadow: inset 1px 1px 3px rgba(0,0,0,0.35); } .jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-thumb { background-color: rgba(255,255,255,.3); -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset 0 -1px 0 rgba( 255,255,255,.1); box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset 0 -1px 0 rgba(255,255, 255,.1); } .jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-thumb:horizontal { -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset -1px 0 0 rgba( 255,255,255,.1); box-shadow: inset 1px 1px 0 rgba(255,255,255,.15),inset -1px 0 0 rgba(255,255, 255,.1); } .jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-thumb:hover { background-color: rgba(255,255,255,.6); -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,.37); box-shadow: inset 1px 1px 1px rgba(255,255,255,.37); } .jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbar-thumb:active { background-color: rgba(255,255,255,.75); -webkit-box-shadow: inset 1px 1px 3px rgba(255,255,255,.5); box-shadow: inset 1px 1px 3px rgba(255,255,255,.5); } .jfk-scrollbar-borderless.jfk-scrollbar::-webkit-scrollbar-track { border-width: 0 1px 0 6px; } .jfk-scrollbar-borderless.jfk-scrollbar::-webkit-scrollbar-track:horizontal { border-width: 6px 0 1px; } .jfk-scrollbar-borderless.jfk-scrollbar::-webkit-scrollbar-track:hover { background-color: rgba(0,0,0,.035); -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0 ,0,.07); box-shadow: inset 1px 1px 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0,0,.07); } .jfk-scrollbar-borderless.jfk-scrollbar-dark.jfk-scrollbar::-webkit-scrollbartrack:hover { background-color: rgba(255,255,255,.07); -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.25),inset -1px -1px 0 rg ba(255,255,255,.15);

box-shadow: inset 1px 1px 0 rgba(255,255,255,.25),inset -1px -1px 0 rgba(255,2 55,255,.15); } .jfk-scrollbar-borderless.jfk-scrollbar::-webkit-scrollbar-thumb { border-width: 0 1px 0 6px; } .jfk-scrollbar-borderless.jfk-scrollbar::-webkit-scrollbar-thumb:horizontal { border-width: 6px 0 1px; } .jfk-scrollbar::-webkit-scrollbar-corner { background: transparent; } body.jfk-scrollbar::-webkit-scrollbar-track-piece { background-clip: padding-box; background-color: #f1f1f1; border: solid #fff; border-width: 0 0 0 3px; -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.0 7); box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px 0 0 rgba(0,0,0,.07); } body.jfk-scrollbar::-webkit-scrollbar-track-piece:horizontal { border-width: 3px 0 0; -webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.0 7); box-shadow: inset 0 1px 0 rgba(0,0,0,.14),inset 0 -1px 0 rgba(0,0,0,.07); } body.jfk-scrollbar::-webkit-scrollbar-thumb { border-width: 1px 1px 1px 5px; } body.jfk-scrollbar::-webkit-scrollbar-thumb:horizontal { border-width: 5px 1px 1px; } body.jfk-scrollbar::-webkit-scrollbar-corner { background-clip: padding-box; background-color: #f1f1f1; border: solid #fff; border-width: 3px 0 0 3px; -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.14); box-shadow: inset 1px 1px 0 rgba(0,0,0,.14); } .errormsg { margin: .5em 0 0; display: block; color: #dd4b39; line-height: 17px; } .help-link { background: #dd4b39; padding: 0 5px; color: #fff; font-weight: bold; display: inline-block; -webkit-border-radius: 1em; -moz-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; } </style> <style type="text/css"> .main { width: auto; max-width: 1000px; min-width: 780px; } .product-info { margin: 0 385px 0 0; } .product-info h3 { font-size: 1.23em; font-weight: normal; } .product-info a:visited { color: #61c; } .product-info .g-button:visited { color: #666; } .sign-in { width: 335px; float: right; } .signin-box, .accountchooser-box { margin: 12px 0 0; padding: 20px 25px 15px; background: #f1f1f1; border: 1px solid #e5e5e5; } .product-headers { margin: 0 0 1.5em; } .product-headers h1 { font-size: 25px; margin: 0 !important; } .product-headers h2 { font-size: 16px; margin: .4em 0 0; } .features { overflow: hidden; margin: 2em 0 0; } .features li { margin: 3px 0 2em;

} .features img { float: left; margin: -3px 0 0; } .features p { margin: 0 0 0 68px; } .features .title { font-size: 16px; margin-bottom: .3em; } .features.no-icon p { margin: 0; } .features .small-title { font-size: 1em; font-weight: bold; } .notification-bar { background: #f9edbe; padding: 8px; } </style> <style type="text/css"> .signin-box h2 { font-size: 16px; line-height: 17px; height: 16px; margin: 0 0 1.2em; position: relative; min-width: 100%; } .signin-box h2 strong { display: inline-block; position: absolute; right: 0; top: 1px; height: 19px; width: 52px; background: transparent url(//ssl.gstatic.com/accounts/ui/google-signin-flat.p ng) no-repeat; } @media only screen and (-webkit-device-pixel-ratio: 2){ .signin-box h2 strong { background: transparent url(//ssl.gstatic.com/accounts/ui/google-signin-flat_2 x.png) no-repeat; background-size: 52px 19px; } } .signin-box div { margin: 0 0 1.5em; } .signin-box label { display: block; } .signin-box input[type=email], .signin-box input[type=text], .signin-box input[type=password] { width: 100%;

height: 32px; line-height: 28px; font-size: 15px; direction: ltr; } .signin-box .email-label, .signin-box .passwd-label { font-weight: bold; margin: 0 0 .5em; display: block; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .signin-box .reauth { display: inline-block; font-size: 15px; height: 29px; line-height: 29px; margin: 0; } .signin-box label.remember { display: inline-block; vertical-align: top; margin: 9px 0 0; margin: 4px 0 0; line-height: 25px; } .signin-box .remember-label { font-weight: normal; color: #666; line-height: 0; padding: 0 0 0 .4em; -webkit-user-select: none; -moz-user-select: none; user-select: none; } .signin-box input[type=submit] { margin: 0 1.5em 1.2em 0; height: 32px; font-size: 13px; } .signin-box ul { margin: 0; } .signin-box .training-msg { padding: .5em 8px; background: #f9edbe; } .signin-box .training-msg p { margin: 0 0 .5em; } </style> <link rel="publisher" href="https://plus.google.com/103345707817934461425"> <style type="text/css"> .mail .mail-promo { border: 1px solid #ebebeb; margin: 30px 0 0; padding: 20px; overflow: hidden;

} .mail .mail-promo h3, .mail .mail-promo p { margin-left: 60px; } .mail .mail-promo img { width: 42px; margin: 3px 0 0; float: left; } .mail .mail-promo h3 { font-size: 16px; margin-bottom: .3em; } .mail .mail-promo p { margin-bottom: 0; } .mail .mail-promo p:last-of-type { margin-bottom: 0; } .mail .mail-promo a { white-space: nowrap; } .mail ul.mail-links { margin: 0; overflow: hidden; } .mail ul.mail-links li { display: inline-block; margin-right: 20px; *display: inline; /*ie7*/ } </style> </head> <body> <div class="wrapper"> <div class="google-header-bar"> <div class="header content clearfix"> <img class="logo" src="//ssl.gstatic.com/images/logos/google_logo_41.png" alt= "Google"> <span class="signup-button"> New to Gmail? <a id="link-signup" class="g-button g-button-red" href="https://accounts.googl e.com/SignUp?service=mail&amp;continue=https%3A%2F%2Fmail.google.com%2Fmail%2F%3 Ftab%3Dwm&amp;ltmpl=default"> Create an account </a> </span> </div> </div> <div class="main content clearfix"> <div class="sign-in"> <div class="signin-box"> <h2>Sign in <strong></strong></h2> <form novalidate id="gaia_loginform" action="https://accounts.google.com/Servi ceLoginAuth" method="post"> <input type="hidden" name="continue" id="continue" value="https://mail.google.com/mail/?tab=wm"

> <input type="hidden" name="service" id="service" value="mail" > <input type="hidden" name="rm" id="rm" value="false" > <input type="hidden" name="dsh" id="dsh" value="-7097399890882902652" > <input type="hidden" name="ltmpl" id="ltmpl" value="default" > <input type="hidden" name="scc" id="scc" value="1" > <input type="hidden" name="checkedDomains" id="checkedDomains" value="youtube" > <input type="hidden" name="checkConnection" id="checkConnection" value="youtube:265:0" > <input type="hidden" name="pstMsg" id="pstMsg" value="1" > <input type="hidden"

name="GALX" value="qdspiZMgQE8"> <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"> <input type="hidden" name="timeStmp" id="timeStmp" value=''/> <input type="hidden" name="secTok" id="secTok" value=''/> <div class="email-div"> <label for="Email"><strong class="email-label">Username</strong></label> <input type="email" spellcheck="false" class="form-error" name="Email" id="Email" value="g,lee.wac.77@gmail.com"

> <span role="alert" class="errormsg" id="errormsg_0_Email"> Invalid email address. <a href="http://www.google.com/support/accounts/bin/answer.py?answer=40692" na me="helpLink" target="_blank" class="help-link">?</a> </span> </div> <div class="passwd-div"> <label for="Passwd"><strong class="passwd-label">Password</strong></label> <input type="password" name="Passwd" id="Passwd"

> </div> <input type="submit" class="g-button g-button-submit" name="signIn" id="signIn " value="Sign in"> <label class="remember" onclick=""> <input type="checkbox" name="PersistentCookie" id="PersistentCookie" value="yes" > <strong class="remember-label"> Stay signed in </strong> </label>

<input type="hidden" name="rmShown" value="1"> </form> <ul> <li> <a id="link-forgot-passwd" href="https://accounts.google.com/RecoverAccount?service=mail&amp;cont inue=https%3A%2F%2Fmail.google.com%2Fmail%2F%3Ftab%3Dwm&amp;Email=g%2Clee.wac.77 %40gmail.com" target="_top"> Can&#39;t access your account? </a> </li> </ul> </div> </div> <div class="product-info mail"> <div class="product-headers"> <h1 class="redtext">Gmail</h1> <h2>A Google approach to email.</h2> </div> <p> Gmail is built on the idea that email can be more intuitive, efficient, and us eful. And maybe even fun. After all, Gmail has: </p> <ul class="features"> <li> <img src="//ssl.gstatic.com/images/icons/feature/filing_cabinet-g42.png" alt=" "> <p class="title">Lots of space</p> <p> Over <span id=quota>10240.000001</span> megabytes (and counting) of free stora ge. </p> </li> <li> <img src="//ssl.gstatic.com/images/icons/feature/nosign-r42.png" alt=""> <p class="title">Less spam</p> <p>Keep unwanted messages out of your inbox.</p> </li> <li> <img src="//ssl.gstatic.com/images/icons/feature/mobile_phone-42.gif" alt=""> <p class="title">Mobile access</p> <p>Get Gmail on your mobile phone. <a href="http://www.google.com/mobile/gmail /#utm_source=en-cpp-g4mc-gmhp&utm_medium=cpp&utm_campaign=en">Learn more</a></p> </li> </ul> <ul class="mail-links"> <li><a href="http://mail.google.com/mail/help/intl/en/about.html" onclick="_ga q.push(['_link', 'http://mail.google.com/mail/help/intl/en/about.html', 'true']) ; return false;"> About Gmail</a></li> <li><a href="http://mail.google.com/mail/help/intl/en/about_whatsnew.html" onc lick="_gaq.push(['_link', 'http://mail.google.com/mail/help/about_whatsnew.html' , 'true']); return false;">New features!</a></li> <li><a href="http://mail.google.com/mail/help/intl/en/switch.html" onclick="_g aq.push(['_link', 'http://mail.google.com/mail/help/intl/en/switch.html', 'true' ]); return false;">Switch to Gmail</a></li> <li> <a href="https://accounts.google.com/SignUp?service=mail&continue=https%3A%2F% 2Fmail.google.com%2Fmail%2F%3Ftab%3Dwm&ltmpl=default">

Create an account </a> </li> </ul> <div class="mail-promo"> <img src="//ssl.gstatic.com/images/icons/product/chrome-42.png" alt=""> <h3>Gmail runs fast in the Chrome browser</h3> <p>Chrome is a fast, free browser made for the modern web. <p><a href="https://www.google.com/chrome/?brand=CHHZ">Download Chrome</a></p> </div> </div> <div id="cc_iframe_parent"></div> </div> <div class="google-footer-bar"> <div class="footer content clearfix"> <ul> <li> 2012 Google</li> <li><a href="http://www.google.com/apps/intl/en/business/gmail.html#utm_medium =et&utm_source=gmail-signin-en&utm_campaign=crossnav" target="_blank">Gmail for Work</a></li> <li><a href="http://mail.google.com/mail/help/intl/en/terms.html" target="_bla nk">Terms &amp; Privacy</a></li> <li><a href="http://mail.google.com/support/?hl=en" target="_blank">Help</a></ li> </ul> <form> <select id="lang-chooser" class="lang-chooser" style="display: none;"> <option value="in" > Bahasa Indonesia </option> <option value="ms" > Bahasa Melayu </option> <option value="ca" > catal </option> <option value="cs" > etina </option> <option value="cy" > Cymraeg </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" > espaol (Espaa) </option> <option value="es-419" > espaol (Latinoamrica) </option> <option value="eu" > euskara </option> <option value="fil" > Filipino </option> <option value="fr" > franais </option> <option value="hr" > hrvatski </option> <option value="is" > slenska </option> <option value="it" > italiano </option> <option value="sw" > Kiswahili </option> <option value="lv" > latvieu </option> <option value="lt" > lietuvi </option> <option value="hu" > magyar </option> <option value="nl" > Nederlands </option> <option value="no"

> norsk </option> <option value="pl" > polski </option> <option value="pt-BR" > portugus (Brasil) </option> <option value="pt-PT" > portugus (Portugal) </option> <option value="ro" > romn </option> <option value="sk" > slovenina </option> <option value="sl" > slovenina </option> <option value="fi" > suomi </option> <option value="sv" > svenska </option> <option value="tl" > Tagalog </option> <option value="vi" > Ting Vit </option> <option value="tr" > Trke </option> <option value="el" > </opt o > <opt o va ue="bg" > </opt o > <opt o va ue="ru" > </opt o > <opt o va ue="sr"

> </opt o > <opt o va ue="u " > </opt o > <opt o va ue=" w" > </opt o > <opt o va ue="ur" > </opt o > <opt o va ue="ar" > </opt o > <opt o va ue="fa" > </opt o > <opt o va ue="am" > </opt o > <opt o va ue="mr" >

</opt o > <opt o va ue="b " > </opt o > <opt o va ue="gu" > </opt o > <opt o va ue="ta" > </opt o > <opt o va ue="te" >

</opt o > <opt o va ue="m " > </opt o > <opt o va ue="t "

</opt o > <opt o va ue=" >

</opt o > <opt o va ue=" >

"

"

> </opt o > <opt o va ue=" o" > </opt o > <opt o va ue="z -CN" > </opt o > <opt o va ue="ja" > </opt o > <opt o va ue="z -TW" > </opt o > </se ect> </form> </d v> </d v> <scr pt type="text/javascr pt"> var ga a_ asI erTextProperty = docume t.get eme tsByTagName("body")[0]. erText != u def ed ? true : fa se ; var ga a_attac ve t = fu ct o (e eme t, eve t, ca bac ) { f (e eme t.add ve tL ste er) { e eme t.add ve tL ste er(eve t, ca bac , fa se); } e se f (e eme t.attac ve t) { e eme t.attac ve t('o ' + eve t, ca bac ); } }; var ga a_get eme tsByC ass = fu ct o (c assName) { f (docume t.get eme tsByC assName) { retur docume t.get eme tsByC assName(c assName); } e se f (docume t.querySe ectorA && docume t.querySe ectorA ('.' + c assN ame)) { retur docume t.querySe ectorA ('.' + c assName); } retur []; }; </scr pt> <scr pt type="text/javascr pt"> fu ct o ga a_parseFragme t() { var as = ocat o . as ; var params = {}; f (! as ) { retur params; } var paramStrs = decodeURICompo e t( as .substr g(1)).sp t('&'); for (var = 0; < paramStrs. e gt ; ++) { var param = paramStrs[ ].sp t('='); params[param[0]] = param[1]; } retur params; }

fu ct o ga a_pref

ma () {

var f = u ; f (docume t.get eme tById) { f = docume t.get eme tById('ga a_ og form'); }

f (f && f. ma && (f. ma .va ue == u || f. ma .va ue == '') && (f. ma .type != ' dde ')) { as Params = ga a_parseFragme t(); f ( as Params[' ma '] && as Params[' ma '] != '') { f. ma .va ue = as Params[' ma ']; } }

} try { ga a_pref ma (); } catc (e) { }

fu ct o ga a_setFocus() { var f = u ; f (docume t.get eme tById) { f = docume t.get eme tById('ga a_ og form'); } f (f) { f (f. ma && (f. ma .va ue == u || f. ma .va ue == '') && (f. ma .type != ' dde ') && f. ma .focus) { f. ma .focus(); } e se f (f.Passwd) { f.Passwd.focus(); } }

} w dow.o oad = ga a_setFocus; fu ct o ga a_o Log Subm t() { f (w dow.ga acb_o Log Subm t) { retur ga acb_o Log Subm t(); } e se { retur true; }

} docume t.get eme tById('ga a_ og form').o subm t = ga a_o Log Subm t;

var Ga=!0,G= u ,Gb=!1,Gc;var Ge=fu ct o (a,b){var c=a;a&&"str g"==typeof a &&(c=docume t.get eme tById(a)); f(b&&!c)t row ew Gd(a);retur c},Gd=fu ct o ( a){t s. d=a;t s.toStr g=fu ct o (){retur "No e eme t fou d for d '"+t s. d+ "'"}};var Gf={},Gg;Gg=w dow.add ve tL ste er?fu ct o (a,b,c){var d=fu ct o (a){ var b=c.ca (t s,a);Gb===b&&G (a);retur b},a=Ge(a,Ga);a.add ve tL ste er(b,d,G b);G (a,b).pus (d);retur d}:w dow.attac ve t?fu ct o (a,b,c){var a=Ge(a,Ga),d =fu ct o (){var b=w dow.eve t,d=c.ca (a,b);Gb===d&&G (b);retur d};a.attac ve

t("o "+b,d);G (a,b).pus (d);retur d}:vo d 0;var G =fu ct o (a){a.preve tDefau t?a.preve tDefau t():a.retur Va ue=Gb;retur Gb}; var G =fu ct o (a,b){Gf[a]=Gf[a]||{};Gf[a][b]=Gf[a][b]||[];retur Gf[a][b]};var Gj=fu ct o (){try{retur ew XMLHttpRequest}catc (a){for(var b=["MSXML2.XMLHTTP. 6.0","MSXML2.XMLHTTP.3.0","MSXML2.XMLHTTP","M crosoft.XMLHTTP"],c=0;c<b. e gt ;c ++)try{retur ew Act veXObject(b[c])}catc (d){}}retur G},G =fu ct o (){t s.g= Gj();t s.c={}};G .prototype. =fu ct o (){}; G .prototype.se d=fu ct o (a){var b=[],c;for(c t s.c){var d=t s.c[c];b.pus (c+"="+e codeURICompo e t(d))}var b=b.jo ("&"),e=t s.g,f=t s. ;e.ope ("POST", a,Ga);e.setRequestHeader("Co te t-type","app cat o /x-www-form-ur e coded");e.s etRequestHeader("Co te t- e gt ",Str g(b. e gt ));e.o readystatec a ge=fu ct o (){4==e.readyState&&f({status:e.status,text:e.respo seText})};e.se d(b)}; G .prototype.q=fu ct o (a){var b=t s. ,c=t s.g;c.ope ("G T",a,Ga);c.o readysta tec a ge=fu ct o (){4==c.readyState&&b({status:c.status,text:c.respo seText})};c .se d()};var Gm=fu ct o (a){t s. =a;t s.r=t s.s(); f(t s. ==G)t row ew G (" mpty modu e ame");};Gc=Gm.prototype;Gc.s=fu ct o (){var a=w dow. ocat o .pat ame;retur a&&0==a. dexOf("/accou ts")?"/accou ts/JsRemoteLog":"/JsRemoteLog"} ; Gc.p=fu ct o (a,b,c){for(var d=t s.r,e=t s. ||"",d=d+"?modu e="+e codeURICompo e t(e),a=a||"",d=d+"&type="+e codeURICompo e t(a),b=b||"",d=d+"&msg="+e codeURI Compo e t(b),c=c||[],a=0;a<c. e gt ;a++)d=d+"&arg="+e codeURICompo e t(c[a]);try {var f=Mat .f oor(1 4*Mat .ra dom()),d=d+"&r="+Str g(f)}catc (g){}retur d};Gc. se d=fu ct o (a,b,c){var d= ew G ;d.c={};try{var e=t s.p(a,b,c);d.q(e)}catc (f) {}};Gc.a=fu ct o (a,b){t s.se d(" RROR",a,b)}; Gc.j=fu ct o (a){var b=t s;retur fu ct o (){try{retur a.app y(G,argume ts)}ca tc (c){t row b.a("U catc ed except o : "+c),c;}}};var G =fu ct o (){};var G =G | | ew Gm("ur "),Go=Reg xp("^(?:([^:/?#.]+):)?(?://(?:([^/?#]*)@)?([\\w\\d\\-\\u01 00-\\uffff.%]*)(?::([0-9]+))?)?([^?#]+)?(?:\\?([^#]*))?(?:#(.*))?$"),Gp=fu ct o (a){retur " ttp"==a.toLowerCase()?80:" ttps"==a.toLowerCase()?443:G},Gq=fu ct o (a,b){var c=b.matc (Go)[1]||G,d,e=b.matc (Go)[3]||G;d=e&&decodeURICompo e t(e);e =Number(b.matc (Go)[4]||G)||G; f(!c||!d)retur G .a("I va d or g xcept o ",[ Str g(b)]),Gb;e||(e=Gp(c));var f=a.matc (Go)[1]||G; f(!f||f.toLowerCase()!=c.to LowerCase())retur Gb; c=(c=a.matc (Go)[3]||G)&&decodeURICompo e t(c); f(!c||c.toLowerCase()!=d.toLower Case())retur Gb;(d=Number(a.matc (Go)[4]||G)||G)||(d=Gp(f));retur e==d};var Gr =Gr|| ew Gm("c ec _co ect o "),Gs="^([^:]+):(\\d*):(\\d?)$",Gt=G,Gu=G,Gv=G,Gw=f u ct o (a,b){t s.e=a;t s.d=b;t s.b=Gb};Gc=Gw.prototype;Gc. =fu ct o (a,b){ f( !b)retur Gb; f(0<=a. dexOf(","))retur Gr.a("C ec Co ect o resu t co ta s c omma",[a]),Gb;var c=b.va ue;b.va ue=c?c+","+a:a;retur Ga};Gc.f=fu ct o (a){retu r t s. (a,Gu)};Gc.m=fu ct o (a){retur t s. (a,Gv)};Gc. =fu ct o (a){a=a.matc (Gs);retur !a||3>a. e gt ?G:a[1]}; Gc.o=fu ct o (a,b){ f(!Gq(t s.e,a))retur Gb; f(t s.b||!b)retur Ga;"access b e"==b?(t s.f(a),t s.b=Ga):t s. (b)==t s.d&&(t s.m(b)||t s.f(a),t s.b=Ga); retur Ga};Gc.t=fu ct o (){var a;a=t s.e;var b="t mestamp",c=Str g(( ew Date). getT me()); f(0<a. dexOf("#"))t row Object("U supported URL xcept o : "+a);ret ur a=0<=a. dexOf("?")?a+"&"+e codeURICompo e t(b)+"="+e codeURICompo e t(c):a+ "?"+e codeURICompo e t(b)+"="+e codeURICompo e t(c)}; Gc. =fu ct o (){var a=w dow.docume t.create eme t(" frame"),b=a.sty e;b.v s b ty=" dde ";b.w dt ="1px";b. e g t="1px";b.pos t o ="abso ute";b.top="-100px"; a.src=t s.t();a. d=t s.d;Gt.appe dC d(a)}; var Gx=fu ct o (){ f(w dow.postMessage){var a;a=w dow.__CH CK_CONN CTION_CONFI G. framePare t eme tId;var b=w dow.__CH CK_CONN CTION_CONFIG.co ect v ty eme tId,c=w dow.__CH CK_CONN CTION_CONFIG. ewResu t eme tId;(Gt=docume t.get eme tById(a))?(b&&(Gu=docume t.get eme tById(b)),c&&(Gv=docume t.get eme tById(c) ),!Gu&&!Gv?(Gr.a("U ab e to ocate t e put e eme t to storeC ec Co ect o res u t",["o d d: "+Str g(b)," ew d: "+Str g(c)]),a=Gb):a=Ga):(Gr.a("U ab e to ocate t e frame a c or to appe d co ect o test frame", ["e eme t d: "+a]),a=Gb); f(a){c=w dow.__CH CK_CONN CTION_CONFIG.doma Co f gs ; f(!c){ f(!w dow.__CH CK_CONN CTION_CONFIG. frameUr ){Gr.a("M ss g frame URL o d co f gurat o ");retur }c=[{ frameUr :w dow.__CH CK_CONN CTION_CONFIG. f

rameUr ,doma Symbo :"youtube"}]} f(0!=c. e gt ){a=c. e gt ;for(var b=[],d=0;d<a ;d++)b.pus ( ew Gw(c[d]. frameUr ,c[d].doma Symbo ));var e=b,c=fu ct o (a){for( var b=a.or g .toLowerCase(),a=a.data,c=e. e gt ,d=0;d<c;d++) f(e[d].o(b,a))brea };Gg(w dow,"message", c);for(d=0;d<a;d++)b[d]. ()}}}},Gy=fu ct o (){ f(w dow.__CH CK_CONN CTION_CONFI G){var a=w dow.__CH CK_CONN CTION_CONFIG.postMsgSupport eme tId; f(w dow.post Message){var b=docume t.get eme tById(a);b?b.va ue="1":Gr.a("U ab e to ocate t e put e eme t to storepostMessage test resu t",["e eme t d: "+a])}}};G_c ec Co ect o Ma =Gr.j(Gx);G_setPostMessageSupportF ag=Gr.j(Gy); w dow.__CH CK_CONN CTION_CONFIG = { ewResu t eme tId: 'c ec Co ect o ', doma Co f gs: [{ frameUr : ' ttps://accou ts.youtube.com/accou ts/C ec Co ect o ?pmpo\75 ttps%3A%2F%2Faccou ts.goog e.com\46v\75-1024255345',doma Sym bo : 'youtube'}],

frameUr : '', frameOr g : '',

framePare t eme tId: 'cc_ frame_pare t',

postMsgSupport eme tId: 'pstMsg', msgCo te t: 'access b e' }; G_setPostMessageSupportF ag(); G_c ec Co ect o Ma ();

</scr pt> <scr pt type="text/javascr pt"> ga a_appe dParam = fu ct o (ur , ame, va ue) { var param = e codeURICompo e t( ame) + '=' + e codeURICompo e t(va ue); f (ur . dexOf('?') >= 0) { retur ur + '&' + param; } e se { retur ur + '?' + param; } }; var a gC ooser = docume t.get eme tById(' a g-c ooser'); f ( a gC ooser) { var a gC ooserParam = ' '; var a gC ooserUr = '\x2FServ ceLog Aut ? p=1\x26ds =-7097399890882902652'; a gC ooser.sty e.d sp ay = ''; a gC ooser.o c a ge = fu ct o () {

co ect v ty

eme tId: 'd Co ',

w dow. ocat o . ref = ga a_appe dParam( a gC ooserUr , a gC ooserParam, t s.va ue); }; } </scr pt> <scr pt type="text/javascr pt"> var ga a_swapH ResLogo = fu ct o () { var dev ceP xe Rat o = w dow.dev ceP xe Rat o ? w dow.dev ceP xe Rat o : 1; f (dev ceP xe Rat o > 1) { var ogos = ga a_get eme tsByC ass(' ogo'); for (var = 0; < ogos. e gt ; ++) { f ( ogos[ ]. odeName == 'IMG' && ogos[ ].src.searc ('goog e_ ogo_41.p g') > 0) { ogos[ ].w dt = 116; ogos[ ]. e g t = 41; ogos[ ].src = '//ss .gstat c.com/ mages/ ogo_ret.p g'; } } } } ga a_swapH ResLogo(); </scr pt> <scr pt type="text/javascr pt"> var _gaq = _gaq || []; _gaq.pus (['_setAccou t', 'UA-992684-1']); _gaq.pus (['_setDoma Name', 'accou ts.goog e.com']); _gaq.pus (['_setA owL er', true]); _gaq.pus (['_addIg oredRef', 'ma .goog e.com']); _gaq.pus (['_setA owA c or', true]); _gaq.pus (['_trac Pagev ew', '/ma / omepage']); (fu ct o () { var ga = docume t.create eme t('scr pt'); ga.type = 'text/javascr pt'; ga.asy c = true; ga.src = (' ttps:' == docume t. ocat o .protoco ? ' ttps://ss ' : ' ttp://www') + '.goog e-a a yt cs.com/ga.js'; (docume t.get eme tsByTagName(' ead')[0] || docume t.get eme tsByTagName('body')[0]).appe dC d(ga); })(); </scr pt> <scr pt type="text/javascr pt"> var BrowserSupport_={IsBrowserSupported:fu ct o (){var agt= av gator.userAge t.t oLowerCase();var s_op=agt. dexOf("opera")!=-1;var s_ e=agt. dexOf("ms e")!=1&&docume t.a &&! s_op;var s_ e5=agt. dexOf("ms e 5")!=-1&&docume t.a &&! s_ op;var s_mac=agt. dexOf("mac")!=-1;var s_g =agt. dexOf("gec o")!=-1;var s_s f=agt. dexOf("safar ")!=-1; f( s_ e&&! s_op&&! s_mac){ f(agt. dexOf("pa msourc e")!= -1||agt. dexOf("reg g")!=-1||agt. dexOf("w dows ce")!=-1||agt. dexOf("j2me ")!=-1||agt. dexOf("ava tgo")!=-1||agt. dexOf(" stb")!=-1)retur fa se;var v=B rowserSupport_.GetFo ow gF oat(agt,"ms e "); f(v!= u )retur v>=5.5} f( s_g & &! s_sf){var v=BrowserSupport_.GetFo ow gF oat(agt,"rv:"); f(v!= u )retur v> =1.4;e se{v=BrowserSupport_.GetFo ow gF oat(agt,"ga eo /"); f(v!= u )retur v >= 1.3}} f( s_sf){ f(agt. dexOf("rv:3.14.15.92.65")!=-1)retur fa se;var v=Browser Support_.GetFo ow gF oat(agt,"app eweb t/"); f(v!= u )retur v>=312} f( s_op ){ f(agt. dexOf("so y/com1")!=-1)retur fa se;var v=BrowserSupport_.GetFo ow gF oat(agt,"opera "); f(v== u )v=BrowserSupport_.GetFo ow gF oat(agt,"opera/" ); f(v!= u )retur v>=8} f(agt. dexOf("pda; so y/com2")!=-1)retur true;retur fa se}, GetFo ow gF oat:fu ct o (str,pfx){var =str. dexOf(pfx); f( !=-1){var v=parse

var start_t me = ( ew Date()).getT me(); f (top. ocat o != se f. ocat o ) { top. ocat o = se f. ocat o . ref; } fu ct o SetGma Coo e( ame, va ue) { docume t.coo e = ame + "=" + va ue + ";pat =/;doma =.goog e.com"; } fu ct o g() { var ow = ( ew Date()).getT me();

fu ct o ga acb_o Log Subm t() { g(); f (!f xed) { F xForm(); } retur true; } fu ct o Str pParam(ur , param) { var start = ur . dexOf(param); f (start == -1) retur ur ; var e d = start + param. e gt ; var c arBefore = ur .c arAt(start-1); f (c arBefore != '?' && c arBefore != '&') retur ur ;

} var f xed = 0; fu ct o F xForm() { f ( s_browser_supported) { var form = e ("ga a_ og form"); f (form && form["co t ue"]) { var ur = form["co t ue"].va ue; ur = Str pParam(ur , "u = tm "); ur = Str pParam(ur , "zy= "); form["co t ue"].va ue = ur ; } } f xed = 1;

var c arAfter = (ur . e gt >= e d+1) ? ur .c arAt(e d) : ''; f (c arAfter != '' && c arAfter != '&' && c arAfter != '#') retur f (c arBefore == '&') { --start; } e se f (c arAfter == '&') { ++e d; } retur ur .substr g(0, start) + ur .substr g(e d);

var coo e = "T" + start_t me + "/" + start_t me + "/" + SetGma Coo e("GMAIL_LOGIN", coo e);

ow;

ur ;

F oat(str.substr g( +pfx. e gt )); f(! sNaN(v))retur owser_supported=BrowserSupport_.IsBrowserSupported() </scr pt> <scr pt type=text/javascr pt> <!--

v}retur

u }};var s_br

} fu ct o e ( d) { f (docume t.get eme tById) { retur docume t.get eme tById( d); } e se f (w dow[ d]) { retur w dow[ d]; } retur u ; } // st mates of a te storage ge erat o over t me. var CP = [ [ 1224486000000, 7254 ], [ 1335290400000, 7704 ], [ 1335376800000, 10240 ], [ 2144908800000, 13531 ], [ 2147328000000, 43008 ], [ 46893711600000, Number.MAX_VALU ] ]; var quota_e em; var ON _PX = " ttps://ma .goog e.com/ma / mages/c.g f?t=" + ( ew Date()).getT me(); fu ct o LogRou dtr pT me() { var mg = ew Image(); var start = ( ew Date()).getT me(); mg.o oad = GetRou dtr pT meFu ct o (start); mg.src = ON _PX; } fu ct o GetRou dtr pT meFu ct o (start) { retur fu ct o () { var e d = ( ew Date()).getT me(); SetGma Coo e("GMAIL_RTT", (e d - start)); } } fu ct o MaybeP gUser() { var f = e ("ga a_ og form"); f (f. ma .va ue) { ew Image().src = ' ttps://ma .goog e.com/ma ?gx u=' + e codeURICompo e t(f. ma .va ue) + '&zx=' + ( ew Date().getT me()); } } fu ct o O Load() { ga a_setFocus(); MaybeP gUser(); var passwd_e em = e ("Passwd"); f (passwd_e em) { passwd_e em.o focus = MaybeP gUser; } LogRou dtr pT me(); f (!quota_e em) { quota_e em = e ("quota"); updateQuota(); } LoadCo vers o Scr pt(); } fu ct o updateQuota() { f (!quota_e em) { retur ; } var ow = ( ew Date()).getT me();

var ; for ( = 0; < CP. e gt ; ++) { f ( ow < CP[ ][0]) { brea ; } } f ( == 0) { setT meout(updateQuota, 1000); } e se f ( == CP. e gt ) { quota_e em. erHTML = CP[ - 1][1]; } e se { var ts = CP[ - 1][0]; var bs = CP[ - 1][1]; quota_e em. erHTML = format((( ow-ts) / (CP[ ][0]-ts) * (CP[ ][1]-bs)) + b s); setT meout(updateQuota, 1000); } } var PAD = '.000000'; fu ct o format( um) { var str = Str g( um); var dot = str. dexOf('.'); f (dot < 0) { retur str + PAD; } f (PAD. e gt > (str. e gt - dot)) { retur str + PAD.substr g(str. e gt - dot); } e se { retur str.substr g(0, dot + PAD. e gt ); } } var goog e_co vers o _type = ' a d g'; var goog e_co vers o _ d = 1069902127; var goog e_co vers o _ a guage = "e _US"; var goog e_co vers o _format = "1"; var goog e_co vers o _co or = "FFFFFF"; fu ct o LoadCo vers o Scr pt() { var scr pt = docume t.create eme t("scr pt"); scr pt.type = "text/javascr pt"; scr pt.src = " ttps://www.goog eadserv ces.com/pagead/co vers o .js"; } // --> </scr pt> <scr pt> w dow.o oad = fu ct o () { O Load(); F xForm(); } </scr pt> </d v> </body> </ tm >

Вам также может понравиться

  • Gmail HTML
    Gmail HTML
    Документ43 страницы
    Gmail HTML
    Sooraj Raveendran
    Оценок пока нет
  • Doctype HTML
    Doctype HTML
    Документ44 страницы
    Doctype HTML
    Ayoub Khelifaoui
    Оценок пока нет
  • Samiboy 1301@
    Samiboy 1301@
    Документ35 страниц
    Samiboy 1301@
    Samanta Augiar
    Оценок пока нет
  • Empoderamiento
    Empoderamiento
    Документ43 страницы
    Empoderamiento
    آشين سالفاتيرا
    Оценок пока нет
  • Adad
    Adad
    Документ389 страниц
    Adad
    MuhdAmir
    Оценок пока нет
  • Download
    Download
    Документ42 страницы
    Download
    Ara Payonga
    Оценок пока нет
  • CL
    CL
    Документ43 страницы
    CL
    Shadow Gaming
    Оценок пока нет
  • Live Mail - Email Exchange-2 - 2 - 11 (1) - Apk PDF
    Live Mail - Email Exchange-2 - 2 - 11 (1) - Apk PDF
    Документ52 страницы
    Live Mail - Email Exchange-2 - 2 - 11 (1) - Apk PDF
    Chad Bennett
    Оценок пока нет
  • Untitled
    Untitled
    Документ42 страницы
    Untitled
    Marco Vega
    Оценок пока нет
  • 15 GQ Ohx 1 Svuh SZW Ams 1 E4 Yud Vux 9 R WEhy
    15 GQ Ohx 1 Svuh SZW Ams 1 E4 Yud Vux 9 R WEhy
    Документ41 страница
    15 GQ Ohx 1 Svuh SZW Ams 1 E4 Yud Vux 9 R WEhy
    kim che
    Оценок пока нет
  • Bootstrap EMS
    Bootstrap EMS
    Документ5 страниц
    Bootstrap EMS
    shruti verma
    Оценок пока нет
  • M
    M
    Документ45 страниц
    M
    H
    Оценок пока нет
  • Kod Za Navigaciju Sa Slikama
    Kod Za Navigaciju Sa Slikama
    Документ15 страниц
    Kod Za Navigaciju Sa Slikama
    Seminarski Radovi
    Оценок пока нет
  • Template Teksmedik
    Template Teksmedik
    Документ42 страницы
    Template Teksmedik
    اكرم صالحين
    Оценок пока нет
  • Datos Instagram
    Datos Instagram
    Документ16 страниц
    Datos Instagram
    Clara Ramirez Aguirre
    100% (1)
  • Service Log in
    Service Log in
    Документ43 страницы
    Service Log in
    Arif Bachtiar
    Оценок пока нет
  • Incoputer
    Incoputer
    Документ88 страниц
    Incoputer
    SwapnilVandre
    Оценок пока нет
  • Mestecați Căpăceala de La Fagurele de Miere Și Spuneți
    Mestecați Căpăceala de La Fagurele de Miere Și Spuneți
    Документ30 страниц
    Mestecați Căpăceala de La Fagurele de Miere Și Spuneți
    Ioan Cotarlea
    Оценок пока нет
  • NJ 7 Rtubruve
    NJ 7 Rtubruve
    Документ26 страниц
    NJ 7 Rtubruve
    werdle23
    Оценок пока нет
  • Balaksix 0101000
    Balaksix 0101000
    Документ30 страниц
    Balaksix 0101000
    Balaksix
    Оценок пока нет
  • Aaaaaaaaa
    Aaaaaaaaa
    Документ18 страниц
    Aaaaaaaaa
    nekodust
    Оценок пока нет
  • New Free Data Viral Script TrickyYar
    New Free Data Viral Script TrickyYar
    Документ39 страниц
    New Free Data Viral Script TrickyYar
    Ashik Vai
    Оценок пока нет
  • Style
    Style
    Документ3 страницы
    Style
    Pb Monyet1234
    Оценок пока нет
  • Haanready Origfooter
    Haanready Origfooter
    Документ221 страница
    Haanready Origfooter
    Adnan
    Оценок пока нет
  • Style
    Style
    Документ18 страниц
    Style
    Ramya
    Оценок пока нет
  • New7 Theme
    New7 Theme
    Документ168 страниц
    New7 Theme
    Nguyễn Việt Bắc
    Оценок пока нет
  • Blogggg
    Blogggg
    Документ47 страниц
    Blogggg
    kaliber ilmu
    Оценок пока нет
  • Style
    Style
    Документ14 страниц
    Style
    Viviana Alvarez
    Оценок пока нет
  • واجهة المشغل
    واجهة المشغل
    Документ25 страниц
    واجهة المشغل
    BTS ARMY
    Оценок пока нет
  • bombes.xml صفحة هبوط تحميل فيفا و العاب اخرى
    bombes.xml صفحة هبوط تحميل فيفا و العاب اخرى
    Документ44 страницы
    bombes.xml صفحة هبوط تحميل فيفا و العاب اخرى
    Khalifa Fb
    Оценок пока нет
  • Import Url
    Import Url
    Документ57 страниц
    Import Url
    Jocker Man
    Оценок пока нет
  • Adeline
    Adeline
    Документ24 страницы
    Adeline
    Diệp Khuê Lê
    Оценок пока нет
  • Code Games صفحة الهبوط
    Code Games صفحة الهبوط
    Документ46 страниц
    Code Games صفحة الهبوط
    Khalifa Fb
    Оценок пока нет
  • Profilecard
    Profilecard
    Документ19 страниц
    Profilecard
    iqbal zahra telbissi
    Оценок пока нет
  • c413cbbb - Ngentot Memek Mulus Tanpa Bulu Di Zoom - HTML
    c413cbbb - Ngentot Memek Mulus Tanpa Bulu Di Zoom - HTML
    Документ27 страниц
    c413cbbb - Ngentot Memek Mulus Tanpa Bulu Di Zoom - HTML
    Santri Dafa
    0% (4)
  • Iwtproject
    Iwtproject
    Документ22 страницы
    Iwtproject
    006 Sahib Ahmad
    Оценок пока нет
  • Copia Style
    Copia Style
    Документ13 страниц
    Copia Style
    Viviana Alvarez
    Оценок пока нет
  • Stylecopia 234
    Stylecopia 234
    Документ13 страниц
    Stylecopia 234
    Viviana Alvarez
    Оценок пока нет
  • BMW Code1
    BMW Code1
    Документ7 страниц
    BMW Code1
    Andy Ardianata
    Оценок пока нет
  • Style
    Style
    Документ15 страниц
    Style
    Kavya Chittipaka
    Оценок пока нет
  • Codes
    Codes
    Документ69 страниц
    Codes
    Daniella Janna Eugenio
    Оценок пока нет
  • Style
    Style
    Документ11 страниц
    Style
    Shrihari k
    Оценок пока нет
  • Message 1
    Message 1
    Документ7 страниц
    Message 1
    Cinthia cervantes
    Оценок пока нет
  • Style Css
    Style Css
    Документ30 страниц
    Style Css
    Selene Nyx
    Оценок пока нет
  • Blog Skins 394827
    Blog Skins 394827
    Документ10 страниц
    Blog Skins 394827
    aisyahkarina
    Оценок пока нет
  • Emirb Novi Pop
    Emirb Novi Pop
    Документ6 страниц
    Emirb Novi Pop
    Dzenad Zen Hasanovic
    Оценок пока нет
  • Emirb Novi Pop
    Emirb Novi Pop
    Документ6 страниц
    Emirb Novi Pop
    Dzenad Zen Hasanovic
    Оценок пока нет
  • Template Blog Bem Lama
    Template Blog Bem Lama
    Документ45 страниц
    Template Blog Bem Lama
    Sandhi Okta
    Оценок пока нет
  • 6
    6
    Документ26 страниц
    6
    Navdeep Kaur
    Оценок пока нет
  • الخميس
    الخميس
    Документ23 страницы
    الخميس
    Houari Abdellah
    Оценок пока нет
  • HTML Dir
    HTML Dir
    Документ151 страница
    HTML Dir
    sahabatpayy00
    Оценок пока нет
  • Task 4: Search-Filter - Css
    Task 4: Search-Filter - Css
    Документ21 страница
    Task 4: Search-Filter - Css
    GONELA SAI LOKESH (RA2011028010100)
    Оценок пока нет
  • About Css
    About Css
    Документ11 страниц
    About Css
    Farrier
    Оценок пока нет
  • Template Free Teen 2
    Template Free Teen 2
    Документ102 страницы
    Template Free Teen 2
    Thais Alves
    Оценок пока нет
  • Archive Browser
    Archive Browser
    Документ86 страниц
    Archive Browser
    vanesa
    Оценок пока нет
  • Page 13 - Seafoam About
    Page 13 - Seafoam About
    Документ44 страницы
    Page 13 - Seafoam About
    Banana Phone
    Оценок пока нет
  • Chien Trnah The Gioi Thu 3
    Chien Trnah The Gioi Thu 3
    Документ14 страниц
    Chien Trnah The Gioi Thu 3
    Vô Ngã
    Оценок пока нет
  • Creative Blog Template Free Version DNTGIANG
    Creative Blog Template Free Version DNTGIANG
    Документ156 страниц
    Creative Blog Template Free Version DNTGIANG
    ĐẶNG NGUYỄN TRƯỜNG GIANG
    Оценок пока нет
  • Angular Portfolio App Development: Building Modern and Engaging Portfolios
    Angular Portfolio App Development: Building Modern and Engaging Portfolios
    От Everand
    Angular Portfolio App Development: Building Modern and Engaging Portfolios
    Оценок пока нет
  • Angular Shopping Store: From Scratch to Successful Payment
    Angular Shopping Store: From Scratch to Successful Payment
    От Everand
    Angular Shopping Store: From Scratch to Successful Payment
    Оценок пока нет
  • Globalnavmenu
    Globalnavmenu
    Документ9 страниц
    Globalnavmenu
    gigglez1983
    Оценок пока нет
  • Include
    Include
    Документ4 страницы
    Include
    gigglez1983
    Оценок пока нет
  • Include
    Include
    Документ4 страницы
    Include
    gigglez1983
    Оценок пока нет
  • Include
    Include
    Документ23 страницы
    Include
    gigglez1983
    Оценок пока нет
  • Getting Started
    Getting Started
    Документ9 страниц
    Getting Started
    gigglez1983
    Оценок пока нет
  • Get JS
    Get JS
    Документ79 страниц
    Get JS
    gigglez1983
    Оценок пока нет
  • Globalnavmenu
    Globalnavmenu
    Документ9 страниц
    Globalnavmenu
    gigglez1983
    Оценок пока нет
  • Search
    Search
    Документ7 страниц
    Search
    gigglez1983
    Оценок пока нет
  • Webhp
    Webhp
    Документ24 страницы
    Webhp
    gigglez1983
    Оценок пока нет
  • Send Files
    Send Files
    Документ29 страниц
    Send Files
    gigglez1983
    Оценок пока нет
  • Newhome Quick Ajax Show
    Newhome Quick Ajax Show
    Документ1 страница
    Newhome Quick Ajax Show
    gigglez1983
    Оценок пока нет
  • Search
    Search
    Документ7 страниц
    Search
    gigglez1983
    Оценок пока нет
  • Ago2002 25
    Ago2002 25
    Документ7 страниц
    Ago2002 25
    gigglez1983
    Оценок пока нет
  • Update
    Update
    Документ1 страница
    Update
    gigglez1983
    Оценок пока нет
  • 1
    1
    Документ1 страница
    1
    gigglez1983
    Оценок пока нет
  • Mobile
    Mobile
    Документ27 страниц
    Mobile
    gigglez1983
    Оценок пока нет
  • Oauth
    Oauth
    Документ1 страница
    Oauth
    gigglez1983
    Оценок пока нет
  • Plans
    Plans
    Документ9 страниц
    Plans
    gigglez1983
    Оценок пока нет
  • Combo
    Combo
    Документ2 страницы
    Combo
    gigglez1983
    Оценок пока нет
  • Include
    Include
    Документ3 страницы
    Include
    gigglez1983
    Оценок пока нет
  • Newhome Timeline Ajax Show
    Newhome Timeline Ajax Show
    Документ3 страницы
    Newhome Timeline Ajax Show
    gigglez1983
    Оценок пока нет
  • Scribd Com
    Scribd Com
    Документ31 страница
    Scribd Com
    gigglez1983
    Оценок пока нет
  • Include
    Include
    Документ8 страниц
    Include
    gigglez1983
    Оценок пока нет
  • TT
    TT
    Документ1 страница
    TT
    gigglez1983
    Оценок пока нет
  • Search
    Search
    Документ7 страниц
    Search
    gigglez1983
    Оценок пока нет
  • 1342734
    1342734
    Документ13 страниц
    1342734
    gigglez1983
    Оценок пока нет
  • Basic 1
    Basic 1
    Документ3 страницы
    Basic 1
    gigglez1983
    Оценок пока нет
  • Upload Document
    Upload Document
    Документ14 страниц
    Upload Document
    gigglez1983
    Оценок пока нет
  • TT
    TT
    Документ1 страница
    TT
    gigglez1983
    Оценок пока нет
  • Search
    Search
    Документ7 страниц
    Search
    gigglez1983
    Оценок пока нет
  • Components of Window Screen
    Components of Window Screen
    Документ20 страниц
    Components of Window Screen
    Bindu Saji
    Оценок пока нет
  • DICT Surigao Del Norte Provincial Office, Ferdinand M. Ortiz St. Brgy. Washington, Surigao City Telephone Number: (086) 826-0121
    DICT Surigao Del Norte Provincial Office, Ferdinand M. Ortiz St. Brgy. Washington, Surigao City Telephone Number: (086) 826-0121
    Документ3 страницы
    DICT Surigao Del Norte Provincial Office, Ferdinand M. Ortiz St. Brgy. Washington, Surigao City Telephone Number: (086) 826-0121
    ChinRusSorianoEchevarre
    Оценок пока нет
  • Cisco ePDG Admin
    Cisco ePDG Admin
    Документ99 страниц
    Cisco ePDG Admin
    Chris Haines
    Оценок пока нет
  • Review Quiz Edtech2 Midterm
    Review Quiz Edtech2 Midterm
    Документ3 страницы
    Review Quiz Edtech2 Midterm
    License Sure Reviewers
    Оценок пока нет
  • UG Design
    UG Design
    Документ61 страница
    UG Design
    Wilber Yucra
    100% (1)
  • Python
    Python
    Документ9 страниц
    Python
    Himanshu Pathak
    Оценок пока нет
  • Disruptive Product Innovation Strategy PDF
    Disruptive Product Innovation Strategy PDF
    Документ19 страниц
    Disruptive Product Innovation Strategy PDF
    zn artikel
    100% (1)
  • IBM Oil - Cognos Performance Blueprint Offers Solutions For Upstream
    IBM Oil - Cognos Performance Blueprint Offers Solutions For Upstream
    Документ7 страниц
    IBM Oil - Cognos Performance Blueprint Offers Solutions For Upstream
    IBM Chemical and Petroleum
    Оценок пока нет
  • AIS Chapter 3 Reviewer
    AIS Chapter 3 Reviewer
    Документ4 страницы
    AIS Chapter 3 Reviewer
    rex martin guce
    Оценок пока нет
  • Cary Specifications
    Cary Specifications
    Документ8 страниц
    Cary Specifications
    mafiwars
    Оценок пока нет
  • Financial Diary Application - Design Document
    Financial Diary Application - Design Document
    Документ17 страниц
    Financial Diary Application - Design Document
    Божидар Игњатовић
    Оценок пока нет
  • Hands-On Lab: How To Set Up and Configure SAP Process Control
    Hands-On Lab: How To Set Up and Configure SAP Process Control
    Документ88 страниц
    Hands-On Lab: How To Set Up and Configure SAP Process Control
    ManoharManu
    100% (1)
  • AlienVault Component Communicationx PDF
    AlienVault Component Communicationx PDF
    Документ12 страниц
    AlienVault Component Communicationx PDF
    fawas hamdi
    Оценок пока нет
  • TB TrackEssentials v3
    TB TrackEssentials v3
    Документ21 страница
    TB TrackEssentials v3
    b
    Оценок пока нет
  • ChemWatch DS GP-485-EN Low
    ChemWatch DS GP-485-EN Low
    Документ1 страница
    ChemWatch DS GP-485-EN Low
    gerardo
    Оценок пока нет
  • Export Import Oracledatabase While Spliting Dump File
    Export Import Oracledatabase While Spliting Dump File
    Документ4 страницы
    Export Import Oracledatabase While Spliting Dump File
    Lenny Mwangi
    Оценок пока нет
  • Release Note E39143
    Release Note E39143
    Документ40 страниц
    Release Note E39143
    Anonymous Ulfg13EG
    Оценок пока нет
  • Ch7 FreeRTOS
    Ch7 FreeRTOS
    Документ207 страниц
    Ch7 FreeRTOS
    Huy Nguyễn
    Оценок пока нет
  • Heathkit Catalog 819
    Heathkit Catalog 819
    Документ9 страниц
    Heathkit Catalog 819
    lxz5101
    0% (1)
  • Sakshi Epaper
    Sakshi Epaper
    Документ3 страницы
    Sakshi Epaper
    Bhanu K Prakash
    Оценок пока нет
  • Veritas Backup Exec 16 Tuning and Performance Guide
    Veritas Backup Exec 16 Tuning and Performance Guide
    Документ47 страниц
    Veritas Backup Exec 16 Tuning and Performance Guide
    Ahmed Abdelfattah
    Оценок пока нет
  • Usb 3.0 Driver
    Usb 3.0 Driver
    Документ11 страниц
    Usb 3.0 Driver
    Alex Gmim
    Оценок пока нет
  • Kodu Game Lab Privacy Statement
    Kodu Game Lab Privacy Statement
    Документ3 страницы
    Kodu Game Lab Privacy Statement
    Ali Fetoh
    Оценок пока нет
  • Traditional Problem With Cyber Crime
    Traditional Problem With Cyber Crime
    Документ10 страниц
    Traditional Problem With Cyber Crime
    Swati bhosle
    Оценок пока нет
  • R - Manual NICRA Project
    R - Manual NICRA Project
    Документ40 страниц
    R - Manual NICRA Project
    herlambang rachman
    Оценок пока нет
  • Technology-Based Art: Its Elements, Characteristics and Adaptation
    Technology-Based Art: Its Elements, Characteristics and Adaptation
    Документ7 страниц
    Technology-Based Art: Its Elements, Characteristics and Adaptation
    Mark Atentar
    Оценок пока нет
  • Dolat Capital Interview Experience
    Dolat Capital Interview Experience
    Документ6 страниц
    Dolat Capital Interview Experience
    SIDDHANT WAGHANNA
    Оценок пока нет
  • FM 11-50 Combat Communications Within The Division (Heavy and Light)
    FM 11-50 Combat Communications Within The Division (Heavy and Light)
    Документ237 страниц
    FM 11-50 Combat Communications Within The Division (Heavy and Light)
    Mark Cheney
    100% (2)
  • Incremental Model
    Incremental Model
    Документ8 страниц
    Incremental Model
    monisha
    Оценок пока нет
  • An Investigation On Cyber Security Threats, Taxonomy and Challenges
    An Investigation On Cyber Security Threats, Taxonomy and Challenges
    Документ12 страниц
    An Investigation On Cyber Security Threats, Taxonomy and Challenges
    zeenia ahmed
    Оценок пока нет