<!-- copyright -->
function copyright() {
	dt=new Date();
	y=dt.getFullYear();
	document.write("Copyright &copy; 2009-" + y + " Albuquerque Pickleball Information. All rights reserved.");
}

<!-- email -->
function ema(v1, v2, v3) {
	var g = v1 + "@" + v2 + "." + v3;
	document.write('<a href=\"mailto:' + g + '\">' + g + '</a>');
}

<!-- navigation -->
function nav() {
	document.write('<div class=\"navbar\" id=\"nav\">');
	document.write('  <ul>');
	document.write('  <li><a href=\"index.html\">Home</a></li>');
	document.write('  <li><a href=\"pb_w2p.html\">Where To Play</a></li>');
	document.write('  <li><a href=\"pb_tournaments.html\">Tournaments</a></li>');
	document.write('  <li><a href=\"pb_vendors.html\">Vendors</a></li>');
	document.write('  <li><a href=\"pb_billsdills.html\">Bills Dills</a></li>');
	document.write('  <li><a href=\"pb_pics_videos.html\">Events Pics & Videos</a></li>');
	document.write('  <li><a href=\"pb_info.html\">Misc Info</a></li>');
	document.write('  <li><a href=\"pb_sponsors.html\">Sponsors</a></li>');
	document.write('  </ul>');
	document.write('</div>');
}

<!-- header -->
function _hed() {

  document.write('<div class=\"header\">');
  document.write('  <div class=\"header_block\">');
  document.write('    <div class=\"logo\"><img alt=\"logo\" src=\"img/pickleball5.gif\" /></div>');
  document.write('	  &nbsp;<br />'); 
  document.write('    <div class=\"colorgold\"><h1> &nbsp;ALBUQUERQUE PICKLEBALLERS</h1></div>');
  document.write('    &nbsp; &nbsp; &nbsp;<b></h2> &nbsp;WE RELISH THE MOMENT!</h2></b>');
  document.write('  </div>');
  document.write('</div>');
}

