<?php
/*********************************/
/* Application Database - Header */
?>
<!-- start of header.inc -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Wine Application DB <?php echo $title; ?></title>
<meta HTTP-EQUIV="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT">
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="<?php echo $apidb_root; ?>apidb.css" type="text/css">
<script language="JavaScript" src="<?php echo $apidb_root; ?>scripts.js" type="text/javascript"></script>
</head>
<body bgcolor="#E2E2E2" text="#000000">
<table width="100%" border=0 cellpadding=0 cellspacing=0>
<tr>
<td>
<td width="100%"><a href="<?php echo $apidb_root; ?>"><img src="<?php echo $apidb_root; ?>images/winehq_top_logo.gif" width=300 height=99 border=0 alt="Wine HQ"></a></td>
<img src="<?php echo $apidb_root; ?>images/blank.gif" border=0 width=10 height=1 alt="">
</td>
<td width="100%" align="center" valign="middle">
<!-- BANNER AD -->
<table border=0 cellpadding=1 cellspacing=0>
<tr><td valign="middle" align="center" class="black"
><?php echo $banner_ad; ?></td
></tr>
</table>
<!-- END BANNER AD -->
</tr>
<!-- end of header.inc -->