<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
		<title>Oops, something is wrong</title>
        <style type="text/css">
            body {
                margin: 3em 5em;
                font-family: sans-serif;
                font-size: 100%;
            }
            p {
                font-size: 1.2em;
                margin-bottom: 0.5em;
                margin-top: 0;
                font-weight: normal;
            }
            h1.about {
                font-size: 1.15em;
                margin-bottom: 0.5em;
                margin-top: 0;
                font-weight: normal;
            }
            .oops {
                font-weight: bold;
                font-size: 1.8em;
            }
            h1 {
                font-size: 1.4em;
                font-weight: bold;
                margin-top: 4em;
                margin-bottom: 1em;
            }
            .www-less, .with-www {
                color: #00c;
            }
            .bump {
                margin-top: 2em;
            }
                .records td {
                padding: 0 0.6em;
            }
            .records {
                margin: 1em 0;
            }
            .records .domain {
                text-align: right;
            }
            .help-big {
                font-weight: bold;
                margin-top: 2em;
            }
            .small {
                font-size: 0.98em;
            }
            span.no-blue {
                color: #000;
            }
        </style>
	</head>
	<body>
	    <p class="oops">You've got it all wrong!</p>
        <h1 class="about">This message is from <a href="http://www.wwwizer.com/">naked domain redirect service WWWizer</a>, that redirects from <span class="www-less">example.com</span> to <span class="with-www">www.example.com</span></h1>

        <p class="help bump">You have to point only <span class="www-less">www-less</span> A-record to WWWizer.</p>
        <p class="help"><span class="with-www">Record with www</span> must be pointed to your hosting provider.</p>
        <p class="help">If you already made this change and still see this message wait until your DNS updates.</p>
        <p class="help-big">DNS setup for Google Sites</p>
        <!--p class="small pre-list">You need these records in DNS:</p-->
    <table class="records">
        <tr><td class="domain"><span class="www-less no-blue">example.com</span></td><td>A</td><td>174.129.25.170</td></tr>
        <tr><td class="domain"><span class="with-www no-blue">www.example.com</span></td><td>CNAME</td><td>ghs.google.com</td></tr></table>
    <!--p class="small post-list">And usual mail-related MX-records.</p-->

        <h1>Website visitor?</h1>
        <p class="help">Someone made a mistake and pointed address that includes "www" to WWWizer.</p>
        <p class="help">We are not controlling their servers and unable to help in this case.</p>
        <p class="help">If you can, please contact site owners and tell them about this problem.</p>
        <p class="help">Sorry!</p>

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>

<script type="text/javascript">
    var host = document.location.hostname;
    if ((host) && (host.substring(0,4) === 'www.')) {
        $('.with-www').text(host);
        $('.www-less').text(host.substring(4));
        document.title = host.substring(4) + ' is temporarily unavailable';
    }
</script>

<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-3142081-9']);
  _gaq.push(['_setDomainName', 'none']);
  _gaq.push(['_setAllowLinker', true]);
  _gaq.push(['_trackPageview']);

  (function() {
    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>
<script type="text/javascript">

  var _gauges = _gauges || [];
  (function() {
    var t   = document.createElement('script');
    t.type  = 'text/javascript';
    t.async = true;
    t.id    = 'gauges-tracker';
    t.setAttribute('data-site-id', '4f16b2a3613f5d2457000003');
    t.src = '//secure.gaug.es/track.js';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(t, s);
  })();
</script>
	</body>
</html>
