I thought I might comment on your web page. I found it kind of difficult to read so in my rampant hubris I thought I'd whip you up a page to better display your files and links.
Just copy and past this into a notepad file. Save it with either an html or htm file extension and upload it to your site and you're ready to roll. If you need help expanding the table as you add more files don't hesitate to ask.
Jerry
---------------------------------------------------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>The Music</title>
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
<meta name="vs_targetSchema" content="
http://schemas.microsoft.com/intellisense/ie5">
<script language=javascript>
function button1_Click()
{
window.location="
http://home.comcast.net/~emeraldedge1/TempleInTheSand.mp3";
}
</script>
</head>
<body bgcolor="black">
<TABLE id="Table1" style="Z-INDEX: 1; LEFT: 225px; WIDTH: 300px; POSITION: absolute; TOP: 75px; HEIGHT: 43px; BACKGROUND-COLOR: #00bfff"
cellSpacing="1" cellPadding="1" border="1">
<tr>
<td align="center"><b>The Music of Brian Wardell</b></td>
</tr>
<TR>
<td align="center"><input id="button1" type="button" value="Temple in the Sand" name="Button1"
onclick="button1_Click();" style="BACKGROUND-COLOR: lightgreen"></td>
</TR>
</TABLE>
</body>
</html>
-----------------------------------------------------------------------------------------------------------------------------------