<html> <head> <script language=javascript> function redirect() {  window.location.href="http://www.onewaybleu.com";  }  </script>    </head> <BODY onload="redirect();"> <br><br> &nbsp; </BODY>     </html> 
