<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  <head><title>moxsie</title>
<link rel="stylesheet" type="text/css" media="screen" href="http://static.fab.com.s3.amazonaws.com/moxsie.css">
<script>
  window.onload = function(){
    var timer = 10;
    var timeToken = setInterval(function(){
      timer--;
      document.getElementById("timer").innerHTML = "0" + timer;
      if(timer === 0){
        clearInterval(timeToken);
        window.location = "http://fab.com"
      }
    },1000);
  }
</script>
</head>
<body>
  <div class="moxsie">
    <div class="fab-logo">
      <a href="http://fab.com/" ><img src="http://static.fab.com.s3.amazonaws.com/fab-logo-black.gif" height="119" width="328" alt="Fab"/></a>
      <span id="timer">10</span>
    </div>
    <div class="moxsie-logo">
     <img src="http://static.fab.com.s3.amazonaws.com/moxsie-logo-.gif" height="35" width="243" alt="moxsie"/><h2>is now part of Fab.com</h2>
    </div>
    <div class="fashionstakeimg">
     <a href="http://fab.com/"><img src="http://static.fab.com.s3.amazonaws.com/image.gif" height="357" width="950" alt="Fab"/></a>
     <a href="http://fab.com/" class="redCt"><p>And we're just getting started. Re-launching soon on Fab.com.</p></a>
    </div>
  </div>
  <div class="footer"></div>
</body>
</html>