/* author: martin@wolff.org.uk */
/* file: Greentop.js top banner for greyhound h3 */
/* Creation date: 21/05/03 */
function greentop()
{
document.write('<table width="750" cellspacing="0" cellpadding="0">')
document.write('<tr width="750"><td style="background:#008000" valign="top">')
document.write('<img src="images/tlmask.gif" border="0" height="22" width="22"></td>')
document.write('<td style="font-size:18pt; color:gold; background:#008000" align="center" width="706">')
document.write('<b>- THE BRISTOL GREYHOUND -</b>')
document.write('</td><td style="background:#008000" valign="top" align=right>')
document.write('<img src="images/trmask.gif" border="0" height="22" width="22"></td></tr>')

document.write('<tr><td colspan="3">')
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=hhhslide WIDTH=750 HEIGHT=70> <PARAM NAME=movie VALUE="hhhslide.swf">	<PARAM NAME=quality VALUE=high>	 <EMBED src="hhhslide.swf" 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:#008000;font-size:10pt;color:#ffff00" valign="top" align="center">')
document.write('| <a href="bghintro.php" style="font-size:10pt ; color:gold;text-decoration: none" target=_top><b>INTRODUCTION</b></a> | ')
document.write('<a href="bghruns.php" style="font-size:10pt ; color:gold;text-decoration: none" target=_top><b>RUN LIST</b></a> | ')
document.write('<a href="bghcntct.html" style="font-size:10pt ; color:gold;text-decoration: none" target=_top><b>CONTACTS</b></a> | ')
document.write('<a href="bgh3news.php" style="font-size:10pt ; color:gold;text-decoration: none" target=_top><b>PICS &amp; NEWS</b></a> |')

document.write('</td></tr></table>')
}
/* end of file */
