/****************************************************
     Javascript for showing links, XHTML compliant
     version for best road results

****************************************************/

           document.write('<a href=bests.html>' + '2012 ' + '<\/a>' + 
                          '<a href=11_bests.html>' + '2011 ' + '<\/a>' +
                          '<a href=10_bests.html>' + '2010 ' + '<\/a>' +
                          '<a href=09_bests.html>' + '2009 ' + '<\/a>' +
                          '<a href=08_bests.html>' + '2008 ' + '<\/a>' +
                          '<a href=07_bests.html>' + '2007 ' + '<\/a>')

