Subversion Repositories LCARS

Rev

Rev 98 | Rev 104 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 98 Rev 99
1
<?php
1
<?php
2
2
3
$encoding = 'UTF-8';
3
$encoding = 'UTF-8';
4
header("Content-Type: text/html" . ($encoding ? "; charset=$encoding" : ""));
4
header("Content-Type: text/html" . ($encoding ? "; charset=$encoding" : ""));
5
5
6
$modi = max(array(
6
$modi = max(array(
7
  @filemtime(__FILE__),
7
  @filemtime(__FILE__),
8
));
8
));
9
9
10
header('Last-Modified: ' . gmdate('D, d M Y H:i:s', $modi) . ' GMT');
10
header('Last-Modified: ' . gmdate('D, d M Y H:i:s', $modi) . ' GMT');
11
11
12
/* Cached resource expires in HTTP/1.1 caches 24h after last retrieval */
12
/* Cached resource expires in HTTP/1.1 caches 24h after last retrieval */
13
header('Cache-Control: max-age=0, s-maxage=0, must-revalidate, proxy-revalidate');
13
header('Cache-Control: max-age=0, s-maxage=0, must-revalidate, proxy-revalidate');
14
14
15
/* Cached resource expires in HTTP/1.0 caches 24h after last retrieval */
15
/* Cached resource expires in HTTP/1.0 caches 24h after last retrieval */
16
header('Expires: ' . gmdate('D, d M Y H:i:s', time() /*+ 86400*/) . ' GMT');
16
header('Expires: ' . gmdate('D, d M Y H:i:s', time() /*+ 86400*/) . ' GMT');
17
17
18
?><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
18
?><!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
19
  "http://www.w3.org/TR/html4/loose.dtd">
19
  "http://www.w3.org/TR/html4/loose.dtd">
20
<html lang="en">
20
<html lang="en">
21
  <head>
21
  <head>
22
    <title>PointedEars’ Website</title>
22
    <title>PointedEars’ Website</title>
23
    <link rel="SHORTCUT ICON" href="favicon.ico">
23
    <link rel="SHORTCUT ICON" href="favicon.ico">
24
    <!-- Browsers: Character Set, Script Type, Style Sheets Type,
24
    <!-- Browsers: Character Set, Script Type, Style Sheets Type,
25
         Proxy Usage -->
25
         Proxy Usage -->
26
    <meta http-equiv="content-type"content="text/html; charset=UTF-8">
26
    <meta http-equiv="content-type"content="text/html; charset=UTF-8">
27
    <meta http-equiv="Content-Script-Type" content="text/javascript">
27
    <meta http-equiv="Content-Script-Type" content="text/javascript">
28
    <meta http-equiv="Content-Style-Type" content="text/css">
28
    <meta http-equiv="Content-Style-Type" content="text/css">
29
    <meta http-equiv="expires" content="0">
29
    <meta http-equiv="expires" content="0">
30
    <!-- Robots: Language, Index, Subordinated Files, Description, Author,
30
    <!-- Robots: Language, Index, Subordinated Files, Description, Author,
31
         Keywords, Document Date -->
31
         Keywords, Document Date -->
32
    <meta name="robots" content="index">
32
    <meta name="robots" content="index">
33
    <meta name="robots" content="nofollow">
33
    <meta name="robots" content="nofollow">
34
    <meta name="description"
34
    <meta name="description"
35
          content="PointedEars’ Website: Access to the United Federation of Planets Databanks and an online songbook. Coming soon: Software downloads always worth a click, the best internet links categorized and much more via a bilingual (English/German) LCARS terminal styled user interface that can be also used to surf the web anonymously! Bookmark NOW!">
35
          content="PointedEars’ Website: Access to the United Federation of Planets Databanks and an online songbook. Coming soon: Software downloads always worth a click, the best internet links categorized and much more via a bilingual (English/German) LCARS terminal styled user interface that can be also used to surf the web anonymously! Bookmark NOW!">
36
    <meta name="author" content="PointedEars, PointedEars Software (PES)">
36
    <meta name="author" content="PointedEars, PointedEars Software (PES)">
37
    <!-- No localization of keywords due to following language selection -->
37
    <!-- No localization of keywords due to following language selection -->
38
    <meta name="keywords"
38
    <meta name="keywords"
39
          http-equiv="Keywords"
39
          http-equiv="Keywords"
40
          content="Appz, Download, Links, LCARS, Star Trek, TNG, The Next Generation, DS9, Deep Space 9, Deep Space Nine, VOY, Voyager, UFP, Federation, United Federation of Planets, Database, Databank, Song, Songbook, Surf, anonymously, Raumschiff Enterprise, DNG, Die n&auml;chste Generation, VFP, F&ouml;deration, Vereinte F&ouml;deration der Planeten, Datenbasis, Datenbank, Lied, Liedtext, surfen, anonym">
40
          content="Appz, Download, Links, LCARS, Star Trek, TNG, The Next Generation, DS9, Deep Space 9, Deep Space Nine, VOY, Voyager, UFP, Federation, United Federation of Planets, Database, Databank, Song, Songbook, Surf, anonymously, Raumschiff Enterprise, DNG, Die n&auml;chste Generation, VFP, F&ouml;deration, Vereinte F&ouml;deration der Planeten, Datenbasis, Datenbank, Lied, Liedtext, surfen, anonym">
41
    <!--meta name="keywords" http-equiv="Keywords" lang="de" content=""-->
41
    <!--meta name="keywords" http-equiv="Keywords" lang="de" content=""-->
42
    <!--meta name="keywords" http-equiv="Keywords" lang="en-us" content=""-->
42
    <!--meta name="keywords" http-equiv="Keywords" lang="en-us" content=""-->
43
    <!--meta name="keywords" http-equiv="Keywords" lang="en" content=""-->
43
    <!--meta name="keywords" http-equiv="Keywords" lang="en" content=""-->
44
    <meta name="revisit-after" content="3 days">
44
    <meta name="revisit-after" content="3 days">
45
    <meta name="date" content="2002-05-23T10:56:00+02:00">
45
    <meta name="date" content="2002-05-23T10:56:00+02:00">
46
    <!-- Robots: Dublin Core Metadata
46
    <!-- Robots: Dublin Core Metadata
47
         (http://purl.org/metadata/dublin_core) -->
47
         (http://purl.org/metadata/dublin_core) -->
48
    <meta name="DC.Title" content="PointedEars’ Website">
48
    <meta name="DC.Title" content="PointedEars’ Website">
49
    <meta name="DC.Creator" content="PointedEars, PointedEars Software (PES)">
49
    <meta name="DC.Creator" content="PointedEars, PointedEars Software (PES)">
50
    <meta name="DC.Subject" content="Private Homepage">
50
    <meta name="DC.Subject" content="Private Homepage">
51
    <meta name="DC.Description"
51
    <meta name="DC.Description"
52
          content="PointedEars' Website: Access to the United Federation of Planets Databanks and an online songbook. Coming soon: Software downloads always worth a click, the best internet links categorized and much more via a bilingual (English/German) LCARS terminal styled user interface that can be also used to surf the web anonymously! Bookmark NOW!">
52
          content="PointedEars' Website: Access to the United Federation of Planets Databanks and an online songbook. Coming soon: Software downloads always worth a click, the best internet links categorized and much more via a bilingual (English/German) LCARS terminal styled user interface that can be also used to surf the web anonymously! Bookmark NOW!">
53
    <meta name="DC.Publisher" content="PointedEars">
53
    <meta name="DC.Publisher" content="PointedEars">
54
    <meta name="DCTERMS.created" content="2002-05-23">
54
    <meta name="DCTERMS.created" content="2002-05-23">
55
    <meta name="DCTERMS.modified" content="2008-12-08T20:57+0100">
55
    <meta name="DCTERMS.modified" content="2008-12-08T20:57+0100">
56
    <!--meta name="DC.Type" content=""-->
56
    <!--meta name="DC.Type" content=""-->
57
    <!--meta name="DC.Format" content=""-->
57
    <!--meta name="DC.Format" content=""-->
58
    <meta name="DC.Identifier" content="http://pointedears.de/">
58
    <meta name="DC.Identifier" content="http://pointedears.de/">
59
    <meta name="DC.Language" content="mx">
59
    <meta name="DC.Language" content="mx">
60
    <meta name="DC.Rights"
60
    <meta name="DC.Rights"
61
          content="Copyright © 2002&#8211;2013 Thomas&nbsp;Lahn. All rights reserved. The author is not responsible for the availability and the content of websites referred by this site, and not responsible for the availability and the content of websites referred by those sites. Whereever outsourced material is used, copyright or trademark infringement is not intended. Third parties who claim copyrights or trademarks used herein are asked to send an informal email to webmaster@PointedEars.de for immediate removal or modification of the respective material on the website instead of reminding the author of usage of this material. Thank you.">
61
          content="Copyright © 2002&#8211;2013 Thomas&nbsp;Lahn. All rights reserved. The author is not responsible for the availability and the content of websites referred by this site, and not responsible for the availability and the content of websites referred by those sites. Whereever outsourced material is used, copyright or trademark infringement is not intended. Third parties who claim copyrights or trademarks used herein are asked to send an informal email to webmaster@PointedEars.de for immediate removal or modification of the respective material on the website instead of reminding the author of usage of this material. Thank you.">
62
    <!-- <link rel="stylesheet" type="text/css" href="styles/lcars21.css"> -->
62
    <!-- <link rel="stylesheet" type="text/css" href="styles/lcars21.css"> -->
63
    <link rel="stylesheet" type="text/css" href="styles/lcars-basic.css">
63
    <link rel="stylesheet" type="text/css" href="styles/lcars-basic.css">
64
    <link rel="stylesheet" type="text/css" href="styles/lcars22.css">
64
    <link rel="stylesheet" type="text/css" href="styles/lcars22.css">
65
    <style type="text/css">
65
    <style type="text/css">
66
      a {
66
      a {
67
        text-decoration: none;
67
        text-decoration: none;
68
      }
68
      }
69
     
69
     
70
      ul {
70
      ul {
71
        list-style: none;
71
        list-style: none;
72
        padding-left: 0;
72
        padding-left: 0;
73
      }
73
      }
74
     
74
     
75
      #greeting {
75
      #greeting {
76
        margin-top: 0;
76
        margin-top: 0;
77
      }
77
      }
78
     
78
     
79
      #greeting p {
79
      #greeting p {
80
        background-color: #000;
80
        background-color: #000;
81
        color: #fff;
81
        color: #fff;
82
        font-size: 136%;
82
        font-size: 136%;
83
      }
83
      }
84
     
84
     
85
      #languages .key {
85
      #languages .key {
86
        min-width: 0.65em;
86
        min-width: 0.65em;
87
      }
87
      }
88
    </style>
88
    </style>
89
    <script type="text/javascript" src="scripts/object.js"></script>
89
    <script type="text/javascript" src="scripts/object.js"></script>
90
    <script type="text/javascript" src="scripts/dom.js"></script>
90
    <script type="text/javascript" src="scripts/dom.js"></script>
91
    <script type="text/javascript" src="scripts/dom/css.js"></script>
91
    <script type="text/javascript" src="scripts/dom/css.js"></script>
92
    <script type="text/javascript" src="scripts/dom/css/color.js"></script>
92
    <script type="text/javascript" src="scripts/dom/css/color.js"></script>
93
    <script type="text/javascript" src="scripts/dom/ani.js"></script>
93
    <script type="text/javascript" src="scripts/dom/ani.js"></script>
94
94
95
    <script type="text/javascript">
95
    <script type="text/javascript">
96
      function setStatus(Text) {
96
      function setStatus(Text) {
97
        if (isNaN(Text))
97
        if (isNaN(Text))
98
          Text = String(Text);
98
          Text = String(Text);
99
        window.status = Text;
99
        window.status = Text;
100
        return true;
100
        return true;
101
      }
101
      }
102
102
103
      function resetStatus() {
103
      function resetStatus() {
104
        window.status = window.defaultStatus;
104
        window.status = window.defaultStatus;
105
        return true;
105
        return true;
106
      }
106
      }
107
107
108
      function mailStatus() {
108
      function mailStatus() {
109
        return setStatus("Send your feedback to PointedEars");
109
        return setStatus("Send your feedback to PointedEars");
110
      }
110
      }
111
111
112
      /* Hardcore Frame Buster
112
      /* Hardcore Frame Buster
113
      if (parent.frames.length > 0 )
113
      if (parent.frames.length > 0 )
114
        parent.location.href = window.location.href;
114
        parent.location.href = window.location.href;
115
      */
115
      */
116
     
116
     
117
      function animate ()
117
      function animate ()
118
      {
118
      {
119
        /*
119
        /*
120
        var s = document.createElement("style");
120
        var s = document.createElement("style");
121
        s.type = "text/css";
121
        s.type = "text/css";
122
        s.appendChild(document.createTextNode(
122
        s.appendChild(document.createTextNode(
123
            "@-webkit-keyframes fade-out {"
123
            "@-webkit-keyframes fade-out {"
124
          + "  from {"
124
          + "  from {"
125
          + "    overflow: hidden;"
125
          + "    overflow: hidden;"
126
          + "    border-top-left-radius: 0;"
126
          + "    border-top-left-radius: 0;"
127
          + "    border-bottom-left-radius: 0;"
127
          + "    border-bottom-left-radius: 0;"
128
          + "  }"
128
          + "  }"
129
          + "  to {"
129
          + "  to {"
130
          + "    overflow: hidden;"
130
          + "    overflow: hidden;"
131
          + "    left: 100%;"
131
          + "    left: 100%;"
132
          + "    border-top-left-radius: 0;"
132
          + "    border-top-left-radius: 0;"
133
          + "    border-bottom-left-radius: 0;"
133
          + "    border-bottom-left-radius: 0;"
134
          + "  }"
134
          + "  }"
135
          + "}"
135
          + "}"
136
          + "#bow-top, #footer {"
136
          + "#bow-top, #footer {"
137
          + "  -webkit-animation-name: fade-out;"
137
          + "  -webkit-animation-name: fade-out;"
138
          + "  -webkit-animation-duration: 1s;"
138
          + "  -webkit-animation-duration: 1s;"
139
          + "  -webkit-animation-fill-mode: forwards;"
139
          + "  -webkit-animation-fill-mode: forwards;"
140
          + "}"
140
          + "}"
141
          + "#bow-top .text {"
141
          + "#bow-top .text {"
142
          + "  visibility: hidden;"
142
          + "  visibility: hidden;"
143
          + "}"
143
          + "}"
144
          + ".empty .separator-left {"
144
          + ".empty .separator-left {"
145
          + "  visibility: hidden;"
145
          + "  visibility: hidden;"
146
          + "}"
146
          + "}"
147
        ));
147
        ));
148
        document.head.appendChild(s);
148
        document.head.appendChild(s);
149
        */
149
        */
150
       
150
       
151
        jsx._import(jsx.dom.animation);
151
        jsx._import(jsx.dom.animation);
152
        var keyFrames = [
152
        var keyFrames = [
153
          {
153
          {
154
            values: {
154
            values: {
155
              style: {
155
              style: {
156
                overflow: "hidden",
156
                overflow: "hidden",
157
                "border-top-left-radius": 0,
157
                "border-top-left-radius": 0,
158
                "border-bottom-left-radius": 0
158
                "border-bottom-left-radius": 0
159
              }
159
              }
160
            }
160
            }
161
          },
161
          },
162
          {
162
          {
163
            time: "1s",
163
            time: "1s",
164
            values: {
164
            values: {
165
              style: {
165
              style: {
166
                overflow: "hidden",
166
                overflow: "hidden",
167
                left: "100%",
167
                left: "100%",
168
                "border-top-left-radius": 0,
168
                "border-top-left-radius": 0,
169
                "border-bottom-left-radius": 0
169
                "border-bottom-left-radius": 0
170
              }
170
              }
171
            }
171
            }
172
          }
172
          }
173
        ];
173
        ];
174
       
174
       
175
        var animation = new Animation({
175
        var animation = new Animation({
176
          timelines: [
176
          timelines: [
177
            new Timeline({
177
            new Timeline({
178
              target: document.getElementById("bow-top"),
178
              target: document.getElementById("bow-top"),
179
              keyFrames: keyFrames
179
              keyFrames: keyFrames
180
            }),
180
            }),
181
            new Timeline({
181
            new Timeline({
182
              target: document.getElementById("footer"),
182
              target: document.getElementById("footer"),
183
              keyFrames: keyFrames
183
              keyFrames: keyFrames
184
            })
184
            })
185
          ]
185
          ]
186
        });
186
        });
187
        animation.play();
187
        animation.play();
188
      }
188
      }
189
     
189
     
190
      function navigateTo (link)
190
      function navigateTo (link)
191
      {
191
      {
192
        //animate();
192
        //animate();
193
        //window.setTimeout(function () {
193
        //window.setTimeout(function () {
194
        //  window.alert(link);
194
        //  window.alert(link);
195
        //}, 1000);
195
        //}, 1000);
196
        //return false;
196
        //return false;
197
        return true;
197
        return true;
198
      }
198
      }
199
    </script>
199
    </script>
200
  </head>
200
  </head>
201
  <body class="fade-in empty" onload="if (typeof this.ontouchstart != 'undefined') this.ontouchstart = function () {}">
201
  <body class="fade-in empty" onload="if (typeof this.ontouchstart != 'undefined') this.ontouchstart = function () {}">
202
    <div id="LCARS">
202
    <div id="LCARS">
203
      <div id="bow">
203
      <div id="bow">
204
        <div id="bow-top">
204
        <div id="bow-top">
205
          <div class="separator-left">&nbsp;</div>
205
          <div class="separator-left">&nbsp;</div>
206
          <h1 class="text"><span>PointedEars’ Website</span></h1>
206
          <h1 class="text"><span>PointedEars’ Website</span></h1>
207
        </div>
207
        </div>
208
        <div id="bow-left">&nbsp;</div>
208
        <div id="bow-left">&nbsp;</div>
209
        <div id="bow-left-concave">&nbsp;</div>
209
        <div id="bow-left-concave">&nbsp;</div>
210
      </div>
210
      </div>
211
      <div id="footer-container">
211
      <div id="footer-container">
212
        <div id="footer">
212
        <div id="footer">
213
          <h2 class="text"><span>Language Selection</span></h2>
213
          <h2 class="text"><span>Language Selection</span></h2>
214
          <div class="separator-right">&nbsp;</div>
214
          <div class="separator-right">&nbsp;</div>
215
        </div>
215
        </div>
216
      </div>
216
      </div>
217
    </div>
217
    </div>
218
    <div id="content">
218
    <div id="content">
219
      <div style="text-align: center"><img
219
      <div style="text-align: center"><img
220
        src="media/video/img/vulcan_hand-black-bg.png"
220
        src="media/video/img/vulcan_hand-black-bg.png"
221
        width="120"
221
        width="120"
222
        height="168"
222
        height="168"
223
        alt="Vulcan greeting"
223
        alt="Vulcan greeting"
224
        title="Vulcan greeting"
224
        title="Vulcan greeting"
225
        border="0"
225
        border="0"
226
        onmouseover="return setStatus(this.title)"
226
        onmouseover="return setStatus(this.title)"
227
        onmouseout="return resetStatus()"></div>
227
        onmouseout="return resetStatus()"></div>
228
       
228
       
229
      <ul id="greeting">
229
      <ul id="greeting">
230
        <li style="white-space: nowrap"><p style="text-align: center" lang="x-vulcan-latin">Dif-tor heh smusma</p></li>
230
        <li style="white-space: nowrap"><p style="text-align: center" lang="x-vulcan-latin">Dif-tor heh smusma</p></li>
231
        <li style="white-space: nowrap"><p style="text-align: center" lang="en">Live long and prosper</p></li>
231
        <li style="white-space: nowrap"><p style="text-align: center" lang="en">Live long and prosper</p></li>
232
        <li style="white-space: nowrap"><p style="text-align: center" lang="de">Leben Sie lang und erfolgreich</p></li>
232
        <li style="white-space: nowrap"><p style="text-align: center" lang="de">Leben Sie lang und erfolgreich</p></li>
233
      </ul>
233
      </ul>
234
     
234
     
235
      <ul style="text-align: center">
235
      <ul style="text-align: center">
236
        <li class="instruction" lang="en">Please select your language</li>
236
        <li class="instruction" lang="en">Please select your language</li>
237
        <li class="instruction" lang="de">Bitte w&auml;hlen Sie Ihre Sprache</li>
237
        <li class="instruction" lang="de">Bitte w&auml;hlen Sie Ihre Sprache</li>
238
      </ul>
238
      </ul>
239
     
239
     
240
      <div class="group">
240
      <div class="group">
241
        <div class="separator">&nbsp;</div>
241
        <div class="separator">&nbsp;</div>
242
        <ul id="languages">
242
        <ul id="languages">
243
          <li><a href="index.en" class="button right" lang="en"
243
          <li><a href="index.en" class="button right" lang="en"
244
                 hreflang="en" accesskey="e"
244
                 hreflang="en" accesskey="e"
245
                 ><span class="key">en</span> <span class="text">English</span></a></li>
245
                 ><span class="key">en</span> <span class="text">English</span></a></li>
246
          <li><a href="index.de" class="button right" lang="de"
246
          <li><a href="index.de" class="button right" lang="de"
247
                 hreflang="de" accesskey="d"
247
                 hreflang="de" accesskey="d"
248
                 onclick="return navigateTo(this)"
248
                 onclick="return navigateTo(this)"
249
                 ><span class="key">de</span> <span class="text">Deutsch</span></a></li>
249
                 ><span class="key">de</span> <span class="text">Deutsch</span></a></li>
250
        </ul>
250
        </ul>
251
        <div style="clear: both"><!--  --></div>
251
        <div style="clear: both"><!--  --></div>
252
      </div>
252
      </div>
253
     
253
     
254
      <hr size=1 width="100%" noshade>
254
      <hr size=1 width="100%" noshade>
255
      <p style="text-align: center"><?php echo sprintf(
255
      <p style="text-align: center"><?php echo sprintf(
256
          _("Original LCARS design by"
256
          "Original LCARS design by"
257
            . " <a href='%s' title='%s'>Michael&nbsp;Okuda</a>."
257
          . " <a href='%s' title='%s'>Michael&nbsp;Okuda</a>."
258
            . " This site is based on an <a href='%s'"
258
          . " This site is based on an <a href='%s'"
259
            . " title='LCARS Standards Development Board'"
259
          . " title='LCARS Standards Development Board'"
260
            . ">implementation in Flash by Chris&nbsp;Rossi</a>,"
260
          . ">implementation in Flash by Chris&nbsp;Rossi</a>,"
261
            . " and research by <a href='%s'"
261
          . " and research by <a href='%s'"
262
            . " title='Creating a Coherent LCARS Interface'>Bracer&nbsp;Jack</a>"
262
          . " title='Creating a Coherent LCARS Interface'>Bracer&nbsp;Jack</a>"
263
            . " and <a href='%s'"
263
          . " and <a href='%s'"
264
            . " title='LCARS 47 Development Blog&nbsp;– LCARS&nbsp;101: A Designer’s Handbook'"
264
          . " title='LCARS 47 Development Blog&nbsp;– LCARS&nbsp;101: A Designer’s Handbook'"
265
            . ">Eleanor&nbsp;Denver</a>."),
265
          . ">Eleanor&nbsp;Denver</a>.",
266
          'https://twitter.com/MikeOkuda',
266
          'https://twitter.com/MikeOkuda',
267
          _('Michael Okuda on Twitter'),
267
          'Michael Okuda on Twitter',
268
          'http://www.lcarsdeveloper.com/',
268
          'http://www.lcarsdeveloper.com/',
269
          'http://www.bracercom.com/tutorial/content/CoherentLCARSInterface/LCARSCoherentInterface.html',
269
          'http://www.bracercom.com/tutorial/content/CoherentLCARSInterface/LCARSCoherentInterface.html',
270
          'http://www.lcars47.com/p/lcars-101.html');
270
          'http://www.lcars47.com/p/lcars-101.html');
271
        ?><br>
271
        ?><br>
272
        Copyright &copy;&nbsp;2002&#8211;2013 <a
272
        Copyright &copy;&nbsp;2002&#8211;2013 <a
273
            href="mailto:webmaster@PointedEars.de?subject=Feedback/LCARS/Welcome&amp;body=[Your%20feedback%20|%20Ihr%20Feedback]"
273
            href="mailto:webmaster@PointedEars.de?subject=Feedback/LCARS/Welcome&amp;body=[Your%20feedback%20|%20Ihr%20Feedback]"
274
            title="Send your feedback to PointedEars"
274
            title="Send your feedback to PointedEars"
275
            onmouseover="return mailStatus()"
275
            onmouseover="return mailStatus()"
276
            onmouseout="return resetStatus()"
276
            onmouseout="return resetStatus()"
277
            >Thomas ‘PointedEars’ Lahn.</a> All rights reserved.</p>
277
            >Thomas ‘PointedEars’ Lahn.</a> All rights reserved.</p>
278
    </div>
278
    </div>
279
  </body>
279
  </body>
280
</html>
280
</html>
281
 
281