/* author: martin@wolff.org.uk */
/* file: yelltop.js top banner for Bogs hash */
/* Creation date: 10/11/06 */
function yelltop()
{
document.write('<table style=width:"750" cellspacing="0" cellpadding="0">');
document.write('<tr ><td style="background:#909090" 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:yellow ; background:#909090" align="center" >');
document.write('<b>Welcome to The </b>');
document.write('</td><td style="background:#909090" valign="top" align=right >');
document.write('<img src="http://www.bristolhash.org.uk/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=boshhh WIDTH=750 HEIGHT=70><PARAM NAME=movie VALUE="boshhh.swf"><PARAM NAME=quality VALUE=high><PARAM NAME=loop VALUE=false><EMBED src="boshhh.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:#909090;font-size:16pt;color:yellow" valign="top" align="center"><b>');
document.write('HASH HOUSE HARRIERS</b>') ;


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