The Cure - Favorite Songs

10.15 Saturday Night
Killing an Arab
A Forest
Caterpillar

Caterpillar

Flicka flicka flicka
Here you are
Cata cata cata
Caterpillar girl
Flowing in
And filling up my hopeless heart
Oh never never go
Dust my lemon lies
With powder pink and sweet
The day I stop
Is the day you change
And fly away from me

You flicker
And you're beautiful
You glow inside my head
You hold me hynotized
I'm mesmerized
Your flames
The flames that kiss me dead

THE CURE
   
  ©Thursday 10th of April 2025 06:35:28 AMyour IP is 3.149.239.87

<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>