<?php
include('header.php');
?>

<h2>When is the training?</h2>

<p>Every Friday between 6pm and 7pm.</p>

<h2>Where is the training?</h2>
<p>Aaron Buron Youth Room<br />
Rose Hill community centre<br />
Carole's Way, Rose Hill<br />
Oxford<br />
OX4 4HF</p>

<p><a href="https://goo.gl/maps/5Cp1VDBF2JTeG2tA6">map</a></p>

<h2>Contact details</h2>

<table>
  <tbody>
    <tr>
      <td><strong>Instructor</strong></td>
      <td>Tony Andersson, 4th dan licensed instructor</td>
    </tr>
    <tr>
      <td><strong>Phone or text</strong> </td>
      <?php //<td>07574 827 345 </td> ?>
      <td>07504 045 401</td>
    </tr>
    <tr>
      <td><strong>Email</strong> </td>
      <td><script type="text/javascript">
<!--
            // Email obfuscator script 2.1 by Tim Williams, University of Arizona
            // Random encryption key feature by Andrew Moulden, Site Engineering Ltd
            // This code is freeware provided these four comment lines remain intact
            // A wizard to generate this code is at http://www.jottings.com/obfuscator/
            {
            coded = "Ycyv@vUyvAmJwv2visc.vAZ.Si?JS68EX2=WsY9 yAvW 2wE xE6 JY2E";
            key = "nWwzERmhYeNd1i9C0Tkl5yKJMGfIsVBZFaqOg28vS7tjouAHPLQrX6U34cbxDp";
            coded = "uXhv@vshvbxLlvBvfVX.vb0.Df?LDegj8B=iVuA hbvi Blj rje LuBj";
            key = "MiyNqUmWJ07vP4gSo3ZjLAFBeslRtbxh8XrdfcnwVkI65aKCGEOYzD1T9QuH2p";
            shift = coded.length;
            link = "";
            for (i = 0; i < coded.length; i++) {
                if (key.indexOf(coded.charAt(i)) == -1) {
                  ltr = coded.charAt(i);
                  link += (ltr);
                } else {
                  ltr = (key.indexOf(coded.charAt(i)) - shift + key.length) % key.length;
                  link += (key.charAt(ltr));
                }
            }

            coded2 = "tgoE@EjoEXDZNETEvfg.EXk.3v";
            key2 = "dSFJWw6ogRpxlu5TXa08mh2C4iDQcBMAbEksIjL3YUzfnPON1K7tryVGqH9evZ";
            shift2 = coded2.length;
            text = "";
            for (i = 0; i < coded2.length; i++) {
                if (key2.indexOf(coded2.charAt(i)) == -1) {
                  ltr = coded2.charAt(i);
                  text += (ltr);
                } else {
                  ltr = (key2.indexOf(coded2.charAt(i)) - shift2 + key2.length) % key2.length;
                  text += (key2.charAt(ltr));
                }
            }
            document.write("<a href='mailto:" + link + "'>" + text + "</a>")
        }
        //-->
        </script>

        <noscript>
        Afraid you have to enable JavaScript to see our email.</noscript>
      </td>
    </tr>
    <tr>
      <td><strong>Web site</strong> </td>
      <td><a href="http://www.oxfordshotokan.org.uk">www.oxfordshotokan.org.uk</a>  
        (You are here now! &#x263a;) </td>
    </tr>
  </tbody>
</table>
<br />
<?php
include('footer.php');
?>