/* author: martin@wolff.org.uk */
/* file: Redtop.js top banner for KAh3 */
/* Creation date: 21/05/03 */
function goldtop()
{
document.write('<table width="750" cellspacing="0" cellpadding="0">')
document.write('<tr width="750"><td style="background:#ebc069" valign="top" height=22>')
document.write('<img src="images/tlmask.gif" border="0" height="22" width="22"></td>')
document.write('<td style="font-size:12pt; color:#60a060 ; background:#ebc069" align="center" width="706">')
document.write("~ The Kennet and Avon Hash House Harriers ~")
document.write('</td><td style="background:#ebc069" 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" 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=kabanner WIDTH=750 HEIGHT=70> <PARAM NAME=movie VALUE="kabanner.swf">	<PARAM NAME=quality VALUE=high>	<PARAM NAME=loop VALUE=false> <EMBED src="kabanner.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:#ebc069;font-size:10pt;color:#609060" valign="top" align="center">')
document.write('| <a href="kahello.php" target="_top" style="font-size:10pt;color:#f06060;text-decoration: none" ><b>INTRODUCTION</a> ')
document.write('| <a href="kahruns.php" target="_top" style="font-size:10pt;color:#f06060;text-decoration: none" ><b>RUN LIST</b></a> ')

document.write('| <a href="kanews.php" target="_top" style="font-size:10pt;color:#f06060;text-decoration: none" ><b>NEWS &amp; PICS </a>')
document.write('| <a href="kastats.php" target="_top" style="font-size:10pt;color:#f06060;text-decoration: none" ><b>STATS</a> |')

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

}
/* end of file */
