<?php
?>
<!-- Main Navigation -->
  <table width="100%" border="0" cellspacing="0" cellpadding="2" height="20" bgcolor="#006699">
    <tr>
      <td> 
        <center>
          <table width="750" border="0" cellspacing="0" cellpadding="2" height="20" bgcolor="#006699">
            <tr> 
              <td class="mnuMainTxt"> 
                <p>&nbsp;.::&nbsp;&nbsp;<a href="javascript:window.open('God_boy_large.php',target='_self');" class="mnuMainLnk">product 
                  catalogue</a>&nbsp;&nbsp;:&nbsp;&nbsp;<a href="javascript:window.open('basket.php',target='_self');" class="mnuMainLnk">shopping 
                  cart</a>&nbsp;&nbsp;:&nbsp;&nbsp;<a href="javascript:window.open('billing.php',target='_self');" class="mnuMainLnk">checkout</a>&nbsp;&nbsp;:&nbsp;&nbsp;<a href="javascript:window.open('contact_secure.php',target='_self');" class="mnuMainLnk">contact 
                  us</a>&nbsp;&nbsp;:&nbsp;&nbsp;<a href="javascript:window.open('logout.php',target='_self');" class="mnuMainLnk">logout</a></p>
              </td>
            </tr>
          </table>
        </center>
      </td>
    </tr>
  </table>
  <!-- End Main Navigation -->
  <!-- Utilities Bar for Date, etc -->
  <table width="100%" border="0" cellspacing="0" cellpadding="1" height="20" bgcolor="#e3f3f6">
    <tr> 
      <td> 
        <center>
          <table width="750" border="0" cellspacing="0" cellpadding="1" height="20">
            <tr> 
              <td class="mnuSubTxt" style="color: #000000"> 
                <p><b>&nbsp;<?php echo "Welcome back, $contact"; ?></b></p>
              </td>
              <td align="right" class="mnuSubTxt"> 
                <!-- #BeginDate -->
		<?php
		setlocale("LC_TIME","en_AU");
		print strftime("%A, %B %e, %Y");
		?>
		<!-- #EndDate -->
              </td>
            </tr>
          </table>
        </center>
      </td>
    </tr>
  </table>
  <!-- End Utilities Bar for Date, etc -->
<?php
?>