<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
  </head>
  <body>
  <script type="text/javascript"">
    var cur_url = document.URL;
    ulist = cur_url.split('?');
    
    window.location.href=ulist[1];
    window.location.replace(ulist[1]);
  </script>

  </body>
</html>
