<!DOCTYPE html>

<!-- Limit the number of HTTP requests
     REF: paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->

<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]>    <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]>    <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]>    <html lang="en" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->

<head>	
  <meta charset="UTF-8" />

  <title>Redirecting to davidyeiser.com</title>
  <meta name="description" content="Writing categories include think, design, build, practice and general." />
  
  <script src="http://use.typekit.com/dpg0leb.js"></script>
  <script>try{Typekit.load();}catch(e){}</script>
  
	<!-- For mobile devices -->
	<meta name="viewport" content="width=device-width, initial-scale=1.0">

  <link rel="stylesheet" media="all" href="/media/css/base-v6.css" />
    
	<script type="text/javascript">
	  var _gaq = _gaq || [];
	  _gaq.push(['_setAccount', 'UA-26018065-1']);
	  _gaq.push(['_setDomainName', 'designintellection.com']);
	  _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>
</head>

<body class="body page-home">

<div class="site">
<div class="site-main">

  <header class="identity">
		<h1 class="main-message-home" style="margin-bottom:24px;">Redirecting to <strong>davidyeiser.com</strong></h1>
	</header>

  <script>
    window.location.replace("http://davidyeiser.com");
  </script>

</div> <!-- .site-main -->
</div> <!-- .site -->

</body>
</html>