<!-- Begin
document.write('<html>')
document.write('	<head>');
document.write('		<title>Grilling Bobby Hicks</title>');
document.write('		<meta http-equiv="description" content="Independent Film">');
document.write('		<meta http-equiv="keywords" content="grilling bobby hicks, independent film">');
document.write('		<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">');
document.write('		<link href="styles.css" rel="stylesheet" type="text/css">');
//document.write('		<script language="JavaScript" src="functions.js"></script>');
document.write('		<MAP NAME="links">'); 
document.write('		<AREA SHAPE=RECT COORDS="180,0,750,130" href="index.html">'); 
document.write('		<AREA SHAPE=RECT COORDS="220,140,270,170" href="cast.html">'); 
document.write('		<AREA SHAPE=RECT COORDS="300,140,380,170" href="page1.html">'); 
document.write('		<AREA SHAPE=RECT COORDS="400,140,480,170" href="news.html">');
//document.write('		<AREA SHAPE=RECT COORDS="450,140,540,170" href="teaser.html">');
document.write('		<AREA SHAPE=RECT COORDS="500,140,600,170" href="prod_gallery.html">');
document.write('		<AREA SHAPE=RECT COORDS="615,140,705,170" href="contact.html">');
document.write('		</MAP>');
document.write('	</head>');
document.write('	<body class="fullpage">');
document.write('<table id="outerTable" align="center" cellpadding="0" cellspacing="0" border="0" width="800px">');
document.write('<tr>');
document.write('<td><img src="images/gbh_banner.jpg" usemap="#links" ismap border="0"/></td>');
document.write('</tr>');
document.write('<tr>');
document.write('<td>');
//  End -->

