
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Erepublik</title>

<link href="http://static.erepublik.com/css/cmp/app.css" rel="stylesheet"
type="text/css" />
<link rel="stylesheet"
href="http://static.erepublik.com/css/sIFR-screen.css" type="text/css"
media="screen" />
<link rel="stylesheet"
href="http://static.erepublik.com/css/sIFR-print.css" type="text/css"
media="print" />
</head>

<body id="error">
<div id="container">
<div id="header">
<div id="logo"><a href="#"><img
src="http://static.erepublik.com/images/parts/logo-erepublik.gif"
alt="Erepublik - the new world
" /></a></div>

<script>
function getTime(zone, success) {
var url = 'http://json-time.appspot.com/time.json?tz=' + zone,
ud = 'json' + (+new Date());
window[ud]= function(o){
success && success(new Date(o.datetime), o);
};
document.getElementsByTagName('head')[0].appendChild((function(){
var s = document.createElement('script');
s.type = 'text/javascript';
s.src = url + '&callback=' + ud;
return s;
})());
}

getTime('UTC', function(now){
var then = new Date(1369872360*1000);
var diff = Math.floor((then-now)/1000/60);
var str = "Maintenance. We'll be back ";
if (diff == 1) str += 'in 1 minute.';
else if (diff <= 0) str += 'any second now.';
else str += 'in '+diff+' minutes.';
document.getElementById('time').innerHTML = str;
});
</script>

</div>
<div id="content">

<div id="toplineholder">
<div class="err _maintenance"></div>
<div class="errtxt">
<span class="title"><span id="time"></span></span>
<p> Occasionally there are a couple of things which we need to check or
to implement in to order make your experience in eRepublik more pleasant.
<strong>Don't worry about ongoing battles, timer will be stopped during maintenance.</strong>
<br>Meanwhile, you can learn something from the
<strong>
<a href="http://wiki.erepublik.com/" class="smalldotted">eRepublik
Wiki.</a>
</strong>

</p>
<br>
Follow eRepublik on <a href="http://twitter.com/erepublik" title="Follow
eRepublik on Twitter">Twitter</a> or <a
href="http://www.facebook.com/eRepublik" title="Follow eRepublik on
Facebook">Facebook</a> to get informed once maintenance is over.

</div>
</div>
</div>

</body>
</html>
