<html>
<head>
  <title>Big Cartel &raquo; One moment...</title>
  <style type="text/css">
    body
    {
      margin: 100px;
      text-align: center;
      font-family: Arial, Helvetica, sans-serif;
      color: #666;
    }
    h3
    {
      padding: 50px;
      border: solid 1px #ddd;
      background-color: #f8f8f8;
      width: 300px;
      font-size: 18px;
    }
  </style>
  <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
</head>
<body>
  <div align="center" style="margin:20px;">
    <h3>One moment...</h3>
  </div>

  <script type="text/javascript">
    $(document).ready(function() {
      function refreshUntilRoutedToSeamless() {
	window.location.reload();
      };

      setTimeout(refreshUntilRoutedToSeamless, 4000);
    });
  </script>
</body>
</html>
