<%@ LANGUAGE = VBScript %> <% Option Explicit %> <% Dim InSection, InSectionFull, EndTitle, PageType ' InSection determines the page's section; ' it must equal a valid folder name ' Use EndTitle to add to the page's tag. ' PageType default is "normal" InSection = "southern" InSectionFull = "Member Clubs" EndTitle = " | Results" PageType = "normal" PagePrefix InSection, InSectionFull, EndTitle, PageType ' PAGE CONTENT FOLLOWS ------------------------------- %> <head> <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> </head> <h2>Southern Golden Retriever Society</h2> <h2>Club Event Results</h2> <hr> <table border="1" cellspacing="1" width="54%"> <tr> <td width="38%" align="center">Results for 2006</td> <td width="62%" align="center">Click here for <a href="results2006.asp">results 2006</a></td> </tr> <tr> <td width="38%" align="center">Results for 2005</td> <td width="62%" align="center">Click here for <a href="results2005.asp">results 2005</a></td> </tr> <tr> <td width="38%" align="center">Results for 2004</td> <td width="62%" align="center">Click here for <a href="results2004.asp">results 2004</a></td> </tr> <tr> <td width="38%" align="center">Results for 2003</td> <td width="62%" align="center">Click here for <a href="results2003.asp">results 2003</a></td> </tr> <tr> <td width="38%" align="center">Results for 2002</td> <td width="62%" align="center">Click here for <a href="results2002.asp">results 2002</a></td> </tr> <tr> <td width="38%" align="center">Results for 2001</td> <td width="62%" align="center">Click here for <a href="results2001.asp">results 2001</a></td> </tr> <tr> <td width="38%" align="center">Results for 2000</td> <td width="62%" align="center">Click here for <a href="results2000.asp">results 2000</a></td> </tr> </table> <p><a href="welcome.asp">Club Home</a> <% ' END OF PAGE CONTENT---------------------------------- PageSuffix PageType %>