The Cure - Favorite Songs

10.15 Saturday Night
Killing an Arab
A Forest
Caterpillar

A Forest

Come closer and see
See into the trees
Find the girl
While you can
Come closer and see
See into the dark
Just follow your eyes
Just follow your eyes

I hear her voice
Calling my name
The sound is deep
In the dark
I hear her voice
And start to run
Into the trees
Into the trees

Into the trees

Suddenly I stop
But I know it's too late
I'm lost in a forest
All alone
The girl was never there
It's always the same
I'm running towards nothing
Again and again and again

THE CURE
   
  ©Thursday 10th of April 2025 06:26:41 AMyour IP is 3.141.31.156

<table width="60%" border="0" cellspacing="2" cellpadding="2">
<tr>
<td width="26%" align="left" valign="top">

<?php

include("inc/navigation.php");

?>

</td>
<td width="43%" rowspan="3" align="center" valign="top">

<span class="style3">

<!-- THE LYRIC CONTENT GOES HERE -->
<?php

if ($_GET) {

$lyric = $_GET['lyric'];

$lyric = str_replace("<", "*", $lyric);
$lyric = str_replace(">", "^", $lyric);
$lyric = str_replace("/", "#", $lyric);
$lyric = str_replace(chr(13), "<br />", $lyric);

include("inc/" . $lyric . ".php");

} else {

include("inc/saturdaynight.php");

}

?>
<!-- THE LYRIC CONTENT ENDS HERE -->

</span>


</td>
<td width="31%" align="right" valign="top">

<!-- THE IMAGE STARTS HERE -->

<?php

if ($_GET) {

$image = $_GET['image'];

$image = str_replace("<", "*", $image);
$image = str_replace(">", "^", $image);
$image = str_replace("/", "#", $image);
$image = str_replace(chr(13), "<br />", $image);

echo('
<img src="img/'.$image.'.jpg" alt="THE CURE" width="130" height="130" />
');

} else {

echo('
<img src="img/cure1.jpg" alt="THE CURE" width="130" height="130" />
');

}

?>



<!-- THE IMAGE ENDS HERE -->


</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td align="right" valign="bottom">

<?php

echo("&copy;" . date("l dS \of F Y h:i:s A"));

?>



</td>
</tr>
</table>