



  

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
<meta name="robots" content="noindex, nofollow, noarchive, nosnippet, noodp" />
<meta name="robots" content="noimageindex,nomediaindex" />
<meta name="slurp" content="noydir">
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />


    <title>Wipe out | Page Not Found | Nixon Watches and Premium Accessories </title> 
    
 
<meta name="keywords"  content="" />
<meta name="description"  content="" />

<link type="text/css" rel="stylesheet"  href="//fast.fonts.net/cssapi/e0928bf6-6e5c-4d0d-9d30-4f60fbbf9dff.css" />
<link rel="stylesheet" href="/css/style.css?v=2.11">

<style type="text/css">
.secondary-hero {
  background-image:
    url(/images/30/general/hero/checkout-complete-background.png);
}
</style>

</head>

<!-- google analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-31449-1', 'auto');
ga('send', 'pageview');
</script>
  
<body class="en_US" style="display: none;" id="errorPageBase">

  <!--[if lte IE 9]>
    <div class="browsehappy alert alert-success">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
  <![endif]-->

  <!-- Google Tag Manager -->
  <noscript>
    <iframe src="//www.googletagmanager.com/ns.html?id=GTM-WSDPK4"
      height="0" width="0" style="display: none; visibility: hidden"></iframe>
  </noscript>
  <script>
    (function(w, d, s, l, i) {
      w[l] = w[l] || [];
      w[l].push({
        'gtm.start' : new Date().getTime(),
        event : 'gtm.js'
      });
      var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l='
          + l
          : '';
      j.async = true;
      j.src = '//www.googletagmanager.com/gtm.js?id=' + i + dl;
      f.parentNode.insertBefore(j, f);
    })(window, document, 'script', 'dataLayer', 'GTM-WSDPK4');
  </script>
  <!-- End Google Tag Manager --> 

  <div id="page" class=" nix-cart-pusher">    
    <div class="navbar nix-navbar ">
      <div class="container">        
        <div class="navbar-header">
          <a class="navbar-brand" href="/"> 
            <span class="navbar-brand-back"></span>
          </a> 
        </div>        
      </div>
    </div>

    <div class="center-shadow secondary-hero">
      <div class="container hero-text">
        <h1>
          
               404: Page Not Found                
                     
        </h1>
      </div>
    </div>

    <div class="container-fluid nix-content-container">
      <div class="col-md-9 col-sm-12" style="margin-top: 60px; margin-bottom: 60px;">        
            
        <article id="generalcontent" class="columns1">
          
              
                  <h4> </h4>
                  <p>I'm sorry, we couldn't find what you were looking for.</p>
<p>Either the page URL was bad or no longer exists. Nixon staff has been alerted to this problem. To help get you back on track, try one of the buttons below or use our main menu.</p>  
                 
                               
                    
        </article>
      </div>
    </div>    
  </div>

  <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js"></script>
  <script>

    var CLIENT = window.CLIENT || {};
    CLIENT.Settings = {
      url : {
        servlet : "http://online.nixon.com/za/NXN",
        secureServlet : "https://online.nixon.com/za/NXN",
        host : "http://online.nixon.com/us/en",
        secureHost : "https://online.nixon.com/us/en",
        localeUrl : "/us/en",
        LAC : "en_US"
      },
      getServlet : function(){
        var servlet = ('https:'==location.protocol) ? CLIENT.Settings.url.secureServlet : CLIENT.Settings.url.servlet;
        return servlet + CLIENT.Settings.url.localeUrl + "/";
      },
      getHost : function( ){
        return ('https:'==location.protocol) ? CLIENT.Settings.url.secureHost : CLIENT.Settings.url.host;
      },
      getBaseHost : function (){
        return CLIENT.Settings.getHost().replace( CLIENT.Settings.url.localeUrl, '' );
      }
    };

    $(window).load(function(){
      loadLocalized404();
    });

    function loadLocalized404(){
      var request = $.ajax({
        url: CLIENT.Settings.getHost() + '/messages_404.html'
      });

      var debugMessage = $(".debugmessage");

      /** check the response and make sure it isn't another error page **/
      request.then(function(msg, textStatus, jqXHR){
        if ( textStatus != 200 ){
          return jQuery.Deferred().reject( jqXHR );
        }
        else if ( $(msg).find("#errorPageBase").length ) {
          return jQuery.Deferred().reject( jqXHR );
        }
        else {
          return jqXHR;
        }
      });

      request.success(function(msg, textStatus, jqXHR){
        var newDoc = document.open("text/html", "replace");
        newDoc.write(msg);
        newDoc.close();

        $(document).find("#generalcontent").prepend(debugMessage);

      });

      request.fail(function(msg){
        $('body').show();
      });
    }

  </script>
</body>
</html>


