ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <!--Header shows on IE tab and top of IE screen --> <head> <title>Archers of Druim Doineann-- Practice info</title> <link rel="Stylesheet" href="validation.css" /> <link rel="Stylesheet" href="archer2.css" /> <!-- <script type="text/javascript" language="Javascript" src="archer.js"></script>--> <script type="text/javascript" language="Javascript" src="countdown.js"></script> <!-- <script type="text/javascript" language="Javascript" src="validation.js"></script> --> </head> <!-- Main Document --> <body> <div class="main"> <!--Page Header --> <div class="pheader"> <table border="0" bordercolor="#000000" cellspacing="2" cellpadding="2" width="100%"> <tr> <td align="center" id="side"> <img src="images/target.gif" width="96" height="96" alt="target.gif" border="0"> </td> <td align="center"> <img src="images/header.gif" width="569" height="99" border="0" alt="archer home" id="header"/> </td> <td align="center"><img src="images/archer.gif" width="108" height="110" alt="archer.gif" border="0"> </td> </tr> </table> </div> <!-- End of Header --> <hr> </hr> <!-- sidebar --> <div class="psidebar"> <a href="archery2.html"> <img src="images/homepage.gif" width="130" height="48" border="0" alt="homepage" id="homepage"/> </a> <a href="practice.html"> <img src="images/practice.gif" width="130" height="81" border="0" alt="practice" id="practice"/> </a> <a href="http://www.druimdoineann.org/" id="shirelink"> <img src="images/shire.gif" width="130" height="48" border="0" alt="shire" id="shire"/> </a> <a href="history.html"> <img src="images/history.gif" width="130" height="49" border="0" alt="history" id="history"/> </a> <a href="photos.html"> <img src="images/photos.gif" width="130" height="48" border="0" alt="photos" id="photos"/> </a> <a href="resources.html"> <img src="images/resources.gif" width="130" height="48" border="0" alt="resources" id="resources"/> </a> <a href="http://ddarchers.pbwiki.com/" > <img src="images/scores.gif" width="130" height="49" border="0" alt="scores" id="scores"/> </a> </div> <!-- End of sidebar--> <!-- Main Page --> <div class="pcontent"> <p class="dates">The next 3 important dates</p> <!--Hot summer lights = hday, maypole = mday, June faire = jday --> <p class="dates"> May Pole is on April 27, 2007. You have <span class="daysTill" id="mday"> </span> days to prepare. <br /> June Faire is on June 1, 2007. You have <span class="daysTill" id="jday"> </span> days to prepare<br /> Hot Summer Lights is on Aug 3, 2007 You have <span class="daysTill" id="hday"> </span> days left to prepare<br /> </p> <hr /> <p class="scroll"> Practices are held on Wednesdays, 6:00 p.m. and Saturdays 1:00 p.m. at the Wapiti Bow Club. <br /> To Print a copy of directions <a href=directions.html id="newwindow" class="newWin">click Here </a> <div id="previewWin"> </div> <p/> <div id="previewWin"> </div> <!--FORM FOR EMAIL VALIDATION--> <!-- <p class="scroll">If you wish to be notified about new events or changes in practice times please submit your email and we will add you to our mailing list.</p> <form action="#"> <p> <label>Email Address: <input class="email" type="text" size="50" /></label> </p> <p> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="reset" />&nbsp;<input type="submit" value="Submit" /> </p> --> </div> <!-- end of div.pcontent--> </div> <!-- End of div.main--> </body> </html>