Just so you know this site is mostly used as a test bed for dev projects and testing. very few updates make it to the page.
Insert this code in your PHP file to for the SOPA/PIPA blackout
<?php if (!isset($_COOKIE['bypassSOPA'])) { setcookie("bypassSOPA", 1, time()+3600); if (time() > mktime(1,0,0,1,18,2012) && time() < mktime(1,0,0,1,19,2012)) { ?> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"><script type="text/javascript" src="http://atomic.room34.com/sopa_blackout.js"></script>
<?php
}
}
?>