/* author: martin@wolff.org.uk */
/* file: graytop.js top banner for gen hash */
/* Creation date: 21/05/03 */
function greytop()
{
document.write('<table style=width:"750" cellspacing="0" cellpadding="0">');
document.write('<tr ><td style="background:#006699" valign="top">');
document.write('<img src="http://www.bristolhash.org.uk/images/tlmask.gif" border="0" height="22" width="22"></td>');
document.write('<td style="font-size:16pt; color:#ffffff ; background:#006699" align="center" >');
document.write('- WEST <i>of</i> ENGLAND -</b>');
document.write('</td><td style="background:#006699" valign="top" align=right >');
document.write('<img src="http://www.bristolhash.org.uk/images/trmask.gif"  border="0" ></td></tr>');
//height="22" width="22"
document.write('<tr><td colspan="3" align=center>');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"   codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"	ID=hhhwave WIDTH=750 HEIGHT=70> <PARAM NAME=movie VALUE="hhhhead.swf">	<PARAM NAME=quality VALUE=high>	<PARAM NAME=loop VALUE=false> <EMBED src="hhhhead.swf" loop=false quality=high	WIDTH=750 HEIGHT=70 TYPE="application/x-shockwave-flash"  PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">  </EMBED>	</OBJECT>');

document.write('</td></tr>') ;

document.write('<tr><td colspan="3" style="background:#006699;font-size:8pt;color:#ffffff" valign="top" align="center"><b>');
document.write('QUICK LINKS: </b>') ;
document.write('<a href="bh3runs.php" style="font-size:8pt ; color:#ffff00;text-decoration: none" target="_top" title="View the Bristol HHH Run List"><b>BRISTOL HHH RUNS</b></a> | ') ;
document.write('<a href="bghruns.php" style="font-size:8pt ; color:#ffff00;text-decoration: none" target="_top" title="View the Bristol Greyhound HHH Run List"><b>GREYHOUND HHH RUNS</b></a> | ');
document.write('<a href="kahruns.php" style="font-size:8pt ; color:#ffff00;text-decoration: none" target="_top" title="View the Kennet and Avon HHH Run List"><b>KENNET &amp; AVON HHH RUNS</b></a> | ');
document.write('<a href="bogsruns.php" style="font-size:8pt ; color:#ffff00;text-decoration: none" target="_top" title="View the Bogs of Somerset HHH Run List"><b>BOGS HHH RUNS</b></a><br>');

document.write('</td></tr></table>')
}
