<!-- Hide Script from non-compliant browsers
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

// If someone else tries to display this page within a frame, break out.
   if (parent.frames.length > 0) {
      parent.location.href = location.href
   }
// Display standard header
document.write('<div id="Layer1" style="position:absolute; ');
document.write('left:168px; top:31px; width:482px; height:82px; z-index:1">');
document.write('<font color="#C0C0C0" size="7">Narberth Fencing Club</font></div>');
document.write('<div id="Layer2" style="position:absolute; ');
document.write('left:165px; top:28px; width:487px; height:81px; z-index:2">');
document.write('<font color="#FF0000" size="7">Narberth Fencing Club</font></div>');
document.write('<table width="750" border="0">');
document.write('  <tr>');
document.write('    <td width="145"><img src="images/sabre-l.gif" width="145" height="39" /></td>');
document.write('    <td width="446">&nbsp;</td>');
document.write('    <td width="145"><img src="images/sabre-r.gif" width="145" height="39" /></td>');
document.write('  </tr>');
document.write('</table>');
document.write('<p>&nbsp;</p>');

 // then start the table to encompass the whole window
 	document.write(' <table border="0">');
 	document.write('  <tr>');
 	document.write('    <td  width="150"  valign= "TOP">');
 // then write out the menu
 	document.write('<table border="1" CELLPADDING="1" CELLSPACING="0" bgcolor="#00FFCC" >');
		document.write('<tr>');
          document.write('<td width="128" ><a href="index.htm">Home</a></td>');
        document.write('</tr>');
		
        document.write('<tr> ');
          document.write('<td ><a href="narberth-general.htm">Club&nbsp;Information</a></td>');
        document.write('</tr>');
		
       document.write('<tr>');
          document.write('<td><a href="http://www.pembrokeshire.gov.uk/learningpembrokeshire/centres/bloomfield_centre.asp" TARGET="Bloomfield">Bloomfield&nbsp;Centre</a>&nbsp;</td>');
        document.write('</tr>');
		
        document.write('<tr> ');
          document.write('<td>'); 
            document.write('<a href="http://www.streetmap.co.uk/streetmap.dll?grid2map?x=211250&amp;y=215250&amp;zoom=1&amp;isp=200&amp;ism=500&amp;arrow=y?42,84" ');
            document.write('target="Bloomfield">Map</a>&nbsp;</td>');
        document.write('</tr>');
		
        document.write('<tr>');
          document.write('<td><a href="poolsheet-control.htm">Pool&nbsp;Sheet</a></td>');
        document.write('</tr>');
		
        document.write('<tr>');
          document.write('<td><a href="knitting.htm">Knitting&nbsp;Circles</a></td>');
        document.write('</tr>');
		
        document.write('<tr> ');
          document.write('<td><a href="links-general.htm">Links</a></td>');
        document.write('</tr>');
		
        document.write('<tr> ');
          document.write('<td><a href="links-accommodation.htm">Accommodation&nbsp;Links</a></td>');
        document.write('</tr>');


        document.write('<tr> ');
          document.write('<td>&nbsp;</td>');
        document.write('</tr>');
		

		/* now for the Amazon associates link to earn some money! */
        document.write('<tr><td>');
			document.write('<iframe width="120" height="476" scrolling="no" frameborder=0 ');
			  document.write('src="http://rcm-uk.amazon.co.uk/e/cm?t=tenbyfencing-21&l=st1&search=fencing%20Sabre%20saber&mode=books-uk&p=10&o=2&f=ifr&bg1=00FFCC">');
               																						//  			         uk&p=36&o=2&f=ifr&bg1=E0E0E0
			  document.write("<table border='0' cellpadding='0' cellspacing='0' width='120' height='476'>");
			  document.write('<tr><td>');
	  	  		document.write("<A HREF='http://www.amazon.co.uk/exec/obidos/redirect-home/tenbyfencing-21' target=_blank>");
	  	  		document.write('<img src="http://images-eu.amazon.com/images/G/02/associates/recommends/default_120x476.gif" ');
	  	  		document.write('width=120 height=476 border="0" access=regular></a>');
			  document.write('</td></tr></table>');
			document.write('</iframe> ');
/*
<iframe width="120" height="476" scrolling="no" frameborder=0 
src="http://rcm-uk.amazon.co.uk/e/cm?t=tenbyfencing-21&l=st1&search=fencing%20Sabre%20saber&mode=books-uk&p=10&o=2&f=ifr&bg1=00FFCC"> 
<table border='0' cellpadding='0' cellspacing='0' width='120' height='476'>

<tr><td><A HREF='http://www.amazon.co.uk/exec/obidos/redirect-home/tenbyfencing-21' target=_blank><img src="http://images-eu.amazon.com/images/G/02/associates/recommends/default_120x476.gif" width=120 height=476 border="0" access=regular>
</a></td></tr></table></iframe> 

*/
        document.write('</td></tr>');

  /*      document.write('<tr> ');
          document.write('<td>Oddments</td>');
        document.write('</tr>');
*/
	document.write('</table>');  
// then for the overall table we want to create another cell which will hold all of the page's information
	document.write('</td> ');
	document.write('<td width="800" valign="TOP">');
// this table will get finished off in the last-updated.js
// -->