-
Notifications
You must be signed in to change notification settings - Fork 0
/
marathon.html
111 lines (106 loc) · 3.79 KB
/
marathon.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>From the Depths : Songs : Let the Black Flag Fly</title>
<link rel="alternate" type="application/rss+xml" title="RSS" href="/blog/feed" />
<link href="style.css" rel="stylesheet" type="text/css" />
<!--[if gt IE 6]>
<link rel="stylesheet" type="text/css" href="/css/ie7.css"/>
<![endif]-->
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="/css/ie6.css"/>
<![endif]-->
<script type="text/javascript" src="/css/js/prototype.js"></script>
<script type="text/javascript" src="/css/js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="/css/js/lightbox.js"></script>
<script type="text/javascript" src="/js/audio-player.js"></script>
<script type="text/javascript">
AudioPlayer.setup("/player.swf", {
width: 475,
initialvolume: 100,
transparentpagebg: "yes",
left: "000000",
lefticon: "FFFFFF",
loader: "E5E5E5",
track: "000000",
text: "FFFFFF",
volslider: "48000a",
tracker: "48000a",
righticon: "48000a",
});
</script>
</head>
<body>
<div id="metawrapper">
<div id="wrapperstretch">
<div id="header">
<a href="/index.html"><img src="ftd_logo.gif" border="0"></a>
</div>
<div id="menunorm">
<p><a href="shows.html"> shows </a>:<a href="music.html"> <span style="text-decoration: underline">music</span> </a>:<a href="artwork.html"> artwork </a>:<a href="contact.html"> contact </a></p></div>
<div id="content">
<h4><a href="music.html">< <em>return to music page</em></a></h4>
<br />
<h2>Marathon</h2>
<p> </p>
<p id="audioplayer_1"><em>Let it go—close your eyes</em><br />
<br />
All stories come to an end, and there’s nothing left to tell<br />
<br />
Those who cannot get revenge can at least destroy themselves<br />
And we’ll meet again in nothingness<br />
For the world we want does not exist<br />
It waits for us in nothingness<br />
<br />
Wanting wings<br />
It weighed us down<br />
Till we could scarcely lift our eyes<br />
But like vultures bury<br />
The dead in the sky<br />
Without such heavy hearts, we could fly<br />
<br />
Do you remember when we were in love<br />
Dying of desire<br />
For an unreceivable<br />
Future<br />
The heart in my chest<br />
Like a tortured animal<br />
The nerves in my flesh<br />
They were Roman candles<br />
Now that’s done<br />
<br />
And we must run, we must run a marathon<br />
With no sense of what waits at the end<br />
Across empty miles<br />
We run<br />
Under empty skies<br />
We run and run<br />
Over empty years<br />
<br />
Snow melts, wood rots, stone wears away<br />
But the ghosts of all we’ve never lived don’t ever seem to fade<br />
<br />
Like a weeping, wailing army<br />
Like a sweeping, surging tide<br />
We could meet at the horizon<br />
Where the earth and sky collide<br />
We could<br />
We could<br />
<br />
So I’m still running On<br />
Alone and fatigued And on<br />
Where are the others And on<br />
where do we meet? And on<br />
<br />
And we’ll meet again<br />
In nothingness<br />
In nothingness</p>
</div>
</div>
<div id="footer">
<p><a href="http://www.crimethinc.com"><img src="footer_logo.gif" style="padding-bottom; 3px" border="0px"><br />A vanguard of the CrimethInc. Ex-Workers’ Collective<br /><strong>www.crimethinc.com</strong></a></p>
</div>
</div>
</body>
</html>