<!DOCTYPE html>

<html>

    <head>
	
		<script>
		  document.createElement('header');
		  document.createElement('nav');
		  document.createElement('section');
		  document.createElement('article');
		  document.createElement('aside');
		  document.createElement('footer');
		</script>
		
		<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js" type="text/javascript"></script>


		<!-- STATIC META TAGS -->
			<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
			<meta http-equiv="Expires" content="Mon, 01 Jan 1993 08:21:57 GMT" />
			<meta name="distribution" content="global" />
			<meta name="robots" content="index,follow" />
			<meta name="googlebot" content="index,follow" />
			<meta name="language" content="en, sv" />
			<meta name="viewport" content="width=1000, user-scalable=1" />
			<meta name="tagline" content="art is a single syllable word" />
			<meta name="author" content="[painkiller.org]" />
			<meta name="keywords" content="animal band names" />

			<!-- END STATIC META TAGS -->
			
			
	<style>
	@charset "utf-8";

	body {
		background:#000;
		margin:0px;  
		position: absolute;
	  	top: 50%;
	  	left: 50%;
		margin-top: -320px;
		margin-left:-480px;
		font-family: verdana, arial, helvetica;
		}
		
	article {
		display: block;
		width:400px;
		color:#fff;
		margin-left:520px;
		margin-top:-300px;
		font-size:12px;
		}
		
		article#retirement {}
			
		article#animals {}
	

	footer {
		margin-top:170px;
		display: block;
		position:absolute;
		text-transform: lowercase;
		font-size: 12px;
		text-align: left;
		color:#999;
		}
		
		a {text-decoration: none; }
		a:link, a:visited {
			color: orange;
			text-decoration: none;
			font-weight: bold;
		}
		a:hover {
		color: silver;
		border-bottom: none;
		}
	</style>
	
	<script type="text/javascript">
	//CONTENT SWAPPER
	 $(document).ready(function() {
		 $('#opt1').click(function(){
		     $('#animals').show(); 
		     $('#retirement').hide();
		 });

		$('#opt2').click(function(){
		     $('#retirement').show();
		   $('#animals').hide();
		});
		
		$('#opt3').click(function(){
		     $('#retirement').show();
		   $('#animals').hide();
		});
	});
	</script>
	
	


	<title>[painkiller.org]</title>
	
	
    </head>



    <body>
	

	<img src="2013-placecard.jpg" width="960" height="640" alt="[painkiller.org]">


        <section>
	

            <article>

			

            </article>

		

        </section>



        <footer>

            <!--COPYRIGHT-->
			<br><br><br><br><br><br><br><br><br>Copyright</a> &copy; 1993 - 2022 [painkiller.org]. All Rights Reserved.
			<!--END COPYRIGHT-->

        </footer>

<!--GOOGLE ANALYTICS CODE-->
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1842388-1";
urchinTracker();
</script>
<!--GOOGLE ANALYTICS CODE-->

    </body>

</html>
