The Cure - Favorite Songs

10.15 Saturday Night
Killing an Arab
A Forest
Caterpillar

"10.15 Saturday Night"

10.15
Saturday night
And the tap drips
Under the strip light
And I'm sitting
In the kitchen sink
And the tap drips
Drip drip drip drip drip drip drip drip

Waiting
For the telephone to ring
And I'm wondering
Where she's been
And I'm crying
For yesterday
And the tap drips
Drip drip drip drip drip drip drip drip

It's always the same

THE CURE
   
  ©Friday 04th of April 2025 02:22:35 AMyour IP is 3.128.247.220

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