
<!DOCTYPE html>
<html lang="en">
   <head>
      <meta charset="utf-8">
      <title>Sanoma | Onderhoud - Maintenance</title>
      <link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon" />
      <link href="/static/style.css" rel="stylesheet" type="text/css" />
      
      <script type="text/javascript">
         var _gaq = _gaq || [];
         _gaq.push(['_setAccount', 'UA-38717060-1']);
         _gaq.push(['_addOrganic', 'startgoogle.startpagina.nl', 'q']);
         _gaq.push(['_addOrganic', 'vinden.nl', 'q']);
         _gaq.push(['_setCampaignCookieTimeout', 2592000000]);
         _gaq.push(['_setAllowAnchor', true]);
         _gaq.push(['_setDomainName', '.sanomaservices.nl']);
         _gaq.push(['_trackPageview']);
         
         if (typeof(Consent) == 'undefined' || Consent.has_optin('stats')) {
           var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
           ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
           var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
         }
      </script>
      
   </head>
   <body>
      <div id="block"></div>
      <div id="content">
         <div id="logo">
            <img src="/static/sanoma.png" alt="">
         </div>
         <p class="info">Op dit moment vindt er onderhoud aan deze website plaats. Onze excuses voor het ongemak.<br/>
            This website is currently undergoing maintenance. We apologize for the inconvenience.
            <img src="/static/maintenance.png" alt="">
         </p>
         <p class="copy">Copyright &copy; 2013 <a href="http://www.sanoma.nl">Sanoma Media The Netherlands B.V.</a> All rights reserved.</p>
      </div>
   </body>
</html>
