• 10.15 Saturday Night • Killing an Arab • A Forest • Caterpillar |
"10.15 Saturday Night" 10.15 Waiting It's always the same |
![]() |
©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> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td align="right" valign="bottom">
<?php
echo("©" . date("l dS \of F Y h:i:s A"));
?>
</td>
</tr>
</table>