Yay Structural Tags in HTML5, Check out this filth!!!
<!DOCTYPE html>
<html>
<head>
<title>Another Pointless Michael Botterill Site</title>
</head>
<body>
<header>
<h1><a href=”#”>Summat cathcy that grabs your attention!</a></h1>
</header>
<nav>
<ul>
<li><a href=”#”>Home</a></li>
<li><a href=”#”>About</a></li>
<li><a href=”#”>Kittens</a></li>
<li><a href=”#”>Contact</a></li>
</ul>
</nav>
<section>
<article>
<header>
<h1><a href=”#”>Title</a></h1>
</header>
<section>
<p>Lorem ipsum…</p>
</section>
</article>
<article>
<header>
<h1><a href=”#”>Title</a></h1>
</header>
<section>
<p>Lorem ipsum…</p>
</section>
</article>
<article>
<header>
<h1><a href=”#”>Title</a></h1>
</header>
<section>
<p>Lorem ipsum…</p>
</section>
</article>
</section>
<footer>
<p>Copyright © 2009 Do Not Copy Sucka</p>
</footer>
</body>
</html>
Whoop!
Michael

