<html>
<title>Google Shared Spaces</title>
<head>
<script type="text/javascript">
      WebFontConfig = {
        google: { families: [ 'Droid Sans', 'Droid Serif'] }
      };
      (function() {
        var wf = document.createElement('script');
        wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
            '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
        wf.type = 'text/javascript';
        wf.async = 'true';
        var s = document.getElementsByTagName('script')[0];
        s.parentNode.insertBefore(wf, s);
        setInterval(function() {
          var curValue = parseInt(document.getElementById('time-box').innerHTML);
          document.getElementById('time-box').innerHTML = curValue - 1;
        }, 1000);
        setTimeout("location.href = 'http://developers.google.com/+/hangouts';",30000);
      })();
</script>
<link href="/static/reset.css" rel="stylesheet" type="text/css">
<link href="/static/style41.css" rel="stylesheet" type="text/css">
 
</head>
<body>
  <div style="padding-left: 5px; padding-top: 5px; height: 30px">
  <a href="/">
  <img id="logo" width="26" height="26" border="0" src="/static/logo.png">
  </a>
  <span id="app-title">Google Shared Spaces</a>
  </div>
  <div style="padding-left: 5px; padding-top: 5px; height: 30px">
  <span id="notice-title">Graduation notice</span>
  </div>
  <div style="padding-left: 5px; padding-top: 5px; height: 30px">
  <span id="notice-body">Google Shared Spaces has graduated Google Labs, and morphed into the
      <a href="http://developers.google.com/+/hangouts">Google+ Hangouts API</a>.
      Please visit that site to view its evolution.  This page will redirect there in
      <span id="time-box">30</span> seconds.
  </span>
  </div>
</body>
</html>
