<!-- Hide from old browsers
function writePageHeader(path_offset) {
  document.write('<div style="float:left"><img src="'+path_offset+'images\/anims\/hpga_logo_mini_anim.gif"><\/div>');
  document.write('<div style="float:left; margin-top:-1px"><img src="'+path_offset+'images\/hpga_text.gif"><\/div>');
  document.write('<div style="float:left; margin:0px"><img src="'+path_offset+'images\/hpga_banner_head.gif"><\/div>');
  document.write('<table width="100%" cellspacing="0" cellpadding="0">');
  document.write('<tr>');
  document.write('<td class="tab_hdr" style="height:40px;width:30%"><a href="'+path_offset+'hpga_home.php" target="_self">Hampshire PGA</a></td><td class="tab_hdr" style="height:40px;width:30%"><a href="'+path_offset+'alliance/ha.html" target="_self">Hants Alliance</a></td><td class="tab_hdr" style="height:40px;width:30%"><a href="'+path_offset+'patrons/hp.html" target="_self">Patrons of the HPGA</a></td>');
  document.write('</tr>');
  document.write('</table>');
}
var curImage=0;
function swapImage(img) {
  curImage ^= 1;
  img.src = '../images/sponsors/statics/ha_fox-'+curImage+'.jpg';
}
// -->