<html>
<head>
<meta http-equiv="refresh" content="24">
</head>
<body>
<div style="width:600px; text-align: left"><img src="http://www.urbanindustry.co.uk/skin/frontend/enterprise/urbanindustry/images/logo.png"/><br/><br/>
<p style="font-family: Helvetica, Arial, sans-serif; font-size:12px; color: #5e5e5e;">
There are lots of people on the site right now so things are running a little slow.<br/><br/>
Sorry about this.<br/><br/>
Please wait <span id="countdown">23</span> seconds to see the page (it will refresh automatically, otherwise click <a href="/blog_feed.ashx">here</a>).<br/>
or make a cuppa and come back later.
</p>
</div>
<script type="text/javascript">
  var seconds;
  var temp;
  function countdown() {
    seconds = document.getElementById('countdown').innerHTML;
    seconds = parseInt(seconds);
    if (seconds == 0) {
//      document.getElementById('countdown').innerHTML = "Loading...";
      location.reload();
      return;
    }
    seconds--;
    temp = document.getElementById('countdown');
    temp.innerHTML = seconds;
    timeoutMyOswego = setTimeout(countdown, 1000);
  }
  countdown();
</script>
</body>
</html>