/****************************************************
     Javascript for showing links, XHTML compliant
     version for hcap results

****************************************************/

           document.write('<a href=hcap.html>' + '2012 ' + '<\/a>' + 
                          '<a href=11_hcap.html>' + '2011 ' + '<\/a>' +
                          '<a href=10_hcap.html>' + '2010 ' + '<\/a>' +
                          '<a href=09_hcap.html>' + '2009 ' + '<\/a>' +
                          '<a href=08_hcap.html>' + '2008 ' + '<\/a>' +
                          '<a href=07_hcap.html>' + '2007 ' + '<\/a>' +
                          '<a href=06_hcap.html>' + '2006 ' + '<\/a>' +
                          '<a href=05_hcap.html>' + '2005 ' + '<\/a>' +
                          '<a href=04_hcap.html>' + '2004 ' + '<\/a>' +
                          '<a href=03_hcap.html>' + '2003 ' + '<\/a>')

