<!--
// soul footer
function footdispl(aat) {
var bbt = "0";
aat = aat + 1;
if  (aat < 10)
bbt = "0" + aat;
else
bbt = aat;
document.write('<hr width=735><table border=0 width=755><tr><td><font size=+1><p align=\"justify\">The S.O.U.L. - a German magazine for the Sound of Urban Living.');
document.write('&nbsp;Back issues are available for<br>4.35&nbsp;&#8364; each (plus 1.55&nbsp;&#8364; p&amp;p per order - special overseas rate is a subject to inquire).  Vol. #00 (R. Kelly cover),');
document.write('&nbsp;Vol. 3/01 (DC cover) and Vol. 3/02 (Tweet cover) are sold out already. Send cheque and/or request to: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>');
document.write('<center><nobr>PIRANHA MEDIA&nbsp;&nbsp; SOUL BACKUPS&nbsp;&nbsp; LEOPOLDSTR. 41&nbsp;&nbsp; D - 80802 M&Uuml;NCHEN&nbsp;&nbsp; GERMANY</nobr></center></font></td>');
document.write('</tr></table><hr width=735><br><table border=0><tr>');
document.write('<td><a href=\"javasc' + 'ript:history.back()\"><img src=\"../nback.gif\" height=34 width=84 border=0 alt=\"back\"></a></td>');
if (aat > 2) 
document.write('<td><a href=\"index.html\"><img src=\"../nhome.gif\" height=34 width=84 border=0 alt=\"home\"></a></td>');
else
document.write('<td><a href=\"../index1.html\"><img src=\"../nhome.gif\" height=34 width=84 border=0 alt=\"home\"></a></td>');
document.write('<td><a href=\"soulcd' + bbt + '.html\"><img src=\"../nmore.gif\" height=34 width=84 border=0 alt=\"more\"></a></td>');
document.write('</tr></table>');
}
--> 
