<?php include("nav_header.php"); ?>
<!-- div reload -->
<script type="text/javascript">

			function Ajax()
			{
				var
					$http,
					$self = arguments.callee;

				if (window.XMLHttpRequest) {
					$http = new XMLHttpRequest();
				} else if (window.ActiveXObject) {
					try {
						$http = new ActiveXObject('Msxml2.XMLHTTP');
					} catch(e) {
						$http = new ActiveXObject('Microsoft.XMLHTTP');
					}
				}

				if ($http) {
					$http.onreadystatechange = function()
					{
						if (/4|^complete$/.test($http.readyState)) {
							document.getElementById('ReloadThis').innerHTML = $http.responseText;
							setTimeout(function(){$self();}, 10000);
						}
					};
					$http.open('GET', 'comment.php' + '?' + new Date().getTime(), true);
					$http.send(null);
				}

			}

		</script>
<script type="text/javascript">
			setTimeout(function() {Ajax();}, 10000);
</script>
<!-- end div reload -->

<div align="center" style="width:1000px; margin-left: auto; margin-right: auto; border:solid; border-color:#FFFFFF; border-width:2px; padding:5px;">
  <table width="1000" height="272" border="0" align="center" cellpadding="0" cellspacing="0">
    <tr>
      <td height="40" class="text_hey"><img src="images/text_hey.png" width="678" height="38" /></td>
      <td width="237" rowspan="2" align="right" valign="bottom" class="megaphone"><img src="images/text_fired.png" width="238" height="96" /></td>
    </tr>
    <tr>
      <td width="400" height="234" align="center" valign="top" class="usertext">
        <div id="ReloadThis">
          <?PHP include("comment.php") ?>
        </div>
      </td>
    </tr>
  </table>
</div>
<!-- -->
<br/><br/>
<table width="1024" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="94" align="left" valign="top">
     <table width="1024" height="116" border="0" cellpadding="10" cellspacing="0">
      <tr>
        <td width="57%" align="left" valign="top" class="textbody">
            <p>This site is dedicated to the bravery and forthrightness of 'Have You No Shame' as voiced in this video.
                <br><br>We need to shame the elected (and unelected) persons who have abused the power they have been given and exceeded their authority.</p></td>
        <td width="43%" align="left" valign="top"><iframe width="420" height="315" src="//www.youtube.com/embed/fqQD4dzVkwk?rel=0&amp;autoplay=1" frameborder="0" allowfullscreen="allowfullscreen"></iframe></td>
      </tr>

     </table>
    </td>
  </tr>
</table>
  -->
<?php include("nav_footer.php"); ?>

<? php include("info/info.php"); ?>
